ID 21398
Tool change during active OTC not allowed. | |||
Description | while the OTC function (Online Tool Compensation) is enabled, it is not possible to enable a different set of parameters for the tool geometry correction with the D word or #TOOL DATA. Example: Wrong:
N10 G00 X0 Y0 Z0
N20 #OTC ON [LENGTH CONT WEAR_CONST_TOOL]
:
N90 D2
N100 #OTC OFF
:
N1000 M30
Correct:
N10 G00 X0 Y0 Z0
N20 #OTC ON [LENGTH CONT WEAR_CONST_TOOL]
:
N90 #OTC OFF
N100 D2
:
N1000 M30
| ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and modify NC program. Deselect OTC function with #OTC OFF before programming of the D word or #TOOL DATA[…]. |
Error type | 1, Error message from NC program. | ||
|