ID 21392

OTC is not enabled. Deselection not permitted.

Description

The programming of #OTC OFF is only allowed if the OTC function (Online Tool Compensation) was previously selected.

Example:

Wrong:
N05 G01 X100
N20 G01 X200
:
N900 #OTC OFF
N1000 M30
Correct:
N05 G01 X100
N10 #OTC ON [LENGTH CONT WEAR_CONST_TOOL]
N20 G01 X200
:
N900 #OTC OFF
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Remove the unnecessary deselection of OTC (#OTC OFF) or select OTC before.

Error type

1, Error message from NC program.