Manual #26-0111200-00 / Revision E
ScreenPro Multi-Screen Remote 50
Destination Selection
Certain commands listed below require the selection of Screen and/or AUX destinations. The operand will be listed in
the command as “dddd”. This represents a maximum of 4 hexadecimal digits, which is a 16-bit value. While this is
what the operand represents, the operand must be embedded into the command string as standard ASCII
characters. The bits map to the Screens and AUXs as shown in the figure below.
Destination Bus for FC-0616
Screen
1
Screen
2
Screen
3
Screen
4
Screen
5
Screen
6
All
Clear
Destination Bus for FC-0608
Screen
1
Screen
2
Screen
3
Screen
4
Screen
5
Screen
6
AUX 1
AUX 2
AUX 3
AUX 4
AUX 5
AUX 6
AUX 7
AUX 8
AUX 9
AUX 10
Clear
Bit 0
Bit 1
Bit 2
Bit 3
Bit 4
Bit 5
Bit 6
Bit 7
Bit 8
Bit 9
Bit 10
Bit 11
Bit 12
Bit 13
Bit 14
Bit 15
Ignored
Bit 0
Bit 1
Bit 2
Bit 3
Bit 4
Bit 5
Bit 6
Ignored
Bit 7
Ignored
Bit Mapping for FC-0616 & FC-0608 Destination Bus
To select a destination, place a 1 in the bit location that corresponds to the Screen or AUX you wish to use. Place a 0
in all other bit locations. Once you have the binary bit string, convert this binary value to a hexadecimal value. Use
this value in the command where “dddd” is specified.
NOTE: Some bits are ignored as shown in the examples below. Place a 0 in these locations.
BINARY
b
3
b
2
b
1
b
0
HEX
0 0 0 0
0
0 0 0 1
1
0 0 1 0
2
0 0 1 1
3
0 1 0 0
4
0 1 0 1
5
0 1 1 0
6
0 1 1 1
7
1 0 0 0
8
1 0 0 1
9
1 0 1 0
A
1 0 1 1
B
1 1 0 0
C
1 1 0 1
D
1 1 1 0
E
1 1 1 1
F
Binary to Hex Conversion Table