ID 20845
Parameter F is missing for dwell time. | |||
Description | In this configuration specific programming of G04, the Dwell time in combination with the F word is missing. Example: Wrong:
N10 G00 X0 Y0 Z0
N20 G04 10 (or only G04)
:
N1000 M30
Correct:
N10 G00 X0 Y0 Z0
N20 G04 F10
:
N1000 M30
| ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Check and modify NC program. Complete the missing F word for the definition of the dwell time. |
Error type | 1, Error message from NC program. | ||
|