Routing Logic to Identify if Conveyor is Full

Aaupadhye
Not applicable
0 Views
1 Reply
Message 1 of 2

Routing Logic to Identify if Conveyor is Full

Aaupadhye
Not applicable

[ FlexSim 23.0.8 ]

In my model, in the middle area where the two split conveyors are, I want to somehow use a round robin system initially to fill up the conveyors with boxes. However, when these conveyors are full, I then want the boxes to route to whichever conveyor is not full. Is there custom code to do this?

mwfcbaggersim2.fsm

Thanks,

Amit

0 Likes
Accepted solutions (1)
1 View
1 Reply
Reply (1)
Message 2 of 2

carter-walch
Not applicable
Accepted solution

Hi @Aaupadhye ,

mwfcbaggersim2.fsm

You can modify your On Arrival trigger to check the content of each conveyor before sending the item. In the attached model, by default the DP will perform round robin. But when one conveyor is full, it will send to the empty conveyor. When they are both full it will default to round robin again

dproundrobin.gif

This is done by checking the subnodes.length of each conveyor before sending the item. You can see the code in each decision point.

Hope this helps!