Grasp and release of multiple objects - not looping

02.04.25 New Ex.vcmx (271.3 KB)

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.

Hi,

You can put the program inside while true loop or you can tick “loop” within the executor

br,
lefa

1 Like

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

Don’t forget to turn both conveyors back on:

  • 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).