ID 21416

New operation mode is not permitted if 3D tool geometry compensation is active.

Description

With active 3D tool geometry compensation (TGC) in NC program a new operation mode (OPMODE) is programmed. This is not allowed.

Example:

Wrong:
N10 #TGC ON [OPMODE=2]
:
N.. #TGC [OPMODE=1]
:
N.. #TGC OFF
:
N1000 M30
Correct:
N10 #TGC ON [OPMODE=2]
:
N.. #TGC OFF
N.. #TGC ON [OPMODE=1]
... or
N.. #TGC [OPMODE=1]
N.. #TGC ON
:
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. The setting of a new operation mode (OPMODE) is only allowed either in combination with a repeated selection of 3D-TGC or during inactive 3D-TGC.

Parameter

%1:

Current value [-]

 

Error type

Abort NC program processing.