Error handler during EGM
csmith
✭
Hi,
I'm trying to recover from any motion errors while my robot is controlled through EGM.
My current Rapid code:
Whenever I run into an Error during EGM, my error handler won't execute.
How can I make this work so I can recover without manually jogging the robot back to a valid position?
Thank you
I'm trying to recover from any motion errors while my robot is controlled through EGM.
My current Rapid code:
TEST egm_action CASE EGM_POSE: printInfoMessage 1, CONTEXT_EGM, "Starting pose mode"; EGMRunPose egm_id, EGM_STOP_HOLD, \X \Y \Z \Rx \Ry \Rz \CondTime:=20 \RampInTime:=0.1 \PosCorrGain:=1; DEFAULT: ENDTEST EGMReset egm_id; ERROR IF ERRNO=ERR_ROBLIMIT THEN TPWrite "Joint out of range error"; MoveAbsJ homepos,v100,fine,tool0; ENDIF
Whenever I run into an Error during EGM, my error handler won't execute.
How can I make this work so I can recover without manually jogging the robot back to a valid position?
Thank you
Tagged:
0
Comments
-
Check out the system input Interrupt. If you have an error, your system output for error can tell the PLC that there is a problem. Then the PLC can give you that system input. From what I understand, it will act on that without the program running.Lee Justice0
Categories
- All Categories
- 5.5K RobotStudio
- 394 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 309 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 785 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings