I’m using a generic conveyor to model the machine (ToConveyor → FromConveyor) while robot moves the products in and out of the machine.
It’s important that there would be just 1 product on the conveyor (meaning in the machine) at any time. How to limit the conveyor to hold just one product at a time?
I thought ConveyorCapacity is the obvious answer, but setting it to 1 does not change anything.
Instead of using the To Container mode of these processes, you could utilize the To/From Next process for hte transports. This would help manage that there is not too many products on the conveyor at one time.