Computer Hardware User Manual

Page 115
724-746-5500 | blackbox.com
Chapter 6: Serial Control
Table 6-14. Return of CPU (input) for CON (output)
with a fixed console number.
Bytes Description Coding
1 Control character 0x1B
1 Server identification 0x5D
1 Command 0x49
2 Total length of telegram (7 bytes, binary) 0x07 0x00
2
Total number of consoles (binary, 1…max.
CONs)
0x01 0x00 (for console 1) to 0x11F 0x00 (for
287 consoles)
Example:
Return of CPU 43 for Console 23 with 50 consoles in total
0x1B 0x5D 0x49 0x07 0x00 0x32 0x00 0x17 0x00 0x2B 0x00
Table 6-15. Connection of CPU (input) for CON (output)
with a fixed console number.
Bytes Description Coding
1 Control character 0x1B
1 Server identification 0x5B
1 Command 0x50
2 Total length of telegram (7 bytes, binary) 0x07 0x00
2
Total number of consoles (binary, 1…max.
CONs)
0x01 0x00 (for Console 1) to 0x11F 0x00 (for
287 consoles)
Example:
Connection of 43 with Console 23 with 50 consoles total
0x1B -x5B 0x50 0x07 0x00 0x32 0x00 0x17 0x00 0x2B 0x00