ID 20376

Unexpected M17 or M29.

Description

In the NC main program, the end of a subroutine (M17 or M29) is read although no subroutine is open.

Example:

%main

N10   G00 X0 Y0 Z0

:

N100   M17

:

N1000 M30

Response

Class

1

Continue NC program processing.

Solution

Class

1

Check and modify NC program. Remove the redundant M17/M29.

Error type

1, Error message from NC program.