Dear all, I am learning the “Grasp and release of multiple objects” through the VC YouTube, however all works well except the loop of the activity. Even no output error. Somebody please help me. The VC file attached for the reference.
Hello,
you can either use the “IsLooping” property, found in the robot properties under “Executor” (in red in the screenshot) or put everything you have in your Main programm in a While Loop
you need to connect the signal for the batch conveyor
for the other conveyor, you’ll probably need a delay so that the box has time to pass the sensor, otherwise the sensor will detect the same box again. (otherwise you could also use a “Wait Input signal” to wait for the signal to be turned off, to know that the box is gone).