How to release 1 box from each infeed line?

How to release 1 box from each infeed line?

eric.zunigaXCAVN
Explorer Explorer
857 Views
2 Replies
Message 1 of 3

How to release 1 box from each infeed line?

eric.zunigaXCAVN
Explorer
Explorer

[ FlexSim 19.0.3 ]

Good Morning FlexSim Team--

I am needing help with several changes to my file attached.

1. I need each infeed source to feed 2 boxes per minute.

2. Per attached snip image, I need 3 total boxes (1 from each infeed line) to transfer/merge onto single line at a time. That is holding upstream boxes until 3 boxes have been transfer to output line. 23036-staples-10232019.jpg

3. Need to make sure output is 3 boxes/minute. I used a processor, but not sure if there's an easier way.

Model: staples-conveyor-model10232019.fsm

Please let me know if you have any questions.

0 Likes
Accepted solutions (1)
858 Views
2 Replies
Replies (2)
Message 2 of 3

tanner_p
Not applicable
Accepted solution

Hi @Eric Z2,

I developed a small Process Flow that pulls items from a list that is populated by Decision Points on your conveyors. The token pulls from each of 3 list partitions. The DPs push to the partitions dependent on item type.

23056-pull-by-partition.png

The Wait for Event activity at the end of the Process Flow is essentially there to ensure that the transfer conveyor is Empty before sending the next round of pulled items.

Also, the DPs only stop the item if the DP label "Count" is equal to 1. Count is set to 1 when an item has passed through the DP. (This just primes the simulation for starting and can be altered.)

23057-count-label.png

I'm not sure what you are looking for in terms of having 3 boxes/minute with the Processor at the end. Maybe you could elaborate on that and I can provide some more help. See if this updated model does what you're hoping in the meantime... staples-example.fsm

0 Likes
Message 3 of 3

eric.zunigaXCAVN
Explorer
Explorer

That is exactly what I was looking for! Thank you @Tanner Poulton

0 Likes