question

Moisés Cálderon avatar image
0 Likes"
Moisés Cálderon asked Julie Weller commented

Why does it stop when I run the simulation?

hola comunidad

Tengo un problema cuando ejecuto el sistema, a las 23:08 se empieza a saturar y ya no funciona y la cola se satura, teniendo productos por recibir.


quedo a tus comentarios1691091826609.pngbase-del-modelo-mejorado-33-8-new FINAL.fsm

FlexSim 23.0.8
model run
· 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.

1 Answer

Logan Gold avatar image
0 Likes"
Logan Gold answered Logan Gold commented

The queue, Queue9, which is receiving items from the combiner, SALIDA DE CLIENTE1, has reached its maximum content of 1000. Once it gets to that point, the queue cannot receive any more items from the combiner and the combiner becomes blocked.

You'll need to remove items from Queue9 by either destroying them or having them move to some other object in the model. Or you can increase the queue's Max Content, although if its not high enough, the queue may fill up again before the model reaches your stop time and the issue will remain.

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