VERICUT Users' Forum

Due to relentless spammers, we are no longer automatically accepting new forum registrations. If you wish to register for this forum, please send an e-mail to: info@cgtech.com

You are not logged in.

#1 2007-06-04 04:38:53

girishnilange
Senior Member
From: Bangalore, India
Registered: 2006-08-26
Posts: 23

Redundant error message.

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

#2 2007-07-26 15:27:39

nathanc
Member
From: Fullerton
Registered: 2007-07-13
Posts: 14

Re: Redundant error message.

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

#3 2007-07-30 08:12:24

girishnilange
Senior Member
From: Bangalore, India
Registered: 2006-08-26
Posts: 23

Re: Redundant error message.

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

#4 2007-08-30 15:46:34

SergeV
Senior Member
From: Irvine, CA
Registered: 2004-10-08
Posts: 507
Website

Re: Redundant error message.

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. big_smile

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

#5 2007-08-30 17:07:50

girishnilange
Senior Member
From: Bangalore, India
Registered: 2006-08-26
Posts: 23

Re: Redundant error message.

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

Board footer