Skip to content

chillmanAU/r4analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

r4analyzer

Export tool for SplitSecond R4 engine management software. Exports R4 log data to .csv file. Useful for analysis of Air-Fuel ratios (AFR) or other diagnostics.

R4Analyzer screenshot

Features

  • Raw export - export from the internal R4 Access format to .csv file
  • Convert data on export - convert from the raw format into values as they are displayed in the software
  • Data is copied to a SQLite database as part of the export process, freeing the data from the proprietary Access format. SQLite databases can be accessed with freely available toos.
  • Options
    • Export all records
    • Export a single session or all sessions
    • Export only where outputs are active
    • Sort output by multiple fields
    • Round RPM to nearest 500 rpm increment on export (to align with map)
    • Round boost to nearest 0.5 psi (to align with map)

Usage Notes

This software was built to be compatible with my usage of the R4 software.

  • Map A is interpreted as degrees of timing retard
  • Map B is interpeted as milliseconds of auxiliary injector time
  • Aux C input is interpreted as AFR from a wideband O2 sensor

Please contact me if your usage differs and I will see if I can accomodate your usage in the code

Updates

August 2020 - checkout the video on how to use the tool https://www.youtube.com/watch?v=AV3IiODIcWs

Note: This software has no association with SplitSecond and is not supported nor endorsed by SplitSecond. This software is provided as-is with no support.

About

Export tool for SplitSecond R4 ECU software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages