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.

Diana Rizo avatar image Diana Rizo commented ·

Hello, thank you very much for the help, herewith a model with the same caracteriaticas which want to simulate, and I could not do is tell the operator exactly which items collected from the rackspequeno-con-queue.fsm, please help

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Diana Rizo commented ·

@Diana Rizo What are your exact premisses? Your Pull Requirement says that the 9th item is to pull. This way you realize nearly a LIFO-Storage rule. What else have you in mind?

0 Likes 0 ·
Diana Rizo avatar image Diana Rizo commented ·

@ Jörg Vogel, I want to tell the operator to go to an exact position on the rack and collect the item, for example: to go to the Rack1, bay 1, level 3 and then the same rack bay 3, level 2, and then the rack 3 bay 3, level 3, the same route. Thanks for your help

0 Likes 0 ·
Diana Rizo avatar image Diana Rizo commented ·

@ Jörg Vogel, In addition, I would like knowing in which items go, go according to generate less distance to travel. Thank you very much.

0 Likes 0 ·
Yertay K avatar image Yertay K commented ·

@Jörg Vogel, Hi, what if i need that operator should pick the boxes by order list, but sometimes it might be 5, 4, 3, 2 or 1 different items per order list?

0 Likes 0 ·
julian S3 avatar image julian S3 commented ·

How to retrieve the orders of two orders with different items simultaneously Thank you

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.