I wanted to know as I'm currently working on a project to automatically pick and place 0402 SMD components with a Staubli TX60 robot using RoboDK.
I need to move the robot to a specific target and then apply a pause/wait untill another task is executed. Tried the robot.pause() or sleep() but these commands are only recognized from the RoboDK environment, not from the CS8C (VAL3) controller.
Modifyng the VAL3 script to access the RunCode() function can be a way but the actual version of VAL3 in my laptop doesnt support it (modifications from administrators could give access to the source code).
I need to move the robot to a specific target and then apply a pause/wait untill another task is executed. Tried the robot.pause() or sleep() but these commands are only recognized from the RoboDK environment, not from the CS8C (VAL3) controller.
Modifyng the VAL3 script to access the RunCode() function can be a way but the actual version of VAL3 in my laptop doesnt support it (modifications from administrators could give access to the source code).

