Dear all, While attempting the multi grasping using a robot. The box along with the products in the destination conveyor is not moving. However, looping is correct, but the box is stand still.
Hi, the problem is that you start the conveyor and directly wait for the sensor to be True. The box hasn’t had time to left yet, so the sensor signal will be True and the conveyor stop again, even if it is the same box. So after having started the conveyor, you could add a Wait Signal to wait for the sensor to be False, so that the box leaves before you wait for the next box.