User`s guide

SPECIAL APPLICATION
400-0384-002
22
48. [OUTRSM]
This command sends the contents of an RS
memory location to the external RS-232 port.
Command Format: [OUTRSMmCi]
m = Memory Location (m = # from 1 to 99)
Ci = Unit ID (i = # from 1 to 99)
Example:
Output the contents of RS memory location 99
to the external RS-232 bus by sending the
command [OUTRSM99]. The characters stored
in memory location 99 will be output on the
external RS-232 bus.
49. [OUTBSM]
This command sends RS memory data through
the internal RS-232 port/bus.
Command Format: [OUTBSMmCi]
m = Memory Location (m = # from 1 to 99)
Ci = Unit ID (i = # from 1 to 99)
Example:
Send the contents of RS memory location 50 to
the internal bus by sending the command
[OUTBSM50].
50. [OUTPDPM]
This command sends RS memory data through
the internal RS-232 port/bus to the Display PDP
card.
Command Format: [OUTPDPMmCi]
m = Memory Location (m = # from 1 to 99)
Ci = Unit ID (i = # from 1 to 99)
Example:
Send the contents of RS memory location 10 to
the internal bus to the Display PDP card by
sending the command [OUTPDPM10].
51. [OUTVCM]
This command sends RS memory data through
the internal RS-232 port/bus to the Video card.
Command Format: [OUTVCMmCi]
m = Memory Location (m = # from 1 to 99)
Ci = Unit ID (i = # from 1 to 99)
Example:
Send the contents of RS memory location 1 to
the internal bus to the Video card by sending
the command [OUTVCM1].
DIRECT DATA
The next four commands allow data to be sent
directly to the RS-232 bus/port without using data
stored in memory locations.
Hex characters may be sent using the ‘%’ sign
followed by two bytes of hex data. Sending %0C
will send the hex “0C”, or form feed character. The
three characters making up the hex number cannot
be separated and must be in the same string.
52. [SENDRS]
This command sends direct data through the
external RS-232 port. The data between the
“< >”s is sent to the bus.
Command Format: [SENDRS<xxx>Ci]
xxx = ASCII Characters (16 maximum)
Ci = Unit ID (i = # from 1 to 99)
Example:
Output the string “PAGE 1” followed by a form
feed by sending the following command,
[SENDRS<PAGE 1%0C>].
53. [SENDBS]
This command sends direct data through the
internal RS-232 bus based on the Plasma
Display internal control settings. The data
between the “< >”s is sent to the bus.
Command Format: [SENDBS<xxx>Ci]
xxx = ASCII Characters (16 maximum)
Ci = Unit ID (i = # from 1 to 99)
Example:
Output the string “STANDBY” by sending the
following command, [SENDBS<STANDBY>].