2-324
詳細説明
MACHINE OPERATIONS
<メインプログラム>
<Main Program>
<サブプログラム(
O1
)>
<Sub-Program (O1)>
ブロック
(a), (b)
で
X, Y
軸の移動のないブロックが
2
ブロックになります。
したがって、次のようなプログラムを作成してくだ
さい。
By the call of a sub-program from a main program, two blocks
(a) and (b) are executed in succession; these blocks do not
contain X- or Y-axis movement commands.
Therefore, the program should be created in the following
manner.
<メインプログラム>
<Main Program>
<サブプログラム(
O1
)>
<Sub-Program (O1)>
サブプログラムを使用する場合、次の点に注
意してください。
Pay attention when a sub-program is called from a
main program.
G17 G41 G01 X_ Y_ ;
M98 P1; . . . . . . . . . . . . . . . (a)
O1; . . . . . . . . . . . . . . . . . . (b)
X_ Y_ ;
X_ Y_ ;
M99;
X_ Y_ ;
M98 P1;
O1;
G17 G41 G01 X_ Y_ ;
X_ Y_ ;
G40 X_ Y_ ;
M99;
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...