question

Martin B6 avatar image
0 Likes"
Martin B6 asked Martin B6 commented

Pick when the Order is complete?

Hello

How can I determine if all items per order are completely stored in the rack? My idea would be: Products of different OrderID come at different times in rack (same slot). The operator should only start picking when the order is completely stored in the rack. In the current model a picking time is defined and specifies when the picking process runs. This time input would then be obsolete, because the operator is supposed to transport the order to the outbound immediately after receiving the signal that the order is complete. Would someone be so kind to help me with this problem?

Entwurf_10.fsm

Thank you!!

FlexSim 20.2.3
process flowrackflexsim 20.2.3order pickingusing lists
entwurf-10.fsm (1.8 MiB)
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
0 Likes"
Joerg Vogel answered Martin B6 commented

You put your order onto a partitioned list. The partitioned list itself is an entry of a second list. You pull the entry by query to check its length to get empty and create so an back order. If the backorder gets fulfilled, you have an event on which you can start collecting the items from the slot.
The partitioned list values can actually be real items or tokens containing attributes and describing your products you will store. Or you push abstract values onto the list with push arguments which describe your attributes of the products.

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