question

Diana Rizo avatar image
2 Likes"
Diana Rizo asked julian S3 commented

How to make a list of orders?

I need to make a list of orders for the operator to collect them from the racks of the warehouse and take them to the queue, considering different products and 20 racks, I do not know how do it, I appreciate the collaboration.

pickingpicklist
5 |100000

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

1 Answer

Joerg Vogel avatar image
2 Likes"
Joerg Vogel answered Joerg Vogel commented

Attached you find a small example of creating a Orderlist of max. 5 items, each itemtype is different. The order of loading begins in first bay of the upper rack to the last bay, then the operator goes to the second lower rack first bay to the last bay.If not enough itemtypes are left in the racks the list is shorter.

The model is based on source code in triggers, Do Not Send Items in the racks under the Send To Port function and explicitly releasing items by command. The order of the transport is set through changing the priority of already created Tasksequences.

push-rack-orderlist.fsm


· 6
5 |100000

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