94170015 vs. 95070008 I Found an issue
#1
Thread Starter
Evolved Member
iTrader: (22)
Joined: Nov 2003
Posts: 2,408
Likes: 6
From: Northern KY near Cincy
94170015 vs. 95070008 I Found an issue
In the ISCV values on these two XMLs of which are supposed to be nearly identical I found a issue....
95170014/0015
<table name="Desired ISCV intial step position with AC off-Neutral" address="4276">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
<table name="Desired ISCV intial step position with AC off-Drive" address="4284">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
<table name="Desired ISCV intial step position with AC on-Neutral" address="4292">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
<table name="Desired Idle RPM-Neutral" address="425a">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
<table name="Desired Idle RPM-Drive" address="4268">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
94170008
<table name="Desired ISCV intial step position with AC off-Neutral" address="4276">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
<table name="Desired ISCV intial step position with AC off-Drive" address="4284">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
<table name="Desired ISCV intial step position with AC on-Neutral" address="4292">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
<table name="Desired Idle RPM-Neutral" address="425a">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
<table name="Desired Idle RPM-Drive" address="4268">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
Which "Engine Temp" address is correct for the series?????
The reason I ask is because I am trying to adjust the "Air Temperature Compensation" temps to suit my climate, but every time I change the temp value it also changes the ISCV temp values. Also I believe that the Air Temp Comp table will help to del with cold weather idle issues with intake pipes.
If someone could post stock ISCV and Air Temp Comp values I would much appreciate it.
95170014/0015
<table name="Desired ISCV intial step position with AC off-Neutral" address="4276">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
<table name="Desired ISCV intial step position with AC off-Drive" address="4284">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
<table name="Desired ISCV intial step position with AC on-Neutral" address="4292">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
<table name="Desired Idle RPM-Neutral" address="425a">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
<table name="Desired Idle RPM-Drive" address="4268">
<table name="Engine Temp" address="68b8" elements="8"/>
</table>
94170008
<table name="Desired ISCV intial step position with AC off-Neutral" address="4276">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
<table name="Desired ISCV intial step position with AC off-Drive" address="4284">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
<table name="Desired ISCV intial step position with AC on-Neutral" address="4292">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
<table name="Desired Idle RPM-Neutral" address="425a">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
<table name="Desired Idle RPM-Drive" address="4268">
<table name="Engine Temp" address="6630" elements="8"/>
</table>
Which "Engine Temp" address is correct for the series?????
The reason I ask is because I am trying to adjust the "Air Temperature Compensation" temps to suit my climate, but every time I change the temp value it also changes the ISCV temp values. Also I believe that the Air Temp Comp table will help to del with cold weather idle issues with intake pipes.
If someone could post stock ISCV and Air Temp Comp values I would much appreciate it.
#3
they are probably both correct. As different revisions of the ROM get released, you are not garrenteed that the module addresses will remain the same.
IMO, this just indicates that some Mitsubishi programmer was working on code in or near the the code locted in and around the address in question. when the code was built, the compiler and linker placed the code at a new location to make room for what ever changes occured in the new revision.
IMO, this just indicates that some Mitsubishi programmer was working on code in or near the the code locted in and around the address in question. when the code was built, the compiler and linker placed the code at a new location to make room for what ever changes occured in the new revision.
#4
The idle tables all use Engine Temp, not Air Temp, which if you have been trying to tune them is probably why you are having problems.
The scale address you have for 94170015 is an Air Temp address. Try it at 67a2 which should read correctly as Engine Temp. I just quickly saw that there are 4 scale addresses with the exact same temp scales, but any of them will do the job so long as you arent editting the temperatures. You should always be careful doing that, because there is alot of sharing going on in the Mitsubishi code... it is just a temperature lookup table after all.
The scale address you have for 94170015 is an Air Temp address. Try it at 67a2 which should read correctly as Engine Temp. I just quickly saw that there are 4 scale addresses with the exact same temp scales, but any of them will do the job so long as you arent editting the temperatures. You should always be careful doing that, because there is alot of sharing going on in the Mitsubishi code... it is just a temperature lookup table after all.
#6
Thread Starter
Evolved Member
iTrader: (22)
Joined: Nov 2003
Posts: 2,408
Likes: 6
From: Northern KY near Cincy
Intake Air Temp 689e
Engine Coolant Temp 68b8
works great
The Engine temp 67a2 works also.
I will test both and get back to you
Engine Coolant Temp 68b8
works great
The Engine temp 67a2 works also.
I will test both and get back to you
Last edited by Appauldd; Feb 23, 2009 at 09:11 PM. Reason: errors
Thread
Thread Starter
Forum
Replies
Last Post