Line 1: |
Line 1: |
− | test
| + | The data created by the battery tester Maccor is in a proprietary format which can not be opened directly. Therefore a processing by the MaccorExport.exe is required to receive a text file that can be directly imported. The steps to yield the desired file format are as follows: |
| + | |
| + | * Open MaccorExport.exe |
| + | * Select files |
| + | * Set options according to screenshots posted in the gallery below or replace maccorexport.ini with the provided file |
| + | * Change output path to desired folder |
| + | * Click “convert” |
| + | |
| + | MaccorExport.exe version 1.1 is used here. The resulting file format is shown in the gallery below. |
| + | |
| + | Attention! The header line of the file is closed with "\t\n" (tab CR LF) while regular lines are closed with "\n" (CR LF). To have proper file import by e.g. Python's pandas, the header need to be read from that line and the last tabstop needs to be removed.<gallery> |
| + | File:MaccorExportExe settings page1.PNG|MaccorExport.exe settings "Data Records" |
| + | File:MaccorExportExe settings page2.PNG|MaccorExport.exe settings "Cycle Statistics" |
| + | File:MaccorExportExe resulting file format.PNG|File format resulting from the export by MaccorExport.exe with the proposed settings |
| + | </gallery><br /> |