
The section of the map which makes sense is the AFR for the Open Loop portion of the map. The section in blue which is significantly smaller in value on this map is the Closed Loop portion of the map. The AFR's are actually quite similar to what you see on the red and orange sections of the map (14-15 AFR), but a different conversion is used for this section of the map. When looking at the unconverted decimal values, all of the open-loop cells are less than 100, and all of the closed loop cells are greater than 100 which is how the ECU determines whether or not to use closed-loop control within this area of the map. So what I'd like to do is basically an IF statement within the conversion:
If the cell decimal value < 100 then use conversion #1 and shade the cell red. Else, use conversion #2.
Shading the cell indicates which parts of the table are using which conversion.
Is this already possible within TunerPro (two different conversions within the same table)? Right now what I do is I have two tables for the same data set, one uses conversion #1 for looking at the Open Loop AFR and the second table uses conversion #2 for looking at the Closed Loop AFR. It would be much nicer/cleaner/more convenient to view and edit this info on one table / plot.
Here's another possible (better?) way to deal with this... add a conversion flag to the Table editor tools. Specify two conversions in the XDF and then use the Table Editor flag to specify which conversion that cell should use. In my example above, I would select all of the closed-loop cells and check the box to use the alternate conversion. The cells would then change color to indicate that they are using the flag (alternate conversion), and the cell values would now be consistent with the rest of the map.
Hopefully this makes sense. Thoughts?