How to distributing items using conveyor belt decision point.

How to distributing items using conveyor belt decision point.

Sachith_Lakshitha
Not applicable
316 Views
6 Replies
Message 1 of 7

How to distributing items using conveyor belt decision point.

Sachith_Lakshitha
Not applicable

[ FlexSim 23.1.1 ]

I planned to do reading history base orders and operator go to rack and pick the each item and put in to conveyor belt and final complete order should be come in the staging area on pallet according to order wise. I add a decision point to conveyor , can you please support this matter.

Thanks.

con_new.fsm

0 Likes
Accepted solutions (1)
317 Views
6 Replies
Replies (6)
Message 2 of 7

Jacob_White
Community Manager
Community Manager

Hi @Lakshitha,

One way to send items using a decision point is to set a pointer on the items that is the destination the decision point will route the items to. In the attached model I connected the staging areas to the conveyors, and set labels on them that point to the exit transfers on the conveyor.

In the process flow I added a sub flow that sets a label that points to the staging area on each item.

Finally on the decision point when an item arrives it sends the item to the exit port that is connected to their staging area.

con new JW.fsm


0 Likes
Message 3 of 7

carter-walch
Not applicable
Accepted solution

@Lakshitha

con-new_1.fsm

You can also accomplish this by assigning labels to each picked item such as the Order ID they belong to, the Staging Area, and their designated pallet on that Staging Area. When you connect each conveyor station to their staging area, you can use the decision point to send items to the station assigned to their StagingArea label.

1685572570694.png1685572762308.png

Finally, the process flow moves items onto the pallet in the assigned staging area, and uses a Batch activity to wait until the order is fulfilled to send the pallet on the next conveyor. A new table was made called "AggregatedQuantities" to list each Order ID and the total number of products to wait for.1685573023189.png1685572908376.png

batchconveyor.gif

Hope this and @Jacob W2 's answer helps!


Message 4 of 7

Sachith_Lakshitha
Not applicable
Hi @Jacob W2


Thanks you very much your valuable feedback. I got your idea and it support to improve my model.

Thanks.

0 Likes
Message 5 of 7

Sachith_Lakshitha
Not applicable

Hi @Carter Walch

Thank you very much for your hard work and providing an insightful solution to the problem. That resolves my problem. one more thing I have make unload task as shown in image screenshot-2023-06-01-095205.pngAssign the label for Drop down to conveyors
screenshot-2023-06-01-095306.png
, and operators are always go to 3rd conveyor but I need they put any conveyor near to him. why it doesn't work all three conveyor with operator simultaneously.

Can you please give your kind support for this also

Thanks

Message 6 of 7

moehlmann_fe
Enthusiast
Enthusiast
In your model each rack is connected to all Entry Transfers and in the Process Flow you always use the first connection which points to the same transfer for all racks.

The simplest solution here would be to only connect each rack to the one transfer the operators are supposed to use when picking items from it.

Message 7 of 7

Sachith_Lakshitha
Not applicable

hi @Felix Möhlmann,

Thank you very much for your support, that resolve my problems completely.

Thanks & regard.

0 Likes