![Mitsubishi Electric M700V Series Скачать руководство пользователя страница 114](http://html.mh-extra.com/html/mitsubishi-electric/m700v-series/m700v-series_programming-manual_238523114.webp)
6. Interpolation Functions
6.15 NURBS Interpolation
102
Example of program
The example of program that has 4 stages (cubic curve) and 11 control points is shown below.
Control
point
P0 P1 P2 P3 P4
P5
P6
P7
P8
P9
P10
Knot
0.0 0.0 0.0 0.0 1.0
2.0
3.0
4.0
5.0
6.0
7.0 8.0 8.0 8.0
8.0
:
:
G05 P10000;
G90 G01 X0. Y0. Z0. F300;
G06.2 P4 X0. Y0. R1. K0; P0
X1.0 Y2.0 R1. K0; P1
X2.5 Y3.5 R1. K0; P2
X4.4 Y4.0 R1. K0; P3
X6.0 Y0.5 R1. K1; P4
X8.0 Y0.0 R1. K2; P5
X9.5 Y0.5 R1. K3; P6
X11.0 Y2.0 R1. K4; P7
X10.5 Y4.5 R1. K5; P8
X8.0 Y6.5 R1. K6; P9
X9.5 Y8.0 R1. K7; P10
K8;
K8;
K8;
K8;
G05 P0;
:
:
0
1
2
3
4
5
6
7
8
9
0
2
4
6
8
10
12
P0(0.0,0.0)
P1(1.0,2.0)
P2(2.5,3.5)
P3(4.4,4.0)
P4(6.0,0.5)
P5(8.0,0.0)
P6(9.5,0.5)
P9(8.0,6.5)
P10(9.5,8.0)
X
Y
P7(11.0,2.0)
P8(10.5,4.5)
Passes through control point
NURBS interpolation curve