TSP Lab Gy4 - The NTP Client Gy4

The NTP Client module
("Gy4")

Features

Basic operation

User interface


Parts of the user interface

Note: RTT coloumn has two values because Windows operating system usually provides two different timers to measure the time. One of them is the LoRes or System timer and less precise but it is always available. The other one (HiRes or MM timer) is more precise and theoretically not available in all versions of Windows operating system. The latter one's value is shown in parenthesis. The Gy4 NTP Client uses the LoRes value to decide the RTT because local timer has this resolution.

Configuration (INI) file settings

Section Entry Example Meaning
[Settings]
  bApplyRequiredShifts True (Refer to the Apply required shifts checkbox!)
[Advanced]
  iLocalTimeOffsetSec 0 Local time can be shifted by this value
  dwQueryDelaySecWhenOK 900 Period of the synchronization
  dwQueryDelaySecWhenFailed 120 The next query will start in this time
  dwRTTMaxMS 200 Defines the maximal round-trip-time. If the a RTT is greater than this value the answer of the NTP server will not be considered
  dwShiftAbsoluteMaxSec 3700 The modul can not adjust the local clock when the difference is greater than this value
  sLogFilesPath d:\LogFiles Path for the log file
  sNTPServer 192.168.0.1 Defines the NTP server address
  sPCAPDevice rpcap://\Device\NPF_{12345678-ABCD-1234-5678-123456789ABC} PCAP interface for high-resolution round-trip time measurement

Version history