Wait Boxes on Previous Conveyor

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.

I have tried, but I could not get it. @Tilma Could you please show a picture as an example?

You could try this for example using an extra node and a signal:

Box Wait_signal.vcmx (5.1 MB)

2 Likes

@Jesper Thank you, Now its working