Hello,
I have a robot.MoveJ command within a try-except block. I'm catching the StoppedError exception with the error message being "Robot stopped by user". I believe this joint move is possible and I am not interfering with the movement of the robot in the RoboDK GUI. I'm just running my program and the StoppedError exception is being caught and raised. Do you have any idea why I'm getting this exception?
Thank you.
I have a robot.MoveJ command within a try-except block. I'm catching the StoppedError exception with the error message being "Robot stopped by user". I believe this joint move is possible and I am not interfering with the movement of the robot in the RoboDK GUI. I'm just running my program and the StoppedError exception is being caught and raised. Do you have any idea why I'm getting this exception?
Thank you.