question

Cayo E avatar image
0 Likes"
Cayo E asked Cayo E commented

Queue

I need help, in my model I was able to simulate so that the boxes in the process output are sent to one queue at a time, but in the second step the processor also distributes using the same logic. I need the processor to send the boxes to the queue that is totally empty, if all four queues are in some box the processor should wait for a queue to be available.

In the attached image, the right one would be for Crane1 to route to the empty queue and not complete the queue being emptied.

FlexSim 18.2.2
process flowtransporterbatching
simulation.png (160.4 KiB)
cenario-a.fsm (48.0 KiB)
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

·
Daniel Dellis avatar image
0 Likes"
Daniel Dellis answered Cayo E commented

Hello @Cayo E attached is your model with some changes. I added triggers on the Queues so they close their input once they reach the value of batching (48), and open when they reach the content of 0. With this, we guarantee that the crane will only bring new flow items after the Queue is completely empty. I saw I had a Label to count the outputs of the processor, for this, I added one dashboard with graphs where you can see the Throughputs vs time.



· 2
5 |100000

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

Cayo E avatar image Cayo E commented ·
You helped me a lot. Can you help me with the Transporter? Is having a difference in queue collection
0 Likes 0 ·
Cayo E avatar image Cayo E Cayo E commented ·
I need to set up a form that every time has only one empty queue, but the Transporter is working differently in the queues. In a queue it is fast in the other it is slow
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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