How to define the number of slots in floor storage by defining it in parameter table on reset. Pls suggest available options
How to define the number of slots in floor storage by defining it in parameter table on reset. Pls suggest available options
Yes there are assume 20 slots in a floor storage, I want define the number slots using parameter table. I need support with this
See the linked post (and the question linked there) for information on how to change storage dimensions in code.
https://answers.flexsim.com/questions/159724/set-rack-numofbays-numoflevels-with-flexscript.html
You can set slots to be storable or not in a similar fashion. The code below would set all slots in bays 1, 2 and 6 to be storable, all slots in bay 5 to be not storable and per level in bays 3 and 4.
Object storage = Model.find("FloorStorage1"); Array storeArray = [1, 1, [0, 0, 1, 0], [1, 1, 1, 0], 0, 1]; storage.setProperty("StorableSlots", storeArray);
12 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