ID 20613

Missing quotation mark after macro name.

Description

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

Syntax example:

Wrong:
N10  "MACRONAME
Correct:
N10 "MACRONAME"

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.