You are not logged in.
Pages: 1
Following is a block from the NC program that is being simulated:
'IF [VC31 EQ 0] NS10'
The controller N word is defined as:
N_GOTO_LABEL, N_GOTO_SEQ, N_LABEL
Vericut is able to shift to label marked as 'NS10' when the condition (if VC31=0) is true but also throws the following error
"ERROR: The Word NS is not defined"
How to eliminate this unnecessary error ?
-Girish Nilange
Offline
well... i am not exactly sure which one you would use but you would definately use one of the following:
Configure>WordFormat...
or
Configure>Word/Address...
and you would probably add NS in
maybe someone else can provide exact instructions
Nathan
Offline
Thanks for your reply, Nathan
If I define NS as a macro in the word format and associate a macroname with it in the word address then it doesn't perform the 'jump' or 'GOTO' actions.
-Girish
Offline
Project > Processing Options > G-Codes > Process Options...
Messages tab
Output "Word is not defined" Errors = NO
Apply
OK
and the error will no longer be output.
This control is configured so when a word is not defined, it is considered as a Label name. But by then the error already have been generated. With the above setting it will no output this error.
Offline
Thanks for your reply, Serge.
I tried and it worked. My VERICUT log file was no longer filled with those error messages.
-Girish Nilange
Offline
Pages: 1