ID 20790

After 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 after 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 after the string.

Error type

1, Error message from NC program.