Lines Matching +full:mm +full:- +full:0

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
16 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate -->
33 OFLAG 0
34 LFLAG 0
40 OFLAG 0
41 LFLAG 0
46 …<b><i>&lt;STX&gt;</i>D:<i>dd.mm.yy</i>;T:<i>w</i>;U:<i>hh.mm.ss</i>;<i>uvxy</i><i>&lt;ETX&gt;</i><…
47 pos: 0 000000001111111111222222222233 3
50 <i>&lt;STX&gt;</i> = start-of-text, ASCII code 0x02
51 <i>dd.mm.yy</i> = day of month, month, year of the century, separated by dots
53 <i>hh:mm:ss</i> = hour, minute, second, separated by dots
67 <i>&lt;ETX&gt;</i> = end-of-text, ASCII code 0x03
71 …<b><i>&lt;STX&gt;</i><i>dd.mm.yy</i>; <i>w</i>; <i>hh:mm:ss</i>; <i>tuvxyza</i><i>&lt;ETX&gt;</i><…
72 pos: 0 000000001111111111222222222233 3
75 <i>&lt;STX&gt;</i> = start-of-text, ASCII code 0x02
76 <i>dd.mm.yy</i> = day of month, month, year of the century, separated by dots
78 <i>hh:mm:ss</i> = hour, minute, second, separated by colons
89 <i>&lt;ETX&gt;</i> = end-of-text, ASCII code 0x03
93 …<b><i>&lt;STX&gt;</i><i>dd.mm.yy</i>; <i>w</i>; <i>hh:mm:ss</i>; <i>+uu:uu</i>; <i>uvxyzab</i>; <i…
94 pos: 0 0000000011111111112222222222333333333344444444445555555555666666 6
97 <i>&lt;STX&gt;</i> = start-of-text, ASCII code 0x02
98 <i>dd.mm.yy</i> = day of month, month, year of the century, separated by dots
100 <i>hh:mm:ss</i> = hour, minute, second, separated by colons
101 <i>+uu:uu</i> = offset to UTC in hours and minutes, preceded by + or -
112 <i>&lt;ETX&gt;</i> = end-of-text, ASCII code 0x03
129 IFLAG 0
130 OFLAG 0
131 LFLAG 0
134 …<p>From &quot;Zur Zeit&quot;, Physikalisch-Technische Bundesanstalt (PTB), Braunschweig und Berlin…
145 time marks of a 100ms duration constitute a logical 0
148 <p>see the spec. (basically a (non-)inverted psuedo random phase shift) encoding:</p>
153 0 - 10 AM: free, FM: 0
154 11 - 14 free
155 15 R - alternate antenna
156 16 A1 - expect zone change (1 hour before)
157 17 - 18 Z1,Z2 - time zone
158 0 0 illegal
159 0 1 MEZ (MET)
160 1 0 MESZ (MED, MET DST)
162 19 A2 - expect leap insertion/deletion (1 hour before)
163 20 S - start of time code (1)
164 21 - 24 M1 - BCD (lsb first) Minutes
165 25 - 27 M10 - BCD (lsb first) 10 Minutes
166 28 P1 - Minute Parity (even)
167 29 - 32 H1 - BCD (lsb first) Hours
168 33 - 34 H10 - BCD (lsb first) 10 Hours
169 35 P2 - Hour Parity (even)
170 36 - 39 D1 - BCD (lsb first) Days
171 40 - 41 D10 - BCD (lsb first) 10 Days
172 42 - 44 DW - BCD (lsb first) day of week (1: Monday -&gt; 7: Sunday)
173 45 - 49 MO1 - BCD (lsb first) Month
174 50 MO10 - 10 Months
175 51 - 53 Y1 - BCD (lsb first) Years
176 54 - 57 Y10 - BCD (lsb first) 10 Years
177 58 P3 - Date Parity (even)
178 59 - usually missing (minute indication), except for leap insertion
183 … flag byte determined the time code format. The binary time code is delimited by the byte 0xFC.</p>
187 IFLAG 0
188 OFLAG 0
189 LFLAG 0
194 Bit 0: time in MEZ, 4 bytes *binary, not BCD*; hh.mm.ss.tenths
195 Bit 1: date 3 bytes *binary, not BCD: dd.mm.yy
197 Bit 3: time zone, 1 byte, 0=MET, 1=MEST. (unused here)
198 Bit 4: clock status, 1 byte, 0=time invalid,
202 bit 0: backup antenna
207 bits 5-7: Zero
222 <pre> PARSE_F_PPSPPS - use CIOGETEV for PPS time stamping
223 PARSE_F_PPSONSECOND - the time code is not related to
231 ----33445566600112222BB7__-_____--99- Parse
236 <p>ELV DCF7000: end='\r', pattern=&quot; - - - - - - - \r&quot;</p>
240 YY-MM-DD-HH-MM-SS-FF\r
242 FF&amp;0x1 - DST
243 FF&amp;0x2 - DST switch warning
244 FF&amp;0x4 - unsynchronised
248 …rtel DASA Network Systems GmbH, Department: ND250 A Joint venture of Daimler-Benz Aerospace and No…
268 s = STX (0x02), e = ETX (0x03)
269 n = NL (0x0A), r = CR (0x0D)
271 A B - Status and weekday
273 A - Status
276 x x x 0 - no announcement
277 x x x 1 - Summertime - wintertime - summertime announcement
278 x x 0 x - Wintertime
279 x x 1 x - Summertime
280 0 0 x x - Time/Date invalid
281 0 1 x x - Internal clock used
282 1 0 x x - Radio clock
283 1 1 x x - Radio clock highprecision
285 B - 8 4 2 1
286 0 x x x - MESZ/MEZ
287 1 x x x - UTC
288 x 0 0 1 - Monday
289 x 0 1 0 - Tuesday
290 x 0 1 1 - Wednesday
291 x 1 0 0 - Thursday
292 x 1 0 1 - Friday
293 x 1 1 0 - Saturday
294 x 1 1 1 - Sunday
300 Timestamp T:YY:MM:MD:WD:HH:MM:SSCRLF
306 YY Year MM Month 1-12
310 MM Minute
317 …ery second. For use with this driver, the WHARTON 400A Series clock must be set-up as follows :</p>
322 No external controller 7 0
331 Pos 0 12345678901234
332 0 00000000011111
334 STX start transmission (ASCII 0x02)
335 ETX end transmission (ASCII 0x03)
337 mm Minute expressed in reversed decimal
340 MM Month expressed in reversed decimal (January is 1)
342 S Status byte : 0x30 +
343 bit 0 0 = MSF source 1 = DCF source
344 bit 1 0 = Winter time 1 = Summer time
345 bit 2 0 = not synchronised 1 = synchronised
346 bit 3 0 = no early warning 1 = early warning