question

komalkoli avatar image
0 Likes"
komalkoli asked Logan Gold commented

Operator Task Sequence: Wait Until 1st Task is done

Here is the process flow for an operator:

Task 1: Operator waits until 100 items arrive at Queue1 and move these items

Task 2: After finishing 1st task, same operator move 50 items from Queue2

50 items arrive at Queue2 well before 100 items arrive at Queue1. So, operator is moving to Task 2 as soon as 50 items arrive at Queue2 & then completing Task 1. I would like him to finish Task 1 first and then complete task 2.

I tried Preempt option, priority option, and task sequencing option but it did not work. What is best way to sequencing the task 1 and then task 2?

FlexSim 24.1.0
operatortask sequencepriority
· 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.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann edited

If the tasks have to happen in a fixed sequence then build them as a single sequence. You can use lists to check for the needed quantity of items, so they can still accumulate independently without having to immediately start the transport when the threshold is reached.

transport-sequence.fsm


· 4
5 |100000

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