How to generate the task sequence transmitted to the Dispatcher?

How to generate the task sequence transmitted to the Dispatcher?

kuilin_s
Not applicable
74 Views
2 Replies
Message 1 of 3

How to generate the task sequence transmitted to the Dispatcher?

kuilin_s
Not applicable

[ FlexSim 22.0.4 ]

Now I am working for the crane taskSequence? I want to generate a sequence of tasks to send to two random cranes. In other words, either of the two cranes can do the work. How will I logically move entities between the two queue areas? demo_dispatcher.fsm

0 Likes
Accepted solutions (1)
75 Views
2 Replies
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

setup connections:

object connections: "a"-Type from source> queue > queue > sink (basic)

center connection: "s"-Type from first queue to dispatcher

object connections: "a"-Type dispatcher > crane1 and dispatcher > crane2

Edit Properties Dispatcher "Dispatcher" pane Property "Pass To" to Random Port

Edit Properties first Queue: pane Property "Output" activate "Use Transport"

demo-dispatcher-JV.fsm

0 Likes
Message 3 of 3

kuilin_s
Not applicable

I totally understand that and thank you very much.

0 Likes