Hi, I am having a problem trying to specify the sizes of slugs of my conveyors.
I am working on a merge conveyor system: it has 8 merge lanes going into a single mainstream. I want each slug on each lane to be exactly 20 items. Also, I do not want consecutive slugs from a single lane whenever there are other lanes ready.
I started by specifying the slug-builder parameters of the lanes, and then used a MergeController to control the lanes. To guarantee exact slug sizes, I also created Restricted Areas for each lane according to this answer:
Why are my released slugs to big going to the merge? - FlexSim Community
(The physical dimension of each restricted area here is just adequate for 20 items.)
But still, the slug-building does not work as I expected. The problem can be illustrated as the following two screenshots:Seems there is no flexibility in manipulating the release() function of the slug-building conveyors --no way to set up quantities nor to turn on/off.
Also, even with the Restricted Area approach, it still adds unwanted items when those items are close to a full slug. I found that if I set up lower thresholds (e.g. 10 items instead of 20), the systems works as expected (but that will make the conveyors under-utilized).Would you please help figure out a way to develop the exact, customized slug-building control as described? Thank you.