ID 20019

Diameter programming does not allow to mirror on the longitudinal axis of rotation.

Description

Activated diameter programming starts from rotationally symmetric parts, the programmed co-ordinates are interpreted as distance to the rotational (symmetry) axis. Therefore, mirroring and negative coordinates are invalid.

Example:

Wrong:

N10   G90 G01 F1000

N20   G51 X80

N30   G92 X10

N40   X0

N50   G91 X50

N60   G21 X30

N1000 M30

Correct:

N10   G90 G01 F1000

N20   G51 X80

N30   G92 X10

N40   X0

N50   G91 X50

N60   X30

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Remove NC mirroring command.

Parameter

%1:

Logical axis number [-]

 

Error type

1, Error message from NC program.