rusefi/misc/tooth_log_converter/readme.md

15 lines
600 B
Markdown
Raw Normal View History

2023-01-10 11:07:22 -08:00
# SD Tooth Log Converter
2023-05-07 11:10:47 -07:00
TODO: how exactly do we want to make this more user friendly? Should we write .csv right on the SD card? Should we use
rusEFI console to convert? A web based conversion/viewer? Else?
2023-01-10 11:07:22 -08:00
This program converts SD stored tooth logs to csv for analysis or replay as part of a unit test.
Create a log by setting "SD logger mode" to "trigger", then restart the ECU with an SD card present (but without USB connected), then crank/run/etc the engine to save a log. Restart again with USB to pull the log off.
# Usage
`./build.sh`
`./log_convert myToothLog.teeth convertedCsv.csv`