ID 20612

Setting of actual value not allowed during active mirroring.

Description

As long as Mirroring is enabled (G21 – G23), no current value setting (#PSET, #PRESET) can be programmed.

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   G21

N50   #PSET X200

:

N100  G20

:

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N20   G21

:

N100  G20

N110  #PSET X200

:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Before position preset, deselect an active mirroring (G20).

Error type

1, Error message from NC program.