13. Error handling
MiR250 Hook Integrator Manual (en) 12/2023 - v.3.0 ©Copyright 2021–2023: Mobile Industrial Robots A/S. 173
13. Error handling
The robot enters an error state when it can not solve a problem on its own.
Errors include:
l
Hardware faults
l
Failed localization
l
Failure to reach destination
l
Unexpected events in the system
An error triggers a Protective stop. The robot is paused until a user acknowledges the error and
clears it.
13.1 Software errors
Software errors such as localization and failure to reach the goal destination can be prevented
with the proper setup of maps and missions:
l
Always test your missions under full observation and normal work environment conditions
before leaving the robot to execute the missions autonomously.
l
Use Try/Catch actions to make the robot react in a specific way if it fails to execute certain
actions.
l
Use Prompt user actions in missions that require intervention from users.