Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

ConnectedState not Present in C#

#1
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?
#2
Hello,

ConnectedState() is also available in C#. Here is the GitHub link: https://github.com/RoboDK/RoboDK-API/blo...em.cs#L650
  




Users browsing this thread:
1 Guest(s)