
Ed. Date Design Description
Date Jan.07.’04 Design. Apprv.
page
-
19/64
FANUC Series 30i-MODEL A
Real time custom macro
A-79350EN
Title
Draw
No.
Input/output
RTM variables can be input/output in a specified format.
Both nonvolatile RTM variables and volatile RTM variables can be input/output.
Input/output format
After punching RTM variables, one file(RTMMACRO.TXT) is created.
Please execute input/output operation in EDIT mode.
The output format is described below.
The value of an RTM variable is output in hexadecimal as a double-precision
floating-point data bit image.
When a nonvolatile RTM variable is output, G10L87 is followed by an RTM variable
number and a variable value.
When a volatile RTM variable is output, G10L88 is followed by an RTM variable
number and a variable value.
%
G10L87P0(3FE0000000000000)
G10L87P1(4000000000000000)
:
G10L87P30(4010000000000000)
G10L87P31(4014000000000000)
G10L88P0(4008000000000000)
G10L88P1(3FD9999999800000)
:
G10L88P98(3FF0000000000000)
G10L88P99(4010000000000000)
M02
%
Nonvolatile RTM variable
Volatile RTM variable