Notices
ECU Flash

Alpha N code possible?

Thread Tools
 
Search this Thread
 
Old May 15, 2013 | 12:14 PM
  #1  
Sirnixalot's Avatar
Thread Starter
Evolving Member
iTrader: (7)
 
Joined: Jun 2004
Posts: 158
Likes: 0
From: Cayman islands
Alpha N code possible?

I know it's probably not that applicable to the Evo in any way but how feasible is it to add an Alpha N table to one of the SD roms?

I have a 1.6L 4g92 mivec which uses MAP and am sorting out the wiring to get it running on the Evo 8 ecu on the Evo MAF then getting someone to do an SD conversion tune for me.

I would eventually like to run some ITB's but that's damn near impossible to drive on the road with just MAP based fueling from what i am lead to understand. Hainvg Alpha N at idle areas and the rest MAP based would be advantageous.

Or i could stop being "frugal" and just get an AEM

Last edited by Sirnixalot; May 15, 2013 at 04:31 PM.
Reply
Old May 15, 2013 | 01:10 PM
  #2  
Raptord's Avatar
Evolved Member
iTrader: (10)
 
Joined: Mar 2009
Posts: 3,525
Likes: 20
From: Gatineau, Quebec, Canada
Alpha N?
Reply
Old May 15, 2013 | 01:19 PM
  #3  
badev0's Avatar
Evolved Member
iTrader: (74)
 
Joined: Jan 2008
Posts: 2,239
Likes: 40
From: Michigan
Originally Posted by Raptord
Alpha N?
Alpha N is a way the car calculates how much fuel is needed using TPS and RPM. No MAP sensor or MAF. Some cars have it from the factory in case a sensor fails so you can get home. I've messed with it on my old DSM using megasquirt...

Last edited by badev0; May 15, 2013 at 01:23 PM.
Reply
Old Aug 14, 2013 | 08:07 AM
  #4  
Sirnixalot's Avatar
Thread Starter
Evolving Member
iTrader: (7)
 
Joined: Jun 2004
Posts: 158
Likes: 0
From: Cayman islands
The 97-01 mirage with the 4g15 uses speed density natively and has a small alpha n map. Unfortunately that engine uses a distributor so the ecu itself is of no use to me.

Can the rom/xml for the 4g15 at least provide some insight to someone who know's what they are looking at to see if implementing it on the evo 8 ecu is possible?
Reply
Old Aug 14, 2013 | 03:50 PM
  #5  
merlin.oz's Avatar
Evolved Member
15 Year Member
 
Joined: Jun 2008
Posts: 824
Likes: 23
From: Sydney
All Mitsubishi ROMs that use a Karman Vortex MAF have an Alpha-N map in the code.
Reply
Old Aug 14, 2013 | 05:05 PM
  #6  
Broke4speed's Avatar
Evolving Member
 
Joined: Sep 2012
Posts: 181
Likes: 0
From: Ottawa, Ontario, Canada
The tiny 'limp-home' map?
Reply
Old Aug 15, 2013 | 12:54 AM
  #7  
merlin.oz's Avatar
Evolved Member
15 Year Member
 
Joined: Jun 2008
Posts: 824
Likes: 23
From: Sydney
thats the one. pretty basic but it works - just. If you do a lot of logging you can set more accurate values into the map, especially if you have changed injectors.
Reply
Old Aug 16, 2013 | 07:59 AM
  #8  
Sirnixalot's Avatar
Thread Starter
Evolving Member
iTrader: (7)
 
Joined: Jun 2004
Posts: 158
Likes: 0
From: Cayman islands
thank you!

I will see what i can find xml wise for the 96530006

I guess the hard part now is having the ecu use that map say below 2000rpm

Last edited by Sirnixalot; Aug 16, 2013 at 08:02 AM.
Reply
Old Aug 16, 2013 | 08:16 AM
  #9  
211Ratsbud's Avatar
EvoM Guru
15 Year Member
Liked
Loved
Community Favorite
iTrader: (1)
 
Joined: Oct 2010
Posts: 4,286
Likes: 43
From: Watertown, NY
How does it determine ign timing if the alpha n map does fuel, and no maf or map is used?
Reply
Old Aug 16, 2013 | 09:09 AM
  #10  
Broke4speed's Avatar
Evolving Member
 
Joined: Sep 2012
Posts: 181
Likes: 0
From: Ottawa, Ontario, Canada
Originally Posted by Sirnixalot
thank you!

