Task Sequence List

Task Sequence List

neil841027TTD9C
Explorer Explorer
43 Views
4 Replies
Message 1 of 5

Task Sequence List

neil841027TTD9C
Explorer
Explorer

[ FlexSim 23.2.0 ]

Hi,

I have a question that if I can pull more than one task sequence from a task sequence list.

I have a task executer which capacity is 20.

Or is there any other way to dispatch the task sequence to one task executer with more than 1 capacity and the task sequence are ordered by priority?

TS in list.fsm1731097261239.png

Thank you for your answer!

0 Likes
Accepted solutions (1)
44 Views
4 Replies
Replies (4)
Message 2 of 5

joerg_vogel_HsH
Mentor
Mentor
There are many other ways. You can achieve it in 3D logic. You use a dispatcher object. A dispatcher stores Tasksequences like a list. It dispatch tasksequences to available taskexecuters. A taskexecuter can look for other tasksequences stored in dispatcher in Break To function, as long as the Taskexecuter has capacity left.
0 Likes
Message 3 of 5

moehlmann_fe
Observer
Observer
Accepted solution

As Jörg suggests, you can do this by adding a "Break" task to the task sequences and using a dispatcher to store them.

ts-priority-dispatcher.fsm

You can also keep the list and have the TE pull additional task sequences in the "Break To" field.

ts-priority-list.fsm

0 Likes
Message 4 of 5

neil841027TTD9C
Explorer
Explorer
Thank you!! It works!
0 Likes
Message 5 of 5

neil841027TTD9C
Explorer
Explorer
Thank you!
0 Likes