2-158
詳細説明
MACHINE OPERATIONS
G66
の使用例
任意位置での溝加工を行います。
Example Program of G66
This program cuts a groove at the specified positions.
<
G66
でマクロプログラムを呼び出すプログラム>
<Program calling a macro program with G66>
O0003;
G00 T0202;
G97 S1000 M03;
G00 X100.0 Z200.0 M08;
G66 P9110 U5.0 F0.5;
. . . . . . . . . . . . . . . . . . . . .
マクロプログラム
O9110
の
#21
に
5.0, #9
に
0.5
を代入し
て、マクロプログラムを呼出
し
Assigns 5.0 to #21 and 0.5 to #9 of
macro program O9110 and calls
the macro program.
X60.0 Z80.0; . . . . . . . . . . . . . . . . . . . . . . . . . . . . Z80.0
の位置で、マクロプログ
ラム
O9110
を実行
Executes macro program O9110 at
the Z80.0 position.
Z50.0; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Z50.0
の位置で、マクロプログ
ラム
O9110
を実行
Executes macro program O9110 at
the Z50.0 position.
Z30.0; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Z30.0
の位置で、マクロプログ
ラム
O9110
を実行
Executes macro program O9110 at
the Z30.0 position.
G67;
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
マクロ呼出しキャンセル
Cancels the macro call
G00 X100.0 Z200.0 M05;
M30;
<マクロプログラム(呼び出されるプログラム)>
<Macro program (program to be called)>
O9110;
G01 U
−
#21 F#9; . . . . . . . . . . . . . . . . . . . . . . . . .
切込み
Cuts the workpiece.
G00 U#21; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
逃げ
Retracts the tool.
M99;. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
マクロプログラム終了
Ends the macro program
U
U
:溝の深さ(インクレメンタル)
F
:溝加工の切削送り速度
U: Groove Depth (Incremental Programming)
F: Cutting Feedrate for Groove Cutting
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...