question

Devdatta D avatar image
0 Likes"
Devdatta D asked Devdatta D commented

Use dispatcher in Create task sequence

I am using dispatcher with Create TS in process flow. Dispatcher has team of 5 transporters. Each transporter has a capacity of 5. I would like the dispatcher to send task sequence to the transporter until it reaches its capacity. Currently Create TS is sending 5 task sequences to 5 different transporters. How can i send 5 task sequences to first available transporter and then to subsequent.

FlexSim 22.1.1
dispatcher
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 Devdatta D commented

You can use the PassTo to control where the tasksequence is sent. The standard templates show how to set up logic to, for example, sent to the shortest queue if available. You can also close the input of the task executer when it has 5 task sequences to prevent it taking any more.


(Note - based on your previous questions I should say constructing a single tasksequence with the correctly sequenced pick or place options in order of aisle and bay is probably going to be a better solution)

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

Devdatta D avatar image Devdatta D commented ·
Thanks Jasion.
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.