Instruction Manual

Chapter 6 - Conversions Charts and Formulas
6-1
CHAPTER 6 - CONVERSION CHARTS AND FORMULAS
Hex Chart Use the Hex Chart to translate bit values to a hex value.
Relay Status
Example
For example the bit representative of the Relay status byte when set-
point relays 8,5,3, and 1 are on is (01101001). This eight bit value is
represented by two four bit nibbles (0110 and 1001). Looking at the
table we see this is equal to a Hex value of 69.
Bit 3Bit 2Bit 1Bit 0
Hex Value
Bit 7Bit 6Bit 5Bit 4
00000
00011
00102
00113
01004
01015
01106
01117
10008
10019
1010A
1011B
1100C
1101D
1110E
1111F
TABLE 6-1: HEX CHART
Bit # Bit Status Hex Description
Bit 0 1 = On
9
Relay #8 status (on/off)
Bit 1 0 = Off Relay #7 status (on/off)
Bit 2 0 = Off Relay #6 status (on/off)
Bit 3 1 = On Relay #5 status (on/off)
TABLE 6-2: RELAY STATUS