MAF Scaling Table in grams/second
Does anyone have the code for displaying the MAF scaling table in grams/second instead of HZ?
If you have it, could you post the full code please?
If you have it, could you post the full code please?
Ok, nevermind. I had it with me. Weird.
Just as a heads up, I was having difficulty with this. I thought the addresses might even be incorrect, but I added the addresses tephra gave (in Hz) and changing either table changes the others, so it must be right. Just give it a try before tuning a crapload of different cars
Evo10base.xml
52680015.xml
Just as a heads up, I was having difficulty with this. I thought the addresses might even be incorrect, but I added the addresses tephra gave (in Hz) and changing either table changes the others, so it must be right. Just give it a try before tuning a crapload of different cars

Evo10base.xml
Code:
<scaling name="MAFVoltScaling" units="units" toexpr="x*5/1024" frexpr="x*1024/5" format="%.3f" min="0" max="5" inc="1" storagetype="uint16" endian="big"/>
<table name="MAF Compensation" category="Fuel" type="2D" scaling="AirFlow16">
<table name="X" type="X Axis" elements="40" scaling="MAFVoltScaling"/>
</table>
<table name="MAF Compensation #2" category="Fuel" type="2D" level="1" scaling="AirFlow16">
<table name="X" type="X Axis" elements="40" scaling="MAFVoltScaling"/>
</table>
<table name="MAF Compensation #3" category="Fuel" type="2D" level="1" scaling="AirFlow16">
<table name="X" type="X Axis" elements="50" scaling="MAFVoltScaling"/>
</table>
Code:
<table name="MAF Compensation" address="5753a">
<table name="X" address="615ea"/>
</table>
<table name="MAF Compensation #2" address="5758a">
<table name="X" address="6163a"/>
</table>
<table name="MAF Compensation #3" address="575da">
<table name="X" address="6168a"/>
</table>
My question is: What section of the MAF scaling did you add the 10% to? The entire scale or from 40 to 100 g/s? 40-100 being the area that you will be in when cruising.
Ok, nevermind. I had it with me. Weird.
Just as a heads up, I was having difficulty with this. I thought the addresses might even be incorrect, but I added the addresses tephra gave (in Hz) and changing either table changes the others, so it must be right. Just give it a try before tuning a crapload of different cars
Just as a heads up, I was having difficulty with this. I thought the addresses might even be incorrect, but I added the addresses tephra gave (in Hz) and changing either table changes the others, so it must be right. Just give it a try before tuning a crapload of different cars

Here is Tephra's
Add to 5268xxx.xml
<table name="MAF Scaling Part 1" address="5753a">
<table name="Volts" address="615ea"/>
</table>
<table name="MAF Scaling Part 2" address="57592">
<table name="Volts" address="61642"/>
</table>
<table name="MAF Scaling Part 3" address="575ea">
<table name="Volts" address="6169a"/>
</table>
And here is yours:
Add to 52680015.xml
<table name="MAF Compensation" address="5753a">
<table name="Volts" address="615ea"/>
</table>
<table name="MAF Compensation #2" address="5758a">
<table name="Volts" address="6163a"/>
</table>
<table name="MAF Compensation #3" address="575da">
<table name="Volts" address="6168a"/>
</table>
Last edited by nj1266; Aug 10, 2009 at 01:25 PM.
Yes, on the Evo X the trims drift positive with an intake. So you added 10% to the MAF scaling to bring the fuel trims down to about 0%, assuming that the AMS intake was causing your LTFT cruise to go positive by 10%.
My question is: What section of the MAF scaling did you add the 10% to? The entire scale or from 40 to 100 g/s? 40-100 being the area that you will be in when cruising.
My question is: What section of the MAF scaling did you add the 10% to? The entire scale or from 40 to 100 g/s? 40-100 being the area that you will be in when cruising.
Trending Topics
From my understanding changing the g/s values is directly related to the changes in your trims. So if your LTFT cruise is +10, then you INCREASE the g/s values in the 40-100 range by 10%. If the LTFT cruise is -10%, the you DECREASE g/s values in the 40-100 range by 10%.
I do not know why they add more as the voltage increases. It does not make sense to me.
Interesting that they do that.
From my understanding changing the g/s values is directly related to the changes in your trims. So if your LTFT cruise is +10, then you INCREASE the g/s values in the 40-100 range by 10%. If the LTFT cruise is -10%, the you DECREASE g/s values in the 40-100 range by 10%.
I do not know why they add more as the voltage increases. It does not make sense to me.
From my understanding changing the g/s values is directly related to the changes in your trims. So if your LTFT cruise is +10, then you INCREASE the g/s values in the 40-100 range by 10%. If the LTFT cruise is -10%, the you DECREASE g/s values in the 40-100 range by 10%.
I do not know why they add more as the voltage increases. It does not make sense to me.
Cobb has theirs set to taper upwards like I mentioned earlier.
I just went ahead and did +10% in the entire range, so far no side effects.
If it is possible, can provide us with the code so we can add it to the USDM xml files?
as I have said 3 times now - you will need to look at the number of elements in the xml and work out which one is correct... AFAIK what I posted is right (as long as your using the evo10base.xml segment i posted too)




