ID 20620
Missing quotation mark before macro NC-code. | |||
Description | When defining a macro, the opening quotation mark is missing before the macro NC code . 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. Macro NC code must always be enclosed in inverted commas. |
Error type | 1, Error message from NC program. | ||
|