Rockwell Automation 2755 Enhanced Decoder Series B User Manual
Page 181

13–12
Configuration: AUX Terminal Data Entry
Publication 2755-833
The following PCCC command sends the message ”START JOB!”
to the AUX terminal. The command address 900H sends a message
for display, but does not enable the keyboard. Bytes 6 – 15 in the
example below define the characters of the message
.
0
5
STS= 00H
TNS
High Byte
Low Byte
MSB
LSB
1
3
2
8
CMD= 08H
Display Message at AUX Terminal (900H)
Command Address = 900H
4
7
”T”
”S”
10
9
”R”
”A”
12
11
” ”
”T”
14
13
”O”
”J”
15
”!”
”B”
6
Messages that are longer than the size of the AUX terminal display
will truncate.
When the host sends this command to the decoder, the message
displays on the AUX terminal at the beginning of the line in position
01.
START JOB!
If the PCCC (900H) command is sent with a string length of zero (no
message defined), the decoder displays the Default Prompt Message
instead.
The following PCCC command sends the message ”ENTER
CARTON DATA:” to the AUX terminal and enables the keyboard
for data entry. The command address 901H distinguishes this
command function from the 900H command. Bytes 6 – 23 define the
characters of the message.