0015 boost limit/cut map issue
0015 boost limit/cut map issue
I switching over from a 94170008 to a 0015 tephra 5.10. I was comparing tables in both maps to make sure there was no discrepancies. The boost cut or limit map in the 0015 tephra map is not the same as my 0008. I mean the numbers in the left hand column (rpm) don't even make sense i.e. 250, 281, 312, etc. In the 0008 map the correct rpms are there.
Do I just copy over the 0008 rpms to the 0015 map?
Do I just copy over the 0008 rpms to the 0015 map?
I switching over from a 94170008 to a 0015 tephra 5.10. I was comparing tables in both maps to make sure there was no discrepancies. The boost cut or limit map in the 0015 tephra map is not the same as my 0008. I mean the numbers in the left hand column (rpm) don't even make sense i.e. 250, 281, 312, etc. In the 0008 map the correct rpms are there.
Do I just copy over the 0008 rpms to the 0015 map?
Do I just copy over the 0008 rpms to the 0015 map?

Scaling for 9417 should be;
Code:
<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/> <table name="Fuel Cut Load X2" category="Global Fuel Settings" address="3614" type="2D" level="2" scaling="FuelCutLoadX2"> <table name="RPM" address="6dd2" type="Y Axis" elements="9" scaling="RPM"/> </table>
If the values in the left hand column are displaying incorrectly it generally means its scaling is missing or not defined correctly. Once you ensure that it is, you may scale it to your needs as you see fit.


Scaling for 9417 should be;

Scaling for 9417 should be;
Code:
<scaling name="FuelCutLoadX2" units="%" toexpr="x*5/2" frexpr="x*2/5" format="%.0f" min="0" max="638" inc="2" storagetype="uint8" endian="big"/>
<table name="Fuel Cut Load X2" category="Global Fuel Settings" address="3614" type="2D" level="2" scaling="FuelCutLoadX2">
<table name="RPM" address="6dd2" type="Y Axis" elements="9" scaling="RPM"/>
</table>
Thread
Thread Starter
Forum
Replies
Last Post
Tahoe55
Evo X Dyno Results
12
Aug 22, 2011 05:12 AM





