Hello I would like to know how I do to split the capacity of a rack for different flowitems; For example as I have a rack with a maximum capacity of 100, store 40 of one type and 60 of another. please help.
For Example you find in the source code of the picklist template "Random Bay if Available" the line:
int firstguess = duniform(1, nrofbays);
If you add another line of source code you can divide the bays to be filled by a condition:
if(getitemtype(item)=="1") firstguess = duniform(0.4*nrofbays, nrofbays);
Here the items of itemtype 1 are placed starting from bay 4 to the last bay number 10. But this approach limit not the amount of items of a type in a rack. If you want such feature it would be better to insert multiple racks in a line and place at each rack only a unique itemtype. In the capacity parameter you can limit the amount of items.
modelo-pruba-para-diferentes-productos.fsm
What I want is that this rack stores four different products and places them in a certain place; But I need to limit it to receive a limited amount of each.
Diomar,
You could probably use some labels on the rack to keep track of the number of each type. Then on the Flow tab, check the Pull box in the Input area. Put some code in the Pull Requirement field to not accept more of a given type in it has reached its maximum amount.
It's hard to give you too many specifics without knowing how your model works. Is it possible to send us a sample model or your model so that we can give you the best solution?
5 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