Python Online Programming

Python programs can be directly executed on the robot using the same Python code used to simulate the robot (as shown in thePython Simulationsection). Online programming allows running a generic program on a specific robot controller using Robot Drivers:

1.Right click aRoboDK API - Image 10Python program

2.SelectRun on robot

The program will run on the robot as it the Python program is executed.

RoboDK API - Image 11

RDK = Robolink()

RDK.setRunMode(RUNMODE_RUN_ROBOT)