Programming manual.
CNC 8070
GEOMETRY ASSISTANCE
11.
Controlled corner rounding, radius blend, (G05/G61)
·201·
(REF: 1709)
...
G92 X0 Y0
G71 G90
#ROUNDPAR [5,-30,-30,55,-5,0]
G01 G61 X50 F850
N90 G01 Y40
...
"a" and "b" distances negative and greater (in absolute value) than the distance from the programmed
point to the intermediate point on each axis (about 4 times).
...
G92 X0 Y0
G71 G90
#ROUNDPAR [5,-5,-5,65,-15,0]
G01 G61 X50 F850
G01 Y40
...
"a" and "b" distances, negative and smaller (in absolute value) than the distance from the programmed
point to the intermediate point on each axis.
...
G92 X0 Y0
G71 G90
#ROUNDPAR [5,5,5,65,-15,0]
G01 G61 X50 F850
G01 Y40
...
Positive "a" and "b" distances.