SPECIAL APPLICATION
400-0384-003 23
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’s 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>].
54. [SENDPS]
This command sends data directly through the
internal RS-232 bus to the main control card.
The data between the “< >”s is sent to the bus.
Command Format: [SENDPS<xxx>Ci]
xxx = ASCII Characters (16 maximum)
Ci = Unit ID (i = # from 1 to 99)
Example:
Send the string “INPUT” by sending the
following command, [SENDPS<INPUT>].
55. [SENDVS]
This command sends data directly through the
internal RS-232 bus to the video card. The data
between the “< >”s is sent to the bus.
Command Format: [SENDVS<xxx>Ci]
xxx = ASCII Characters (16 maximum)
Ci = Unit ID (i = # from 1 to 99)
Example:
Send the string “INPUT” by sending the
following command, [SENDVS<INPUT>].