question

John AN avatar image
0 Likes"
John AN asked Braydn T commented

Task Sequence Using Global Task List

operator-task-list.fsmGood Day,

I am trying to figure out how to get the operator to complete all the tasks on a plane before they move to the next plane. I attempted using a global list to no avail. If possible, wondering if I could do it with the regular 3D Logic. However, if it's easier to use process flow, then i'd appreciate a solution.

Thank you.

FlexSim 18.2.3
global listtask 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.

1 Answer

Braydn T avatar image
0 Likes"
Braydn T answered Braydn T commented

@John AN

This is a solution for Process Flow:

I would have 2 different event triggered sources for each plane. They will create a token when work enters the system, and assign a label with the plane number. Then you acquire the operator, using a query to select the right plane number (Order by plane ascending) and then complete the Process Flow Chunk.

Here is a simple example of this:

plane-example.fsm


plane-example.fsm (32.8 KiB)
· 8
5 |100000

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