13
This cuts a circular shape from the current position to the specified point. The words for circular interpolation are “
G02
” and “
G03
.”
Any address of the set X, Y, and Z is used to specify the destination coordinates, and any address of the set I, J, and K is used to specify
the center of the circle. I, J, and K always specify the movement distance (incremental value) to the centerpoint of the circle or arc, with
no regard for G90 or G91.
G02 and G03 do not include the function for starting the spindle motor. This means that if the spindle motor is not already turning, the
M03 word must be given beforehand to start it.
G02 and G03 interpolate in different directions — clockwise for G02 and counterclockwise for G03.
Circular interpolation can be carried out on any of the two-dimensional planes — the X-Y plane, the Z-X plane, or the Y-Z plane. The
desired plane is specified with G17 (X-Y plane), G18 (Z-X plane), or G19 (Y-Z plane). See "G17, G18 and G19 Plane" for the
details of plane specification.
This moves in a straight line at maximum speed from the current tool position to the specified point. The word for positioning is
“G00.”
The addresses X, Y, and Z are used to specify the destination point. When X, Y, and Z are all specified, the three axes move
simultaneously.
If the tool path is blocked by the workpiece or another object during movement, it is necessary to take steps to prevent the tool from
striking the object, and one way to do this is to move each axis one at a time. An example of this would be to use the absolute specifica-
tion
“G00Z5000”
to raise the tool, followed by
“G00X1000Y1000”
for horizontal movement.
Positioning (G00)
Linear Interpolation (G01)
Circular Interpolation (G02 and G03)
This cuts in a straight line from the current position to the specified point. The word for linear interpolation is “
G01
.” The addresses X,
Y, and Z are used to specify the destination point. When X, Y, and Z are all specified, the three axes move simultaneously.
G01 does not include the function for starting the spindle motor. This means that if the spindle motor is not already turning, the M03
word must be given beforehand to start it.
In actual cutting, compensation for the tool diameter is required. Refer " G40, G41 and G42 Cutter Compensation" for more informa-
tion on compensation of the tool diameter.
Y
X
(15000, 2000)
Current position
(6000, 9000)
G00X15000Y2000
Y
X
(15000, 2000)
Current position
(6000, 9000)
G00X15000
* When the coordinates are absolute
* When the coordinates are absolute
G00Y2000
Содержание CAMM-3 PNC-3200
Страница 2: ......
Страница 62: ...60 MEMO ...
Страница 63: ......
Страница 64: ...R3 001018 NC code PNC 3200 ...