question

Allison H2 avatar image
0 Likes"
Allison H2 asked tannerp edited

Enter Zone, Move object error

ar-buffer.fsmHere in the model, it is supposed to check yard capacity, and move into the queue.
However, the items never leave the enter yard phase.

Is this an error? Bug? is there an input I am missing?

FlexSim 19.1.0
FlexSim 19.0.2
process flowmove objectzones
snip.png (244.9 KiB)
ar-buffer.fsm (29.7 KiB)
· 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

tannerp avatar image
1 Like"
tannerp answered tannerp edited

I figured it out.

The calculation to limit the number of tokens in each partition won't work because before there's a token in the zone, there's no token for which it can read the label, "capacity_yard". This would only work after the first token has entered with the value for "capacity_yard" on it. By changing this to an integer value (i.e. "30"), the tokens enter the zone properly.

You'll have to come up with a different way of limiting the number of tokens in the partition. Will it ever be something other than 30?


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