speeduino
speeduino copied to clipboard
2nd fuel table add ve analyze, 3d map and table generator
adds ve analyze, 3d map and table generator to 2nd fuel map
This looks like it has all the main pieces, but 1 thing I think needs to be looked at is having a filter or condition to indicate to TS which table is currently in use. There's no documentation I can find, but there's 2 places I can see to do this:
- Use a regular filter. Eg
filter = std_Expression, "Table Inactive" , { !(fuel2Active) }, false
- Use the
activeCondition
value on theveAnalyzeMap
definition. I haven't played with this at all, but should be straightforward usingfuel2Active
I think?
The 1 other question this poses is what the 'correct' behaviour should be when a hybrid table is in use (IE both fuel tables are being used rather than switching from one to the other). Should VEAL only ever modify table 1 or are there conditions where the 2nd one should be used?