2-159
詳細説明
MACHINE OPERATIONS
G66.1
の使用例
任意位置での溝加工を行います。
G66.1
は、溝の深さを都度変更する必要がある場合
などに使用します。
Example Program of G66.1
This program cuts a groove at the specified positions.
G66.1 is used in cases where it is necessary to change the
groove depth each time.
<
G66.1
でマクロプログラムを呼び出すプログラム>
<Program calling a macro program with G66.1>
O0004;
G00 T0303;
G97 S1000 M03;
G00 X100.0 Z200.0 M08;
G66.1 P9120 U5.0 Z80.0 F0.5;
. . . . . . . . . . . . . .
マクロプログラム
O9120
の
#21
に
5.0, #26
に
80.0, #9
に
0.5
を代入して、
Z80.0
の位置
でマクロプログラムを実行
Assigns 5.0 to #21, 80.0 at #26 and
0.5 at #9 of the macro program
O9120 and executes the macro
program at the Z80.0 position.
U8.0 Z50.0; . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
マクロプログラム
O9120
の
#21
に
8.0, #26
に
50.0
代入し
て、
Z50.0
の位置で溝深さ
(
U
)を変えてマクロプログラ
ムを実行
Assigns 8.0 to #21 and 50.0 at #26
of macro program O9120 to
change the groove depth (U) at the
Z50.0 position and executes the
macro program.
U3.0 Z30.0; . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
マクロプログラム
O9120
の
#21
に
3.0, #26
に
30.0
代入し
て、
Z30.0
の位置で溝深さ
(
U
)を変えてマクロプログラ
ムを実行
Assigns 3.0 to #21 and 30.0 at #26
of macro program O9120 to
change the groove depth (U) at the
Z30.0 position and executes the
macro program.
G67;
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
マクロ呼出しキャンセル
Cancels the macro call
G00 X100.0 Z200.0 M05;
M30;
<マクロプログラム(呼び出されるプログラム)>
<Macro program (program to be called)>
O9120;
G00 Z#26; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Z
方向位置決め
Positioning in the Z-axis direction
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...