Good afternoon, I am new to flexsim and I have several questions about a model.
In the case of the model below, I would like to know if it is possible to start producing a certain number of products when there are less than a certain number of producers in the rack.
For example,
When(Model.find("Rack2")subnodes.length<9)
Start producing until(Model.find("Rack2")subnodes.length=14) without stopping when it reaches to 9.
Thank you.