question

Lakshitha avatar image
0 Likes"
Lakshitha asked Lakshitha commented

How to distributing items using conveyor belt decision point.

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

FlexSim 23.1.1
decision pointorderconvyor
con-new.fsm (131.3 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Carter Walch avatar image
1 Like"
Carter Walch answered Lakshitha commented

@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!



1685572570694.png (30.1 KiB)
1685572762308.png (110.0 KiB)
1685572908376.png (4.5 KiB)
1685573023189.png (16.4 KiB)
batchconveyor.gif (3.5 MiB)
con-new-1.fsm (138.3 KiB)
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jacob W2 avatar image
0 Likes"
Jacob W2 answered Lakshitha commented

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



con-new-jw.fsm (132.3 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.