question

Fernando Q3 avatar image
0 Likes"
Fernando Q3 asked Ryan Clark commented

Experimenter is not coming up with results

1er Caso de Experimentación 21-2 Network V4.fsm1er Caso de Experimentación 21-2 Network V5.fsm

Hi,

I am just working with more than 10 parameters but the experimenter does not show up results properly. I attached two models with different parameters in each of one. Only the content at "queue D" seems to work out. ¿What could be the cause?

FlexSim 21.2.3
experimenter crashing
· 1
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Fernando Q3 commented

Your model is reaching a deadlock state before reaching the warmup time. The mill and drill want to send the item back to "queue t", but it has reached the maximum content. As a result no more items are processed. This happens in both models, but later if the maximum content is larger.

1633333419510.png

When the warmup time is reached the statistics are reset and because nothing is happening in the model, almost no new values are generated.

As a possible workaround I use a custom pull requirement in the "queue t" to limit the items it can take from the buffers to the value set in the parameters, but always let items from the mill and drill enter. (Parameter is not directly linked to maximum content anymore and the max. content is set at 100)

1er-caso-de-experimentacion-21-2-network-v4_workaround.fsm


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