question

Abhay Bajpai avatar image
0 Likes"
Abhay Bajpai asked Felix Möhlmann edited

How to use both operators for the same task and finish that task together?


The following is the logic used to visually see which tasks are performed by who. I have 2 operators (Operator 1 and Operator 2) who have been given tasks to perform.

1709849396227.png



Problem 1: Operator 2 does not seem to perform any task even though the token goes to the process where both the operators are required.

Problem 2: In the current logic, the Operator 1 performs its own job as well as the job that requires both operators. I have not been able to figure out how to let Operator1 finish the task at hand first and then perform the shared task with Operator 2. They both need to be available in order to finish the tasks.


Cabinet Assembly Simulation_11.fsm

FlexSim 24.0.2
operators
· 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.

Kavika F avatar image Kavika F ♦ commented ·
Hey @Abhay Bajpai, have you already taken a look at the tutorial for coordinated tasks with Operators?
1 Like 1 ·

1 Answer

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

You should take care that whenever a task is given to any operator the respective token has acquired the operator as a resource.

This is not the case in the process that requires both operators, so other sections of the Process Flow may interject other tasks and break the correct flow.

On the left side you also have cases where the operator is not acquired. For example, in the section that uses operator2 you release operator1. When the token leaves that block a task to given to operator1 again without it being acquired.

You should check each possible path a token can take through the flow and check that an operator is always acquired before a task is given to them.

In regards to the main question I concur with Kavika. Check out the coordinated tasks tutorial and synchronize the two task sequences.

5 |100000

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

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.