Notices
ECU Flash

Looking for more maps, 80700010 Def

Thread Tools
 
Search this Thread
 
Old Aug 16, 2008, 03:19 AM
  #151  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
Probably not. The ignition trim should only be active while the fuel is cut, but you can always try. Just lift the decel rpm offset to as high as it goes and increase the ignition retard and see what happens. Remember, this is an offset from target idle. All that is left then is to find the part of the code that turns on the antilag solenoid. Interestingly, the 89970010 rom runs very different values than our roms. It runs far more retard than ours with around 30 degrees of retard. This is usually only done to smooth the transition from closed throttle with the fuel off, to when it turns back on, but 30 degrees is alot compared to our 10 degrees. I havent tried just raising the rpm offset myself yet to see which maps continue being used or not. You can always increase the Delay maps so the fuel cut takes a long time to activate.

The scales are 100% correct for some of the maps. I am not sure about the enrich map as I couldnt find a reference in the code. I only know it is enrichment because of testing and took a guess at it being versus engine temp as per the offset.
Old Aug 19, 2008, 12:46 AM
  #152  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
I stumbled onto another map today for 80700010. A 2D map that determines what temperature range to use the warmup ignition retard 3D maps.

<table name="Warmup Ignition Control vs Eng Temp" category="Timing" address="4a02" type="2D" level="2" scaling="uint8">
<table name="X" address="5cd0" type="X Axis" elements="8" scaling="Temp"/>
</table>
Old Aug 19, 2008, 09:40 AM
  #153  
Newbie
 
hotsync's Avatar
 
Join Date: Mar 2003
Location: Kuala Lumpur
Posts: 24
Likes: 0
Received 0 Likes on 0 Posts
Wow! Thks. Its getting more interesting now hehe BTW airtrek cams lifts are lower than GTA. I have since swapped them with e8 cams. Improve top end power especially 4th and 5th gear. I also up my timing to 3 deg. Leaning from 80-100 load 1000-4000 rpm add 2 points.

I am trying out the fuel maps for n12, 345.
Old Aug 19, 2008, 03:27 PM
  #154  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
Do you know a place called Hiper Racing?

The more I look around the 8997 rom the more I can see. There seems to be more maps in it than the 8070 rom. It would takes months of work to find use from most of them, but as I find maps for 8070 I will do a quick look to find them in 8997. You just need to verify they work with thorough testing.

I am pretty sure I found another 3D map for 8997 in the hex just before the ignition map that was listed as Do Not Use. They are linked in the code, so maybe change the description so you know that. It appears to be one of the "knock filters" but from my experience some of those maps are not knock related.

<table name="Ignition Map 3D Unknown #1" category="Timing" address="4813" type="3D" level="1" swapxy="true" scaling="uint8">
<table name="Load" address="61ec" type="X Axis" elements="9" scaling="Load"/>
<table name="Engine Speed" address="60ee" type="Y Axis" elements="15" scaling="RPM"/>
</table>
Old Aug 19, 2008, 03:52 PM
  #155  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
For 89970010:

<table name="Warmup Ignition Control vs Eng Temp" category="Timing" address="4480" type="2D" level="2" scaling="uint8">
<table name="Engine Temp" address="6062" type="X Axis" elements="8" scaling="Temp"/>
</table>
Old Aug 20, 2008, 02:11 AM
  #156  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
OK, I have a HUGE find! Found the ignition trim maps vs eng temp and vs inlet air temp for 80700010. These are tested and working perfectly.

<table name="Ignition Trim vs Eng Temp" category="Timing" address="49ca" type="2D" level="3" scaling="Enrich">
<table name="Engine Temp" address="5c58" type="X Axis" elements="8" scaling="Temp"/>
</table>

<table name="Ignition Trim vs Air Temp" category="Timing" address="49d8" type="2D" level="3" scaling="Enrich">
<table name="Air Temp" address="5c58" type="X Axis" elements="8" scaling="Temp"/>
</table>

<table name="Ignition Trim vs Air Temp Active Above Load" category="Timing" address="49f2" type="2D" level="3" scaling="Load8">
<table name="Engine Speed" address="5812" type="X Axis" elements="10" scaling="RPM"/>
</table>

