ID 20904

Invalid character in variable/ parameter declaration.

Description

When declaring variables or parameters, there’s an inadmissible character programmed.

 

Example with error:

#VAR  

   V.L.Test[2]=[1;2]

#ENDVAR

Corrected example:

#VAR  

   V.L.Test[2]=[1,2]

#ENDVAR

 

The error can result also from incorrect variable and/or parameter identifier when reading drive parameters.

Response

Class

2

Abort NC program processing.

Solution

Class

3

Correction of the invalid syntax in NC program.

Error type

1, Error message from NC program.