can-log-tools/README.md

37 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2024-02-09 17:40:10 -08:00
# CAN file processing
2024-02-10 12:31:57 -08:00
* split trace file by packet ID
* per-ID comparison of multiple trace files
* counter bit region detection
* charting using MegaLogViewer
2024-02-09 17:41:42 -08:00
```
2024-02-09 18:24:16 -08:00
gradlew :reader:shadowJar
java -jar reader/build/libs/reader-all.jar "C:\stuff\rusefi_documentation\OEM-Docs\VAG\2006-Passat-B6" -filter passat-back-and-forth-60-seconds -dbc opendbc/vw_golf_mk4.dbc
2024-02-09 17:41:42 -08:00
```
2024-01-14 05:47:51 -08:00
# CAN playback
2024-02-10 12:31:57 -08:00
CAN playback using PCAN on Windows or SocketCAN on Linux.
2024-01-14 05:47:51 -08:00
2024-02-09 17:39:54 -08:00
```
2024-01-14 05:47:51 -08:00
gradlew :playback:shadowJar
java -jar playback/build/libs/playback-all.jar playback/src/main/resources/atlas.trc
2024-02-09 17:39:54 -08:00
```
2024-02-10 12:31:57 -08:00
# CAN decoding hints
CAN log file utilities to help me work with https://github.com/brent-stone/CAN_Reverse_Engineering and https://github.com/HeinrichG-V12/E65_ReverseEngineering
* turning ignition on (wake up)
* OEM ECU remove, turning ignition on (wake up)
* turning ignition off (shutdown)
* from ignition ON cranking and idling
* just idling
* ignition on, engine not running, press clutch four times
* ignition on, engine not running, brake pedal three times
* ignition on, engine not running, throttle pedal from 0% to 50%, to 0%, to 100%, to 0%
* engine running, rev from 1500 rpm to 3000 rpm