ID 20187

Radius index is out of data format.

Description

The value used as the radiusindex Is outside the permissible data range.

Remark: For indexed radius programming, the only permissible index is 1, otherwise Error message 20188 "Radius index is not allowed" is output.

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   R-1=10

N50   G02 F1000

:

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N20   R1=10

N50   G02 F1000

:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Programmed radius index must be within the permissible value range.

Parameter

%1:

Error value [-]

 

%2:

Lower limit value [-]

 

%3:

Upper limit value [-]

 

Error type

1, Error message from NC program.