question

Tyler Morrison avatar image
1 Like"
Tyler Morrison asked Jason Lightfoot commented

Send one operator to pick up a batch of items?

Hi,

I need to transport items from queues 1, 2, and 3 to queues 4, 5, and 6 respectively using 6 operators and a dispatcher. The batch needs to be moved by one operator in one trip and any of the 6 operators can move any of the batches. The queues are batching the items and the operators are trying to load a full batch, but one operator is getting called per item not one per batch, so the operators don't carry a full batch because multiple operators go to pick up the batch at the same time. How do I send one operator to pick up a batch instead of sending one operator to pick up each item? Eventually I will have lots of these paired queues so I would like to use tasksequences so I can copy the queues when I need more without changing much. I have attached a model of what I have.

Thank you in advance.

FlexSim 18.1.1
processflowoperatorsbatch processingdispatcherstask sequences
· 6
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

Joshua S avatar image
3 Likes"
Joshua S answered Jason Lightfoot commented

I used process flow to do what you are suggesting. Here's your model with process flow incorporated. for every queue you add, increment its label "Queue" to match the number of pickup queues, and increment the quantity of tokens created in the "EntrySource" to match the number of pickup queues.11989-send-one-operator-per-batch-changed.fsm

There is still an issue with the visuals that I am looking into where the objects hover several feet above the operator. Let me know if the model design is what you are looking for and I'll look into fixing this hovering issue. Hope this helps.


· 7
5 |100000

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