2-226
詳細説明
MACHINE OPERATIONS
M98, M99
の使用方法
Programming using M98 and M99
M99
の使用方法
Programming using M99
メインプログラム
Main program
サブプログラム
Sub-program
O1;
O100;
N001 ;
N101 ;
N002 M98 P100;
N102 ;
N003 ;
N103
M99;
N004 ;
N005
M98 P200
L2;
O200;
N006 ;
N201 ;
N202 ;
N203
M99;
(
2
回繰返し)
(Repeats twice)
N011;
N012 M98 P300;
O300;
N013 ;
N301 ;
N014 ;
N302 ;
N015 ;
N303 M99
P015
;
1
2
3
M98
を
M198
に置き替えても指令できます。
The command can also be given with M198 instead of
M98.
O1;
N1;
N2;
/N7
M99;
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ブロックデリート無効時:
ブロックデリートを有効にする
までの間、プログラムの先頭に
戻り、何度も
"N7 M99;"
までの
プログラムを繰り返し実行しま
す。
When the block delete function
is invalid:
The "N7 M99;" command is
executed and the program flow
returns to the start of the
program. The program is
repeated endlessly between N1
and N7 blocks until the block
delete function becomes invalid.
N8;
M30; . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
プログラム終了
Ends program execution
メインプログラム中で
M99
を実行すると、メ
インプログラムの先頭に戻り、またプログラ
ムを実行することから、暖機運転などで同じ
プログラムを繰り返し実行したいときに使用
します。
If the M99 command is executed in a main program,
execution returns to the start block of that main
program and the same main program is executed
again. This programming is used for executing the
same program repeatedly in such as a warm up
program.
Содержание MSX-850
Страница 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Страница 170: ...2 CHAPTER 2 MACHINE OPERATIONS...