driver40.html revision 132451
1208747Sraj<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2208747Sraj
3208747Sraj<html>
4208747Sraj
5208747Sraj    <head>
6208747Sraj        <meta name="generator" content="HTML Tidy, see www.w3.org">
7208747Sraj        <title>JJY Receivers</title>
8208747Sraj        <link href="../scripts/style.css" type="text/css" rel="stylesheet">
9208747Sraj    </head>
10208747Sraj
11208747Sraj    <body>
12208747Sraj        <h3>JJY Receivers</h3>
13208747Sraj        <hr>
14208747Sraj        <h4>Synopsis</h4>
15208747Sraj        Address: 127.127.40.<i>u</i><br>
16208747Sraj        Reference ID: <tt>JJY</tt><br>
17208747Sraj        Driver ID: <tt>JJY</tt><br>
18208747Sraj        Serial Port: <tt>/dev/jjy<i>u</i></tt>; 9600 baud, 8-bits, no parity, 1 stop bit
19208747Sraj        <h4>Description</h4>
20208747Sraj        <p>This driver supports the following JJY receivers sold in Japan.</p>
21208747Sraj        <ul>
22208747Sraj            <li>Tristate Ltd. JJY01 <a href="http://www.tristate.ne.jp/rf-clock.html">http://www.tristate.ne.jp/rf-clock.htm</a> (Japanese only)<br>
23208747Sraj            <dl>
24208747Sraj                <dt>Time code format
25208747Sraj                <dd><br>
26208747Sraj                <table>
27208747Sraj                    <tr>
28208747Sraj                        <td>Command</td>
29208747Sraj                        <td>&nbsp;</td>
30208747Sraj                        <td>Reply</td>
31208747Sraj                    </tr>
32208747Sraj                    <tr>
33208747Sraj                        <td><tt>date&lt;CR&gt;&lt;LF&gt;</tt></td>
34208747Sraj                        <td>&nbsp;</td>
35208747Sraj                        <td><tt>YYYY/MM/DD WWW&lt;CR&gt;&lt;LF&gt;</tt></td>
36208747Sraj                    </tr>
37208747Sraj                    <tr>
38208747Sraj                        <td><tt>stim&lt;CR&gt;&lt;LF&gt;</tt></td>
39208747Sraj                        <td>&nbsp;</td>
40208747Sraj                        <td><tt>HH:MM:SS&lt;CR&gt;&lt;LF&gt;</tt></td>
41208747Sraj                    </tr>
42208747Sraj                </table>
43208747Sraj                <br>
44208747Sraj                <dt>NTP configuration ( ntp.conf )
45208747Sraj                <dd>
46208747Sraj                <p>server 127.127.40.X mode 1</p>
47208747Sraj            </dl>
48            <li>C-DEX Co.,Ltd. JST2000 <a href="http://www.c-dex.co.jp/">http://www.c-dex.co.jp/</a> (Japanese only)<br>
49            <dl>
50                <dt>Time code format
51                <dd><br>
52                <table>
53                    <tr>
54                        <td>Command</td>
55                        <td>&nbsp;</td>
56                        <td>Reply</td>
57                    </tr>
58                    <tr>
59                        <td><tt>&lt;ENQ&gt;1J&lt;ETX&gt;</tt></td>
60                        <td>&nbsp;</td>
61                        <td><tt>&lt;STX&gt;JYYMMDD HHMMSSS&lt;ETX&gt;</tt></td>
62                    </tr>
63                </table>
64                <br>
65                <dt>NTP configuration ( ntp.conf )
66                <dd>
67                <p>server 127.127.40.X mode 2</p>
68            </dl>
69        </ul>
70        <p>JJY is the radio station which transmites the JST (Japan Standard Time) in long wave radio. The station JJY is operated by the Communication Research Laboratory. An operating announcement and some information are avaiable from <a href="http://www.crl.go.jp/">http://www.crl.go.jp/</a> (English and Japanese) and <a href="http://jjy.crl.go.jp/">http://jjy.crl.go.jp/</a> (Written in Japanese only)</p>
71        <p>The user is expected to provide a symbolic link to an available serial port device. This is typically performed by a command such as:</p>
72        <p><tt>ln -s /dev/ttyS0 /dev/jjy0</tt></p>
73        <p>Windows NT does not support symbolic links to device files. COM<i>X</i>: is the unit used by the driver, based on the refclock unit number, where unit 1 corresponds to COM1: and unit 3 corresponds to COM3:</p>
74        <h4>Monitor Data</h4>
75        <p>The driver writes each timecode as received to the <tt>clockstats</tt> file.</p>
76        <h4>Fudge Factors</h4>
77        <dl>
78            <dt><tt>time1 <i>time</i></tt>
79            <dd>Specifies the time offset calibration factor, in seconds and fraction, with default 0.0.
80            <dt><tt>time2 <i>time</i></tt>
81            <dd>Not used by this driver.
82            <dt><tt>stratum <i>number</i></tt>
83            <dd>Specifies the driver stratum, in decimal from 0 to 15, with default 0.
84            <dt><tt>refid <i>string</i></tt>
85            <dd>Specifies the driver reference identifier, an ASCII string from one to four characters, with default <tt>WWVB</tt>.
86            <dt><tt>flag1 0 | 1</tt>
87            <dd>Not used by this driver.
88            <dt><tt>flag2 0 | 1</tt>
89            <dd>Not used by this driver.
90            <dt><tt>flag3 0 | 1</tt>
91            <dd>Not used by this driver.
92            <dt><tt>flag4 0 | 1</tt>
93            <dd>Enable verbose <tt>clockstats</tt> recording if set.
94        </dl>
95        <hr>
96        <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
97    </body>
98
99</html>