2-326
詳細説明
MACHINE OPERATIONS
たとえば、下図の形状の荒加工を複合形固定サイク
ルを使わない場合と、
G71
の複合形固定サイクルを
使った場合で、それぞれプログラムを作成してみま
す。
To explain how the multiple repetitive cycle function simplifies
programming, the rough cutting cycle for the shape illustrated
below is programmed with and without using the G71 cycle.
G75
外径、内径溝入れサイクル、突切りサイク
ル
間けつ送りを
X
軸方向に行います。
Z
軸方向の切込み量の指令を省略すると、
突切りサイクルになります。
O.D./I.D. grooving cycle, cut-off cycle
Infeed is Made Along the X-Axis Intermit-
tently.
If a command for the depth of cut along the
Z-axis direction is omitted, the cut-off cycle
is called.
G76
複合形ねじ切りサイクル
徐々に切り込む、ねじ切りサイクルを行い
ます。
Multiple thread cutting cycle
The thread cutting pattern is repeated by
gradually infeeding the cutting tool.
間けつ送り
Intermittent Feed
刃先
R
は
0
として、プログラムを作成します。
In the programming, tool nose radius is assumed to be
"0".
<複合形固定サイクルを使わない場合>
<Programming without Using
the Multiple Repetitive Cycle>
<複合形固定サイクル(
G71
)を使った場合>
<Programming Using
the Multiple Repetitive Cycle (G71)>
O1;
G00 X96.0 Z20.0 M08; . . . . . . . . . . . . . . . . .
G01 Z2.0 F2.0; . . . . . . . . . . . . . . . . . . . . . . . .
Z
−
64.9 F0.3; . . . . . . . . . . . . . . . . . . . . . . . . .
G00 U1.0 Z2.0; . . . . . . . . . . . . . . . . . . . . . . .
X92.0; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
G01 Z
−
64.9; . . . . . . . . . . . . . . . . . . . . . . . . . .
G00 U1.0 Z2.0; . . . . . . . . . . . . . . . . . . . . . . .
X88.0; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
O1;
G00 X100.0 Z20.0 M08; . . . . . . . . . . . . .
G01 Z2.0 F2.0; . . . . . . . . . . . . . . . . . . . .
G71 U2.0 R0.5;
. . . . . . [1]
G71 P100 Q200 U0.3 W0.1 F0.3;
N100 G00 X80.0; . . . . . . . . . . . . . . . . . .
[2]
G01 Z
−
60.0; . . . . . . . . . . . . . . . . . . . . . .
X90.0 Z
−
65.0; . . . . . . . . . . . . . . . . . . . . .
N200 X102.0; . . . . . . . . . . . . . . . . . . . . .
[3]
60
65
80
90
100
φ
φ
φ
取り代
Cutting Allowance
1
回の切込み
4 mm
(直径値)
X
軸方向の仕上げ代
0.3 mm
(直径値)
Z
軸方向の仕上げ代
0.1 mm
Depth of Cut Per Pass: 4 mm (in Diameter)
Finishing Allowance (X): 0.3 mm (in Diameter)
Finishing Allowance (Z): 0.1 mm
1
2
3
4
5
6
7
8
1
2
3
4
5
6
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...