RomRaider

Open Source ECU Tools
 FAQ •  Register •  Login 

RomRaider

Documentation

Community

Developers

It is currently Thu Jan 08, 2009 11:54 am

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 41 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject:
PostPosted: Wed Mar 28, 2007 3:33 pm 
Offline
Experienced

Joined: Tue Jul 25, 2006 4:47 pm
Posts: 116
Two things, I was doing a bunch of work on the wife's 06 LGT and forgot to plug the MAF back in. I was suprised at how well the car ran. So obviously there are MAP based (Speed density) maps on this damn ecu.

COBB is claiming a Speed Density flash with AccessPort "coming soon"

I would like to see it available for the open source community too. I have no experience writing code, but I can provide monetary support to the cause. I donate to RomRaider every two weeks or so and would gladly increase my donation size if that helped in any way... even if it was just "motivation" :)

_________________
http://www.getadomtune.com

Professional Tuning Services
Advice and Guidance
Monthly ROM and Log review


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 25, 2007 11:36 am 
Offline
Newbie

Joined: Sat Nov 25, 2006 9:08 am
Posts: 5
up :)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 25, 2007 2:14 pm 
Offline
Administrator
User avatar

Joined: Wed Mar 29, 2006 10:38 pm
Posts: 4224
ImprezaRSX wrote:
Two things, I was doing a bunch of work on the wife's 06 LGT and forgot to plug the MAF back in. I was suprised at how well the car ran. So obviously there are MAP based (Speed density) maps on this damn ecu.

I think I've found the engine load calculation based on MAP. For an 07 sti:

engine load (g/rev) = (Manifold Pressure(psia) * .0954) - .17

I don't think there's anything more extensive than this for calculating load during MAF failure, although I'm not 100% positive.


Top
 Profile  
 
 Post subject: Temperature
PostPosted: Wed Apr 25, 2007 4:30 pm 
Offline
Newbie

Joined: Sat Mar 24, 2007 12:07 am
Posts: 81
Hmm, doesn't take into account the charge temperature. I would think for normal / spirited driving we would want to fully apply the ideal gas law. I would relocate my MAF for something like this.

J

_________________
2004 STi


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 25, 2007 4:41 pm 
Offline
Administrator
User avatar

Joined: Wed Mar 29, 2006 10:38 pm
Posts: 4224
Not saying we should use this. Merely a response to what happens during MAF failure and the fact that it is not very useful for what we want to do.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 4:08 am 
Offline
Newbie

Joined: Fri Apr 06, 2007 6:09 am
Posts: 67
Location: France
merchgod wrote:
ImprezaRSX wrote:
Two things, I was doing a bunch of work on the wife's 06 LGT and forgot to plug the MAF back in. I was suprised at how well the car ran. So obviously there are MAP based (Speed density) maps on this damn ecu.

I think I've found the engine load calculation based on MAP. For an 07 sti:

engine load (g/rev) = (Manifold Pressure(psia) * .0954) - .17

I don't think there's anything more extensive than this for calculating load during MAF failure, although I'm not 100% positive.


This feature also apply for 16 bits ECU. It's a poor estimate which has been implemented to prevent engine stall (eventually to be able to drive the car to the closest service point), but not good for daily driving. Throttle body air temp and VE are required for a good calculation (as well as differential throttle input).


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 5:32 am 
Offline
Experienced

Joined: Fri Feb 10, 2006 4:41 pm
Posts: 483
Location: toggle switch envy, PA
well, VE should be easy to calculate by datalogging a naturally aspirated pull and using the maf sensor and IAT and RPMs to derive VE.

for WOT/near WOT MAP-based fuelling,
this would require:

new logic, the actual SD equations