Last edited by Mattjin; Aug 20, 2008 at 02:11 AM. Reason: Forgot something
Old Aug 20, 2008, 08:31 PM
  #157  
Newbie
 
hotsync's Avatar
 
Join Date: Mar 2003
Location: Kuala Lumpur
Posts: 24
Likes: 0
Received 0 Likes on 0 Posts
Whats the scaling data for Enrich? I cannot get the data display correctly.

Thks.
Old Aug 21, 2008, 03:41 AM
  #158  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
I am sure I posted it a few pages back
Old Aug 21, 2008, 03:47 AM
  #159  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
Was Page 5

scaling name="Enrich" units="deg" toexpr="x-128" frexpr="x+128" format="%.0f" min="-128" max="128" inc="1" storagetype="uint8" endian="big"/>

I think whoever created it thought it was a fuel trim scale offset from 128 and called it Enrich. But it turned out to be a timing trim in degrees but I just kept the name because alot of the defs already have Enrich.
Old Aug 21, 2008, 10:07 PM
  #160  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
Another big find today. I now have the Thermo Fan map!!! Tested and working perfectly.

<table name="Thermo Fan Duty" category="Misc" address="56d6" type="3D" level="3" swapxy="true" scaling="Percent (128)">
<table name="Thermo Fan Duty" address="6000" type="Static X Axis" elements="3" scaling="RPM">
<data>On</data>
<data>Off</data>
<data>On A/C</data>
</table>
<table name="Engine Temp" address="5cae" type="Y Axis" elements="12" scaling="Temp"/>
</table>


I am thinking of changing my name to either Captain Cook or Columbus : Discoverer of New Maps :-)
Old Aug 21, 2008, 11:05 PM
  #161  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
Might need this Scale if not already in the definition

<scaling name="Percent (128)" units="%" toexpr="x/1.28" frexpr="x*1.28" format="%.0f" min="0" max="100" inc="1" storagetype="uint8" endian="big"/>

Incase some people didn't know, the thermo fans on these cars are PWM duty driven, and as such the fan speed can be controlled. This scale converts the 128 based numbers to 100% to reflect duty cycle.
Old Aug 22, 2008, 03:41 AM
  #162  
Evolved Member
 
cossie1's Avatar
 
Join Date: Aug 2007
Location: UK
Posts: 569
Likes: 0
Received 1 Like on 1 Post
Your finding some good stuff mate.

Once you are done, would you be willing to go back through 90550001 and see if any of these latest maps are in that rom too ?
Old Aug 22, 2008, 04:00 PM
  #163  
Newbie
 
hotsync's Avatar
 
Join Date: Mar 2003
Location: Kuala Lumpur
Posts: 24
Likes: 0
Received 0 Likes on 0 Posts
Mattjin aka Captain Cook hehe

Thks mate! Which version are u using? Mine 1.29a which I think is very stable,
Old Aug 22, 2008, 09:42 PM
  #164  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
I use v1.34 and have never had problems.


I will find the thermo fan maps for the Airtrek when I get some time. Just remember I cant test them so you need to do that yourself when I find the map.
Old Aug 22, 2008, 10:20 PM
  #165  
Evolved Member
Thread Starter
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
Cossie, I think I found your thermo fan maps but to be sure answer this, do your fans start to come on at only 73C?

If so, then this could be your thermo fan map. You need to add the Percent 128 scale from a few posts ago to view it correctly.

<table name="Thermo Fan Duty" category="Misc" address="43d2" type="3D" level="2" swapxy="true" scaling="Percent (128)">
<table name="Conditions" type="Static X Axis" elements="9">
<data>On1</data>
<data>On2</data>
<data>On3</data>
<data>Off1</data>
<data>Off2</data>
<data>Off3</data>
<data>A/C1</data>
<data>A/C2</data>
<data>A/C3</data>
</table>
<table name="Engine Temp" address="513e" type="Y Axis" elements="12" scaling="Temp"/>
</table>


Quick Reply: Looking for more maps, 80700010 Def



All times are GMT -7. The time now is 07:54 PM.