ID 20626

Overwriting of macro NC code is not allowed.

Description

An already defined macro is to be written again in the NC program. This option is not allowed because of the version-specific configuration.

Example:

Wrong:

N10 "MACRO_1" = " G00 X0 Y0 Z0"

N15 "MACRO_2" = " G00 X10 Y20 Z30"

N20 "MACRO_1" = " G01 F2000 X0 Y0 Z0"

:

N1000 M30

Correct:

N10 "MACRO_1" = " G00 X0 Y0 Z0"

N15 "MACRO_2" = " G00 X10 Y20 Z30"

N20 "MACRO_3" = " G01 F2000 X0 Y0 Z0"

:

N1000 M30

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

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Remove all additional macros with the same name or create the macro with a new name.

Or please contact the CNC manufacturer to enable macro overwriting in this version.

Error type

1, Error message from NC program.