ID 20003
G-code only sensible with programming of an axis. | ||||
Description | At least one axis must be specified for the programmed G function, for syntax reasons or to program additional information,. Achtung: A coordinate value MUST be entered after the axis name, otherwise a new error message will be displayed. That value will be interpreted differently according to the programmed G-function. Example: Wrong: N10 G00 X0 Y0 Z0 N20 G160=2 N1000 M30 Correct: N10 G00 X0 Y0 Z0 N20 G160=2 X1 Z1 N1000 M30 | |||
Response | Class | 1 | Continue NC program processing. | |
Solution | Class | 1 | Programming of the additional axis informations for the G-function. | |
Parameter | %1: | Current value [-] | ||
| ||||
Error type | 1, Error message from NC program. | |||
|