Programming manual
CNC 8070
GEOMETRY ASSISTANCE
Controlled corner rounding, radius blend, (G05/G61)
7.
(SOFT V02.0X)
127
Type 2 #ROUNDPAR [2,f]
Set the percentage of the active feedrate "F" to be used to carry out
the corner rounding.
It executes the corner rounding closer to the programmed point and
that may be machined at the set feedrate percentage.
The distances from the programmed point to the points where the
corner rounding begins and ends are calculated automatically and
they cannot be greater than half the path programmed in the block.
Both distances will be the same, except when one of them is limited
to half the programmed path.
For this type of corner rounding, only the values of the first two
parameters of the "#ROUNDPAR" instructions are used, therefore, all
parameters need not be included.
Type 3 #ROUNDPAR [3,a,b]
It defines the distance from the programmed point to the points where
corner rounding begins and ends.
For this type of corner rounding, only the values of the first three
parameters of the "#ROUNDPAR" instructions are used, therefore, all
parameters need not be included.
#ROUNDPAR [2,f]
f : Porcentage of feedrate "F" for corner rounding.
···
N70 #ROUNDPAR [2.40]
N80 G01 G91 G61 X50 F850
N90 G01 Y30
···
···
N70 #ROUNDPAR [2.40]
N75 G05
N80 G01 G91 X50 F850
N90 G01 Y30
···
N90
N80
?
?
(X50 Y30)
#ROUNDPAR [3,a,b]
a : Distance to the starting point of corner rounding.
b : Distance to the end point of the corner rounding.
Depending on parameters "a" and "b", a deviation may occur at the
programmed profile (as shown in the example).
···
N20 #ROUNDPAR [3,10,3]
N30 G00 G90 X0 Y0
N40 G01 X50 F850
N50 Y30
···
N50
N40
to
b
(X50 Y30)