02-16-2011, 11:29 AM
|
#1 (permalink)
|
EcoModding Apprentice
Join Date: Aug 2008
Location: Kc KS
Posts: 148
Thanks: 4
Thanked 7 Times in 5 Posts
|
SGII, what inputs does it use to compute MPG?
What information does the SGII use to extrapolate the instant MPG and average MPG numbers?
__________________
Current MPG driver:
1994 Isuzu Rodeo - Beater with a Heater...
|
|
|
Today
|
|
|
Other popular topics in this forum...
|
|
|
02-16-2011, 05:55 PM
|
#2 (permalink)
|
Master EcoModder
Join Date: Feb 2010
Location: Wisconsin, United States
Posts: 479
Thanks: 6
Thanked 20 Times in 20 Posts
|
It uses the MAF (mass air flow sensor) in the intake and the VSS (for vehicle speed). By knowing how much air goes into the engine it can use a preset A/F ratio to figure out how much fuel is burnt.
|
|
|
02-16-2011, 06:28 PM
|
#3 (permalink)
|
Hypermiler
Join Date: Dec 2007
Location: Texas
Posts: 2,321
Thanks: 611
Thanked 434 Times in 284 Posts
|
MAF (air flow) for some cars, MAP (air pressure) and rpm for others like mine.
It also needs the engine size.
It assumes 14.7:1 air-fuel ratio.
__________________
11-mile commute: 100 mpg - - - Tank: 90.2 mpg / 1191 miles
|
|
|
02-21-2011, 12:00 PM
|
#5 (permalink)
|
EcoModding Apprentice
Join Date: Aug 2008
Location: Kc KS
Posts: 148
Thanks: 4
Thanked 7 Times in 5 Posts
|
Quote:
Originally Posted by PaleMelanesian
MAF (air flow) for some cars, MAP (air pressure) and rpm for others like mine.
It also needs the engine size.
It assumes 14.7:1 air-fuel ratio.
|
My truck is speed density, so no MAF. How does it use MAP and RPM to give FE numbers?
Quote:
Originally Posted by cfg83
|
Regretably, that is too technical for me.
__________________
Current MPG driver:
1994 Isuzu Rodeo - Beater with a Heater...
Last edited by Backtobasics; 02-21-2011 at 12:10 PM..
|
|
|
02-21-2011, 12:07 PM
|
#6 (permalink)
|
EcoModding Apprentice
Join Date: Aug 2008
Location: Kc KS
Posts: 148
Thanks: 4
Thanked 7 Times in 5 Posts
|
I may be beating a dead horse. SGII asks me for engine size, but this is a hiccup. The truck was 5.2, but I swapped in a 5.9 a while back. EVERYTHING on the truck is still 5.2 based, but the block itself. 5.2 injectors, PCM programming, everything.
I use the SGII for instanteous driving feedback, more than anything. I have just learned about the tank fill up options where I can TUNE it completely to the truck, but I struggle to input the 5.9 when the PCM and injectors don't know it is 5.9 engine.
__________________
Current MPG driver:
1994 Isuzu Rodeo - Beater with a Heater...
|
|
|
02-21-2011, 03:54 PM
|
#7 (permalink)
|
Hypermiler
Join Date: Dec 2007
Location: Texas
Posts: 2,321
Thanks: 611
Thanked 434 Times in 284 Posts
|
Use the actual engine size.
Using engine size, rpm, and MAP, the SG can calculate how much oxygen is being pumped through the engine. (piston pumps per minute * cylinder displacement * air density)
Then, assuming it's fuel injected and uses closed-loop O2 sensor feedback, the fuel must be ~1/14.7 of the air volume for a clean burn.
------------------------
Really, though, calibration doesn't have to be ideal. If you improve your driving technique by 10%, you'll see a 10% improvement at the pump.
------------------------
__________________
11-mile commute: 100 mpg - - - Tank: 90.2 mpg / 1191 miles
|
|
|
02-21-2011, 05:02 PM
|
#8 (permalink)
|
Pokémoderator
Join Date: Dec 2007
Location: Southern California
Posts: 5,864
Thanks: 439
Thanked 532 Times in 358 Posts
|
Backtobasics -
It's too technical for me too. I've read versions of similar algorithms over and over. Everything I did is based on this post :
Calculating MPG from VSS and MAF from OBD2
What I programmed is a lot of trial and error until I saw MPG behavior in the same range as the SG.
CarloSW2
Last edited by cfg83; 02-21-2011 at 05:19 PM..
|
|
|
02-21-2011, 05:14 PM
|
#9 (permalink)
|
Pokémoderator
Join Date: Dec 2007
Location: Southern California
Posts: 5,864
Thanks: 439
Thanked 532 Times in 358 Posts
|
Backtobasics -
Quote:
Originally Posted by Backtobasics
My truck is speed density, so no MAF. How does it use MAP and RPM to give FE numbers?
...
|
I think the SG is making a synthetic MAF :
Code:
IMAP = RPM * MAP / IAT
MAF = (IMAP/120)*(Volumetric_Efficiency/100)*(Engine_Displacement)*(MM)/(R)
Where :
- manifold absolute pressure (MAP) is in kPa
- intake air temp (IAT) is in degrees Kelvin
- R is 8.314 J/°K/mole (constant)
- The average molecular mass of air (MM) is 28.97 g/mole (constant)
Note that in the above formula, the Volumetric_Efficiency of the
(4-cycle!) engine is measured in percent
Note that the Engine_Displacement is in liters.
In my opinion, there is an assumed Volumetric_Efficiency. When you do a fill-up and apply the correction factor, the correction factor modifies the Volumetric_Efficiency for your engine.
CarloSW2
|
|
|
02-24-2011, 09:33 PM
|
#10 (permalink)
|
PaleMelanesian's Disciple
Join Date: Dec 2008
Location: Noida, UP, India
Posts: 197
City - '04 Honda City iDSI EXi 90 day: 47.47 mpg (US)
Thanks: 3
Thanked 3 Times in 2 Posts
|
Hey, one doubt here:
If MGuino MEASURES the injector pulses and integrates them, whereas SGII just 'guesses' about the fuel being used, I would expect MPGuino to be more accurate. Is this conclusion correct?
Also, what is the strategy the in-built FE meters in the new generation cars use? SGII one, or straight computation of fuel a-la MPGuino from the ECU itself?
__________________
|
|
|
|