Programming manual
CNC 8070
STATEMENTS AND
IN
STRUCTI
O
NS
Pr
ogr
am
m
ing st
at
em
ent
s
15.
(S
OFT
V02.0
X
)
455
15.1.18 Polynomial interpolation
The CNC permits interpolating straight lines and arcs and the #POLY
instruction may be used to interpolate complex curves, like a parabola.
#POLY
Polynomial interpolation
This type of interpolation lets machining a curve given by a polynomial
of up to a 4th degree where the interpolation parameter is the length
of the arc.
The programming format is:
#POLY [<eje>[a,b,c,d,e]...SP<sp> EP<ep>
O n e m ust de fi ne a l l th e a xes to be i nte r po l ate d an d the i r
corresponding coefficients next to them.
a + b·<axis> + c·<axis>
2
+ d·<axis>
3
+ e·<axis>
4
Parameter
Meaning
<axis>
Axis to interpolate.
a,b,c,d,e
Coefficients of the polynomial.
<sp>
Initial parameter of the interpolation.
<ep>
Final parameter of the interpolation.
Programming a parabola. The polynomial may be represented as follows:
Coefficients of the X axis: [0,60,0,0,0]
Coefficients of the Y axis: [1,0,3,0,0]
Starting parameter: 0
End parameter:
60
G0 X0 Y0 Z1 F1000
G1
#POLY [X[0,60,0,0,0] Y[1,0,3,0,0] SP0 EP60]
M30
Summary of Contents for CNC 8070
Page 1: ...CNC 8070 REF 0504 SOFT V02 0X PROGRAMMING MANUAL Soft V02 0x Ref 0504...
Page 2: ......
Page 4: ......
Page 6: ......
Page 12: ......
Page 14: ......
Page 16: ......
Page 22: ......
Page 26: ......
Page 28: ......
Page 30: ......
Page 32: ......
Page 34: ......
Page 62: ...Programming manual 28 CNC 8070 2 MACHINE OVERVIEW Home search SOFT V02 0X 28...
Page 178: ...Programming manual 144 CNC 8070 7 GEOMETRY ASSISTANCE General scaling factor SOFT V02 0X 144...
Page 360: ...Programming manual 326 CNC 8070 12 CYCLE EDITOR Random multiple machining SOFT V02 0X 326...
Page 556: ...CNC 8070 16 PROBING CANNED CYCLES SOFT V02 0X 522 Programming manual...