Solid-Energy-Systems / NewareNDA

Python module and command line tool for reading and converting Neware nda and ndax battery cycling data files.
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

NewareNDA: extract aux voltage as well #69

Closed Grimler91 closed 3 months ago

Grimler91 commented 3 months ago

From checking various files I have access to it seems like both voltage and temperature are always present in the 0x65 entries, but bytes are 0000 if no sensor is connected (or no module is mapped or something).

Grimler91 commented 3 months ago

I don't think I have any nda files of version 130, meaning aux volt extraction from those files is untested. If anyone with such files can help testing so that this doesn't break anything for them then that would be very helpful!

AdamOpps commented 3 months ago

I have access to ver 130 files. I'll test these out and report back!

d-cogswell commented 3 months ago

I don't have too many files with aux voltage data, so thanks for investigating. This looks good.