MoveJ p10、v200、z20、夹持器;
再发病;
重试;
ENDPROC公司
陷阱TRAP\u move\u stop
升起err\u move\u stop;
错误
提高;
末端陷阱
这是一个如何将错误恢复与跳远和ClearPath结合使用的示例
没有任何限制。在机器人移动到p10和p20期间,正在进行的移动
已停止。运动路径被清除,并且由于通过
MoveJ p10, v200, z20, gripper;
RestoPath;
RETRY;
ENDPROC
TRAP trap_move_stop
RAISE err_move_stop;
ERROR
RAISE;
ENDTRAP
This is an example of how to use error recovery with long jump together with ClearPath
without any limitation. During the robot movement to p10 and p20, the ongoing movement
is stopped. The motion path is cleared, and because of error recovery through