I will see what i can find xml wise for the 96530006

I guess the hard part now is having the ecu use that map say below 2000rpm
Add this to your XML for the 9653 .

Code:
<table name="Limp Home Table" category="Misc" address="3797" type="3D" level="2" swapxy="true" scaling="uint8">
<table name="TPS" address="697a" type="X Axis" elements="7" scaling="Volts16"/>
<table name="Engine Speed" address="6992" type="Y Axis" elements="5" scaling="RPM"/>
</table>
Reply
Old Aug 16, 2013 | 11:13 AM
  #11  
Sirnixalot's Avatar
Thread Starter
Evolving Member
iTrader: (7)
 
Joined: Jun 2004
Posts: 158
Likes: 0
From: Cayman islands
Originally Posted by 211ratsbud
How does it determine ign timing if the alpha n map does fuel, and no maf or map is used?
It does just fuel. Alpha N sucks for anything but idle really, it can't compensate for load changes, comparing 50% tps on a flat road to 50% tps going up a 6% grade incline, the load placed on the motor will be vastly different but it will only give as much fuel as in the map regardless of load. (if that makes sense)

Originally Posted by Broke4speed
Add this to your XML for the 9653 .

Code:
<table name="Limp Home Table" category="Misc" address="3797" type="3D" level="2" swapxy="true" scaling="uint8">
<table name="TPS" address="697a" type="X Axis" elements="7" scaling="Volts16"/>
<table name="Engine Speed" address="6992" type="Y Axis" elements="5" scaling="RPM"/>
</table>
THANK YOU!

The car is running SD right now as the MAF proved too much of a pain in the *** to re-scale (like trying to use a 7bar map sensor to tune an NA car....no resolution). So far the tuner has part throttle and all the driveability areas of the map done, we are working on the higher load areas and WOT currently. This is on the stock intake manifold and throttle body setup.

If there are any dis-assembly guru's that would be able to at least let me know if I am barking up the wrong tree?

IF a patch could be made to use the limp home map for 0-1500rpm and then switch back to the SD would using the limp home map affect anything else? I ASSUME it would use the low oct ignition map (which to be honest is fine) but I have no clue what other electro jiggery pokery would happen.
Reply
Old Aug 16, 2013 | 12:57 PM
  #12  
Broke4speed's Avatar
Evolving Member
 
Joined: Sep 2012
Posts: 181
Likes: 0
From: Ottawa, Ontario, Canada
Well, the limp map is active when the MAF is unplugged, so if you had a relay or RPM switch that would disengage/engage the MAF/MAP at a particular time, it could work. Not really a great way of doing it, but, it would be an option if code mods weren't available.
Reply
Old Aug 16, 2013 | 01:01 PM
  #13  
Broke4speed's Avatar
Evolving Member
 
Joined: Sep 2012
Posts: 181
Likes: 0
From: Ottawa, Ontario, Canada
Originally Posted by 211ratsbud
How does it determine ign timing if the alpha n map does fuel, and no maf or map is used?
My thoughts on that table are that the units contained within it are not for fuel, but are actual load points based on TPS and RPM. X rpm & X tps = X load.

That way, it would still be using the main fuel/ign maps, but be extremely limited. More than likely the low-octane ones.
Reply
Old Aug 16, 2013 | 06:23 PM
  #14  
ExViTermini's Avatar
Evolved Member
iTrader: (25)
 
Joined: Jan 2005
Posts: 1,761
Likes: 13
From: Virginia
Originally Posted by Broke4speed
Well, the limp map is active when the MAF is unplugged, so if you had a relay or RPM switch that would disengage/engage the MAF/MAP at a particular time, it could work. Not really a great way of doing it, but, it would be an option if code mods weren't available.

Only thing I see with this is once the ecu doesn't see the signal and switches to limp home, it likely won't revert back till next key cycle.
Reply
Old Aug 16, 2013 | 07:22 PM
  #15  
Broke4speed's Avatar
Evolving Member
 
Joined: Sep 2012
Posts: 181
Likes: 0
From: Ottawa, Ontario, Canada
That's entirely possible. I wonder if disabling the CEL test routine would help?

It is just an idea off the top of my head, since patching is a bit beyond me right now, lol.

If you change the scaling of the data units in the Limp Home table to "load8", it makes more sense .
Reply



All times are GMT -7. The time now is 06:17 PM.