question

Kuilin S avatar image
0 Likes"
Kuilin S asked Kuilin S commented

How to generate the task sequence transmitted to the Dispatcher?

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

FlexSim 22.0.4
dispatchercranetasksequence
demo-dispatcher.fsm (31.4 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
0 Likes"
Joerg Vogel answered Kuilin S commented

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


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

Kuilin S avatar image Kuilin S commented ·

I totally understand that and thank you very much.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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