ID 21910

The second block of contour line with 2 blocks may not be relative.

Description

A contour line consisting of 2 blocks was programmed.

The second block of the contour line is programmed as relative.

 

This is not permitted.

 

Example with error:

%Test.nc
N210 G18 G90 G0 X0 Y0 Z0
N220 F1000 
N250 G91 G18 G1 Z10 X5  (relative programming)
N260 #ANG 30 
N270 #ANG 80 Z70 X95  (relative programming - active)
N310 G90 G0 X130
N320 G0 Z0
M30

 

 

Corrected example:

%Test.nc
N210 G18 G90 G0 X0 Y0 Z0
N220 F1000 
N250 G91 G18 G1 Z10 X5  (relative programming)
N260 #ANG 30 
N270 G90 #ANG 80 Z80 X100 (absolute programming )
N310 G0 X130
N320 G0 Z0
M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the contour line in NC program.

Program the second block of the contour line as absolute.

Error type

1, Error message from NC program.