The Convert Arcs R to IJK function replaces circular interpolation commands
G02 / G03 with a radius parameter R by equivalent commands
with absolute arc center coordinates I, J or K,
depending on the active plane (G17, G18, G19).
This format is preferred by many post-processors and controllers, especially for complex or large arcs.
NCPlayer supports two conversion modes: Convert R arcs → IJK (Incremental) and Convert R arcs → IJK (Absolute).
G02 / G03 commands with the R parameter.G17 — uses I and J (Z-axis as perpendicular).G18 — uses I and K (Y-axis as perpendicular).G19 — uses J and K (X-axis as perpendicular).R (minor or major segment).R with the calculated I, J, K.G7x, G8x, G10, or lines that are comments.G17, G18, G19).G02 or G03 with an R parameter — extract all coordinates (X/Y/Z).I, J, K instead of R.; Before:
G17
N10 G02 X50 Y50 R25 F200
N20 G03 X0 Y0 R25
; After:
G17
N10 G02 X50 Y50 I0 J25 F200
N20 G03 X0 Y0 I-25 J0
R parameter for arcs.