question

GRodea avatar image
0 Likes"
GRodea asked Jeanette F commented

ASRS allocation only in it's own aisle and allocate in the right type

Hello,

I've added some ASRS into my simulation and I want them to do the putaway only in their respective aisles following the same order as for the FinRacks arrangement by type in the racks.

How can I achieve that?Example with expansion.fsm

FlexSim 23.1.3
rackasrsputaway
· 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.

1 Answer

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

You can add the aisle as an addtional label once you've found the slot (or failed to find a slot):

  1. token.Slot?.as(Storage.Slot).aisleID

Then you can choose a taskexecuter where its Aisle matches the token label.

1692193871713.png


1692193871713.png (24.9 KiB)
· 7
5 |100000

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