
Ed. Date Design Description
Date Jan.07.’04 Design. Apprv.
page
-
7/64
FANUC Series 30i-MODEL A
Real time custom macro
A-79350EN
Title
Draw
No.
3. Do not restart a program that includes an RTM command.
4. When an NC statement used as a trigger for an RTM command
represents an auxiliary function, execution continues even if the
FIN signal is awaited.
If the following program is executed, for example, the count-up
operation of #RV[0] continues until the FIN signal of M55 is
returned:
O0001 ;
// ZWHILE [1] #RV[0] = #RV[0]+1 ;
M55 ;
G91 X200. ;
:
5. If M02 follows an RTM command, execution continues until a
reset occurs, even when the program itself is terminated.
If the following program is executed, for example, the count-up
operation of #RV[0] continues until a reset occurs:
O0001 ;
// ZWHILE [1] #RV[0] = #RV[0]+1 ;
M02 ;