Hi,
I have created a bundle with 3 boxes, but the conveyor is allowing more than 3. I want only 3 boxes per bundle on the last conveyor, and remaining boxes should wait on the previous conveyor.
What are the possible ways to achieve this? Box Wait.vcmx (5.4 MB)
You could add a process before the last conveyor and create a boolean signal in it (for example “StopProduct_Signal”).
In the process you can let 3 products enter and exit, then set the StopProduct_Signal on True, and wait for it to be back on False.
In the FromConveyor process, when the robot takes the products, you can set the signal back on False.