
Ed. Date Design Description
Date Jan.07.’04 Design. Apprv.
page
-
40/64
FANUC Series 30i-MODEL A
Real time custom macro
A-79350EN
Title
Draw
No.
Explanation
Operation command code
The table below indicates the G codes that can be specified in an RTM statement.
The mark in the table indicates modal G codes when an RTM command starts.
Code Group Meaning
G00 Positioning
G01
01
Feed at specified feedrate
G28 Reference position return
G53
00
Machine coordinate system selection
G90 Absolute command
NOTE 1
G91
03
Incremental command
NOTE 2
G94 Feed per minute
G95
05
Feed per revolution
NOTE
1. The absolute command (G90) is valid for machine coordinate
system selection (G53) only.
2. The incremental command (G91) is valid for positioning (G00),
linear interpolation (G01), and reference position return (G28) only.
3. In T series G code system A as well, not G98/G99 but G90/G91 are
valid with an RTM command.
Modal information
Basically, modal information such as F and modal G codes in an RTM statement is
independent in an NC statement and each RTM statement.
Modal information in an RTM statement is initialized when the execution of the RTM
statement is started (when a block specified with // is executed).
The initial value of modal information in an RTM statement is as follows:
State of the G codes marked with in the operation command code list
F code : F0
CAUTION
1. With the G codes (inch input/metric input) of group 06, the same
information as the modal information of an NC statement is used
in an RTM statement. Do not change the modal information of
group 06 with an NC statement in a block after the first RTM
statement coded in a program.