ID 20147

After this G-function a '=' is expected.

Description

The called G-function expects an argument, assigned by “=”.

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   G115

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N20   G115=14

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Complete the missing assignment.

Parameter

%1:

Current value [-]

Number of the G function

Error type

1, Error message from NC program.