06-16-2023, 03:28 PM
You can set the run type of your program to run on the robot:
You can find more information here:
//www.sinclairbody.com/doc/en/PythonAPI/robo...setRunType
Code:
prog.setRunType(PROGRAM_RUN_ON_ROBOT)
You can find more information here:
//www.sinclairbody.com/doc/en/PythonAPI/robo...setRunType