question

suhasee avatar image
0 Likes"
suhasee asked Jeanette F commented

Replenishment using shortest distance

Hi,

Currently I have a warehouse that does item putaways and continues to go to the Queue and put the items away on the racks. I would like to add a replenishment process where after the forklift puts an item away, it would then travel to the closest open slot and move an item from the higher shelves to the lower ones before going back to doing putaway.

I am using process flows and would like the dispatcher to calculate the shortest distance to actually do the replenishment. Thank you for the help.


interleaving.fsm

FlexSim 23.0.0
shortest distanceitem replenishment
interleaving.fsm (21.2 MiB)
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

There exists a similar question about distances in a rack. It is about finding empty slots, but I assume, you can use some of it to build an own query. https://answers.flexsim.com/questions/83916/finding-the-nearest-open-slots-to-an-item-in-a-rac.html

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @suhasee, was Jonathan'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

·
Jonathan avatar image
0 Likes"
Jonathan answered

Rough idea:
You can access object properties and their locations using XYZ coordinates.
Using the forklifts current coordinates and some math you could select the nearest object.

If you were to do this within a process flow, you could perform this as a subtask after putting something away, and the one it goes to is the closest (using the above idea). Perhaps with a conditional decide.

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.