Previous | Next | LK
Topic: Error recovery
Conf: LK, Msg: 574
From: Deleted User
Date: 3/16/1999 01:50 PM

Within lkdmis there is way of assigning a label to jumpto when there is an illegal
touch.( ERROR/(LABEL NAME),EILT

This works well but the program will always continue where the label is. Is there a way of setting the Error directly to a external routine. This way you could set it once at the beginning of the program, and each time it executed, the program would continue exactly where it had left off.

ERROR/CALL/EXTERN,DMIS .....

I can elaborate with some program examples if anyone can help. The objective is, if an illegal
touch occurs, I would like to jump to a routine which prompts the operators for x,y,z values to offset the coordinate system for the program to continue. I then would like to re-enter the dmis main program exactly where illegal
touch occurred
.