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 aPython program
2.SelectRun on robot
The program will run on the robot as it the Python program is executed.
RDK = Robolink()
RDK.setRunMode(RUNMODE_RUN_ROBOT)