question

Eric R12 avatar image
0 Likes"
Eric R12 asked Ryan Clark commented

Shortest distance order picking

Hi!

I have created a model based on the warehouse demo (2019 Update 2 Warehouse Demo) that uses historic data to pick orders. I need some help in getting my operator to optimize the order picking by travelling the shortest distance possible with each order. Any help or tips would be greatly appreciated!

You can find my model attached.

Thanks in advance!

TINE Modell.fsm

FlexSim 20.0.10
orderpickingmodel optimizationshortest distance
tine-modell.fsm (560.1 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.

Ryan Clark avatar image Ryan Clark commented ·

Hi @Eric R12, 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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot commented

If you were to push all your SKUs to a list, then when picking the items you can order by the distance from the puller and use ASC or DESC as you see fit. Other strategies include ordering by the bayID of the stored item's slot.

· 2
5 |100000

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

Eric R12 avatar image Eric R12 commented ·
I'm having a hard time pushing the SKUs to a list and not the physical items in the model. The model doesn't pick the orders by fetching orders and SKUs from any lists, but uses Global Table lookups. Is there any way to avoid having to incorporate lists to solve the problem?
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Eric R12 commented ·
Push the physical items and use a list with the expression for distance from puller. You can do almost anything in FlexSim but I think most other techniques will be more work.
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.