speeduino icon indicating copy to clipboard operation
speeduino copied to clipboard

2nd fuel table add ve analyze, 3d map and table generator

Open sixten9999 opened this issue 3 years ago • 1 comments

adds ve analyze, 3d map and table generator to 2nd fuel map

sixten9999 avatar Dec 30 '21 11:12 sixten9999

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:

  1. Use a regular filter. Eg filter = std_Expression, "Table Inactive" , { !(fuel2Active) }, false
  2. Use the activeCondition value on the veAnalyzeMap definition. I haven't played with this at all, but should be straightforward using fuel2Active 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?

noisymime avatar Aug 08 '22 02:08 noisymime