![Mitsubishi Electric M700V Series Скачать руководство пользователя страница 100](http://html.mh-extra.com/html/mitsubishi-electric/m700v-series/m700v-series_programming-manual_238523100.webp)
6. Interpolation Functions
6.12 Polar Coordinate Command; G16/G15
88
Example of program
When the zero point in the workpiece coordinate system is the polar coordinate zero point
•
The polar coordinate zero point is the
zero point in the workpiece coordinate
system.
•
The plane is the X-Y plane.
200mm
X
Y
30°
120°
270°
N4
N2
N3
(1) When the radius and angle are the absolute value command
N1 G17 G90 G16 ;
Polar coordinate command, X-Y plane selection
The polar coordinate zero point is the zero point
in the workpiece coordinate system.
N2 G85 X200. Y30. Z-20. F200. ;
Radius 200mm, angle 30°
N3 Y120. ;
Radius 200mm, angle 120°
N4 Y270. ;
Radius 200mm, angle 270°
N5 G15 G80 ;
Polar coordinate command cancel
(2) When the radius is the absolute value command and the angle is the incremental value
command
N1 G17 G90 G16 ;
Polar coordinate command, X-Y plane selection
The polar coordinate zero point is the zero point
in the workpiece coordinate system.
N2 G85 X200. Y30. Z-20. F200. ;
Radius 200mm, angle 30°
N3 G91 Y90. ;
Radius 200mm, angle + 90°
N4 Y150. ;
Radius 200mm, angle +150°
N5 G15 G80 ;
Polar coordinate command cancel