Manual

Programming
Chapter 3
37
See the section titled Programming Examples, at the end of this chapter,
for more command examples.
Syntax for the TMOVE Command With the FROM and NOSTATUS Qualifiers
The syntax for the TMOVE command when using the FROM and
NOSTATUS qualifiers is:
TMOVE FROM <address> TO <address> NOSTATUS or
TMOVE TO <address> FROM <address> NOSTATUS
Where: is:
TMOVE the
command that tells the KP3 to transfer data to or from a remote
node.
FROM
the qualifier that specifies where you want to transfer data from;
you can abbreviate as F
. FROM is always followed by an address
(which must include a data table address and can include a remote
node address).
<address>
the address where the data that you are moving resides. This is
either a Data Highway II node address or programmable controller
memory address (see section titled
Addressing T
echniques
for
addressing style information).
TO
the qualifier that specifies the destination of the data transfer; you
can abbreviate as T
. Y
ou must specify the T
O qualifier and it must
be followed an address (which must include a data table address
and can include a remote node address).
<address>
the destination address for the data you are moving. This is either
a Data Highway II node address or programmable controller
memory address (see section titled
Addressing T
echniques
for
addressing style information).
NOSTATUS
the qualifier used only with a TMOVE command designed to
transfer data to some remote node. Use when error reporting is not
necessary and you want to eliminate the time spent receiving
information about the success or failure of the command. You can
abbreviate as N.
These are examples of using the TMOVE command with the FROM and
NOSTATUS qualifiers:
TMOVE FROM :66$010 TO $B2:3 NOSTATUS
TM T $B2:3 F :66$010 N