Operator Not Working as per Task Sequence

Operator Not Working as per Task Sequence

komalkoli
Not applicable
165 Views
3 Replies
Message 1 of 4

Operator Not Working as per Task Sequence

komalkoli
Not applicable

[ FlexSim 24.1.0 ]

Task Sequence.fsm

Hi,

I have two questions:

Question 1

I have operator named "Eva" in model. This operator has 4 tasks in a sequence as Task1, Task2, Task3 & Task4. This operator currently performing Task4 first and then remaining tasks.

I tried "Priority" option but it is not working.

How should I make this operator to perform tasks in sequence? Please modify attached model as needed.

Question 2

The operator "Eva" supposed to use pallet jack only for Task1. Right now this operator uses pallet jack for all the tasks even after I have "Release pallet jack" entered in process flow.

How should I make this operator to use pallet jack for Task1 only?

Thank you in advance..!!

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

moehlmann_fe
Advocate
Advocate
Accepted solution

The order of tasks currently only depends on the order in which the Event-Triggered Sources produce tokens - first come, first serve. If you want to do the tasks in sequence build the logic that way, how it was done for "Ron".

You can use lists to keep track of which items are available in different queues and pull them when it is time to move them to the next station.

https://docs.flexsim.com/en/24.0/ConnectingFlows/Lists/WorkingWithLists/WorkingWithLists.html

0 Likes
Message 3 of 4

komalkoli
Not applicable
Okay let me check it.

Do you have any feedback for my Question 2?

0 Likes
Message 4 of 4

moehlmann_fe
Advocate
Advocate
Sorry, forgot to answer the second question. Releasing a resource just means that the Process Flow resource can now again be acquired by a different token. The 3d object is still inside the operator. You have to move it back into the model (Move Object activity, destination "model()", probably would want to check "Preserve Global Position")
0 Likes