22
When you press
SEL
the display will look something like this:
ALARM
INIT
TIME
PM
In this example the LNFC would display time in a 12 hour format and
would flash the colon when the clock is running (fast rate > 0).
To change a function value you must first determine what the new decimal
value will be for the option switch. This is done by adding the “weights”
for each of the functions that you want to have set to “1.” For example, if
you want to have the time displayed in a 12 hour format, have the colon
flash when the clock is running (fast rate > 0) and disable the local alarm
then you would add the following values:
1 + 4 + 32 = 37
(12 Hour Format + Time Tick + Alarm Disable)
For any functions that you want to set to “0” simply don’t add in their bit weights.
Now that you have the decimal (base 10) value you need to convert it to its
hexadecimal (base 16) equivalent. You should already be familiar with this from
other Digitrax products. Nonetheless we have included a handy decimal to
hexadecimal conversion chart here.
Dec Hex Dec Hex Dec Hex Dec Hex Dec Hex
0 00 16 10 32 20 48 30 64 40
1 01 17 11 33 21 49 31 65 41
2 02 18 12 34 22 50 32 66 42
3 03 19 13 35 23 51 33 67 43
4 04 20 14 36 24 52 34 68 44
5 05 21 15 37 25 53 35 69 45
6 06 22 16 38 26 54 36 70 46
7 07 23 17 39 27 55 37 71 47
8 08 24 18 40 28 56 38 72 48
9 09 25 19 41 29 57 39 73 49
10 0A 26 1A 42 2A 58 3A 74 4A
11 0B 27 1B 43 2B 59 3B 75 4B
12 0C 28 1C 44 2C 60 3C 76 4C
13 0D 29 1D 45 2D 61 3D 77 4D
14 0E 30 1E 46 2E 62 3E 78 4E
15 0F 31 1F 47 2F 63 3F 79 4F
– continued on the next page –