User`s manual
CHAPTER 2: PROGRAMMING
9
This data type displays a 16-bit register location as a 4-digit Binary
Coded Decimal value. The range for the 16 bit BCD selection is 0 to
+9999.
Note: This data format may also be scaled to different engineering units.
16-Bit Hexadecimal (KH)
Range = 0 to FFFF
Digit 4 Digit 3 Digit 2 Digit 1
Bit
15
Bit
12
Bit
11
Bit
0
Bit
8
Bit
7
Bit
4
Bit
3
16-Bit HEX
LSB
MSB
This data type displays a 16-bit register location as a 4-digit hexadecimal
value. The range for the 16-bit Hex format is 0 to +FFFF. The Hexa-
decimal number system is defined as a base of 16 (0-9 and the characters
A, B, C, D, E, F).
Note: This data format may not be scaled to different engineering units. It is
used for display-only (non-entry) operations.
32-Bit Unsigned Integer
16-Bit Location #1
Range = 0 to 4,294,967,295
32-Bit Unsigned Integer
16-Bit Location #2
(next sequential location)
LSB
MSB
This data format displays data located in two consecutive 16-bit register
locations as a 32-bit Unsigned Integer. It uses a memory register plus
the next higher register to form the 32-bit location. The High data
value is stored in the first register and the Low data value is stored in the
next sequential register location. The range for the 32-bit unsigned
Integer value is 0 to +4,294,967,295.
Note: This data format may not be scaled to different engineering units.










