Injector shut-off map
And - thanks, that helps mate. I'm using IDA PRO 6.1 to mark up the 96530706 ROM and I can now compare it to 9055001 & 8997010
and run a pattern match search for these same tables. I will post back the xml if I find a match in 9653XXX6.
Can you can test the effect of changing these tablesa nd post back what you find?
and run a pattern match search for these same tables. I will post back the xml if I find a match in 9653XXX6.
Can you can test the effect of changing these tablesa nd post back what you find?
Code:
!!!!! CORRECTION - This table is incorrectly defined. It is actually Air Density Compensation for Load And IPW.
<table name="Decel Fuel Cut Resume Enrich" category="Global Fuel Settings" address="38fa" type="2D" level="2" scaling="EnrichmentAdj">
<table name="Engine Temp" address="69d8" type="X Axis" elements="9" scaling="Temp"/>
</table>
<table name="Decel Fuel Cut RPM Offset" category="Global Fuel Settings" address="36dc" type="2D" level="2" scaling="RPM8">
<table name="Engine Temp" address="69be" type="X Axis" elements="8" scaling="Temp"/>
</table>
Last edited by CDrinkH2O; Dec 30, 2012 at 08:35 PM. Reason: Error correction
And - thanks, that helps mate. I'm using IDA PRO 6.1 to mark up the 96530706 ROM and I can now compare it to 9055001 & 8997010
and run a pattern match search for these same tables. I will post back the xml if I find a match in 9653XXX6.
Can you can test the effect of changing these tablesa nd post back what you find?
and run a pattern match search for these same tables. I will post back the xml if I find a match in 9653XXX6.
Can you can test the effect of changing these tablesa nd post back what you find?
Andy
Does tephra have a table for this? If so which one is it?
If Im coasting at lets say 5k rpm and let off the gas and coast to idle the injectors kick on before I get to idle. The eng starts rocking the car because it kicks on and off. What can I do to control this?
If Im coasting at lets say 5k rpm and let off the gas and coast to idle the injectors kick on before I get to idle. The eng starts rocking the car because it kicks on and off. What can I do to control this?
Similar problem with my cams, idling down is smooth but at a certain point fueling resumes and bucks the car
Code:
<table name="Decel Fuel Cut Resume RPM" category="Global Fuel Settings" address="36dc" type="2D" level="2" scaling="RPM8"> <table name="Engine Temp" address="69be" type="X Axis" elements="8" scaling="Temp"/> </table>
Last edited by CDrinkH2O; Sep 21, 2012 at 07:20 PM.
Yes V7 has the table. In 9653XXXX it's a 2D table called Decel Fuel Cut Resume RPM
Code:
<table name="Decel Fuel Cut Resume RPM" category="Global Fuel Settings" address="36dc" type="2D" level="2" scaling="RPM8"> <table name="Engine Temp" address="69be" type="X Axis" elements="8" scaling="Temp"/> </table>
Does this table exist for V7 94170715?
Yep it's there in 88590715. It's the only occurance of the byte string in the whole ROM so its a good bet that it's correct. Check it all the same and post up if it works.
Code:
<table name="Decel Fuel Cut Resume RPM" category="Global Fuel Settings" address="30FE" type="2D" scaling="RPM8"> <table name="Engine Temp" address="6fde" type="X Axis" elements="8" scaling="Temp"/> </table>
Yep it's there.
There are a few temp axes with the same data in 94170715 so I'm not completely sure that the temp axis address is correct. I am sure that the RPM data is correct though. Check it out and post up if it works for you.
There are a few temp axes with the same data in 94170715 so I'm not completely sure that the temp axis address is correct. I am sure that the RPM data is correct though. Check it out and post up if it works for you.Code:
<table name="Decel Fuel Cut Resume RPM" category="Global Fuel Settings" address="36dc" type="2D" level="2" scaling="RPM8"> <table name="Engine Temp" address="67a2" type="X Axis" elements="8" scaling="Temp"/> </table>
Ok, i have added, deleted added and added again, added to other XML and I cannot get this map to show.. Where should this table show up at? I didnt see it any where, especialy in global fuel
Code:
<table name="Decel Fuel Cut Resume RPM" category="Global Fuel Settings" address="30FE" type="2D" scaling="RPM8"> <table name="Engine Temp" address="6fde" type="X Axis" elements="8" scaling="Temp"/> </table>








