ID 20629

Missing quotation mark after macro name at definition.

Description

When defining a macro, the closing quotation mark is missing after the macro name.

Syntax example:

Wrong:

N10  "MACRONAME  = "X100 G01 F1000"

Correct:

N10  "MACRONAME" = "X100 G01 F1000"

For further information see [PROG// Section: Macros]

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Macronames must always be enclosed in inverted commas.

Error type

1, Error message from NC program.