Improving Process Quality

Last month I made my dcf77 library an official Arudino library. Of course it now starts to gather even more attention than in the past. Hence I figured that I will not introduce more features but will focus on improving my development / support process. As a first step I connected my repository with Travis CI. Of course this does not get rid of any library bugs. However it captures all mistakes in the example code with regard to the different platforms the library supports. Although there are many examples out there on the internet how to connect Arduino Github projects to travis my approach is a little bit different. In particular it performs a lot better than the “direct” approaches. Read here for the details.

Posted in Uncategorized | Leave a comment

The DCF77 Library Pi Release

You might have noticed that I did not blog for a long time. But now I proudly present release 3.1.4 (aka the pi release) of my DCF77 library. What’s new:

First of all it now supports an 8 MHz clock option. Thus it can work with 3.3V boards. This is particular useful if you have to somehow keep your power consumption low. This was introduced together with the “outdoor option” in release 3.1.0. You might wonder why I introduced this at all as it obviously does not fit perfectly match my goal to make the clock as noise resilent as possible. Well, this is to cater the needs of the Black Forrest Observatory (BFO). I was contacted by Dr. Rudolf Widmer-Schnidrig who wants to deploy my library for acurate synchronization of a sensor network. I consider this really cool.

The next change was some cleanup in release 3.1.3. Strange enough there were some name clashes that did not bother older versions of GCC. However newer versions of Arduino / GCC failed to compile. The fix paved the way to the most important feature of release 3.1.4. My library now has support for the Arduino library manager and is now an officially registered Arduino library. It is called dcf77_xtal because of name clashes with an already existing DCF77 library.

You can read the full story of my new library here.

My next step is to provide test code for my library that can run under Linux. My idea is that I get much shorter turn around times for development and debugging. In addition testing under a real operating system will have the additional benefit of enabling debugger support without any dedicated hardware. My first take on this issue shows already that this is the proper way to go 🙂

Posted in Uncategorized | Leave a comment

Improving Quality

As you might have noticed I now have merged Gavin’s MSF code into my development branch at Github. So far I did not put it into the master branch as part of a release. The point is that I still did not test it. The same holds true for the contributions of Aido.

Before I merge this stuff into master I want to be sure it works. Hence I ask everyone who wants to contribute please give me some feedback to one or both of the following questions:

  1. Does the MSF Code work for you?
  2. Does the (DCF77) Code work with an Arduino Leonardo?

I also improved the documentation quite a lot.

But the most work went into setting up unit tests for my library. As it turns out I introduced some subtle issues into my code while refactoring. Now I uncover and fix them one by one. Continue reading here to learn about the details.

Posted in Uncategorized | 26 Comments

MSF Support at the Horizon

This month I received the biggest contribution to my library so far. Gavin Andrews issued a github pull request for MSF support. Unfortunately I am completely unable to merge it in for the strangest reason ever. After my upgrade to Ubuntu 14.04 my WLAN is unstable. To be more precise: it is stable no matter what I do until I try to log into https://www.github.com/. Then the network driver will crash immediately. First I thought this is due to https but it is not. Online banking works fine. Then I thought it might be due to the netword Adapter, by now I have tried 4 different brands with 4 different chipsets. Finally I found a new adapter that seems to work.

The impact was: I could not merge and I could not push my own stuff 😦
The best adapter so far is somehwat OK, but I would prefer a better one. If anyone of my readers would have a hint for a WLAN Adapter with the following properties I would be more than grateful:

  1. Must be stable under Ubuntu 14.04 and above.
  2. Must support external Antenna connector.
  3. Must be connected by USB.

Why I have these requirements? Actually the hidden requirement is: must work with my notebook and be able to get through 2 floors reinforced concrete. So far my RTL8187B based USB adapter worked very well. Since the upgrade that is.

By now I started to merge his work back into my main line. You can not see it integrated right now though. The point is that I am covering almost everything with unit tests to be sure that I do not disrupt anything. As it turns out I already discovered some minor bugs in my stuff. Thus my plan is as follows:

  1. Gavins work goes into a feature branch on Github and will be there on hold. Anyone can get it already from there though. I will accept feedback for it as well.
  2. I continue to cover and fix my main branch.
  3. Once the main branch has sufficient test coverage I will merge in Gavins work.
  4. After the merge I would be willing to add tests for MSF. Hopefully someone will contribute them 🙂
Posted in Uncategorized | Leave a comment

DCF77 Library Release 3.0.0

This month I will only publish a blog post but no new article. This is because I have put some enormous efforts into getting release 3.0.0 of my DCF77 library out. This release got a complete overhaul of the internals. The most important new feature is ARM support (Arduino DUE). Since all known DUE boards have a crystal instead of a resonator this now makes my library accessible to more people. Also since ARM has much more memory I introduced milliseconds resolution. This in turn required some quite heavy optimizations. As a byproduct the result now consumes less CPU and less flash memory. Although this was not a design goal it is very much welcome as the AVR based Arduinos have neither a lot of sram nor to much flash.

Another impact is the incompatible change of the interfaces. But do not worry, the semantics remain basically untouched. The migration is also simple.

1) If you project is already finished with release 2 of the library, do not migrate. The new version does not offer more noise tolerance.
2) If you start a new project, use release 3.

As some of my readers noticed my documentation could be better. I agree with this. This is something I will take care of in the coming months. Till then I would be pleased if I get feedback on release 3.

Posted in Uncategorized | 31 Comments

Leap Second and Peek Preview

This month I improved my superfilter design. It turns out that some people seem to really like this filter. I also received some very helpful feedback from J. J. Van Den Berg. He found some really strange behaviour with the filter which is fixed by now.

You might notice that this post was not published at the usual time but slightly later. This is because I was waiting to log the leap second. Below is the log. If you wonder how it was generated: this is the newest Swiss Army Debug Helper. It is running on top of my not yet released version 3.0 of the DCF77 library. I am still testing this library. The cool new features will be:

  • Support for ARM (Arduino Due)
  • Support for 1 ms resolution (instead of 10 ms)

So far the library seems to perform perfectly well. Sounds trivial? It is not. I also did some major refactoring. Although the algorithm and architecture is almost the same the implementation changed significantly. In particular the “binning” algorithms were replaced by “streaming” algorithms. Stay tuned for the next months 😉
Below are the logs for the leap second. You can see some quite interesting stuff in this log. First of all see how the leap second flag is set at 01:01 CEST.
You may wonder why the clock does not output this earlier. Well, in minute 00:59 CEST the flag is not transmitted. Hence in minute 01:00 CEST it is not yet set. Since the flag is output by the decoder only once per minute it becomes set at 01:01:00 CEST instead of the time of its transmission (01:00:19 CEST).

Also notice that at 01:01:05 the “prediction match” drops from 50 to 49 although the signal is clean. This is because the local clock will always predict “no leap second”. Under clean reception conditions I could use the received leap second bit to fix this. But under clean conditions this bit error has no impact whatsoever. Under dirty reception conditions this bit would be helpful but I can not really trust the received data. So I use the maximum likely prediction. This is “no leap second”. Hence the reported loss in fidelity.

Finally at 01:59:60 CEST the leap second is inserted. Some media state the leap second is inserted 01:59:59 CEST which is not true. It is inserted after 01:59:59 CEST and before 02:00:00 CEST. This is 01:59:60 CEST. Or to be precise: in Germany the leap second will be inserted before 00:00:00 UTC(PTB).

Once the leap second is over the L flag is cleared. Excellent. The decoder works under real world conditions exactly as it should.

