RobotStudio event

Error Handling

Options
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

  • carlosmtz2000
    Options

    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
  • SteveMob
    Options
    Carlos,

    Thanks for the response! It worked perfectly!

    Thanks,
    SM