Chapter 6. Service Request Function
GFK-2950C February 2018 287
In any format:
▪ Hours are stored in 24-hour format.
▪ Day of the week is a numeric value ranging from 1 (Sunday) to 7 (Saturday).
BCD, 2-Digit Year
In BCD format, each time and date item occupies one byte, so the parameter block has six words.
The last byte of the sixth word is not used. When setting the date and time, this byte is ignored;
when reading date and time, the function returns a null character (00).
Example
(Sun., July 3, 2005, at 2:45:30 p.m.
= 14:45:30 in 24-hour format)
BCD, 4-Digit Year
In this format, all bytes are used.
Example
(Sun., July 3, 2005, at 2:45:30 p.m.
= 14:45:30 in 24-hour format)
81h (BCD format, 4-digit)
81h (BCD format, 4-digit)