06-09-2023, 07:38 AM
Hello there,
The solution was to use the python API function (Connect()), but running the python script with an external IDE, because when i ran the script on RoboDK, the function (Connect()) interrupts the execution. The use of a (time.sleep(1)) was mandatory to give the robot the time to reconnect before continuing the execution on the real robot.
I hope this will help someone in the futur.
Cheers
The solution was to use the python API function (Connect()), but running the python script with an external IDE, because when i ran the script on RoboDK, the function (Connect()) interrupts the execution. The use of a (time.sleep(1)) was mandatory to give the robot the time to reconnect before continuing the execution on the real robot.
I hope this will help someone in the futur.
Cheers