ID 20608

Setting of current value not allowed during active tool radius compensation.

Description

As long as the TRC function (tool radius compensation) is enabled, no current value setting ((#PSET, #PRESET) may be programmed.

Example:

Wrong:
N10   G00 X0 Y0 Z0
N20   G41 X100 F1000
N50   #PSET X200
:
N100  G40
:
N1000 M30
Correct:
N10   G00 X0 Y0 Z0
N20   G41 X100 F1000
:
N100  G40
N110  #PSET X200
:
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Deselect TRC (G40) before setting the current value.

Error type

1, Error message from NC program.