ID 20904
Invalid character in variable/ parameter declaration. | |||
Description | An invalid character is programmed in the declaration of variables or parameters.
Example with error: #VAR V.L.Test[2]=[1;2] #ENDVAR Corrected example: #VAR V.L.Test[2]=[1,2] #ENDVAR
The error may also result from an incorrect variable and/or parameter identifier when the drive parameters are read. | ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Correct the invalid syntax in the NC program. |
Error type | 1, Error message from NC program. | ||
|