Assigning input queues to taskexecutors & displaying items in output queues

Assigning input queues to taskexecutors & displaying items in output queues

Islas85
Not applicable
18 Views
2 Replies
Message 1 of 3

Assigning input queues to taskexecutors & displaying items in output queues

Islas85
Not applicable

[ FlexSim 23.2.1 ]

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?

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

moehlmann_fe
Observer
Observer
Accepted solution

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.

0 Likes
Message 3 of 3

Islas85
Not applicable

Thank you very much Felix!

0 Likes