Say I have a procedure, PROC Home(), that moves the robot to the home position. In my RobotStudio SDK program, I want to be able to call that procedure, and have that procedure run until ENDPROC. Is this possible to do through RobotStudio SDK?
Try it with the MoveAlongAsync command. You can use it from a RsPathProcedure of your task.