question

XiomaraG avatar image
0 Likes"
XiomaraG asked Jeanette F commented

Order Picking is not working

I'm simulating the process of picking products from the racks based on some examples I saw here.

The general process flow for this process is presented below:

1699919540973.pngEach order comes with a given number of products and to a given customer. So, as I understand, I look for this product in the racks, then if it is available, it assign 0 to the slot, and finally it is supposed to assigned it to the order:

1699919512623.pngThe specific problem is that when the transporter arrives to the given Slot it is apparently empty. What am I missing?
1699919812441.png
Further question: I need to pick the pallets from the rack to prepare the order first and then pick up all the products needed (represented with boxes here). Where should I add this part in the process flow? Can the transporter go for all the boxes in one trip?simulación_autosave.fsm


FlexSim 22.2.0
transporterorder pickingwarehousing
1699919512623.png (26.9 KiB)
1699919540973.png (65.4 KiB)
1699919812441.png (54.2 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @XiomaraG, was Jason Lightfoot'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 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

You've used in your pick/load activity 'item' but your label is 'Item'. Also - you should not travel to the item - you'll see the whole transporter travels vertically. You can instead just give it the load task for token.Item (capital 'I') and it will perform the offset travel correctly.

Yes you can have the transporter collect a number of items. To be realistic you should do some route planning, ordering by bay ascending and descending as the aisles are visited. You should also use a navigator to avoid travelling through the racks. You can find tutorials on all of these in the online documentation or you can check your academic institution's training materials.

5 |100000

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

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.