1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>Forum Graphic GPS Dating station</title> |
---|
5 | </head> |
---|
6 | <body> |
---|
7 | |
---|
8 | <h3>Forum Graphic GPS Dating station</h3> |
---|
9 | <hr> |
---|
10 | |
---|
11 | <h4>Synopsis</h4> |
---|
12 | |
---|
13 | <p>Address: 127.127.37.<i>u</i><br> |
---|
14 | Reference ID: <tt>GPS</tt><br> |
---|
15 | Driver ID: <tt>GPS</tt><br> |
---|
16 | Parallel Port: <tt>/dev/fgclock<i>u</i></tt> |
---|
17 | </p> |
---|
18 | |
---|
19 | <h4>Description</h4> |
---|
20 | |
---|
21 | <p>This driver supports the Forum Graphic GPS Dating station sold by <a |
---|
22 | href="http://www.emr.fr/gpsclock.htm">EMR company</a>. |
---|
23 | |
---|
24 | <p>Unfortunately sometime FG GPS start continues reporting of the same |
---|
25 | date. The only way to fix this problem is GPS power cycling and ntpd |
---|
26 | restart after GPS power-up. |
---|
27 | </P> |
---|
28 | After Jan,10 2000 my FG GPS unit start send a wrong answer after 10:00am |
---|
29 | till 11:00am. It repeat hour value in result string twice. I wroite a small |
---|
30 | code to avoid such problem. Unfortunately I have no second FG GPS unit |
---|
31 | to evaluate this problem. Please let me know if your GPS has no problems |
---|
32 | after Y2K. |
---|
33 | <p> |
---|
34 | |
---|
35 | <h4>Monitor Data</h4> |
---|
36 | |
---|
37 | <p>Each timecode is written to the <tt>clockstats</tt> file in the format |
---|
38 | <tt>YYYY YD HH MI SS</tt>.</p> |
---|
39 | |
---|
40 | <h4>Fudge Factors</h4> |
---|
41 | |
---|
42 | <dl> |
---|
43 | <dt><tt>time1 <i>time</i></tt></dt> |
---|
44 | <dd>Specifies the time offset calibration factor, in seconds and fraction, |
---|
45 | with default 0.0.</dd> |
---|
46 | |
---|
47 | <dt><tt>time2 <i>time</i></tt></dt> |
---|
48 | <dd>Not used by this driver.</dd> |
---|
49 | |
---|
50 | <dt><tt>stratum <i>number</i></tt></dt> |
---|
51 | <dd>Specifies the driver stratum, in decimal from 0 to 15, with default 0. |
---|
52 | </dd> |
---|
53 | |
---|
54 | <dt><tt>refid <i>string</i></tt></dt> |
---|
55 | <dd>Specifies the driver reference identifier, an ASCII string from one to |
---|
56 | four characters, with default <tt>FG</tt>.</dd> |
---|
57 | |
---|
58 | <dt><tt>flag1 0 | 1</tt></dt> |
---|
59 | <dd>Not used by this driver.</dd> |
---|
60 | |
---|
61 | <dt><tt>flag2 0 | 1</tt></dt> |
---|
62 | <dd>Not used by this driver.</dd> |
---|
63 | |
---|
64 | <dt><tt>flag3 0 | 1</tt></dt> |
---|
65 | <dd>Not used by this driver.</dd> |
---|
66 | |
---|
67 | <dt><tt>flag4 0 | 1</tt></dt> |
---|
68 | <dd>Not used by this driver.</dd> |
---|
69 | </dl> |
---|
70 | |
---|
71 | <hr> |
---|
72 | <address>Dmitry Smirnov (das@amt.ru)</address> |
---|
73 | |
---|
74 | </body> |
---|
75 | </html> |
---|