jtcash / OwonB41T

A Windows Bluetooth(BLE) client for the Owon B41T+ multimeter. Any BLE adaptor is compatible, so no dongle needed!
The Unlicense
15 stars 4 forks source link

timestamping when online logging #2

Closed onihound closed 2 years ago

onihound commented 2 years ago

Hello I'm using your piece of software and very happy with it: I have some troubles with my power provider and have to proove the undervoltage on my own.

I was wondering if you could add the timestamp when online logging, so we can keep a track of the evolution with time.

I do have this kind of information when appending to file : -> 231.1;V AC;AUTO;f061 0004 0907

I was wondering what could be the last field (f061 0004 0907) and tried to use a hex to time tool, but it does not seem to match.

So I'm raising that idea to be able to have a human readable (or at lease unix time-like) date/time field, would be great !

Thanks

Vincent

art-ya commented 2 years ago

Hi Vincent! I had the same need - to output the measurement time. But I take the time from the PC, not from the multimeter. The result is a csv file like this: image The first three columns are the date, time and number of milliseconds. If that suits you, I can send you the code. Sincerely, Artem

onihound commented 2 years ago

Hi there

if you have the code, yep, interested ;) thanks so much !

Vincent

art-ya commented 2 years ago

https://github.com/art-ya/OwonB41T I uploaded the code here

onihound commented 2 years ago

cool, many thanks :) Closing this issue, thank you very much for your time ;)

onihound commented 2 years ago

extra code given to fullfill the original request