ID 20610
Setting of actual value not allowed during active diameter programming. | |||
Description | While diameter programming is enabled (G51), no current value setting (#PSET, #PRESET) can be programmed. Example: Wrong:
N10 G00 X0 Y0 Z0
N20 G51 X100
N50 #PSET X200
:
N100 G52
:
N1000 M30
Correct:
N10 G00 X0 Y0 Z0
N20 G51 X100
:
N100 G52
N110 #PSET X200
:
N1000 M30
| ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and modify NC program. Before position preset, deselect diameter programming (G52). |
Error type | 1, Error message from NC program. | ||
|