ID 20188

Illegal radius index.

Description

For indexed radius programming, the only allowed index is 1; all other values cause either this error message 20188 or 20187 "Radius index is outside allowed number range".

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   R2=10

:

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N20   R1=10

:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Radius index must be programmed with value 1.

Parameter

%1:

Error value [-]

 

Error type

1, Error message from NC program.