question

Manuela T avatar image
0 Likes"
Manuela T asked Joerg Vogel commented

Hello all. How can I block a transporter when other is moving?

FlexSim 21.1.0
transporterflexsim 21.1.0
· 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
0 Likes"
Joerg Vogel answered Joerg Vogel commented

You do this with a process flow. A single token can only acquire one of the available transporters of the resource. You can order the transporters by input or by state. In my example I order them by input.

I push the transport tasksequences by the On Receiving trigger of the dispatcher onto a tasksequence list. The token pull an available tasksequence of the list and dispatch it to the acquired resource for execution. After the the transporter have got available again the token loops back to pull another tasksequence and chooses a resource.

acab_jv.fsm


acab-jv.fsm (122.2 KiB)
· 3
5 |100000

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

Jeanette F avatar image
0 Likes"
Jeanette F answered Manuela T commented

I am assuming you would like one to be blocked when the other is moving within a proximity. Check out the Proximity Agent System. I suggest you look at post in the forum too that involve Proximity Agent System for examples.

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