-
Notifications
You must be signed in to change notification settings - Fork 27
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
Crash on parsing the time if the load is running for more than 24 hours #17
Comments
🤔 aha, it must be an issue if the load was been running for more than 24 hours... @SY-Bisou can you try resetting the totals using the physical button on the load? |
It will be tricky to fix since the native python time is limited to 23:59:59 :facepalm: |
And the same crash occurs if the timer is set to more than 24h |
thanks, i try to reset the timer |
Hi, I have the same problem. My discharge test takes longer than 24h so it crashes. One solution would be to used datetime.datetime insted of datetime.time. This would not be the best solution since we are not storing a date but a duration. Or we could simply add a Electronic_load_px100/instruments/px100.py Line 181 in be917af
Would this work? |
Hi Misdoro, i run PX100 since 1/2 year. Till now, it´s open shortly and close the program with the appended message.
Any idea ?
The text was updated successfully, but these errors were encountered: