I have a model that I want to show the items in the racks I have them virtualized so the model will run quicker. I cant seem to figure out how to pick the virtualized items from the racks
I have a model that I want to show the items in the racks I have them virtualized so the model will run quicker. I cant seem to figure out how to pick the virtualized items from the racks
When you query for items to pick, if you query succeeds, you'll get a Storage.Slot.Item value. Usually, you'll want to mark that item as outbound, so that future picking queries won't give back the item. To mark it outbound, you'll use code like:
Storage.Slot.Item slotItem = Storage.system.findItem("WHERE ..."); if (slotItem) { // mark the storage item as outbound slotItem.storageItem.assignedSlot = 0; }
It turns out that accessing the storageItem property of a Storage.Slot.Item value will make sure the value is unvirtualized.
13 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved