2-221
詳細説明
MACHINE OPERATIONS
M89
の使用方法(
1
)
あらかじめ、サイクルスタートインタロック状態に
設定しておき、タイマ画面の
"
加工部品数
MAX"
に
"100"
を設定します。
Programming using M89 (1)
The cycle start interlocked state is selected for the count-up
state. "100" is set for "WORK LIMIT" on the TIMER screen.
M89
の使用方法(
2
)
あらかじめ、ブロックデリート有効状態に設定して
おき、タイマ画面の
"
加工部品数
MAX"
に
"100"
を
設定します。
Programming using M89 (2)
The program is executed in the block delete function valid
state. "100" is set for "WORK LIMIT" on the TIMER screen.
O1;
M89;
. . . . . . . . . . . . . . . . . O1
のプログラムを実行するたびに、
加工部品数が
1
ずつカウントアップ
The count data of the number of machined
workpieces increases "1" each time program O1
is executed.
N1;
G50 S1500;
G00 T0101;
G00 X200.0 Z150.0 M05;
加工プログラム
Machining program
M30; . . . . . . . . . . . . . . . . . O1
のプログラムを
100
回実行し、
カーソルが先頭に戻った状態で機械が
停止
自動運転ボタン
〔起動〕を押して
も、プログラムは実行されません。
When the cursor has returned to the start of the
program after the execution of the program 100
times, the program cannot be started even if the
automatic operation button
[Cycle Start]
is
pressed.
O1;
M89;
M30;
O1;
M89;
. . . . . . . . . . . . . . . . . O1
のプログラムを実行するたびに、
加工部品数が
1
ずつカウントアップ
The count data of the number of machined
workpieces increases "1" each time program O1
is executed.
加工プログラム
Machining program
/M99; . . . . . . . . . . . . . . . . . O1
のプログラムを
100
回実行するま
ではブロックデリート無効状態で
"M99;"
を実行
プログラムの先頭
"O1;"
に戻り、引き
続きプログラムを実行します。
100
回目でブロックデリート有効状態
になり
"M99;"
を読み飛ばして
"M30;"
を実行します。
Until the program O1 is executed 100 times, the
block delete function is invalid and the "M99;"
block is executed.
The cursor returns to "O1", the start of the
program and the program is executed
continuously.
In the execution of the program at the 100th time,
the block delete function is made valid and the
"M30;" block is executed by skipping the "M99;"
block.
M30;
M99
の機能については、
For the function of M99 code, refer
to "M98/198 Sub-Program Call M99
Return from Sub-Program End"
(page 2-224).
O1;
M89;
/M99;
M30;
1
−
99
100
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...