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

Secondary tables switching option for lesser instead of greater #1204

Open
joeclone opened this issue Apr 7, 2024 · 3 comments
Open

Secondary tables switching option for lesser instead of greater #1204

joeclone opened this issue Apr 7, 2024 · 3 comments

Comments

@joeclone
Copy link

joeclone commented Apr 7, 2024

Possibility need for conditional switching for secondary fuel and spark tables with an option for "lesser/smaller than" instead of the existing "greater than" for TPS and MAP switching.

@jonbills
Copy link
Contributor

jonbills commented Apr 7, 2024

Just put the values for when tps/map is lower than the switch value in table1

@MykkH
Copy link

MykkH commented Apr 15, 2024

In the firmware, secondaryTables.cpp, under the variables change your desired condition (or all) from > to <, save and load your modifed firmware then open the .ini file in an editor. under the Table2Dialog_switch to say "is less than" save and load your ini to the project properties.

I do this to run an idle VE table with higher resolution that doesn't get affected by VEAL

@HWright9
Copy link
Contributor

HWright9 commented Sep 3, 2024

Or use the user defined outputs (you can chain them up also) to switch an otherwise un-assigned arduino pin. Then use that same pin as the input to the table switching. Gives you a lot more options for switching, time delays etc.

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

No branches or pull requests

4 participants