ID 21904

Contour line is not completely defined.

Description

The contour line is not completely defined.

 

Possible causes:

an axis position is missing for a contour line consisting of one block

in a contour line consisting of 2 blocks, the angle specification of the 2nd block is missing

 

Example with error:

N250 G18 G01 Z15 X2
N260 #ANG=30 #RND=3
N270 G01 Z40 X30

 

Corrected example for contour line of one block:

N250 G18 G01 Z15 X2
N260 #ANG=30 #RND=3 Z25 (added position)
N270 G01 Z40 X30

 

Corrected example for contour line with 2 blocks:

N250 G18 G01 Z15 X2
N260 #ANG=30 #RND=3

N270 #ANG=80 G01 Z40 X30  (added angle specified)

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the contour line in NC program.

Error type

1, Error message from NC program.