I want to put products into the slot in order, but now all products will be placed in the first slot. How can I fixed my code?
I want to put products into the slot in order, but now all products will be placed in the first slot. How can I fixed my code?
If you only want to put items in empty slots add this expression to the 'continue' condition of your racks slot assignment strategy:
slot.slotItems.length>0
to give
if (slot.slotItems.length>0 || !slot.isStorable || (mustHaveSpace && !slot.hasSpace(item))) continue;
I want to put each items in each slot one by one, how can I deal with it?
Actually, I want to create the model like this by using flexscript.
20 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