2-327
詳細説明
MACHINE OPERATIONS
<複合形固定サイクルを使わない場合>
<Programming without Using
the Multiple Repetitive Cycle>
<複合形固定サイクル(
G71
)を使った場合>
<Programming Using
the Multiple Repetitive Cycle (G71)>
G01 Z
−
63.9; . . . . . . . . . . . . . . . . . . . . . . . . .
G00 U1.0 Z2.0; . . . . . . . . . . . . . . . . . . . . . . .
X84.0; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
G01 Z
−
61.9; . . . . . . . . . . . . . . . . . . . . . . . . .
G00 U1.0 Z2.0; . . . . . . . . . . . . . . . . . . . . . . .
X80.3; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
G01 Z
−
60.0; . . . . . . . . . . . . . . . . . . . . . . . . .
X90.1 Z
−
64.9; . . . . . . . . . . . . . . . . . . . . . . . .
X102.0; . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
G00 U1.0 Z10.0 M09; . . . . . . . . . . . . . . . . . .
X200.0 Z100.0; . . . . . . . . . . . . . . . . . . . . . . .
G00 X200.0 Z100.0 M09; . . . . . . . . . . . . .
[1]
外径荒加工サイクル(
G71
)を行います。
[1] Executes the O.D. rough cutting cycle (G71).
•
G71 . . . . . . . . . . . .
外径荒加工サイクル
Calls the O.D. rough cutting cycle.
•
U2.0 . . . . . . . . . . . .
切込み量(半径値)
Specifies the depth of cut (radius designation).
•
R0.5 . . . . . . . . . . . .
逃げ量(半径値)
Specifies the relief amount (radius designation).
•
P100 . . . . . . . . . . .
仕上げ形状の最初のブロックのシーケ
ンス番号
Specifies the sequence number of the first block
of the blocks that define the finish shape of the
workpiece.
•
Q200 . . . . . . . . . . .
仕上げ形状の最後のブロックのシーケ
ンス番号
Specifies the sequence number of the last block
of the blocks that define the finish shape of the
workpiece.
•
U0.3 . . . . . . . . . . . . X
軸方向の仕上げ代(直径値)
Specifies the finishing allowance in the X-axis
direction (in diameter).
•
W0.1 . . . . . . . . . . . Z
軸方向の仕上げ代
Specifies the finishing allowance in the Z-axis
direction.
•
F0.3 . . . . . . . . . . . .
送り速度
[2]
~
[3]
シーケンス番号
N100
から
N200
の各
ブロックは仕上げ形状を表します。
Specifies the feedrate.
[2] to [3]
The blocks from sequence number N100 to N200
define the finish shape.
9
10
11
12
13
14
15
16
17
18
19
7
60
0.3
65
0.1
60
0.3
65
0.1
1
7
2
3
5
6
1
15
2
4
7
10
13
12
3
5
8
11
14
16
9
6
18
19
17
80
90
100
80
90
100
φ
φ
φ
φ
φ
φ
4
(直径値)
(in Diameter)
(直径値)
(in Diameter)
By specifying the data for finishing such as finishing allowance and
depth of cut in the G71 block, the cycles as indicated above are
executed by the commands written in the seven lines of the program
(
to
).
1
7
早送り
Rapid Traverse
切削送り
Cutting Feed
G71
のブロックに仕上げ代や切込み量のデータを
与えると、 ~
の
7
行の指令だけで上図のような
動きをします。
1
7
2
つのプログラムを比べると、複合形固定サイ
クルを使用した方がプログラムを簡単にする
ことができます。
したがって、それだけプログラムミスの可能
性も低くなります。
From the comparison of the two programs shown
above, it is known that the programming is simplified
by using the multiple repetitive cycle function.
Since programming is simplified, programming error
can be reduced accordingly.
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...