
Ed. Date Design Description
Date Jan.07.’04 Design. Apprv.
page
-
6/64
FANUC Series 30i-MODEL A
Real time custom macro
A-79350EN
Title
Draw
No.
End of a real time macro command
When one of the following conditions is satisfied, the RTM command is terminated.
Termination conditions common to one-shot RTM and modal RTM commands
・When RTM command processing is completed
・When a reset occurs
Termination condition specific to a one-shot RTM command
・When the execution of the NC command that started at the same time has ended
However, if the RTM statement being executed is an axis control command, the
command is terminated when the execution of the block is completed.
If the execution of the Y10. block is completed before the X100. block in the
command below, and the execution of the Y20. block starts, for example, the
X100. command of the RTM statement is executed until the end.
// ZDO ;
X100 ;
ZEND ;
Y10. ;
Y20. ;
NOTE
1. No one-shot RTM command can be specified using any of the
commands indicated below as a trigger. When using any of
these commands as a trigger, use a modal RTM command.
Command related to reference position return
Command related to AI contour control
Command related to canned cycles (rigid tapping, drilling cycle,
etc.)
Command related to cutter compensation
Command related to tool length compensation
Command related to automatic tool length measurement
Command related to coordinate system rotation
Command related to scaling
Command related to programmable mirror image
2. If an RTM command is specified using, as a trigger, a block such
as a block specifying NURBS interpolation or a T series multiple
repetitive canned cycle that does not necessarily pass the start
point or end point of the command, operation can start or end at
a point other than the start point and end point. Do not use
such a block as a trigger.