(I'm playing around with these a little bit, we are in luck with our fuel temperature sensor because we can get a more accurate specific gravity number!)

one "VE" map, 2d map with 12 values, VE vs. RPM.

one tps crossover map, 1d variable.

that would be a lot of work, for sure, but thats near what it would take for a good SD system.

we might also consider cannabalizing the EGT sensor input for a post-turbo IAT input, basing our densities on the relatively cool IAT on the MAF housing would make the cars run ludicrously rich.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 6:24 am 
Offline
Experienced

Joined: Wed Nov 22, 2006 10:23 pm
Posts: 397
So the current IAT sensor is pre-turbo?
I always assumed it would be post... that complicates things.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 6:34 am 
Offline
Experienced

Joined: Fri Feb 10, 2006 4:41 pm
Posts: 483
Location: toggle switch envy, PA
its integrated into the MAF housing, subaru basically figures out the delta T of the MAF vs. manifold temp of the stock system in a lab, then applies that to all of its calculations in the ecu as a fixed offset.

obviously with non-stock parameters or hard parts their fixed offset becomes completely inaccurate.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 6:55 am 
Offline
Experienced

Joined: Thu Aug 03, 2006 10:40 am
Posts: 564
you'd be surprised at how well it DOES work. :)

basically you're banking on the fact that the ic core sits at the same temperature as the intake air flowing past the iat sensor.

to the degree that this is true, it works perfectly. as a result, it works VERY well with fmics and CAIs, and pretty well with tmics and SRIs. the closer you keep the temps of the iat and the ic core, the better.

not saying it's the best way, but phil grabow tunes hydras (exclusively SD load based) with the IAT in the stock position every day of the week, and they seem to run ok. my own experiences with the utec in SD mode back that up too.

that said, i AM looking at ways of moving the IAT to become a MAT. :)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 1:39 pm 
Offline
Experienced
User avatar

Joined: Sun Apr 09, 2006 12:05 pm
Posts: 828
Location: Indianapolis, IN
Well, it works like crap if you have a shortram intake and a FMIC.

I'm sure it works well enough, but putting the air temp sensor in the manifold is better.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 2:38 pm 
Offline
RomRaider Developer
User avatar

Joined: Thu Mar 23, 2006 5:21 am
Posts: 454
Location: San Diego, CA
Ideally you would not use to the temp sensor at the MAF to tweak your timing. Let the MAF temp sensor only be used for MAF readings, nothing else.

Ideally you would have a temp sensor as close to the cylinders as possible and use that feedback to adjust timing and boost as well.

This would let you tune for actual (or at least a lot closer to actual) engine conditions so you would not need to worry about heat-soak or other conditions which might raise/lower in-cylinder air temps when the MAF air temp stays the same.

_________________
http://www.enginuity.org/Profiles/drees


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 4:14 pm 
Offline
Experienced

Joined: Thu Aug 03, 2006 10:40 am
Posts: 564
Freon wrote:
Well, it works like crap if you have a shortram intake and a FMIC.


i'd imagine it would! ;)

Quote:
I'm sure it works well enough, but putting the air temp sensor in the manifold is better.


chris vincent and i have done SOME work on this... have you seen this thread?

http://forums.nasioc.com/forums/showthr ... ?t=1088149

i'd really like to relocate my IAT too, but i'd rather not destroy my MAFs just to get a little, hard-to-mount thermistor out of the deal.

ken


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 4:23 pm 
Offline
Experienced

Joined: Fri Feb 10, 2006 4:41 pm
Posts: 483
Location: toggle switch envy, PA
drees wrote:
Ideally you would not use to the temp sensor at the MAF to tweak your timing. Let the MAF temp sensor only be used for MAF readings, nothing else.

Ideally you would have a temp sensor as close to the cylinders as possible and use that feedback to adjust timing and boost as well.

This would let you tune for actual (or at least a lot closer to actual) engine conditions so you would not need to worry about heat-soak or other conditions which might raise/lower in-cylinder air temps when the MAF air temp stays the same.

I agree about keeping the MAF IAT sensor for MAF temp corrections.

really, the best place for an SD IAT sensor is right where the pressure reading is being taken.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 26, 2007 4:25 pm 
Offline
Experienced

Joined: Fri Feb 10, 2006 4:41 pm
Posts: 483
Location: toggle switch envy, PA
ride5000 wrote:
Freon wrote:
Well, it works like crap if you have a shortram intake and a FMIC.


i'd imagine it would! ;)

Quote:
I'm sure it works well enough, but putting the air temp sensor in the manifold is better.


chris vincent and i have done SOME work on this... have you seen this thread?

http://forums.nasioc.com/forums/showthr ... ?t=1088149

i'd really like to relocate my IAT too, but i'd rather not destroy my MAFs just to get a little, hard-to-mount thermistor out of the deal.

ken


ditch your EGT thermistor, recal the curve, and presto! spare temperature input.

it would require some rom work though, but so would SD.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 41 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subsilver by phpBBservice.nl
phpBB SEO