question

Thomas C2 avatar image
0 Likes"
Thomas C2 asked Ben Wilson commented

Le modèle s'arrête / Model stops. Why ?

Bonjour, mon modèle s'arrête de tourner après 5 items placés dans le Rack, sans que celui ci soit full. Pourtant tout semble fonctionner: la Source, les queues, les process et les operateurs.

Je vous joins le modèle. Quelqu'un aurait il une solution ?

My Model stops after 5 items places in the free rack. Everything seems fine: source, queue, process and operator... I join the model. Anyone as a suggestion to solve it ?

Merci/Thanks

Frozen.fsm

FlexSim 21.0.0
model stops runningstopmodel
frozen-pizza-2.fsm (58.9 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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Ben Wilson commented

This is not your fault exactly. The problem appears to be the the open input activity is scheduled before the last part finishes it's process and releases the operator from its Utilize task. Not only that but the new part enters and finished the setup before the last item's process finish event fired, which means that it it requests the operator who is currently finishing the last item. Since it doesn't get the operator it stops the whole processor which takes all events off the event list so the operator is never released from the task of finishing that item on the processor.

I think you'll find that this isn't a supported configuration as described in the manual here.



1610812359574.png (20.4 KiB)
· 4
5 |100000

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