RobotStudio event

Error Handling

Hello,

I am trying to do some error handling. My goal is for any errors that aren't included in the error handlers (which is almost all errors), I want a light to turn on before the RobotStudio program stops execution. So essentially, if during program execution the robot encounters an error not in the error handlers, it will jump to some sort of routine (maybe TRAP routine somehow?) and turn on a light and THEN the program is allowed to stop executing. Is this possible?

Thanks for any help!
SM

Comments

  • You can try to the system output "Execution Error". You can link this state to a digital output, which could be used to power the light.


    bR

    Carlos Martinez
    ABB
  • Carlos,

    Thanks for the response! It worked perfectly!

    Thanks,
    SM