User`s guide

Table Of Contents
Network Functions in the Operator Panel
Mitsubishi Electric, MA00759F 283
Presentation format for set_device.fn
push_key.fn (see separate
table)
Used to simulate
pressing a key in
the operator
panel.
<FORM ACTION="http://<!--
#exec cgi="/get_ipaddr.fn"-->/
push_key.fn" METHOD="POST">
<SELECT NAME="F2">
<OPTION VALUE="SET">Set
<OPTION VALUE="RESET">Reset
<OPTION VALUE="TOGGLE">Tog-
gle
</SELECT>
<INPUT TYPE="submit"
VALUE="Submit">
</FORM>
<FORM ACTION="http://<!--
#exec cgi="/get_ipaddr.fn"-->/
push_key.fn" METHOD="POST">
<INPUT SIZE=1
MAXLENGTH=1
NAME="Key">
<INPUT TYPE="submit"
VALUE="Submit">
</FORM>
Name Explanation
None Sets the value as signed 16-bit.
+ Sets the value as unsigned 16-bit.
L Sets the value as signed 32-bit.
L+ Sets the value as unsigned 32-bit.
RB Sets the value as 32-bit float BCD
RF Sets the value as 32-bit IEEE float
RD Sets the value as 32-bit IEEE float without exponent.
SB Sets the value as 16-bit BCD.
LB Sets the value as 32-bit BCD.
SH Sets the value as 16-bit HEX.
LH Sets the value as 32-bit HEX.
ST Sets a number of registers as a string.
Name Parameters Explanation Example