Hello,
My goal is to execute a single line of the selected rapid task on a certain interval (>20ms). as if you clicked the ‘step over’ button every 20ms.
I’m not sure however how to achieve this using the PC SDK (or within Robotstudio preferably). I can start rapid tasks and start rapid tasks from a certain row but I can’t execute a single command at the time like you can with the ‘step over’ button. I also tried to using the “ProgramPositionEventArgs” event handler to start/stop the task every time the PP position changes but the event didn’t trigger after each command.
Therefore, I was wondering if there is a way to achieve this using the PC SDK or if this can be done within robotstudio.