07-13-2021, 11:22 PM
I am attempting to do some application programing and I noticed that in python, you can do the following function call to get determine the connection state of the robot.
# Check if we are still connected and the robot is ready (not doing anything else), otherwise, stop
status, msg_status = robot.ConnectedState()
However, I went digging through the C# API for RoboDK on Github and on my local copy of the API and I could not find a function that does this. Am I overlooking something?
# Check if we are still connected and the robot is ready (not doing anything else), otherwise, stop
status, msg_status = robot.ConnectedState()
However, I went digging through the C# API for RoboDK on Github and on my local copy of the API and I could not find a function that does this. Am I overlooking something?