question

j08j avatar image
0 Likes"
j08j asked j08j commented

How to control ASRS behavior

In my model, there are currently three items in the queue are waiting to be placed on the rack, and the rack already contains three items. I want to specify a sequence of actions for the ASRS vehicle using an array, for example: Array IO = [0, 1, 0, 0, 1, 0, 1, 0, 0], where 1 indicates moving an item from the queue to the rack, and 0 indicates moving an item from the rack to the sink. How can I implement this?
There is my model: asrs_IO.fsm

Thanks!

FlexSim 24.0.2
flexscriptasrsasrsvehicle
asrs-io.fsm (40.2 KiB)
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

Joerg Vogel avatar image
1 Like"
Joerg Vogel answered j08j commented

here is an example

Tasksequences are pushed to a list. In this code there is a message to pull a tasksequence from this list again. On Message a query string is edited to pull an entry matching a field of destination classified by 1 or 0 with a first element of an array. Pulled Tasksequence is moved to and dispatched in ASRS.

Queue strategy of Tasksequences is straight FIFO.

asrs-io_JV.fsm


asrs-io-jv.fsm (42.0 KiB)
· 6
5 |100000

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