ID 21910

The 2nd block of contour path with two blocks may not be relative.

Description

Contour path of 2 blocks is programmed.

The second block of contour path is relatively programmed.

 

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 - enabled)
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 path in NC program.

Absolute programming of the second block of contour path.

Error type

1, Error message from NC program.