ID 20054

Corrected centre point is out of data format.

Description

The values chosen for start / end point and radius imply centre co-ordinates, that are outside the permissible numerical range.

Example:

Wrong:

N10 G00 X0 Y0 Z0

N20 G02 X1 R1000000 F1000

N1000 M30

Correct:

N10 G00 X0 Y0 Z0

N20 G02 X1 R0.5 F1000

N1000 M30

Response

Class

2

Abort NC program processing. .

Solution

Class

3

Check and modify NC program. Change the value of the radius.

Parameter

%1:

Logical axis number [-]

Axis with exceeded data range

%2:

Upper limit value [-]

 

%3:

Lower limit value [-]

 

%4:

Error value [-]

 

Error type

1, Error message from NC program.