   Files of the sub-directory \EXAMPLES\TIMECAL\:
   These programs are to be used with the DS1994 Touch Memory

   README.TXT    This is the file you are just reading

   CALTIME.EXE   This program attempts to calibrate the time in a 
                 DS1994 from the MS-DOS clock.

   READTIME.EXE  This program provides a demonstration of the procedures 
                 for reading, formatting, and displaying the calibration 
                 constants and the corrected and uncorrected date and time 
                 information from a DS1994.

   SETTIME.EXE   This program attempts to set the time in a DS1994 
                 from the MS-DOS clock.

   CALTIME.PAS   Pascal Source Code of CALTIME.EXE 

   READTIME.PAS  Pascal Source Code of READTIME.EXE 

   SETTIME.PAS   Pascal Source Code of SETTIME.EXE 

   LCDTIME.PAS   Pascal Source Code of a programm to be run on the 
                 DS5000 Microcontroller using a 11.0592 MHz crytal. 
                 This program reads the date/time from a DS1994, 
                 calculates the corrected date/time if the calibration 
                 constants (alarm registers) are nonzero, and displays 
                 the results on a liquid crystal display.  The time in 
                 the DS1994 is assumed to be standard time, not daylight 
                 savings time.  The program makes the correction for 
                 daylight savings time as needed, depending on the 
                 season. (Results are calculated only to the nearest
                 second, allowing use of the long integer data type for 
                 all calculations. The program polls the DS1994 for only 
                 about 1/2 second every minute, using Timer0 to inter-
                 polate seconds from one minute to the next.

   LCDTIME.HEX   Object Code of LCDTIME.PAS. The source is compiled with 
                 the SYSTEM51 (Ver 3.10) software development system from 
                 KSC Software Systems, Ludvig Holsteins Alle 137, 
                 DK-2750 Ballerup, Denmark, Phone (Int. 45) 44 97 69 11,
                 Fax (Int. 45) 44 97 96 12.
