ID 21898

Movement block without angle programmed.

Description

A contour path consisting of 2 blocks is to be programmed. The second motion block was programmed without an angle. Programming this angle is necessary.

 

Example with error:

N240 G17 G01 X10 Y5

N250 #RND=3
N260 #ANG=30 #RND=4
N270 G01 X30 Y25

 

Corrected example:

N240 G17 G01 X10 Y5
N250 #RND=3

N260 #ANG=30 #RND=4
N270 #ANG=80 G01 X30 Y25

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the contour path in NC program. Add the necessary angle.

Error type

1, Error message from NC program.