Order picking sorted by rack label

Order picking sorted by rack label

dantasvagner
Not applicable
73 Views
2 Replies
Message 1 of 3

Order picking sorted by rack label

dantasvagner
Not applicable

[ FlexSim 24.0.6 ]

170225- MODELE CIBLE V3.fsmWe have an order preparation model in a warehouse, and we need to optimize the sequencing of item picking to follow the picking path. This path is based on the "Zone" label (assigned to racks), ordered from the smallest to the largest.
1739811039626.png

The order preparation process (both containers "Processus reappro magasin" and "processus prepa entrepot") consists of two steps:

  • Step 1: Reserving the entire stock required for the order by updating the "nb_cartons" quantity in the stock pallets. This data is stored in an array called "missions", which contains all pallets and the corresponding quantities to pick.

1739810987298.png

  • Step 2: Actual picking performed by resources by updating the "NbCartonsReels" quantity in the stock pallets. They follow the missions in order, moving through the racks as they become available, ensuring that only one resource is assigned per rack at a time.
    1739811010065.png

To optimize the picking process, we need to:

  • Add the picking zones to the "missions" array.
  • Sort the "missions" array by picking zone, so, for exemple, that the resource picks first from rack "zone = 1", then "zone = 2", and so on.
    1739811079140.png

I’ve attached the model.

Do you know how I can modify my model to incorporate this complexity?

Thanks in advance!

0 Likes
Accepted solutions (1)
74 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Explorer
Explorer
Accepted solution

One way is to push all missions onto a list and then pull them again ordered by the Zone the respective item is in.

170225-modele-cible-v3_1.fsm

You could also clone the array to a table, add the zone information, sort the table by zone and clone it again to the token label.

If you were to use the racks' addressing scheme rather than a label you could also control the pick order within an aisle/rack by also ordering the missions by the bayID.

pick-order-list-with-address-scheme.fsm

0 Likes
Message 3 of 3

logan_gold
Community Manager
Community Manager

Hi @dantasvagner, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes