Log with negative resolution
Posted: March 26th, 2012, 2:50 pm
I have a log with a decent amount of data (2.6MB in total) that I would like to look at but for some reason nothing is displayed. When I open the log in Versatuner I can see the minimum/maximum values for the PID's I was logging but the resolution is negative.
If I open the log in a plain text editor I can see that after the record time=566.752 the next value is -3727.995. This is pretty odd, it's like the versatuner is using the system clock to get the timer and the hour change occurred during that log. Which is unlikely, the laptop has been on for quite a while and there was no internet connection for the system to update the time via NTP or something. Also, the difference is not 3600 seconds but some odd value (4294.990? for this PID):
It's more like the timer variable is kept on a data type not wide enough for time values greater than 566'ish seconds. Should I report this as a bug?
If I open the log in a plain text editor I can see that after the record time=566.752 the next value is -3727.995. This is pretty odd, it's like the versatuner is using the system clock to get the timer and the hour change occurred during that log. Which is unlikely, the laptop has been on for quite a while and there was no internet connection for the system to update the time via NTP or something. Also, the difference is not 3600 seconds but some odd value (4294.990? for this PID):
Code: Select all
<Record Time="566.292" Value="0.41176470588235292" />
<Record Time="566.512" Value="0.41176470588235292" />
<Record Time="566.752" Value="0.41176470588235292" />
<Record Time="-3727.995" Value="0.45490196078431372" />
<Record Time="-3727.7549999999997" Value="0.47843137254901963" />
<Record Time="-3727.515" Value="0.47843137254901963" />
<Record Time="-3727.2749999999996" Value="0.4823529411764706" />
<Record Time="-3727.035" Value="0.68235294117647061" />
<Record Time="-3726.7949999999996" Value="0.72549019607843135" />
<Record Time="-3726.555" Value="0.7803921568627451" />