Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Digital Input Wait Method Broken
#7
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.
Code:
while (get_standard_digital_in(1) != True):
sync()
end


Messages In This Thread
RE: Python Digital Input Wait Method Broken - byAlbert- 07-30-2019, 06:57 PM



Users browsing this thread:
1 Guest(s)