
38
Location 627: Programming The Current
Month
Location 627 contains the current month. The month must be programmed using a number from "1" to
"12",
Location 628: Programming The Current Day Of Month Tens Digit
Location 628 should be programmed with first digit of the current day of the month. If the current date is December 25th,
program a "2" in location 628.
Location 629: Programming The Current Day Of Month Ones Digit
Location 629 should be programmed with the second digit of the current day of the month. If the current date is
December 25th program a "5" in location 629.
Location 630: Programming The Current Year - Tens
Digit
Location 630 contains the current year - tens digit. If the current year is 1992, this location should contain a 9, which is
the tens digit of the current year.
Location 631: Programming The Current Year -
Location 631 contains the current year - ones digit. If the current year is 1992, this location should contain a "2", which is the
ones digit of the current year. If the current year is 1995, this location should contain a "5", which is the ones digit of the
current year.
Location 632: Programming The Current Hour - Tens
Digit
Location 632 contains the current hour - tens digit. The time is entered in 24 hour time. If the current time is 5:25 PM, the 24
hour time is 17:25, so this location should contain a "1 ", which is the current hour - tens digit. If the current time is 9:36 AM,
the 24 hour time is 09:36, so this location should contain a "0".
Location 633: Programming The Current Hour - Ones
Digit
Location 633 contains the current hour - ones digit. The time is entered in 24 hour time. If the current time is 5:25 PM, the
24 hour time is 17:25, so this location should contain a "7", which is the current hour - ones digit. If the current time is 9:36
AM, the 24 hour time is 09:36, and this location should contain a "9".
Location 634: Programming The Current Minutes - Tens
Digit
Location 634 contains the current minutes - tens digit. The time is entered in 24 hour time. If the current time is 5:25 PM, the
24 hour time is 17:25, so location 160 should contain a "2", which is the current minutes - tens digit. If the current time is
9:36 AM, the 24 hour time is 09:36, and this location should contain a "3".
Location 635: Programming The Current Minutes – Ones Digit
Location 635 contains the current minutes – ones digit. The time is entered in 24 hour time. If the current time is 5:25PM,
the 24 hour time is 17:25, so this location should contain a “5”, which is the current minutes – ones digit. If the current time
is 9:36AM the 24 hour time is 09:36, and this location should contain a “6”.