-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#Time marker falls back after 5450.91sec log time #291
Comments
I will set up a test to see if I can duplicate this. Does this happen in a repeatable manner on your computer? |
I just collected a capture for 18096 seconds, and it looks good: Here is the
which I ran with:
I will try again with an overnight statistics recording. Are you able to duplicate this issue on your computer? If so, can you use Help → Report issue in the Joulescope UI to report this issue? The logs may have some hints. |
Hi I will try to rerun the capture and see if I can recreate it |
I ran multiple 50 Hz statistics captures last night, and I caught one issue: I also edited the script in the previous post to correctly process this failed case. The logs show an uneventful night from when I started CSV statistics logging to when I ended it:
The biggest lead here is the time alignment algorithm. It's possible that the new time alignment algorithm in UI 1.2.1 with FW 1.3.0 and FPGA 1.3.0 is to blame. However, I have an older, still unsolved report from September with strange timestamps in a JLS file. It could be that this is simply a relatively rare event. We will investigate. Given the difficulty in duplicating this issue, any fix will likely take some time. |
Joulescope model
JS220
UI version
1.2.1
What OS are you seeing the problem on?
Windows 10
What happened?
While logging with 50Hz i encountered that the timestamp in my logs falls back
after 5450.91sec
or after line 272527
here is the log starting from line 272523
5450.83,0.00843953,4.84234,0.0408671,498.404,2409.76
5450.85,0.00844139,4.84235,0.0408762,498.404,2409.76
5450.87,0.00844158,4.84234,0.040877,498.404,2409.76
5450.89,0.00844035,4.84239,0.0408715,498.404,2409.76
5450.91,0.00843744,4.84236,0.0408571,498.404,2409.77
3303.44,0.0084382,4.84234,0.0408606,498.404,2409.77
3303.46,0.00843958,4.84235,0.0408674,498.405,2409.77
3303.48,0.00843948,4.84233,0.0408667,498.405,2409.77
3303.50,0.00844342,4.84235,0.040886,498.405,2409.77
3303.52,0.00844488,4.84241,0.0408936,498.405,2409.77
What was expected?
log time should increase continously
How to reproduce?
50Hz logging rate after 5450sec of logging
Extra information
No response
The text was updated successfully, but these errors were encountered: