User`s guide

Table Of Contents
Network Functions in the Operator Panel
278 Mitsubishi Electric, MA00759F
Presentation format for get_device.fn
get_device.fn X, Y, Z
X=device
Y=presen-
tation format
(see separate
table)
Z=length
Shows the device
value (a signal’s
value) from the
controller.
<!--#exec cgi=
”/get_device.fn D5”-->
<!--#exec cgi=
”/get_device.fn D5LH”-->
<!--#exec cgi=
”/get_device.fn M7”-->
<!--#exec cgi=
”/get_device.fn D9ST,30”-->
<!--#exec cgi=
”/get_device.fn D0AR,10”-->
get_diag.fn None Shows the opera-
tor panel’s diag-
nostic page.
<!--#exec cgi=
”/get_diag.fn”-->
get_mode.fn None Shows which oper-
ation mode the
operator panel is
in: RUN/PROG/
SETUP/TRANSFER
<!--#exec cgi=
”/get_mode.fn”-->
Name Length Explanation Example
None None Shows the value as
signed 16-bit.
<!--#exec cgi=/get_device.fn D1”-->
+ None Shows the value as
unsigned 16-bit.
<!--#exec cgi=/get_device.fn D3+”-->
L None Shows the value as
signed 32-bit.
<!--#exec cgi=/get_device.fn D7L”-->
L+ None Shows the value as
unsigned 32-bit.
<!--#exec cgi=/get_device.fn D2L+”-->
RB None Shows the value as
32-bit float BCD
<!--#exec cgi=/get_device.fn D10RB”-->
RF None Shows the value as
32-bit IEEE float
<!--#exec cgi=/get_device.fn D8RF”-->
RD None Shows the value as
32-bit IEEE float
without exponent.
<!--#exec cgi=/get_device.fn D1RD”-->
SB None Shows the value as
16-bit BCD.
<!--#exec cgi=/get_device.fn D3SB”-->
Name Parameters Explanation Example