driver3.html revision 132451
1132451Sroberto<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2132451Sroberto
3132451Sroberto<html>
4132451Sroberto
5132451Sroberto    <head>
6132451Sroberto        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7132451Sroberto        <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]">
8132451Sroberto        <title>PSTI/Traconex 1020 WWV/WWVH Receiver</title>
9132451Sroberto        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
10132451Sroberto    </head>
11132451Sroberto
12132451Sroberto    <body>
13132451Sroberto        <h3>PSTI/Traconex 1020 WWV/WWVH Receiver</h3>
14132451Sroberto        <hr>
15132451Sroberto        <h4>Synopsis</h4>
16132451Sroberto        <p>Address: 127.127.3.<i>u</i><br>
17132451Sroberto            Reference ID: <tt>WWV</tt><br>
18132451Sroberto            Driver ID: <tt>WWV_PST</tt><br>
19132451Sroberto            Serial Port: <tt>/dev/wwv<i>u</i></tt>; 9600 baud, 8-bits, no parity<br>
20132451Sroberto            Features: <tt>tty_clk</tt></p>
21132451Sroberto        <h4>Description</h4>
22132451Sroberto        <p>This driver supports the PSTI 1010 and Traconex 1020 WWV/WWVH Receivers. No specific claim of accuracy is made for these receiver, but actual experience suggests that 10 ms would be a conservative assumption.</p>
23132451Sroberto        <p>The DIP-switches should be set for 9600 bps line speed, 24-hour day-of-year format and UTC time zone. Automatic correction for DST should be disabled. It is very important that the year be set correctly in the DIP-switches; otherwise, the day of year will be incorrect after 28 April of a normal or leap year. The propagation delay DIP-switches should be set according to the distance from the transmitter for both WWV and WWVH, as described in the instructions. While the delay can be set only to within 11 ms, the fudge time1 parameter can be used for vernier corrections.</p>
24132451Sroberto        <p>Using the poll sequence <tt>QTQDQM</tt>, the response timecode is in three sections totalling 50 ASCII printing characters, as concatenated by the driver, in the following format:</p>
25132451Sroberto        <pre>
26132451Srobertoahh:mm:ss.fffs&lt;cr&gt; yy/dd/mm/ddd&lt;cr&gt;
27132451SrobertofrdzycchhSSFTttttuuxx&lt;cr&gt;
28132451Sroberto
29132451Srobertoon-time = first &lt;cr&gt;
30132451Srobertohh:mm:ss.fff = hours, minutes, seconds, milliseconds
31132451Srobertoa = AM/PM indicator (' ' for 24-hour mode)
32132451Srobertoyy = year (from DIPswitches)
33132451Srobertodd/mm/ddd = day of month, month, day of year
34132451Srobertos = daylight-saving indicator (' ' for 24-hour mode)
35132451Srobertof = frequency enable (O = all frequencies enabled)
36132451Srobertor = baud rate (3 = 1200, 6 = 9600)
37132451Srobertod = features indicator (@ = month/day display enabled)
38132451Srobertoz = time zone (0 = UTC)
39132451Srobertoy = year (5 = 91)
40132451Srobertocc = WWV propagation delay (52 = 22 ms)
41132451Srobertohh = WWVH propagation delay (81 = 33 ms)
42132451SrobertoSS = status (80 or 82 = operating correctly)
43132451SrobertoF = current receive frequency (4 = 15 MHz)
44132451SrobertoT = transmitter (C = WWV, H = WWVH)
45132451Srobertotttt = time since last update (0000 = minutes)
46132451Srobertouu = flush character (03 = ^c)
47132451Srobertoxx = 94 (unknown)</pre>
48132451Sroberto        <p>The alarm condition is indicated by other than <tt>8</tt> at <tt>a</tt>, which occurs during initial synchronization and when received signal is lost for an extended period; unlock condition is indicated by other than <tt>0000</tt> in the <tt>tttt</tt> subfield.</p>
49132451Sroberto        <h4>Monitor Data</h4>
50132451Sroberto        <p>When enabled by the <tt>flag4</tt> fudge flag, every received timecode is written as-is to the <tt>clockstats</tt> file.</p>
51132451Sroberto        <h4>Fudge Factors</h4>
52132451Sroberto        <dl>
53132451Sroberto            <dt><tt>time1 <i>time</i></tt>
54132451Sroberto            <dd>Specifies the time offset calibration factor, in seconds and fraction, with default 0.0.
55132451Sroberto            <dt><tt>time2 <i>time</i></tt>
56132451Sroberto            <dd>Not used by this driver.
57132451Sroberto            <dt><tt>stratum <i>number</i></tt>
58132451Sroberto            <dd>Specifies the driver stratum, in decimal from 0 to 15, with default 0.
59132451Sroberto            <dt><tt>refid <i>string</i></tt>
60132451Sroberto            <dd>Specifies the driver reference identifier, an ASCII string from one to four characters, with default <tt>WWV</tt>.
61132451Sroberto            <dt><tt>flag1 0 | 1</tt>
62132451Sroberto            <dd>Not used by this driver.
63132451Sroberto            <dt><tt>flag2 0 | 1</tt>
64132451Sroberto            <dd>Not used by this driver.
65132451Sroberto            <dt><tt>flag3 0 | 1</tt>
66132451Sroberto            <dd>Not used by this driver.
67132451Sroberto            <dt><tt>flag4 0 | 1</tt>
68132451Sroberto            <dd>Not used by this driver.
69132451Sroberto        </dl>
70132451Sroberto        <h4>Additional Information</h4>
71132451Sroberto        <p><a href="../refclock.html">Reference Clock Drivers</a></p>
72132451Sroberto        <hr>
73132451Sroberto        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
74132451Sroberto    </body>
75132451Sroberto
76132451Sroberto</html>