And finally at 02:01:05 CEST the prediction match is back to 50 🙂


    11563, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:00 CEST ..
  15.07.01(3,3)00:59:59 MEZ 0,0 27 p(6091-2:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11564, XXXXXXX7--+---------+---------+---------+---------+---------+---------+---------+---------+---------

Decoded time: 15-07-01 3 00:59:01 CEST ..
  15.07.01(3,3)01:00:00 MEZ 0,0 27 p(6061-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11565, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:02 CEST ..
  15.07.01(3,3)01:00:01 MEZ 0,0 27 p(6082-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11566, +---------+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:03 CEST ..
  15.07.01(3,3)01:00:02 MEZ 0,0 27 p(6083-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11567, +---------+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXX8--

Decoded time: 15-07-01 3 00:59:04 CEST ..
  15.07.01(3,3)01:00:03 MEZ 0,0 27 p(6084-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11568, +---------+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXX7--

Decoded time: 15-07-01 3 00:59:05 CEST ..
  15.07.01(3,3)01:00:04 MEZ 0,0 27 p(6085-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11569, +---------+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXX8--

Decoded time: 15-07-01 3 00:59:06 CEST ..
  15.07.01(3,3)01:00:05 MEZ 0,0 27 p(6086-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11570, +---------+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:07 CEST ..
  15.07.01(3,3)01:00:06 MEZ 0,0 27 p(6096-2:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11571, XXXXXXX7--+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX8--

Decoded time: 15-07-01 3 00:59:08 CEST ..
  15.07.01(3,3)01:00:07 MEZ 0,0 27 p(6088-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11572, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:09 CEST ..
  15.07.01(3,3)01:00:08 MEZ 0,0 27 p(6089-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11573, +---------+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:10 CEST ..
  15.07.01(3,3)01:00:09 MEZ 0,0 27 p(6099-2:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11574, XXXXXXX7--+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:11 CEST ..
  15.07.01(3,3)01:00:10 MEZ 0,0 27 p(6109-4:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11575, XXXXXXX7--+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:12 CEST ..
  15.07.01(3,3)01:00:11 MEZ 0,0 27 p(6119-6:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11576, XXXXXXX6--+---------+---------+---------+---------+---------+---------+---------+------9XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:13 CEST ..
  15.07.01(3,3)01:00:12 MEZ 0,0 27 p(6111-4:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11577, +---------+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:14 CEST ..
  15.07.01(3,3)01:00:13 MEZ 0,0 27 p(6103-2:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11578, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:15 CEST ..
  15.07.01(3,3)01:00:14 MEZ 0,0 27 p(6095-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11579, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:16 CEST ..
  15.07.01(3,3)01:00:15 MEZ 0,0 27 p(6105-2:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,59,59,50
Clock state: synced
Tick: 16

    11580, XXXXXXX7--+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:17 CEST ..
  15.07.01(3,3)01:00:16 MEZ 0,0 27 p(6097-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 118,60,59,50
Clock state: synced
Tick: 16

    11581, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:18 CEST ..
  15.07.01(3,3)01:00:17 MEZ 0,0 27 p(6098-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 119,60,59,50
Clock state: synced
Tick: 16

    11582, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:19 CEST ..
  15.07.01(3,3)01:00:18 MEZ 0,0 27 p(6108-2:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,59,50
Clock state: synced
Tick: 16

    11583, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX8--

Decoded time: 15-07-01 3 00:59:20 CEST ..
  15.07.01(3,3)01:00:19 MEZ 0,0 27 p(6100-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11584, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:21 CEST ..
  15.07.01(3,3)01:00:20 MEZ 0,0 27 p(6101-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11585, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:22 CEST ..
  15.07.01(3,3)01:00:21 MEZ 0,0 27 p(6111-2:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11586, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX7--

Decoded time: 15-07-01 3 00:59:23 CEST ..
  15.07.01(3,3)01:00:22 MEZ 0,0 27 p(6103-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11587, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:24 CEST ..
  15.07.01(3,3)01:00:23 MEZ 0,0 27 p(6104-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11588, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX8--

Decoded time: 15-07-01 3 00:59:25 CEST ..
  15.07.01(3,3)01:00:24 MEZ 0,0 27 p(6105-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11589, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX8--

Decoded time: 15-07-01 3 00:59:26 CEST ..
  15.07.01(3,3)01:00:25 MEZ 0,0 27 p(6106-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11590, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:27 CEST ..
  15.07.01(3,3)01:00:26 MEZ 0,0 27 p(6107-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11591, +---------+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:28 CEST ..
  15.07.01(3,3)01:00:27 MEZ 0,0 27 p(6108-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11592, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:29 CEST ..
  15.07.01(3,3)01:00:28 MEZ 0,0 27 p(6109-0:255) s(198-0:27) m(246-6:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11593, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:30 CEST ..
  15.07.01(3,3)01:00:29 MEZ 0,0 27 p(6110-0:255) s(198-0:27) m(244-4:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11594, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:31 CEST ..
  15.07.01(3,3)01:00:30 MEZ 0,0 27 p(6120-2:255) s(198-0:27) m(244-4:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11595, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXX8--

Decoded time: 15-07-01 3 00:59:32 CEST ..
  15.07.01(3,3)01:00:31 MEZ 0,0 27 p(6112-0:255) s(198-0:27) m(244-4:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11596, +---------+---------+---------+---------+---------+---------+---------+---------+------8XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:33 CEST ..
  15.07.01(3,3)01:00:32 MEZ 0,0 27 p(6113-0:255) s(198-0:27) m(244-4:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11597, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:34 CEST ..
  15.07.01(3,3)01:00:33 MEZ 0,0 27 p(6114-0:255) s(198-0:27) m(244-4:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11598, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:35 CEST ..
  15.07.01(3,3)01:00:34 MEZ 0,0 27 p(6115-0:255) s(198-0:27) m(244-4:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11599, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:36 CEST ..
  15.07.01(3,3)01:00:35 MEZ 0,0 27 p(6116-0:255) s(198-0:27) m(244-4:33) h(241-1:33) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11600, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:37 CEST ..
  15.07.01(3,3)01:00:36 MEZ 0,0 27 p(6126-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11601, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:38 CEST ..
  15.07.01(3,3)01:00:37 MEZ 0,0 27 p(6136-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11602, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXX8--

Decoded time: 15-07-01 3 00:59:39 CEST ..
  15.07.01(3,3)01:00:38 MEZ 0,0 27 p(6128-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11603, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:40 CEST ..
  15.07.01(3,3)01:00:39 MEZ 0,0 27 p(6120-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11604, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:41 CEST ..
  15.07.01(3,3)01:00:40 MEZ 0,0 27 p(6121-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11605, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:42 CEST ..
  15.07.01(3,3)01:00:41 MEZ 0,0 27 p(6122-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-58:26) D(246-3:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11606, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:43 CEST ..
  15.07.01(3,3)01:00:42 MEZ 0,0 27 p(6121-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-58:26) D(245-2:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11607, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:44 CEST ..
  15.07.01(3,3)01:00:43 MEZ 0,0 27 p(6133-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-58:26) D(245-2:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11608, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:45 CEST ..
  15.07.01(3,3)01:00:44 MEZ 0,0 27 p(6143-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-58:26) D(245-2:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11609, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:46 CEST ..
  15.07.01(3,3)01:00:45 MEZ 0,0 27 p(6135-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11610, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:47 CEST ..
  15.07.01(3,3)01:00:46 MEZ 0,0 27 p(6145-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11611, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:48 CEST ..
  15.07.01(3,3)01:00:47 MEZ 0,0 27 p(6153-6:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11612, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:49 CEST ..
  15.07.01(3,3)01:00:48 MEZ 0,0 27 p(6165-8:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11613, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:50 CEST ..
  15.07.01(3,3)01:00:49 MEZ 0,0 27 p(6157-6:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(246-55:26) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11614, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:51 CEST ..
  15.07.01(3,3)01:00:50 MEZ 0,0 27 p(6149-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11615, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:52 CEST ..
  15.07.01(3,3)01:00:51 MEZ 0,0 27 p(6159-6:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11616, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXX9--

Decoded time: 15-07-01 3 00:59:53 CEST ..
  15.07.01(3,3)01:00:52 MEZ 0,0 27 p(6151-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11617, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:54 CEST ..
  15.07.01(3,3)01:00:53 MEZ 0,0 27 p(6161-6:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(247-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11618, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:55 CEST ..
  15.07.01(3,3)01:00:54 MEZ 0,0 27 p(6151-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11619, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 00:59:56 CEST ..
  15.07.01(3,3)01:00:55 MEZ 0,0 27 p(6163-6:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11620, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX--

Decoded time: 15-07-01 3 00:59:57 CEST ..
  15.07.01(3,3)01:00:56 MEZ 0,0 27 p(6153-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11621, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX2-

Decoded time: 15-07-01 3 00:59:58 CEST ..
  15.07.01(3,3)01:00:57 MEZ 0,0 27 p(6147-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-58:26) 120,60,60,50
Clock state: synced
Tick: 16

    11622, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX1-

Decoded time: 15-07-01 3 00:59:59 CEST ..
  15.07.01(3,3)01:00:58 MEZ 0,0 27 p(6139-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 120,60,60,50
Clock state: synced
Tick: 16

    11623, +---------+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:00 CEST ..
  15.07.01(3,3)01:00:59 MEZ 0,0 27 p(6149-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11624, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+---------+---------

Decoded time: 15-07-01 3 01:00:01 CEST ..
  15.07.01(3,3)01:01:00 MEZ 0,0 27 p(6119-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11625, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX--

Decoded time: 15-07-01 3 01:00:02 CEST ..
  15.07.01(3,3)01:01:01 MEZ 0,0 27 p(6140-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11626, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX--

Decoded time: 15-07-01 3 01:00:03 CEST ..
  15.07.01(3,3)01:01:02 MEZ 0,0 27 p(6141-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11627, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:04 CEST ..
  15.07.01(3,3)01:01:03 MEZ 0,0 27 p(6149-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11628, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:05 CEST ..
  15.07.01(3,3)01:01:04 MEZ 0,0 27 p(6161-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11629, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXX9--

Decoded time: 15-07-01 3 01:00:06 CEST ..
  15.07.01(3,3)01:01:05 MEZ 0,0 27 p(6153-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11630, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX--

Decoded time: 15-07-01 3 01:00:07 CEST ..
  15.07.01(3,3)01:01:06 MEZ 0,0 27 p(6145-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11631, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:08 CEST ..
  15.07.01(3,3)01:01:07 MEZ 0,0 27 p(6155-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11632, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------7XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:09 CEST ..
  15.07.01(3,3)01:01:08 MEZ 0,0 27 p(6147-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11633, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX--

Decoded time: 15-07-01 3 01:00:10 CEST ..
  15.07.01(3,3)01:01:09 MEZ 0,0 27 p(6146-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11634, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXX9--

Decoded time: 15-07-01 3 01:00:11 CEST ..
  15.07.01(3,3)01:01:10 MEZ 0,0 27 p(6145-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11635, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:12 CEST ..
  15.07.01(3,3)01:01:11 MEZ 0,0 27 p(6157-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11636, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:13 CEST ..
  15.07.01(3,3)01:01:12 MEZ 0,0 27 p(6151-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11637, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:14 CEST ..
  15.07.01(3,3)01:01:13 MEZ 0,0 27 p(6152-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11638, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:15 CEST ..
  15.07.01(3,3)01:01:14 MEZ 0,0 27 p(6162-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11639, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:16 CEST ..
  15.07.01(3,3)01:01:15 MEZ 0,0 27 p(6170-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,0,0,50
Clock state: synced
Tick: 16

    11640, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX--

Decoded time: 15-07-01 3 01:00:17 CEST ..
  15.07.01(3,3)01:01:16 MEZ 0,0 27 p(6164-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 0,1,0,50
Clock state: synced
Tick: 16

    11641, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:18 CEST ..
  15.07.01(3,3)01:01:17 MEZ 0,0 27 p(6154-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 1,1,0,50
Clock state: synced
Tick: 16

    11642, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:19 CEST ..
  15.07.01(3,3)01:01:18 MEZ 0,0 27 p(6162-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,0,50
Clock state: synced
Tick: 16

    11643, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX--

Decoded time: 15-07-01 3 01:00:20 CEST ..
  15.07.01(3,3)01:01:19 MEZ 0,0 27 p(6152-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11644, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:21 CEST ..
  15.07.01(3,3)01:01:20 MEZ 0,0 27 p(6160-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11645, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:22 CEST ..
  15.07.01(3,3)01:01:21 MEZ 0,0 27 p(6168-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11646, XXXXXXX8--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:23 CEST ..
  15.07.01(3,3)01:01:22 MEZ 0,0 27 p(6176-6:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11647, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:24 CEST ..
  15.07.01(3,3)01:01:23 MEZ 0,0 27 p(6166-4:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11648, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:25 CEST ..
  15.07.01(3,3)01:01:24 MEZ 0,0 27 p(6160-2:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11649, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:26 CEST ..
  15.07.01(3,3)01:01:25 MEZ 0,0 27 p(6154-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11650, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX--

Decoded time: 15-07-01 3 01:00:27 CEST ..
  15.07.01(3,3)01:01:26 MEZ 0,0 27 p(6153-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11651, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:00:28 CEST ..
  15.07.01(3,3)01:01:27 MEZ 0,0 27 p(6152-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11652, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX--

Decoded time: 15-07-01 3 01:00:29 CEST ..
  15.07.01(3,3)01:01:28 MEZ 0,0 27 p(6151-0:255) s(198-0:27) m(244-4:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11653, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:30 CEST ..
  15.07.01(3,3)01:01:29 MEZ 0,0 27 p(6163-2:255) s(198-0:27) m(241-2:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11654, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:31 CEST ..
  15.07.01(3,3)01:01:30 MEZ 0,0 27 p(6171-4:255) s(198-0:27) m(241-2:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11655, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:32 CEST ..
  15.07.01(3,3)01:01:31 MEZ 0,0 27 p(6161-2:255) s(198-0:27) m(241-2:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11656, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:33 CEST ..
  15.07.01(3,3)01:01:32 MEZ 0,0 27 p(6151-0:255) s(198-0:27) m(241-2:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11657, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:00:34 CEST ..
  15.07.01(3,3)01:01:33 MEZ 0,0 27 p(6150-0:255) s(198-0:27) m(241-2:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11658, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:35 CEST ..
  15.07.01(3,3)01:01:34 MEZ 0,0 27 p(6149-0:255) s(198-0:27) m(241-2:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11659, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:36 CEST ..
  15.07.01(3,3)01:01:35 MEZ 0,0 27 p(6148-0:255) s(198-0:27) m(241-2:33) h(245-3:34) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11660, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:37 CEST ..
  15.07.01(3,3)01:01:36 MEZ 0,0 27 p(6160-2:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11661, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:38 CEST ..
  15.07.01(3,3)01:01:37 MEZ 0,0 27 p(6168-4:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11662, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:39 CEST ..
  15.07.01(3,3)01:01:38 MEZ 0,0 27 p(6158-2:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11663, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:40 CEST ..
  15.07.01(3,3)01:01:39 MEZ 0,0 27 p(6148-0:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11664, +---------+---------+---------+---------+---------+---------+---------+---------+------6XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:41 CEST ..
  15.07.01(3,3)01:01:40 MEZ 0,0 27 p(6151-0:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11665, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:42 CEST ..
  15.07.01(3,3)01:01:41 MEZ 0,0 27 p(6150-0:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-57:27) D(245-2:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11666, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:43 CEST ..
  15.07.01(3,3)01:01:42 MEZ 0,0 27 p(6149-0:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-57:27) D(242-0:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11667, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:44 CEST ..
  15.07.01(3,3)01:01:43 MEZ 0,0 27 p(6157-2:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-57:27) D(242-0:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11668, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:45 CEST ..
  15.07.01(3,3)01:01:44 MEZ 0,0 27 p(6165-4:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-57:27) D(242-0:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11669, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:46 CEST ..
  15.07.01(3,3)01:01:45 MEZ 0,0 27 p(6155-2:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11670, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:47 CEST ..
  15.07.01(3,3)01:01:46 MEZ 0,0 27 p(6163-4:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11671, XXXXXXX9--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:48 CEST ..
  15.07.01(3,3)01:01:47 MEZ 0,0 27 p(6171-6:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11672, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:49 CEST ..
  15.07.01(3,3)01:01:48 MEZ 0,0 27 p(6179-8:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11673, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:50 CEST ..
  15.07.01(3,3)01:01:49 MEZ 0,0 27 p(6169-6:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(245-53:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11674, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:00:51 CEST ..
  15.07.01(3,3)01:01:50 MEZ 0,0 27 p(6159-4:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11675, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:52 CEST ..
  15.07.01(3,3)01:01:51 MEZ 0,0 27 p(6167-6:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11676, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:00:53 CEST ..
  15.07.01(3,3)01:01:52 MEZ 0,0 27 p(6157-4:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11677, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:54 CEST ..
  15.07.01(3,3)01:01:53 MEZ 0,0 27 p(6165-6:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(246-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11678, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:55 CEST ..
  15.07.01(3,3)01:01:54 MEZ 0,0 27 p(6155-4:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11679, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:00:56 CEST ..
  15.07.01(3,3)01:01:55 MEZ 0,0 27 p(6163-6:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11680, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX--

Decoded time: 15-07-01 3 01:00:57 CEST ..
  15.07.01(3,3)01:01:56 MEZ 0,0 27 p(6153-4:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11681, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:58 CEST ..
  15.07.01(3,3)01:01:57 MEZ 0,0 27 p(6143-2:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11682, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:00:59 CEST ..
  15.07.01(3,3)01:01:58 MEZ 0,0 27 p(6133-0:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11683, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:00 CEST .L
  15.07.01(3,3)01:01:59 MEZ 0,0 27 p(6141-2:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11684, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+---------+---------

Decoded time: 15-07-01 3 01:01:01 CEST .L
  15.07.01(3,3)01:02:00 MEZ 0,0 27 p(6111-0:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11685, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:01:02 CEST .L
  15.07.01(3,3)01:02:01 MEZ 0,0 27 p(6128-0:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11686, +---------+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXX1-

Decoded time: 15-07-01 3 01:01:03 CEST .L
  15.07.01(3,3)01:02:02 MEZ 0,0 27 p(6127-0:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11687, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:04 CEST .L
  15.07.01(3,3)01:02:03 MEZ 0,0 27 p(6135-2:255) s(198-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,50
Clock state: synced
Tick: 16

    11688, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:05 CEST .L
  15.07.01(3,3)01:02:04 MEZ 0,0 27 p(6143-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11689, XXXXXXXX--+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:06 CEST .L
  15.07.01(3,3)01:02:05 MEZ 0,0 27 p(6151-6:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11690, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------5XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:07 CEST .L
  15.07.01(3,3)01:02:06 MEZ 0,0 27 p(6159-8:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11691, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:01:08 CEST .L
  15.07.01(3,3)01:02:07 MEZ 0,0 27 p(6149-6:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11692, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:01:09 CEST .L
  15.07.01(3,3)01:02:08 MEZ 0,0 27 p(6139-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11693, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:10 CEST .L
  15.07.01(3,3)01:02:09 MEZ 0,0 27 p(6147-6:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11694, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:01:11 CEST .L
  15.07.01(3,3)01:02:10 MEZ 0,0 27 p(6137-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11695, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:12 CEST .L
  15.07.01(3,3)01:02:11 MEZ 0,0 27 p(6127-2:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11696, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:13 CEST .L
  15.07.01(3,3)01:02:12 MEZ 0,0 27 p(6135-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11697, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:14 CEST .L
  15.07.01(3,3)01:02:13 MEZ 0,0 27 p(6143-6:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11698, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:15 CEST .L
  15.07.01(3,3)01:02:14 MEZ 0,0 27 p(6133-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11699, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:16 CEST .L
  15.07.01(3,3)01:02:15 MEZ 0,0 27 p(6141-6:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,1,1,49
Clock state: synced
Tick: 16

    11700, XXXXXXXX3-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:17 CEST .L
  15.07.01(3,3)01:02:16 MEZ 0,0 27 p(6131-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 2,2,1,49
Clock state: synced
Tick: 16

    11701, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:18 CEST .L
  15.07.01(3,3)01:02:17 MEZ 0,0 27 p(6121-2:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 3,2,1,49
Clock state: synced
Tick: 16

    11702, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:19 CEST .L
  15.07.01(3,3)01:02:18 MEZ 0,0 27 p(6129-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,1,49
Clock state: synced
Tick: 16

    11703, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:20 CEST .L
  15.07.01(3,3)01:02:19 MEZ 0,0 27 p(6119-2:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11704, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:21 CEST .L
  15.07.01(3,3)01:02:20 MEZ 0,0 27 p(6127-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11705, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:22 CEST .L
  15.07.01(3,3)01:02:21 MEZ 0,0 27 p(6135-6:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11706, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:23 CEST .L
  15.07.01(3,3)01:02:22 MEZ 0,0 27 p(6125-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11707, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:24 CEST .L
  15.07.01(3,3)01:02:23 MEZ 0,0 27 p(6133-6:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11708, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:01:25 CEST .L
  15.07.01(3,3)01:02:24 MEZ 0,0 27 p(6123-4:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11709, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:26 CEST .L
  15.07.01(3,3)01:02:25 MEZ 0,0 27 p(6113-2:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11710, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:27 CEST .L
  15.07.01(3,3)01:02:26 MEZ 0,0 27 p(6103-0:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11711, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX4-

Decoded time: 15-07-01 3 01:01:28 CEST .L
  15.07.01(3,3)01:02:27 MEZ 0,0 27 p(6102-0:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11712, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:29 CEST .L
  15.07.01(3,3)01:02:28 MEZ 0,0 27 p(6101-0:255) s(197-0:27) m(241-2:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11713, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:30 CEST .L
  15.07.01(3,3)01:02:29 MEZ 0,0 27 p(6109-2:255) s(197-0:27) m(246-5:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11714, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:31 CEST .L
  15.07.01(3,3)01:02:30 MEZ 0,0 27 p(6117-4:255) s(197-0:27) m(246-5:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11715, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX2-

Decoded time: 15-07-01 3 01:01:32 CEST .L
  15.07.01(3,3)01:02:31 MEZ 0,0 27 p(6107-2:255) s(197-0:27) m(246-5:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11716, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:33 CEST .L
  15.07.01(3,3)01:02:32 MEZ 0,0 27 p(6097-0:255) s(197-0:27) m(246-5:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11717, +---------+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:34 CEST .L
  15.07.01(3,3)01:02:33 MEZ 0,0 27 p(6096-0:255) s(197-0:27) m(246-5:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11718, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:35 CEST .L
  15.07.01(3,3)01:02:34 MEZ 0,0 27 p(6095-0:255) s(197-0:27) m(246-5:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11719, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX4-

Decoded time: 15-07-01 3 01:01:36 CEST .L
  15.07.01(3,3)01:02:35 MEZ 0,0 27 p(6094-0:255) s(197-0:27) m(246-5:33) h(244-3:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11720, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:37 CEST .L
  15.07.01(3,3)01:02:36 MEZ 0,0 27 p(6102-2:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11721, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:38 CEST .L
  15.07.01(3,3)01:02:37 MEZ 0,0 27 p(6110-4:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11722, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:39 CEST .L
  15.07.01(3,3)01:02:38 MEZ 0,0 27 p(6100-2:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11723, +---------+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:40 CEST .L
  15.07.01(3,3)01:02:39 MEZ 0,0 27 p(6090-0:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11724, +---------+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:41 CEST .L
  15.07.01(3,3)01:02:40 MEZ 0,0 27 p(6089-0:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11725, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX4-

Decoded time: 15-07-01 3 01:01:42 CEST .L
  15.07.01(3,3)01:02:41 MEZ 0,0 27 p(6088-0:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-56:27) D(242-0:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11726, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX4-

Decoded time: 15-07-01 3 01:01:43 CEST .L
  15.07.01(3,3)01:02:42 MEZ 0,0 27 p(6087-0:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-56:27) D(246-3:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11727, +---------+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:44 CEST .L
  15.07.01(3,3)01:02:43 MEZ 0,0 27 p(6095-2:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-56:27) D(246-3:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11728, XXXXXXXX3-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:45 CEST .L
  15.07.01(3,3)01:02:44 MEZ 0,0 27 p(6103-4:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-56:27) D(246-3:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11729, XXXXXXXX1-+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:46 CEST .L
  15.07.01(3,3)01:02:45 MEZ 0,0 27 p(6093-2:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11730, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:47 CEST .L
  15.07.01(3,3)01:02:46 MEZ 0,0 27 p(6101-4:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11731, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:48 CEST .L
  15.07.01(3,3)01:02:47 MEZ 0,0 27 p(6109-6:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11732, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:49 CEST .L
  15.07.01(3,3)01:02:48 MEZ 0,0 27 p(6117-8:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11733, XXXXXXXX3-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:50 CEST .L
  15.07.01(3,3)01:02:49 MEZ 0,0 27 p(6107-6:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(249-56:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11734, +---------+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:51 CEST .L
  15.07.01(3,3)01:02:50 MEZ 0,0 27 p(6097-4:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11735, +---------+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:52 CEST .L
  15.07.01(3,3)01:02:51 MEZ 0,0 27 p(6105-6:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11736, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:53 CEST .L
  15.07.01(3,3)01:02:52 MEZ 0,0 27 p(6095-4:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11737, +---------+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:54 CEST .L
  15.07.01(3,3)01:02:53 MEZ 0,0 27 p(6103-6:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(248-56:27) 4,2,2,49
Clock state: synced
Tick: 16

    11738, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+------4XXXXXXXXXX3-

Decoded time: 15-07-01 3 01:01:55 CEST .L
  15.07.01(3,3)01:02:54 MEZ 0,0 27 p(6093-4:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(248-55:27) 4,2,2,49
Clock state: synced
Tick: 16

    11739, +---------+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:01:56 CEST .L
  15.07.01(3,3)01:02:55 MEZ 0,0 27 p(6101-6:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(248-55:27) 4,2,2,49
Clock state: synced
Tick: 16

    11740, XXXXXXXX3-+---------+---------+---------+---------+---------+---------+---------+------3XXXXXXXXXX4-

Decoded time: 15-07-01 3 01:01:57 CEST .L
  15.07.01(3,3)01:02:56 MEZ 0,0 27 p(6091-4:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(248-55:27) 4,2,2,49
Clock state: synced
Tick: 16

    11741, +---------+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXX4-

Decoded time: 15-07-01 3 01:01:58 CEST .L
  15.07.01(3,3)01:02:57 MEZ 0,0 27 p(6081-2:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(248-55:27) 4,2,2,49
Clock state: synced
Tick: 16

    11742, +---------+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXX4-

Decoded time: 15-07-01 3 01:01:59 CEST .L
  15.07.01(3,3)01:02:58 MEZ 0,0 27 p(6071-0:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(246-55:27) 4,2,2,49
Clock state: synced
Tick: 16

    11743, +---------+---------+---------+---------+---------+---------+---------+---------+------2XXXXXXXXXXXX

Decoded time: 15-07-01 3 01:02:00 CEST .L
  15.07.01(3,3)01:02:59 MEZ 0,0 27 p(6079-2:255) s(197-0:27) m(246-5:33) h(241-1:33) wd(249-55:27) D(246-3:34) M(248-54:27) Y(246-55:27) 4,2,2,49
Clock state: synced
Tick: 16

    11744, XXXXXXXX2-+---------+---------+---------+---------+---------+---------+---------+---------+---------



    15044, XXXXXXXXXXXXXXXXXX5-+---------+---------+---------+---------+---------+---------+---------+---------

Decoded time: 15-07-01 3 01:57:01 CEST .L
  15.07.01(3,3)01:58:00 MEZ 0,0 27 p(6039-0:255) s(192-0:27) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15045, +---------+---------+---------+---------+---------+---------+---------+---------+---------+-------9X

Decoded time: 15-07-01 3 01:57:02 CEST .L
  15.07.01(3,3)01:58:01 MEZ 0,0 27 p(6060-0:255) s(192-0:27) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15046, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------9X

Decoded time: 15-07-01 3 01:57:03 CEST .L
  15.07.01(3,3)01:58:02 MEZ 0,0 27 p(6061-0:255) s(192-0:27) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15047, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------9X

Decoded time: 15-07-01 3 01:57:04 CEST .L
  15.07.01(3,3)01:58:03 MEZ 0,0 27 p(6071-2:255) s(192-0:27) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15048, XXXXXXXXXXXXXXXXXX6-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:05 CEST .L
  15.07.01(3,3)01:58:04 MEZ 0,0 26 p(6063-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15049, XXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+---------+-------9X

Decoded time: 15-07-01 3 01:57:06 CEST .L
  15.07.01(3,3)01:58:05 MEZ 0,0 26 p(6073-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15050, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:07 CEST .L
  15.07.01(3,3)01:58:06 MEZ 0,0 26 p(6065-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15051, XXXXXXXX6-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:08 CEST .L
  15.07.01(3,3)01:58:07 MEZ 0,0 26 p(6066-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15052, XXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:09 CEST .L
  15.07.01(3,3)01:58:08 MEZ 0,0 26 p(6076-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15053, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:10 CEST .L
  15.07.01(3,3)01:58:09 MEZ 0,0 26 p(6068-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15054, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:11 CEST .L
  15.07.01(3,3)01:58:10 MEZ 0,0 26 p(6078-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15055, XXXXXXXXXXXXXXXXXX6-+---------+---------+---------+---------+---------+---------+---------+-------9X

Decoded time: 15-07-01 3 01:57:12 CEST .L
  15.07.01(3,3)01:58:11 MEZ 0,0 26 p(6088-4:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15056, XXXXXXXXXXXXXXXXXX6-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:13 CEST .L
  15.07.01(3,3)01:58:12 MEZ 0,0 26 p(6098-6:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15057, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:14 CEST .L
  15.07.01(3,3)01:58:13 MEZ 0,0 26 p(6108-8:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15058, XXXXXXXXXXXXXXXXXX6-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:15 CEST .L
  15.07.01(3,3)01:58:14 MEZ 0,0 26 p(6100-6:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15059, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------9X

Decoded time: 15-07-01 3 01:57:16 CEST .L
  15.07.01(3,3)01:58:15 MEZ 0,0 26 p(6092-4:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,57,57,49
Clock state: synced
Tick: 16

    15060, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------9X

Decoded time: 15-07-01 3 01:57:17 CEST .L
  15.07.01(3,3)01:58:16 MEZ 0,0 26 p(6084-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 114,58,57,49
Clock state: synced
Tick: 16

    15061, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------9X

Decoded time: 15-07-01 3 01:57:18 CEST .L
  15.07.01(3,3)01:58:17 MEZ 0,0 26 p(6076-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 115,58,57,49
Clock state: synced
Tick: 16

    15062, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:19 CEST .L
  15.07.01(3,3)01:58:18 MEZ 0,0 26 p(6086-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,57,49
Clock state: synced
Tick: 16

    15063, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:20 CEST .L
  15.07.01(3,3)01:58:19 MEZ 0,0 26 p(6078-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15064, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:21 CEST .L
  15.07.01(3,3)01:58:20 MEZ 0,0 26 p(6088-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15065, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:22 CEST .L
  15.07.01(3,3)01:58:21 MEZ 0,0 26 p(6098-4:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15066, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:23 CEST .L
  15.07.01(3,3)01:58:22 MEZ 0,0 26 p(6090-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15067, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:24 CEST .L
  15.07.01(3,3)01:58:23 MEZ 0,0 26 p(6082-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15068, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:25 CEST .L
  15.07.01(3,3)01:58:24 MEZ 0,0 26 p(6083-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15069, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:26 CEST .L
  15.07.01(3,3)01:58:25 MEZ 0,0 26 p(6093-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15070, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:27 CEST .L
  15.07.01(3,3)01:58:26 MEZ 0,0 26 p(6103-4:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15071, XXXXXXXXXXXXXXXXXX6-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:28 CEST .L
  15.07.01(3,3)01:58:27 MEZ 0,0 26 p(6095-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15072, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:57:29 CEST .L
  15.07.01(3,3)01:58:28 MEZ 0,0 26 p(6105-4:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15073, XXXXXXXXXXXXXXXXXX6-+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:30 CEST .L
  15.07.01(3,3)01:58:29 MEZ 0,0 26 p(6115-6:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15074, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:31 CEST .L
  15.07.01(3,3)01:58:30 MEZ 0,0 26 p(6125-8:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15075, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:32 CEST .L
  15.07.01(3,3)01:58:31 MEZ 0,0 26 p(6117-6:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15076, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:33 CEST .L
  15.07.01(3,3)01:58:32 MEZ 0,0 26 p(6109-4:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15077, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:34 CEST .L
  15.07.01(3,3)01:58:33 MEZ 0,0 26 p(6101-2:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15078, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:35 CEST .L
  15.07.01(3,3)01:58:34 MEZ 0,0 26 p(6093-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15079, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:36 CEST .L
  15.07.01(3,3)01:58:35 MEZ 0,0 26 p(6094-0:255) s(191-0:26) m(246-6:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15080, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:57:37 CEST .L
  15.07.01(3,3)01:58:36 MEZ 0,0 26 p(6104-2:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15081, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:38 CEST .L
  15.07.01(3,3)01:58:37 MEZ 0,0 26 p(6114-4:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15082, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:39 CEST .L
  15.07.01(3,3)01:58:38 MEZ 0,0 26 p(6106-2:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15083, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------8X

Decoded time: 15-07-01 3 01:57:40 CEST .L
  15.07.01(3,3)01:58:39 MEZ 0,0 26 p(6098-0:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15084, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:41 CEST .L
  15.07.01(3,3)01:58:40 MEZ 0,0 26 p(6099-0:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15085, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:42 CEST .L
  15.07.01(3,3)01:58:41 MEZ 0,0 26 p(6100-0:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15086, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:57:43 CEST .L
  15.07.01(3,3)01:58:42 MEZ 0,0 26 p(6101-0:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15087, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:44 CEST .L
  15.07.01(3,3)01:58:43 MEZ 0,0 26 p(6111-2:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15088, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:57:45 CEST .L
  15.07.01(3,3)01:58:44 MEZ 0,0 26 p(6121-4:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15089, XXXXXXXXXXXXXXXXXX6-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:57:46 CEST .L
  15.07.01(3,3)01:58:45 MEZ 0,0 26 p(6113-2:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15090, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:47 CEST .L
  15.07.01(3,3)01:58:46 MEZ 0,0 26 p(6123-4:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15091, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:57:48 CEST .L
  15.07.01(3,3)01:58:47 MEZ 0,0 26 p(6133-6:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15092, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:57:49 CEST .L
  15.07.01(3,3)01:58:48 MEZ 0,0 26 p(6143-8:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15093, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:50 CEST .L
  15.07.01(3,3)01:58:49 MEZ 0,0 26 p(6135-6:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(247-2:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15094, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:51 CEST .L
  15.07.01(3,3)01:58:50 MEZ 0,0 26 p(6127-4:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15095, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:52 CEST .L
  15.07.01(3,3)01:58:51 MEZ 0,0 26 p(6137-6:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15096, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:57:53 CEST .L
  15.07.01(3,3)01:58:52 MEZ 0,0 26 p(6129-4:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15097, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:54 CEST .L
  15.07.01(3,3)01:58:53 MEZ 0,0 26 p(6139-6:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15098, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:55 CEST .L
  15.07.01(3,3)01:58:54 MEZ 0,0 26 p(6131-4:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15099, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:56 CEST .L
  15.07.01(3,3)01:58:55 MEZ 0,0 26 p(6141-6:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15100, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:57 CEST .L
  15.07.01(3,3)01:58:56 MEZ 0,0 26 p(6133-4:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15101, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:57:58 CEST .L
  15.07.01(3,3)01:58:57 MEZ 0,0 26 p(6125-2:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(248-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15102, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:57:59 CEST .L
  15.07.01(3,3)01:58:58 MEZ 0,0 26 p(6117-0:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15103, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:00 CEST .L
  15.07.01(3,3)01:58:59 MEZ 0,0 26 p(6125-2:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15104, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------

Decoded time: 15-07-01 3 01:58:01 CEST .L
  15.07.01(3,3)01:59:00 MEZ 0,0 26 p(6095-0:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15105, +---------+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:02 CEST .L
  15.07.01(3,3)01:59:01 MEZ 0,0 26 p(6116-0:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15106, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:03 CEST .L
  15.07.01(3,3)01:59:02 MEZ 0,0 26 p(6115-0:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15107, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:58:04 CEST .L
  15.07.01(3,3)01:59:03 MEZ 0,0 26 p(6118-0:255) s(191-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15108, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:05 CEST .L
  15.07.01(3,3)01:59:04 MEZ 0,0 26 p(6121-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15109, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:58:06 CEST .L
  15.07.01(3,3)01:59:05 MEZ 0,0 26 p(6131-2:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15110, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:07 CEST .L
  15.07.01(3,3)01:59:06 MEZ 0,0 26 p(6123-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15111, XXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:08 CEST .L
  15.07.01(3,3)01:59:07 MEZ 0,0 26 p(6122-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15112, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:58:09 CEST .L
  15.07.01(3,3)01:59:08 MEZ 0,0 26 p(6134-2:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15113, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:10 CEST .L
  15.07.01(3,3)01:59:09 MEZ 0,0 26 p(6126-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15114, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:11 CEST .L
  15.07.01(3,3)01:59:10 MEZ 0,0 26 p(6136-2:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15115, XXXXXXXXXXXXXXXXXX7-+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:58:12 CEST .L
  15.07.01(3,3)01:59:11 MEZ 0,0 26 p(6146-4:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15116, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:13 CEST .L
  15.07.01(3,3)01:59:12 MEZ 0,0 26 p(6136-2:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15117, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:14 CEST .L
  15.07.01(3,3)01:59:13 MEZ 0,0 26 p(6130-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15118, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:58:15 CEST .L
  15.07.01(3,3)01:59:14 MEZ 0,0 26 p(6140-2:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15119, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:16 CEST .L
  15.07.01(3,3)01:59:15 MEZ 0,0 26 p(6132-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,58,58,49
Clock state: synced
Tick: 16

    15120, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------7X

Decoded time: 15-07-01 3 01:58:17 CEST .L
  15.07.01(3,3)01:59:16 MEZ 0,0 26 p(6133-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 116,59,58,49
Clock state: synced
Tick: 16

    15121, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:18 CEST .L
  15.07.01(3,3)01:59:17 MEZ 0,0 26 p(6132-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 117,59,58,49
Clock state: synced
Tick: 16

    15122, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:19 CEST .L
  15.07.01(3,3)01:59:18 MEZ 0,0 26 p(6144-2:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,58,49
Clock state: synced
Tick: 16

    15123, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:20 CEST .L
  15.07.01(3,3)01:59:19 MEZ 0,0 26 p(6136-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15124, XXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:21 CEST .L
  15.07.01(3,3)01:59:20 MEZ 0,0 26 p(6146-2:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15125, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:22 CEST .L
  15.07.01(3,3)01:59:21 MEZ 0,0 26 p(6156-4:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15126, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:23 CEST .L
  15.07.01(3,3)01:59:22 MEZ 0,0 26 p(6166-6:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15127, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:24 CEST .L
  15.07.01(3,3)01:59:23 MEZ 0,0 26 p(6156-4:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15128, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:25 CEST .L
  15.07.01(3,3)01:59:24 MEZ 0,0 26 p(6146-2:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15129, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:26 CEST .L
  15.07.01(3,3)01:59:25 MEZ 0,0 26 p(6158-4:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15130, XXXXXXXXXXXXXXXXXX8-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:27 CEST .L
  15.07.01(3,3)01:59:26 MEZ 0,0 26 p(6166-6:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15131, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:28 CEST .L
  15.07.01(3,3)01:59:27 MEZ 0,0 26 p(6156-4:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15132, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:29 CEST .L
  15.07.01(3,3)01:59:28 MEZ 0,0 26 p(6168-6:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15133, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:30 CEST .L
  15.07.01(3,3)01:59:29 MEZ 0,0 26 p(6162-4:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15134, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:31 CEST .L
  15.07.01(3,3)01:59:30 MEZ 0,0 26 p(6174-6:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15135, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:58:32 CEST .L
  15.07.01(3,3)01:59:31 MEZ 0,0 26 p(6164-4:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15136, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:33 CEST .L
  15.07.01(3,3)01:59:32 MEZ 0,0 26 p(6158-2:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15137, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:34 CEST .L
  15.07.01(3,3)01:59:33 MEZ 0,0 26 p(6148-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15138, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:35 CEST .L
  15.07.01(3,3)01:59:34 MEZ 0,0 26 p(6151-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15139, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:36 CEST .L
  15.07.01(3,3)01:59:35 MEZ 0,0 26 p(6150-0:255) s(190-0:26) m(246-6:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15140, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:37 CEST .L
  15.07.01(3,3)01:59:36 MEZ 0,0 26 p(6162-2:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15141, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:38 CEST .L
  15.07.01(3,3)01:59:37 MEZ 0,0 26 p(6170-4:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15142, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:39 CEST .L
  15.07.01(3,3)01:59:38 MEZ 0,0 26 p(6160-2:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15143, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:40 CEST .L
  15.07.01(3,3)01:59:39 MEZ 0,0 26 p(6150-0:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15144, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:41 CEST .L
  15.07.01(3,3)01:59:40 MEZ 0,0 26 p(6149-0:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15145, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:42 CEST .L
  15.07.01(3,3)01:59:41 MEZ 0,0 26 p(6152-0:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15146, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:43 CEST .L
  15.07.01(3,3)01:59:42 MEZ 0,0 26 p(6151-0:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15147, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:44 CEST .L
  15.07.01(3,3)01:59:43 MEZ 0,0 26 p(6163-2:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15148, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:45 CEST .L
  15.07.01(3,3)01:59:44 MEZ 0,0 26 p(6175-4:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15149, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:46 CEST .L
  15.07.01(3,3)01:59:45 MEZ 0,0 26 p(6165-2:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15150, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:47 CEST .L
  15.07.01(3,3)01:59:46 MEZ 0,0 26 p(6173-4:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15151, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:48 CEST .L
  15.07.01(3,3)01:59:47 MEZ 0,0 26 p(6185-6:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15152, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:49 CEST .L
  15.07.01(3,3)01:59:48 MEZ 0,0 26 p(6193-8:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15153, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:50 CEST .L
  15.07.01(3,3)01:59:49 MEZ 0,0 26 p(6183-6:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15154, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:51 CEST .L
  15.07.01(3,3)01:59:50 MEZ 0,0 26 p(6173-4:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15155, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:52 CEST .L
  15.07.01(3,3)01:59:51 MEZ 0,0 26 p(6181-6:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15156, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:53 CEST .L
  15.07.01(3,3)01:59:52 MEZ 0,0 26 p(6171-4:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15157, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:58:54 CEST .L
  15.07.01(3,3)01:59:53 MEZ 0,0 26 p(6179-6:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15158, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:55 CEST .L
  15.07.01(3,3)01:59:54 MEZ 0,0 26 p(6169-4:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-0:34) 118,59,59,49
Clock state: synced
Tick: 16

    15159, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:56 CEST .L
  15.07.01(3,3)01:59:55 MEZ 0,0 26 p(6181-6:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-0:34) 118,59,59,49
Clock state: synced
Tick: 16

    15160, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------6X

Decoded time: 15-07-01 3 01:58:57 CEST .L
  15.07.01(3,3)01:59:56 MEZ 0,0 26 p(6175-4:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-0:34) 118,59,59,49
Clock state: synced
Tick: 16

    15161, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:58:58 CEST .L
  15.07.01(3,3)01:59:57 MEZ 0,0 26 p(6165-2:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(246-0:34) 118,59,59,49
Clock state: synced
Tick: 16

    15162, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:58:59 CEST .L
  15.07.01(3,3)01:59:58 MEZ 0,0 26 p(6155-0:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15163, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:00 CEST .L
  15.07.01(3,3)01:59:59 MEZ 0,0 26 p(6163-2:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15164, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------

Decoded time: 15-07-01 3 01:59:01 CEST .L
  15.07.01(3,3)02:00:00 MEZ 0,0 26 p(6133-0:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15165, +---------+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:02 CEST .L
  15.07.01(3,3)02:00:01 MEZ 0,0 26 p(6150-0:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15166, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:03 CEST .L
  15.07.01(3,3)02:00:02 MEZ 0,0 26 p(6158-2:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15167, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:04 CEST .L
  15.07.01(3,3)02:00:03 MEZ 0,0 26 p(6148-0:255) s(190-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15168, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:05 CEST .L
  15.07.01(3,3)02:00:04 MEZ 0,0 26 p(6147-0:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15169, XXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:06 CEST .L
  15.07.01(3,3)02:00:05 MEZ 0,0 26 p(6155-2:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15170, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:07 CEST .L
  15.07.01(3,3)02:00:06 MEZ 0,0 26 p(6163-4:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15171, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:08 CEST .L
  15.07.01(3,3)02:00:07 MEZ 0,0 26 p(6171-6:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15172, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:09 CEST .L
  15.07.01(3,3)02:00:08 MEZ 0,0 26 p(6161-4:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15173, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:10 CEST .L
  15.07.01(3,3)02:00:09 MEZ 0,0 26 p(6169-6:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15174, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:11 CEST .L
  15.07.01(3,3)02:00:10 MEZ 0,0 26 p(6159-4:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15175, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:12 CEST .L
  15.07.01(3,3)02:00:11 MEZ 0,0 26 p(6167-6:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15176, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:13 CEST .L
  15.07.01(3,3)02:00:12 MEZ 0,0 26 p(6175-8:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15177, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:14 CEST .L
  15.07.01(3,3)02:00:13 MEZ 0,0 26 p(6165-6:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15178, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:15 CEST .L
  15.07.01(3,3)02:00:14 MEZ 0,0 26 p(6155-4:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15179, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:16 CEST .L
  15.07.01(3,3)02:00:15 MEZ 0,0 26 p(6163-6:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,59,59,49
Clock state: synced
Tick: 16

    15180, XXXXXXXXXXXXXXXXXX9-+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:17 CEST .L
  15.07.01(3,3)02:00:16 MEZ 0,0 26 p(6153-4:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 118,60,59,49
Clock state: synced
Tick: 16

    15181, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:18 CEST .L
  15.07.01(3,3)02:00:17 MEZ 0,0 26 p(6143-2:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 119,60,59,49
Clock state: synced
Tick: 16

    15182, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:19 CEST .L
  15.07.01(3,3)02:00:18 MEZ 0,0 26 p(6151-4:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,59,49
Clock state: synced
Tick: 16

    15183, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:20 CEST .L
  15.07.01(3,3)02:00:19 MEZ 0,0 26 p(6141-2:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15184, XXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:21 CEST .L
  15.07.01(3,3)02:00:20 MEZ 0,0 26 p(6149-4:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15185, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:22 CEST .L
  15.07.01(3,3)02:00:21 MEZ 0,0 26 p(6157-6:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15186, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:23 CEST .L
  15.07.01(3,3)02:00:22 MEZ 0,0 26 p(6147-4:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15187, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:24 CEST .L
  15.07.01(3,3)02:00:23 MEZ 0,0 26 p(6137-2:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15188, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:25 CEST .L
  15.07.01(3,3)02:00:24 MEZ 0,0 26 p(6127-0:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15189, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:26 CEST .L
  15.07.01(3,3)02:00:25 MEZ 0,0 26 p(6126-0:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15190, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:27 CEST .L
  15.07.01(3,3)02:00:26 MEZ 0,0 26 p(6125-0:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15191, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:28 CEST .L
  15.07.01(3,3)02:00:27 MEZ 0,0 26 p(6124-0:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15192, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:29 CEST .L
  15.07.01(3,3)02:00:28 MEZ 0,0 26 p(6123-0:255) s(189-0:26) m(246-6:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15193, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:30 CEST .L
  15.07.01(3,3)02:00:29 MEZ 0,0 26 p(6122-0:255) s(189-0:26) m(244-4:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15194, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------5X

Decoded time: 15-07-01 3 01:59:31 CEST .L
  15.07.01(3,3)02:00:30 MEZ 0,0 26 p(6121-0:255) s(189-0:26) m(244-4:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15195, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:32 CEST .L
  15.07.01(3,3)02:00:31 MEZ 0,0 26 p(6129-2:255) s(189-0:26) m(244-4:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15196, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:33 CEST .L
  15.07.01(3,3)02:00:32 MEZ 0,0 26 p(6119-0:255) s(189-0:26) m(244-4:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15197, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:34 CEST .L
  15.07.01(3,3)02:00:33 MEZ 0,0 26 p(6118-0:255) s(189-0:26) m(244-4:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15198, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:35 CEST .L
  15.07.01(3,3)02:00:34 MEZ 0,0 26 p(6117-0:255) s(189-0:26) m(244-4:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15199, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:36 CEST .L
  15.07.01(3,3)02:00:35 MEZ 0,0 26 p(6116-0:255) s(189-0:26) m(244-4:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15200, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:37 CEST .L
  15.07.01(3,3)02:00:36 MEZ 0,0 26 p(6124-2:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15201, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:38 CEST .L
  15.07.01(3,3)02:00:37 MEZ 0,0 26 p(6132-4:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15202, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:39 CEST .L
  15.07.01(3,3)02:00:38 MEZ 0,0 26 p(6122-2:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15203, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:40 CEST .L
  15.07.01(3,3)02:00:39 MEZ 0,0 26 p(6112-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15204, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:41 CEST .L
  15.07.01(3,3)02:00:40 MEZ 0,0 26 p(6111-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15205, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:42 CEST .L
  15.07.01(3,3)02:00:41 MEZ 0,0 26 p(6110-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(246-3:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15206, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:43 CEST .L
  15.07.01(3,3)02:00:42 MEZ 0,0 26 p(6109-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15207, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:44 CEST .L
  15.07.01(3,3)02:00:43 MEZ 0,0 26 p(6117-2:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15208, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:45 CEST .L
  15.07.01(3,3)02:00:44 MEZ 0,0 26 p(6125-4:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15209, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:46 CEST .L
  15.07.01(3,3)02:00:45 MEZ 0,0 26 p(6115-2:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15210, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:47 CEST .L
  15.07.01(3,3)02:00:46 MEZ 0,0 26 p(6123-4:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15211, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:48 CEST .L
  15.07.01(3,3)02:00:47 MEZ 0,0 26 p(6131-6:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15212, XXXXXXXXXXXXXXXXXXX-+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:49 CEST .L
  15.07.01(3,3)02:00:48 MEZ 0,0 26 p(6139-8:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15213, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:50 CEST .L
  15.07.01(3,3)02:00:49 MEZ 0,0 26 p(6129-6:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(246-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15214, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:51 CEST .L
  15.07.01(3,3)02:00:50 MEZ 0,0 26 p(6119-4:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15215, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:52 CEST .L
  15.07.01(3,3)02:00:51 MEZ 0,0 26 p(6127-6:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15216, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:53 CEST .L
  15.07.01(3,3)02:00:52 MEZ 0,0 26 p(6117-4:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15217, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:54 CEST .L
  15.07.01(3,3)02:00:53 MEZ 0,0 26 p(6125-6:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(247-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15218, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:55 CEST .L
  15.07.01(3,3)02:00:54 MEZ 0,0 26 p(6115-4:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15219, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:56 CEST .L
  15.07.01(3,3)02:00:55 MEZ 0,0 26 p(6123-6:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15220, XXXXXXXXXXXXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 01:59:57 CEST .L
  15.07.01(3,3)02:00:56 MEZ 0,0 26 p(6113-4:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15221, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 01:59:58 CEST .L
  15.07.01(3,3)02:00:57 MEZ 0,0 26 p(6103-2:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-2:34) 120,60,60,49
Clock state: synced
Tick: 16

    15222, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:59 CEST .L
  15.07.01(3,3)02:00:58 MEZ 0,0 26 p(6093-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 120,60,60,49
Clock state: synced
Tick: 16

    15223, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 01:59:60 CEST .L
  15.07.01(3,3)02:00:58 MEZ 0,0 26 p(6101-2:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 120,60,60,49
Clock state: synced
Tick: 16

    15224, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:00 CEST ..
  15.07.01(3,3)02:00:59 MEZ 0,0 26 p(6091-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15225, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+---------

Decoded time: 15-07-01 3 02:00:01 CEST ..
  15.07.01(3,3)02:01:00 MEZ 0,0 26 p(6070-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15226, +---------+---------+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 02:00:02 CEST ..
  15.07.01(3,3)02:01:01 MEZ 0,0 26 p(6087-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15227, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:03 CEST ..
  15.07.01(3,3)02:01:02 MEZ 0,0 26 p(6086-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15228, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:04 CEST ..
  15.07.01(3,3)02:01:03 MEZ 0,0 26 p(6085-0:255) s(189-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15229, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:05 CEST ..
  15.07.01(3,3)02:01:04 MEZ 0,0 26 p(6084-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15230, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:06 CEST ..
  15.07.01(3,3)02:01:05 MEZ 0,0 26 p(6083-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15231, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:07 CEST ..
  15.07.01(3,3)02:01:06 MEZ 0,0 26 p(6082-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15232, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:08 CEST ..
  15.07.01(3,3)02:01:07 MEZ 0,0 26 p(6081-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15233, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:09 CEST ..
  15.07.01(3,3)02:01:08 MEZ 0,0 26 p(6080-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15234, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:10 CEST ..
  15.07.01(3,3)02:01:09 MEZ 0,0 26 p(6079-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15235, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:11 CEST ..
  15.07.01(3,3)02:01:10 MEZ 0,0 26 p(6087-2:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15236, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:12 CEST ..
  15.07.01(3,3)02:01:11 MEZ 0,0 26 p(6095-4:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15237, XXXXXXXXXXXXXXXXXXX1+---------+---------+---------+---------+---------+---------+---------+-------4X

Decoded time: 15-07-01 3 02:00:13 CEST ..
  15.07.01(3,3)02:01:12 MEZ 0,0 26 p(6085-2:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15238, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:14 CEST ..
  15.07.01(3,3)02:01:13 MEZ 0,0 26 p(6075-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15239, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:15 CEST ..
  15.07.01(3,3)02:01:14 MEZ 0,0 26 p(6083-2:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15240, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:16 CEST ..
  15.07.01(3,3)02:01:15 MEZ 0,0 26 p(6073-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,0,0,49
Clock state: synced
Tick: 15

    15241, XXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:17 CEST ..
  15.07.01(3,3)02:01:16 MEZ 0,0 26 p(6072-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 0,1,0,49
Clock state: synced
Tick: 15

    15242, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:18 CEST ..
  15.07.01(3,3)02:01:17 MEZ 0,0 26 p(6071-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 1,1,0,49
Clock state: synced
Tick: 15

    15243, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:19 CEST ..
  15.07.01(3,3)02:01:18 MEZ 0,0 26 p(6079-2:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,0,49
Clock state: synced
Tick: 15

    15244, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:20 CEST ..
  15.07.01(3,3)02:01:19 MEZ 0,0 26 p(6069-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15245, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:21 CEST ..
  15.07.01(3,3)02:01:20 MEZ 0,0 26 p(6068-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15246, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:22 CEST ..
  15.07.01(3,3)02:01:21 MEZ 0,0 26 p(6076-2:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15247, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:23 CEST ..
  15.07.01(3,3)02:01:22 MEZ 0,0 26 p(6084-4:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15248, XXXXXXXXXXXXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:24 CEST ..
  15.07.01(3,3)02:01:23 MEZ 0,0 26 p(6074-2:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15249, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:25 CEST ..
  15.07.01(3,3)02:01:24 MEZ 0,0 26 p(6064-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15250, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:26 CEST ..
  15.07.01(3,3)02:01:25 MEZ 0,0 26 p(6063-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15251, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:27 CEST ..
  15.07.01(3,3)02:01:26 MEZ 0,0 26 p(6062-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15252, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:00:28 CEST ..
  15.07.01(3,3)02:01:27 MEZ 0,0 26 p(6061-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15253, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:29 CEST ..
  15.07.01(3,3)02:01:28 MEZ 0,0 26 p(6060-0:255) s(188-0:26) m(244-4:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15254, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:30 CEST ..
  15.07.01(3,3)02:01:29 MEZ 0,0 26 p(6068-2:255) s(188-0:26) m(241-2:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15255, XXXXXXXXXXXXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:31 CEST ..
  15.07.01(3,3)02:01:30 MEZ 0,0 26 p(6058-0:255) s(188-0:26) m(241-2:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15256, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:32 CEST ..
  15.07.01(3,3)02:01:31 MEZ 0,0 26 p(6066-2:255) s(188-0:26) m(241-2:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15257, XXXXXXXXXXXXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:33 CEST ..
  15.07.01(3,3)02:01:32 MEZ 0,0 26 p(6056-0:255) s(188-0:26) m(241-2:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15258, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:34 CEST ..
  15.07.01(3,3)02:01:33 MEZ 0,0 26 p(6056-0:255) s(188-0:26) m(241-2:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15259, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+-------3X

Decoded time: 15-07-01 3 02:00:35 CEST ..
  15.07.01(3,3)02:01:34 MEZ 0,0 26 p(6054-0:255) s(188-0:26) m(241-2:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15260, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:36 CEST ..
  15.07.01(3,3)02:01:35 MEZ 0,0 26 p(6053-0:255) s(188-0:26) m(241-2:33) h(245-3:34) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15261, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:37 CEST ..
  15.07.01(3,3)02:01:36 MEZ 0,0 26 p(6061-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15262, XXXXXXXXXXXXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:38 CEST ..
  15.07.01(3,3)02:01:37 MEZ 0,0 26 p(6069-4:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15263, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:39 CEST ..
  15.07.01(3,3)02:01:38 MEZ 0,0 26 p(6059-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15264, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:40 CEST ..
  15.07.01(3,3)02:01:39 MEZ 0,0 26 p(6049-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15265, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:41 CEST ..
  15.07.01(3,3)02:01:40 MEZ 0,0 26 p(6048-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15266, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:42 CEST ..
  15.07.01(3,3)02:01:41 MEZ 0,0 26 p(6047-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(245-2:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15267, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:43 CEST ..
  15.07.01(3,3)02:01:42 MEZ 0,0 26 p(6046-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15268, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:44 CEST ..
  15.07.01(3,3)02:01:43 MEZ 0,0 26 p(6054-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15269, XXXXXXXXXXXXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:45 CEST ..
  15.07.01(3,3)02:01:44 MEZ 0,0 26 p(6062-4:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15270, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:46 CEST ..
  15.07.01(3,3)02:01:45 MEZ 0,0 26 p(6052-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15271, XXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:47 CEST ..
  15.07.01(3,3)02:01:46 MEZ 0,0 26 p(6060-4:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15272, XXXXXXXXXXXXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:48 CEST ..
  15.07.01(3,3)02:01:47 MEZ 0,0 26 p(6068-6:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15273, XXXXXXXXXXXXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:49 CEST ..
  15.07.01(3,3)02:01:48 MEZ 0,0 26 p(6076-8:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15274, XXXXXXXXXXXXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:50 CEST ..
  15.07.01(3,3)02:01:49 MEZ 0,0 26 p(6068-6:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(245-1:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15275, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:00:51 CEST ..
  15.07.01(3,3)02:01:50 MEZ 0,0 26 p(6058-4:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15276, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:00:52 CEST ..
  15.07.01(3,3)02:01:51 MEZ 0,0 26 p(6066-6:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15277, XXXXXXXXXXXXXXXXXXX2+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:53 CEST ..
  15.07.01(3,3)02:01:52 MEZ 0,0 26 p(6058-4:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15278, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:54 CEST ..
  15.07.01(3,3)02:01:53 MEZ 0,0 26 p(6066-6:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(246-1:34) 2,1,1,49
Clock state: synced
Tick: 15

    15279, XXXXXXXXXXXXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:55 CEST ..
  15.07.01(3,3)02:01:54 MEZ 0,0 26 p(6056-4:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15280, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:56 CEST ..
  15.07.01(3,3)02:01:55 MEZ 0,0 26 p(6064-6:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15281, XXXXXXXXXXXXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:00:57 CEST ..
  15.07.01(3,3)02:01:56 MEZ 0,0 26 p(6054-4:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15282, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:00:58 CEST ..
  15.07.01(3,3)02:01:57 MEZ 0,0 26 p(6046-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15283, XXXXXXXXX7+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:00:59 CEST ..
  15.07.01(3,3)02:01:58 MEZ 0,0 26 p(6038-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15284, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:00 CEST ..
  15.07.01(3,3)02:01:59 MEZ 0,0 26 p(6046-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15285, XXXXXXXXXXXXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------

Decoded time: 15-07-01 3 02:01:01 CEST ..
  15.07.01(3,3)02:02:00 MEZ 0,0 26 p(6016-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15286, +---------+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:01:02 CEST ..
  15.07.01(3,3)02:02:01 MEZ 0,0 26 p(6034-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15287, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:01:03 CEST ..
  15.07.01(3,3)02:02:02 MEZ 0,0 26 p(6034-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15288, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:01:04 CEST ..
  15.07.01(3,3)02:02:03 MEZ 0,0 26 p(6034-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,49
Clock state: synced
Tick: 15

    15289, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:05 CEST ..
  15.07.01(3,3)02:02:04 MEZ 0,0 26 p(6032-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15290, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:06 CEST ..
  15.07.01(3,3)02:02:05 MEZ 0,0 26 p(6030-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15291, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:07 CEST ..
  15.07.01(3,3)02:02:06 MEZ 0,0 26 p(6038-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15292, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:08 CEST ..
  15.07.01(3,3)02:02:07 MEZ 0,0 26 p(6030-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15293, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:09 CEST ..
  15.07.01(3,3)02:02:08 MEZ 0,0 26 p(6038-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15294, XXXXXXXXXXXXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:10 CEST ..
  15.07.01(3,3)02:02:09 MEZ 0,0 26 p(6029-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15295, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:11 CEST ..
  15.07.01(3,3)02:02:10 MEZ 0,0 26 p(6036-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15296, XXXXXXXXXXXXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:12 CEST ..
  15.07.01(3,3)02:02:11 MEZ 0,0 26 p(6025-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15297, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:13 CEST ..
  15.07.01(3,3)02:02:12 MEZ 0,0 26 p(6024-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15298, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:14 CEST ..
  15.07.01(3,3)02:02:13 MEZ 0,0 26 p(6031-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15299, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:15 CEST ..
  15.07.01(3,3)02:02:14 MEZ 0,0 26 p(6022-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15300, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:16 CEST ..
  15.07.01(3,3)02:02:15 MEZ 0,0 26 p(6029-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,1,1,50
Clock state: synced
Tick: 15

    15301, XXXXXXXXXXXXXXXXXXX3+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:17 CEST ..
  15.07.01(3,3)02:02:16 MEZ 0,0 26 p(6020-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 2,2,1,50
Clock state: synced
Tick: 15

    15302, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:18 CEST ..
  15.07.01(3,3)02:02:17 MEZ 0,0 26 p(6019-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 3,2,1,50
Clock state: synced
Tick: 15

    15303, XXXXXXXXX7+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:19 CEST ..
  15.07.01(3,3)02:02:18 MEZ 0,0 26 p(6029-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,1,50
Clock state: synced
Tick: 15

    15305, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:20 CEST ..
  15.07.01(3,3)02:02:19 MEZ 0,0 26 p(6019-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15306, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------2X

Decoded time: 15-07-01 3 02:01:21 CEST ..
  15.07.01(3,3)02:02:20 MEZ 0,0 26 p(6018-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15307, XXXXXXXXXXXXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:22 CEST ..
  15.07.01(3,3)02:02:21 MEZ 0,0 26 p(6028-2:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15308, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:23 CEST ..
  15.07.01(3,3)02:02:22 MEZ 0,0 26 p(6020-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15309, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:24 CEST ..
  15.07.01(3,3)02:02:23 MEZ 0,0 26 p(6030-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15310, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:25 CEST ..
  15.07.01(3,3)02:02:24 MEZ 0,0 26 p(6020-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15311, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:26 CEST ..
  15.07.01(3,3)02:02:25 MEZ 0,0 26 p(6021-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15312, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:27 CEST ..
  15.07.01(3,3)02:02:26 MEZ 0,0 26 p(6022-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15313, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:28 CEST ..
  15.07.01(3,3)02:02:27 MEZ 0,0 26 p(6021-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15314, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:29 CEST ..
  15.07.01(3,3)02:02:28 MEZ 0,0 26 p(6022-0:255) s(188-0:26) m(241-2:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15315, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:30 CEST ..
  15.07.01(3,3)02:02:29 MEZ 0,0 26 p(6032-0:255) s(188-0:26) m(246-5:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15316, XXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:31 CEST ..
  15.07.01(3,3)02:02:30 MEZ 0,0 26 p(6022-0:255) s(188-0:26) m(246-5:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15317, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:32 CEST ..
  15.07.01(3,3)02:02:31 MEZ 0,0 26 p(6032-0:255) s(188-0:26) m(246-5:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15318, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:33 CEST ..
  15.07.01(3,3)02:02:32 MEZ 0,0 26 p(6022-0:255) s(188-0:26) m(246-5:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15319, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:34 CEST ..
  15.07.01(3,3)02:02:33 MEZ 0,0 26 p(6021-0:255) s(188-0:26) m(246-5:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15320, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:35 CEST ..
  15.07.01(3,3)02:02:34 MEZ 0,0 26 p(6022-0:255) s(188-0:26) m(246-5:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15321, XXXXXXXXX8+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:36 CEST ..
  15.07.01(3,3)02:02:35 MEZ 0,0 26 p(6023-0:255) s(188-0:26) m(246-5:33) h(244-3:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15322, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:37 CEST ..
  15.07.01(3,3)02:02:36 MEZ 0,0 26 p(6033-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15323, XXXXXXXXXXXXXXXXXXX4+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:38 CEST ..
  15.07.01(3,3)02:02:37 MEZ 0,0 26 p(6043-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15324, XXXXXXXXX8+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:39 CEST ..
  15.07.01(3,3)02:02:38 MEZ 0,0 26 p(6035-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15325, XXXXXXXXX8+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:40 CEST ..
  15.07.01(3,3)02:02:39 MEZ 0,0 26 p(6027-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15326, XXXXXXXXX8+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:41 CEST ..
  15.07.01(3,3)02:02:40 MEZ 0,0 26 p(6028-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15327, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:42 CEST ..
  15.07.01(3,3)02:02:41 MEZ 0,0 26 p(6029-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(242-0:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15328, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:43 CEST ..
  15.07.01(3,3)02:02:42 MEZ 0,0 26 p(6028-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15329, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:44 CEST ..
  15.07.01(3,3)02:02:43 MEZ 0,0 26 p(6038-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15330, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:45 CEST ..
  15.07.01(3,3)02:02:44 MEZ 0,0 26 p(6048-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15331, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:46 CEST ..
  15.07.01(3,3)02:02:45 MEZ 0,0 26 p(6040-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15332, XXXXXXXXXXXXXXXXXXX7+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:47 CEST ..
  15.07.01(3,3)02:02:46 MEZ 0,0 26 p(6050-2:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15333, XXXXXXXXXXXXXXXXXXX7+---------+---------+---------+---------+---------+---------+---------+-------1X

Decoded time: 15-07-01 3 02:01:48 CEST ..
  15.07.01(3,3)02:02:47 MEZ 0,0 26 p(6060-4:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15334, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:49 CEST ..
  15.07.01(3,3)02:02:48 MEZ 0,0 26 p(6070-2:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15335, XXXXXXXXX7+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:50 CEST ..
  15.07.01(3,3)02:02:49 MEZ 0,0 26 p(6062-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(249-4:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15336, XXXXXXXXX7+---------+---------+---------+---------+---------+---------+---------+---------+--------8

Decoded time: 15-07-01 3 02:01:51 CEST ..
  15.07.01(3,3)02:02:50 MEZ 0,0 26 p(6054-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15337, XXXXXXXXXXXXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:52 CEST ..
  15.07.01(3,3)02:02:51 MEZ 0,0 26 p(6064-2:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15338, XXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+---------+--------8

Decoded time: 15-07-01 3 02:01:53 CEST ..
  15.07.01(3,3)02:02:52 MEZ 0,0 26 p(6054-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15339, XXXXXXXXXXXXXXXXXXX5+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:54 CEST ..
  15.07.01(3,3)02:02:53 MEZ 0,0 26 p(6064-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15340, XXXXXXXXX8+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:55 CEST ..
  15.07.01(3,3)02:02:54 MEZ 0,0 26 p(6056-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15341, XXXXXXXXXXXXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:56 CEST ..
  15.07.01(3,3)02:02:55 MEZ 0,0 26 p(6066-2:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15342, XXXXXXXXX7+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Decoded time: 15-07-01 3 02:01:57 CEST ..
  15.07.01(3,3)02:02:56 MEZ 0,0 26 p(6058-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15343, XXXXXXXXX7+---------+---------+---------+---------+---------+---------+---------+---------+--------8

Decoded time: 15-07-01 3 02:01:58 CEST ..
  15.07.01(3,3)02:02:57 MEZ 0,0 26 p(6050-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(248-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15344, XXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------+--------9

Decoded time: 15-07-01 3 02:01:59 CEST ..
  15.07.01(3,3)02:02:58 MEZ 0,0 26 p(6042-0:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(246-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15345, XXXXXXXXXXXXXXXXXXX6+---------+---------+---------+---------+---------+---------+---------+---------

Decoded time: 15-07-01 3 02:02:00 CEST ..
  15.07.01(3,3)02:02:59 MEZ 0,0 26 p(6052-2:255) s(188-0:26) m(246-5:33) h(241-1:33) wd(249-0:35) D(246-3:34) M(248-3:34) Y(246-2:34) 4,2,2,50
Clock state: synced
Tick: 15

    15346, +---------+---------+---------+---------+---------+---------+---------+---------+---------+--------X

Posted in Uncategorized | 4 Comments

Super Filter Reloaded

Seems that my Super Filter is more useful than I expected when I created it. Actually I only created it because it was so easy. Well, unfortunately it fell short of the expectations some people had about it. Special thanks to Uli Beyenbach for pointing my nose to it.

I decided that I will not only fix the issues but extend its functionality. Now it will live up even to those expectations that I did not intend to cater.

You will find the new Super Filter 2 here.

In case you wonder why my blog entries are somewhat short lately: the time is used up by the next release of the DCF77 library. Wait and see 🙂

Posted in Uncategorized | 66 Comments

Arduino Due 2

This is my second post for the Arduino Due. Porting my experiments to the Due poses interesting challenges. I already looked into the pin mapping issues with the Knight Rider 2 experiment. This time I tackle something more challenging: how to replace the msTimer2 Library. I will investigate this with the Lighthouses 2 experiment.

You may wonder why I investigate this stuff. After all the experiments work fine with a standard Arduino. Do they? Really? Well, all but the DCF77 stuff. Here I always feel that I need a little bit more power. Hence I am now paving the way. Once I learn enough about the Due Platform I will port my DCF77 library to the Due. Once this is done I will see how I can leverage the Due to get even more out of my library 😉

Posted in Uncategorized | Leave a comment

Blinkenlight vs Arduino Due

Last Christmas I bought myself an Arduino Due. Now I have to port all my stuff to it. Well, at least some of it. First of all I plugged a Blinkenlight Shield into it to verfiy that it is actually compatible. Of course it is. As you can the see the Blinkenlighty is noticable brighter (as it outputs 5 V instead of 3.3 V). Still the Blinkenlight Shield is easily visible at day light. Also notice the most important difference: lots of free pins. Not to mention the invisible things: lots of memory 🙂

DU2_Blinkenlighty_and_Due_compressed_1280

As it turns out the software part has quite some surprises. Read about my Knight Rider 2 experiment to learn about this.

Yesterday Bruno Hoegger commented on Persistence of Vision that he found a bug in combination with the newest Arduino Compilers. Thanks to Bruno for pointing it out. I have not yet fixed this everywhere in my blog. However I fixed my local codebase. The most convenient way to get all fixes at once is to download my repository from github.

Posted in Uncategorized | Leave a comment

In Praise of the GOTO Statement

My “electro mechanical” time switch raised quite some interest. One of my reader would even like to buy one. Sorry guys, if you want such a product someone has to help me to get it where it would actually make a profit. Until then I keep implementing this kind of stuff for fun.

I also got some feedback for my Super Filter. That is it contained some small but nasty bug which is fixed by now. Another thing that really pleases me a lot is the number of forks of my dcf77 library. If you search github for DCF77 you will find mine is the most forked dcf77 library so far.

Back to the time switch. The code of the time switch if full with goto statements. It actually contains more goto statements than probably my whole code of the last 10 years combined. This in turn gave me the opportunity to write a page on GOTO considered helpful. This is a rant that I had in mind for years. And finally I found some none artificial setup where it actually applies 🙂

For an alternate view visit explain xkcd.

Posted in Uncategorized | Leave a comment