ID 21024
Circle centre point and radius are not permitted at the same time. | |||
Description | Circle programming is done either by defining the circle centre point or by programming the radius.
Example with error: %err_21024.err
N10 G00 X0 Y0 Z0 G17
N20 G01 X10 Y100 F10000
N30 X100Y200
N40 X200
N50 G02 X200 I50 J50 R50
N60 G01 X400 Y0
N99 M30
Corrected example: %err_21024.kor
N10 G00 X0 Y0 Z0 G17
N20 G01 X10 Y100 F10000
N30 X100Y200
N40 X200
N50 G02 X200 I50 J50
N60 G01 X400 Y0
N99 M30
| ||
Response | Class | 2 | Abort NC program processing. |
Solution | Class | 3 | Modification of NC program. |
Error type | 1, Error message from NC program. | ||
|