ROVI-org / battery-data-toolkit

Utilities for reading and manipulating battery testing data
Apache License 2.0
37 stars 8 forks source link

Reading maccor .### files #28

Open operandos opened 1 year ago

operandos commented 1 year ago

Hi,

Could you share how you derive csv files or files like maccor_example.001 from the maccor controller PC or MIMS client software?

Any data lines in a .### file that I read look like this:

                    �                                                ²   »»                    ²ö    �4Rl-3²öå@���       �5 ð%�     ð%�                                                                                                                                                                                                                                                                                                    

I think you do some kind of conversion process, since the maccor text file header (which opens ok) is absent in your data?

Could you explain the significance of the "ISO-8859-1" encoding in line 42 of maccor.py?

Any help or description of your workflow with the maccor files would be much appreciated,

Cheers,

operandos

WardLT commented 8 months ago

Hello @operandos , sorry for the delay in replying to this issue. I had a lapse in support for developing this tool, but am back to working on it.

I do not have much insight on how to export MACCOR files, but @jkubal2 might