question

Trex-2 avatar image
0 Likes"
Trex-2 asked Trex-2 commented

item placement in nearest slot location not working for 2 floor storages

find-nearest-slot-1_Updated.fsmI have used the model find_nearest_slot_1.fsm it works really great but for one floor storage but when i use multiple floor storage in the model it does not work. Also it is referring to other racks in the model even though i have assigned destination as floor storage 1. attaching my model. can anyone help.find-nearest-slot-1_Updated.fsm

Please refer this question :-

Finding the nearest open slots to an item in a rack

FlexSim 24.1.0
floorstoragenearest location slot assignmentwarehousing slot assignment
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Trex-2 commented

To filter for slots in a specific storage object use "WHERE slot.storageObject == $3", with $3 being a reference to the object (token.destination in this case).

And I would recommend to use the "Find Slot" activity. It did not exist back when the linked post was made. It allows you to assign the slot to the item within the same activity. And, more importantly, it enables the token to wait in the activity until a slot could be found.

find-nearest-slot-1-updated_1.fsm


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

Trex-2 avatar image Trex-2 commented ·
Thanks a lot for your answer.
0 Likes 0 ·