question

Josué Islas avatar image
0 Likes"
Josué Islas asked Josué Islas commented

Assigning input queues to taskexecutors & displaying items in output queues

Cross-Docking-Case1-Processflow v2.12.fsmNice day, I have two questions about my model:

1) How can I assign taskexecutors to collect elements from a queue (Input 1 to 4) that is unoccupied and not waste time piling more than 1 taskexecutor into a single queue?

2) once the task executer delivers the item to be taken to the queues (Output 1 to 4), I see it disappear in the simulation, how can I make it appear in the output queue?

FlexSim 23.2.1
queuesresourcesitemstaskexecutorsvisualization
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 Josué Islas commented

1) One possibility would be to acquire the input queue first, so only a single TE can take on work from an input queue at a time.

cross-docking-case1-processflow-v212_1.fsm

A more complex option would be to keep track of how many TEs are currently 'assigned' to any of the intput queues and using this information when acquiring the TEs to give priority to tasks that originate at queues with fewer assignments.

cross-docking-case1-processflow-v212_2.fsm

2) The "Show Contents" (see "More Visuals" button) is disabled on the template output queue. Reactivate it to show the pallets in the output queues.


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

Josué Islas avatar image Josué Islas commented ·

Thank you very much Felix!

0 Likes 0 ·