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 <meta name="GENERATOR" content="Mozilla/4.01 [en] (Win95; I) [Netscape]"> 8 <title>Arbiter 1088A/B GPS Receiver</title> 9 <link href="scripts/style.css" type="text/css" rel="stylesheet"> 10 </head> 11 12 <body> 13 <h3>Arbiter 1088A/B GPS Receiver</h3> 14 <hr> 15 <h4>Synopsis</h4> 16 <p>Address: 127.127.11.<i>u</i><br> 17 Reference ID: <tt>GPS</tt><br> 18 Driver ID: <tt>GPS_ARBITER</tt><br> 19 Serial Port: <tt>/dev/gps<i>u</i></tt>; 9600 baud, 8-bits, no parity<br> 20 Features: <tt>tty_clk</tt></p> 21 <h4>Description</h4> 22 <p>This driver supports the Arbiter 1088A/B Satellite Controlled Clock. The claimed accuracy of this clock is 100 ns relative to the PPS output when receiving four or more satellites.</p> 23 <p>The receiver should be configured before starting the NTP daemon, in order to establish reliable position and operating conditions. It does not initiate surveying or hold mode. For use with NTP, the daylight savings time feature should be disables (<tt>D0</tt> command) and the broadcast mode set to operate in UTC (<tt>BU</tt> command).</p> 24 <p>The timecode format supported by this driver is selected by the poll sequence <tt>B5</tt>, which initiates a line in the following format to be repeated once per second until turned off by the <tt>B0</tt> command.</p> 25 <p>Format <tt>B5</tt> (24 ASCII printing characters):</p> 26 <pre><cr><lf>i yy ddd hh:mm:ss.000bbb 27 28on-time = <cr> 29i = synchronization flag (' ' = locked, '?' = unlocked) 30yy = year of century 31ddd = day of year 32hh:mm:ss = hours, minutes, seconds 33.000 = fraction of second (not used) 34bbb = tailing spaces for fill</pre> 35 <p>The alarm condition is indicated by a '?' at i, which indicates the receiver is not synchronized. In normal operation, a line consisting of the timecode followed by the time quality character (TQ) followed by the receiver status string (SR) is written to the clockstats file.</p> 36 <p>The time quality character is encoded in IEEE P1344 standard:</p> 37 <p>Format <tt>TQ</tt> (IEEE P1344 estimated worst-case time quality)</p> 38 <pre>0 clock locked, maximum accuracy 39F clock failure, time not reliable 404 clock unlocked, accuracy < 1 us 415 clock unlocked, accuracy < 10 us 426 clock unlocked, accuracy < 100 us 437 clock unlocked, accuracy < 1 ms 448 clock unlocked, accuracy < 10 ms 459 clock unlocked, accuracy < 100 ms 46A clock unlocked, accuracy < 1 s 47B clock unlocked, accuracy < 10 s</pre> 48 <p>The status string is encoded as follows:</p> 49 <p>Format <tt>SR</tt> (25 ASCII printing characters)</p> 50 <pre>V=vv S=ss T=t P=pdop E=ee 51 52vv = satellites visible 53ss = relative signal strength 54t = satellites tracked 55pdop = position dilution of precision (meters) 56ee = hardware errors</pre> 57 <p>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.</p> 58 <h4>Monitor Data</h4> 59 <p>When enabled by the <tt>flag4</tt> fudge flag, an additional line containing the latitude, longitude, elevation and optional deviation data is written to the <tt>clockstats</tt> file. The deviation data operates with an external pulse-per-second (PPS) input, such as a cesium oscillator or another radio clock. The PPS input should be connected to the B event channel and the radio initialized for deviation data on that channel. The deviation data consists of the mean offset and standard deviation of the external PPS signal relative the GPS signal, both in microseconds over the last 16 seconds.</p> 60 <h4>Fudge Factors</h4> 61 <dl> 62 <dt><tt>time1 <i>time</i></tt> 63 <dd>Specifies the time offset calibration factor, in seconds and fraction, with default 0.0. 64 <dt><tt>time2 <i>time</i></tt> 65 <dd>Not used by this driver. 66 <dt><tt>stratum <i>number</i></tt> 67 <dd>Specifies the driver stratum, in decimal from 0 to 15, with default 0. 68 <dt><tt>refid <i>string</i></tt> 69 <dd>Specifies the driver reference identifier, an ASCII string from one to four characters, with default <tt>GPS</tt>. 70 <dt><tt>flag1 0 | 1</tt> 71 <dd>Not used by this driver. 72 <dt><tt>flag2 0 | 1</tt> 73 <dd>Not used by this driver. 74 <dt><tt>flag3 0 | 1</tt> 75 <dd>Not used by this driver. 76 <dt><tt>flag4 0 | 1</tt> 77 <dd>Enable verbose <tt>clockstats</tt> recording if set. 78 </dl> 79 <h4>Additional Information</h4> 80 <p><a href="../refclock.html">Reference Clock Drivers</a></p> 81 <hr> 82 <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script> 83 </body> 84 85</html>