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.

Lakshitha avatar image Lakshitha commented ·

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

1 Like 1 ·
Felix Möhlmann avatar image Felix Möhlmann Lakshitha commented ·
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.

2 Likes 2 ·
Lakshitha avatar image Lakshitha Felix Möhlmann commented ·

hi @Felix Möhlmann,

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

Thanks & regard.

0 Likes 0 ·
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.

Lakshitha avatar image Lakshitha commented ·
Hi @Jacob W2


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

Thanks.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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