question

Chiu avatar image
0 Likes"
Chiu asked Felix Möhlmann commented

Multiple Racks Sharing an ASRS

hi,

In my current model, there are four racks and two ASRS units (Rack1 & Rack2 share one, and Rack3 & Rack4 share another). The ASRS takes five items from the buffer at a time and places them in the rack (each slot can hold only one item). When five items have been in the rack for 100 seconds, the ASRS moves them away.


Additionally, I am currently assigning labels at the source to specify the location of each item. Is there a more convenient method to achieve this? I hope the rule is to start placing items from bay 1, and for the levels, to follow the 24135 sequence.

I've been stuck with the ASRS for a long time, and I would be very grateful if you could help.


Thank you very much for your assistance.

test.fsm

FlexSim 24.2.0
racksasrsasrs vehicle behaviour
test.fsm (4.9 MiB)
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 Felix Möhlmann commented

You could just use a Find Slot activity to assign the slots to the items. Since the ASRS always moves batches of 5 there shouldn't be an issue with items being split across multiple bays.

And to move the ASRS next to the item it should load without actually loading it, you can use a "Pick Offset" task.

https://docs.flexsim.com/en/22.1/Reference/TaskSequences/TaskSequenceTypes/TaskSequenceTypes.html#pickOffset

test(9).fsm


test9.fsm (94.4 KiB)
· 4
5 |100000

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