Attached is a simple model that receives items on a conveyor and then distributes the boxes to side conveyors. I added an operator to remove the boxes from the conveyor. I want the boxes to not be allowed to go on either side conveyor if the quantity on the side conveyor is larger than say 3. This would essentially create a re-circulation loop. Conveyor Round Robin Example.fsm
Any suggestions?