Programming the Hunter-Pro series with a LED keypad
5
5.
The hex values A-F are set by pressing the asterisk key ‘*’. Each key press
advances the value:
Value
A B C D
E F
* Key presses
1 2 3 4 5 6
2.2
Hex to Binary conversion table
HEX BIN
HEX BIN
HEX
BIN HEX BIN
0 0000
4 0100
8 1000
C 1100
1 0001
5 0101
9 1001
D 1101
2 0010
6 0110
A 1010
E 1110
3 0011
7 0111
B 1011
F 1111
3.
P
ROGRAMMING EXAMPLES
3.1
Displaying a number
1.
Displaying a number that starts with 3:
2.
Displaying 6 as the 3
rd
digit of a number:
Account numbers are made of 4 digits, therefor, any account number that has
less than 4 digits must be preceded with zeros. For example: account number
25 will be programmed as 0025.