07-30-2019, 06:57 PM
Keep in mind that tool Inputs/Outputs are mapped to Inputs/Outputs 11 and over.
Taking a look at the generated UR script code I see that the program looks correct. This section of code will wait for the digital input 1 to be True/On/1.
Taking a look at the generated UR script code I see that the program looks correct. This section of code will wait for the digital input 1 to be True/On/1.
Code:
while (get_standard_digital_in(1) != True):
sync()
end