ID 20008
Feed rate in motion block is 0. | |||
Description | At least the first motion command with interpolation (e.g. G01, G02, G03) requires a feed value (F-word). Example: Wrong:
N10 G00 X0 Y0 Z0
N20 G01 X10
Correct:
N10 G00 X0 Y0 Z0
N20 G01 X10 F1000
| ||
Response | Class | 2 | Abort NC program processing. . |
Solution | Class | 3 | Program the speed value using the F word. |
Error type | 1, Error message from NC program. | ||
|