RobotStudio event

Checking reachability on the fly

Options
Initially I thought, intuitively that I could handle a "out of reach" event and correct  my path generation after such an event in error handler. It turns out that this is an error of type "System Error", and supposedly these cannot be handled by Rapid routines/procedures. I'd love to be corrected about this.

At any rate I still need to handle the event where the Robot may move out of reach because of an invalid/unreachable Robtarget that I have created. Is there a way to check for reachablity on a given Robtarget before executing a move instruction on it?