question

Ericksacio avatar image
0 Likes"
Ericksacio asked Ericksacio commented

Task executer multiple queue

I want to model a truck (taskexecuter) loading material at the warehouse (queue1), unloading at the plant (queue2), at the plant it loads the PT (queue3) after unloading the material, then it returns to the warehouse and unloads the PT (queue4). The issue is that queue1 has an initial inventory, and instead of going to queue3, it returns to queue1 to load. How can I configure the taskexecuter's route? The logic should be from queue1 to queue2, from queue2 to queue3, from queue3 to queue4, and from queue4 back to queue1.

FlexSim 25.0.2
flexsim22
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 Ericksacio commented

You can use Process Flow to control the order in which tasks are done in more detail.

Either by building out the task sequence directly (move to queue -> wait until there is an item -> load item -> travel to destination -> unload item).

Or you keep the port-connections in the 3D model in place and push the task sequences to a list. In Process Flow you can then pull tasks by load station to alternate between the queues.

task-order-with-list.fsm


· 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.