EcoModder.com

EcoModder.com (https://ecomodder.com/forum/)
-   Instrumentation (https://ecomodder.com/forum/instrumentation.html)
-   -   SGII, what inputs does it use to compute MPG? (https://ecomodder.com/forum/showthread.php/sgii-what-inputs-does-use-compute-mpg-16130.html)

Backtobasics 02-16-2011 10:29 AM

SGII, what inputs does it use to compute MPG?
 
What information does the SGII use to extrapolate the instant MPG and average MPG numbers?

Angmaar 02-16-2011 04:55 PM

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.

PaleMelanesian 02-16-2011 05:28 PM

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.

cfg83 02-17-2011 02:30 AM

Backtobasics -

This is what I think is going on :

http://ecomodder.com/forum/187883-post20.html

CarloSW2

Backtobasics 02-21-2011 11:00 AM

Quote:

Originally Posted by PaleMelanesian (Post 220708)
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 (Post 220767)
Backtobasics -

This is what I think is going on :

http://ecomodder.com/forum/187883-post20.html

CarloSW2

Regretably, that is too technical for me.

Backtobasics 02-21-2011 11:07 AM

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.

PaleMelanesian 02-21-2011 02:54 PM

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.
------------------------

cfg83 02-21-2011 04:02 PM

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

cfg83 02-21-2011 04:14 PM

Backtobasics -

Quote:

Originally Posted by Backtobasics (Post 221296)
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

hummingbird 02-24-2011 08:33 PM

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?


All times are GMT -4. The time now is 03:43 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com