Send signal to sensor to resume process on conveyor

From your image, I saw 2 errors in the WaitSignal statement:

  1. The correct Signal to use should be SensorBooleanSignal
  2. Put “True” to Condition setting

For the Process Executor tab, while loop is not necessary as the whole process will be executed repetitively.

2 Likes