ID 20789

In front of the string a quotation mark is missing.

Description

When using external variables of the type string within the NC program, there’s the quotation mark missing before the assigned text string.

Example:

Wrong:

N10   V.E.TYPESTRING = TEXTSTRING"

N20   G01 X10

Right:

N10   V.E.TYPESTRING = "TEXTSTRING"

N20   G01 X10

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and insert the quotation mark before the text string.

Error type

1, Error message from NC program.