Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger - Creates a second log file when engine shut off (16bit ECU) #9

Open
dschultzca opened this issue Sep 30, 2012 · 2 comments
Open

Comments

@dschultzca
Copy link
Collaborator

The logger will create another log file when the ignition is turned off and the logger is still connected and the "Control File Logging with Defogger Switch" is enabled.

This appears to only happen with the 16 bit ECUs as the Defogger state toggles during engine shutdown causing the logger to stop and restart the logging file. To eliminate this another parameter will need to be added to the query to determine the state of the engine/ignition. This will also slow down the logging speed a bit as yet another value has to be transmitted over the slow K-line. Make this secondary parameter query optional in the settings.

Workaround: Stop logging before turning off the engine.

@GTO2013
Copy link
Contributor

GTO2013 commented Sep 5, 2021

Would a debounce time also fix this? So you have to wait like 500ms after you stopped logging until you can log again?

@dschultzca
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants