RobotStudio event

Error handling

Alyssa Wells
edited May 2013 in Robot Controller
I've been trying to use an error handler to catch the Search Warning (40574), but no matter how I set it up, it still shows the error and stops the program instead of handling it.

This is my error handler for this error:

ERROR
IF ERRNO = 40574 THEN
!Handle the error
ENDIF

So far, I've been running this only in Manual and not Auto, but it seems silly for error handlers to only work in Auto...

Comments