03-23-2021, 05:44 PM
To enable sending data to the robot controller you should first use the Connect function to connect to the robot. Even if you are already connected to the robot, this will change the "RunMode" and send all movements to the real robot. The communication protocol depends on the robot controller and driver you use in RoboDK. Most of the times the protocol is TCP/IP Socket communication.
This shows an example:
https://robodk.com/doc/en/PythonAPI/exam...-to-robots
Albert
This shows an example:
https://robodk.com/doc/en/PythonAPI/exam...-to-robots
Albert