06-05-2025, 02:18 PM
Hi,
I've got a Python script for a UR3e robot from which I am successfully controlling digital outputs using the setDO command. However, I also need to read an input as part of my script. Using the I/O buttons on the graphical interface, I can do this successfully, however, when I try to use WaitDI within my Python script, the script crashes with the error message below (after successfully switching on a digital output in the preceding line!)
I haven't got any ideas on what could be causing this so any feedback or options to try would be greatly appreciated.
I've got a Python script for a UR3e robot from which I am successfully controlling digital outputs using the setDO command. However, I also need to read an input as part of my script. Using the I/O buttons on the graphical interface, I can do this successfully, however, when I try to use WaitDI within my Python script, the script crashes with the error message below (after successfully switching on a digital output in the preceding line!)
I haven't got any ideas on what could be causing this so any feedback or options to try would be greatly appreciated.