ID 20648
Axis specific acceleration weighting is programmed negative. | ||||
Description | One of the axis-specific weight values programmed with G130 is negative. Example: Wrong: N10 G00 X0 Y0 Z0 N20 G130 X70 Y-60 : N1000 M30 Correct: N10 G00 X0 Y0 Z0 N20 G130 X70 Y60 : N1000 M30 | |||
Response | Class | 1 | Abort NC program processing. | |
Solution | Class | 3 | Check and modify NC program. Programming weighting value with a meaningful value greater than or equal to zero (nil). | |
Parameter | %1: | Logical axis number [-] | ||
| ||||
%2: | Error value [-] | |||
| ||||
%3: | Limit value [-] | |||
| ||||
Error type | 1, Error message from NC program. | |||
|