ID 20177

Programming an e-feedrate is not permissible.

Description

The programming of speeds using an E word is not implemented and therefore generally not permitted.

Example:

Wrong:
N10   G00 X0 Y0 Z0
N20   G01 X100 E2000
:
N1000 M30
Correct:
N10   G00 X0 Y0 Z0
N20   G01 X100 F2000
:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Program the feedrate with the F word.

Error type

1, Error message from NC program.