]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ntp/html/drivers/driver4.html
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ntp / html / drivers / driver4.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4
5         <head>
6                 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
7                 <title>Spectracom 8170 and Netclock/2 WWVB Receivers</title>
8                 <link href="scripts/style.css" type="text/css" rel="stylesheet">
9         </head>
10
11         <body>
12                 <h3>Spectracom 8170 and Netclock/2 WWVB Receivers</h3>
13                 <hr>
14                 <h4>Synopsis</h4>
15                 Address: 127.127.4.<i>u</i><br>
16                 Reference ID: <tt>WWVB</tt><br>
17                 Driver ID: <tt>WWVB_SPEC</tt><br>
18                 Serial Port: <tt>/dev/wwvb<i>u</i></tt>; 9600 baud, 8-bits, no parity<br>
19                 Features: <tt>tty_clk</tt>
20                 <h4>Description</h4>
21                 <p>This driver supports all known Spectracom radio and satellite clocks, including the Model 8170 and Netclock/2 WWVB Synchronized Clocks and the Netclock/GPS GPS Master Clock. The claimed accuracy of the WWVB clocks is 100 usec relative to the broadcast signal. These clocks have proven a reliable source of time, except in some parts of the country with high levels of conducted RF interference. WIth the GPS clock the claimed accuracy is 130 ns. However, in most cases the actual accuracy is limited by the precision of the timecode and the latencies of the serial interface and operating system.</p>
22                 <p>The DIPswitches on these clocks should be set to 24-hour display, AUTO DST off, data format 0 or 2 (see below) and baud rate 9600. If this clock is used as the source for the IRIG Audio Decoder (<tt>refclock_irig.c</tt> in this distribution), set the DIPswitches for AM IRIG output and IRIG format 1 (IRIG B with signature control).</p>
23                 <p>There are two timecode formats used by these clocks. Format 0, which is available with all clocks, and format 2, which is available with all clocks except the original (unmodified) Model 8170.</p>
24                 <p>Format 0 (22 ASCII printing characters):<br>
25                         &lt;cr&gt;&lt;lf&gt;i ddd hh:mm:ss TZ=zz&lt;cr&gt;&lt;lf&gt;</p>
26                 <p>on-time = first &lt;cr&gt;<br>
27                         i = synchronization flag (' ' = in synch, '?' = out synch)<br>
28                         hh:mm:ss = hours, minutes, seconds</p>
29                 <p>The alarm condition is indicated by other than ' ' at <tt>i</tt>, which occurs during initial synchronization and when received signal is lost for about ten hours.</p>
30                 <p>Format 2 (24 ASCII printing characters):<br>
31                         lt;cr&gt;lf&gt;iqyy ddd hh:mm:ss.fff ld</p>
32                 <p>on-time = &lt;cr&gt;<br>
33                         i = synchronization flag (' ' = in synch, '?' = out synch)<br>
34                         q = quality indicator (' ' = locked, 'A'...'D' = unlocked)<br>
35                         yy = year (as broadcast)<br>
36                         ddd = day of year<br>
37                         hh:mm:ss.fff = hours, minutes, seconds, milliseconds</p>
38                 <p>The alarm condition is indicated by other than ' ' at <tt>i</tt>, which occurs during initial synchronization and when received signal is lost for about ten hours. The unlock condition is indicated by other than ' ' at <tt>q</tt>.</p>
39                 <p>The <tt>q</tt> is normally ' ' when the time error is less than 1 ms and a character in the set <tt>A...D</tt> when the time error is less than 10, 100, 500 and greater than 500 ms respectively. The <tt>l</tt> is normally ' ', but is set to <tt>L</tt> early in the month of an upcoming UTC leap second and reset to ' ' on the first day of the following month. The <tt>d</tt> is set to <tt>S</tt> for standard time <tt>S</tt>, <tt>I</tt> on the day preceding a switch to daylight time, <tt>D</tt> for daylight time and <tt>O</tt> on the day preceding a switch to standard time. The start bit of the first &lt;cr&gt; is synchronized to the indicated time as returned.</p>
40                 <p>This driver does not need to be told which format is in use - it figures out which one from the length of the message. A three-stage median filter is used to reduce jitter and provide a dispersion measure. The driver makes no attempt to correct for the intrinsic jitter of the radio itself, which is a known problem with the older radios.</p>
41                 <h4>Monitor Data</h4>
42                 <p>The driver writes each timecode as received to the <tt>clockstats</tt> file. When enabled by the <tt>flag4</tt> fudge flag, a table of quality data maintained internally by the Netclock/2 is retrieved and written to the <tt>clockstats</tt> file when the first timecode message of a new dayis received.</p>
43                 <h4>Fudge Factors</h4>
44                 <dl>
45                         <dt><tt>time1 <i>time</i></tt>
46                         <dd>Specifies the time offset calibration factor, in seconds and fraction, with default 0.0.
47                         <dt><tt>time2 <i>time</i></tt>
48                         <dd>Not used by this driver.
49                         <dt><tt>stratum <i>number</i></tt>
50                         <dd>Specifies the driver stratum, in decimal from 0 to 15, with default 0.
51                         <dt><tt>refid <i>string</i></tt>
52                         <dd>Specifies the driver reference identifier, an ASCII string from one to four characters, with default <tt>WWVB</tt>.
53                         <dt><tt>flag1 0 | 1</tt>
54                         <dd>Not used by this driver.
55                         <dt><tt>flag2 0 | 1</tt>
56                         <dd>Not used by this driver.
57                         <dt><tt>flag3 0 | 1</tt>
58                         <dd>Not used by this driver.
59                         <dt><tt>flag4 0 | 1</tt>
60                         <dd>Enable verbose <tt>clockstats</tt> recording if set.
61                 </dl>
62                 <hr>
63                 <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
64         </body>
65
66 </html>