Page 10 of 11 FirstFirst ... 891011 LastLast
Results 91 to 100 of 109

Thread: Fuel_Economy calculated pid?

  1. #91
    EFILive Reseller kbracing96's Avatar
    Join Date
    Sep 2005
    Posts
    584

    Default

    Quote Originally Posted by redhardsupra
    if you have a bunch of instant values, just sum them up and divide by the number of them. numerical integration at it's simplest.

    how to do it in hpt? umm... make a histogram with ONE cell, that grabs all values, so make it on like scale of 0-512 g/sec of airflow, and then use the instant milage pid as the data. the average in that histogram is going to be your integral of instant milage values across time.
    Like I was telling Justin, the problem with instant MPG PID is then when you not moving instant is 0, but the engine is still running, but average instant is not changing, where your actual MPG would be getting lower as you are still burning fuel, but your not going anywhere. That the problem with this pid and what I want to do.
    01 ECSB 1/2 ton 4x4 Forged 5.7 LS1 GMC

    Custom KBracing front mounted, BW S480, intercooled turbo


  2. #92
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    To get miles from MPH, need to integrate VSS over time (mulitply each instant VSS by the time since the previous frame, sum all these up, divide by the number of samples, mulitply by some constant to account for hr->sec).

    Same thing with injector flow -> gallons.

    This will be easy to do when Paul puts the integrate function back into the software.

  3. #93
    Lifetime Member
    Join Date
    Aug 2005
    Posts
    710

    Default

    Quote Originally Posted by kbracing96
    Like I was telling Justin, the problem with instant MPG PID is then when you not moving instant is 0, but the engine is still running, but average instant is not changing, where your actual MPG would be getting lower as you are still burning fuel, but your not going anywhere. That the problem with this pid and what I want to do.
    I started to work some more on this, but stopped short due to time constraints. Basically, I was coming up with a "fuel used per frame" PID, which, when summed, would give you the total fuel used. Could then create a distance traveled per frame PID and calculate out an MPG PID from a combination of the two.

    Justin

  4. #94
    Junior Member DMaxME's Avatar
    Join Date
    Jan 2007
    Posts
    17

    Default

    Typically I dump it in Excel and spit out large regions for MPG estimation. I like the instant on my computer, as it reminds me to take my foot off it while driving.

    When i make my estimations i cruise control it at a fixed speed for about 1/2hr or so. I also am sure to take notice of my altitude on my GPS, as it is important to limit absolute elevation changes. I export the data, and run a macro to average all columns. It's the overall average data i'm interested in, so I copy the averages to my active spreadsheet, and delete the logged data for computer space conservation.
    Magna Powertrain - New Process Gear Division, Advanced Engineering. Ever heard of a Transfer Case? GM, Ford, Chrysler, Jeep. We build them all.
    2005 Chevrolet Silverado 2500HD Duramax LLY Allison 5 Speed
    13.33 @ 99.14 mph

  5. #95
    Lifetime Member oztracktuning's Avatar
    Join Date
    Nov 2005
    Posts
    596

    Default

    Do you notice how much fuel economy drifts with changes in intake temperature. warmer is better - but it would be interesting to know some figures.

    I love playing with fue economy tuning. We are putting a small 206 212 112 comp cam in a Statesman and hope to see it improve overall fuel economy. I have seen heads, UDP and TB, extractors all help improve economy.
    Oztrack
    EFILive Tuning Consultant

    Worldwide Remote Tuning Service

    2006 NSW Super Street Drag Racing Champion

    www.oztrack.com.au


  6. #96
    EFILive Reseller kbracing96's Avatar
    Join Date
    Sep 2005
    Posts
    584

    Default

    Quote Originally Posted by dc_justin
    I started to work some more on this, but stopped short due to time constraints. Basically, I was coming up with a "fuel used per frame" PID, which, when summed, would give you the total fuel used. Could then create a distance traveled per frame PID and calculate out an MPG PID from a combination of the two.

    Justin
    I'm gona bump this. Did you ever come up with anything Justin? I still want to make an actual, MPG gauge, not instant.
    01 ECSB 1/2 ton 4x4 Forged 5.7 LS1 GMC

    Custom KBracing front mounted, BW S480, intercooled turbo


  7. #97
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    For gasoline, use post #17 of this thread: showthread.php?t=1667&page=2

    For diesel, use the same equation but replace the pids GM.INJFLOW.lbpm and GM.IBPW1 with their diesel equivalents.

    Oh, but this gives the MPG based on vehicle speed ("instant MPG") and not on distance travelled ("actual MPG").
    Last edited by joecar; March 7th, 2008 at 04:17 AM.

  8. #98
    Lifetime Member
    Join Date
    Aug 2005
    Posts
    710

    Default

    Quote Originally Posted by kbracing96
    I'm gona bump this. Did you ever come up with anything Justin? I still want to make an actual, MPG gauge, not instant.
    Nope, I haven't played with it since then. I'll think about it some more and see what I can come up with.

    Justin

  9. #99
    Senior Member
    Join Date
    Oct 2005
    Posts
    158

    Default

    Bump

    Justin, did you ever do that fuel economy tuning out near fresno ? Just wondering what you came up with as optimum AFR ?

  10. #100
    Lifetime Member
    Join Date
    Aug 2005
    Posts
    710

    Default

    Quote Originally Posted by Extinct View Post
    Bump

    Justin, did you ever do that fuel economy tuning out near fresno ? Just wondering what you came up with as optimum AFR ?
    You know, I never got around to it. Spent more time using the straight flat roads for other purposes.

    Coincidentally, I'm in the area right now, but don't have any of my vehicles with me to test out. Perhaps the Chevy HHR from Hertz would be a good test subject.

Page 10 of 11 FirstFirst ... 891011 LastLast

Similar Threads

  1. Calculated PID's
    By Jason S. in forum General (Petrol, Gas, Ethanol)
    Replies: 7
    Last Post: March 17th, 2007, 09:55 AM
  2. Calculated PID Problem
    By NewV in forum General (Petrol, Gas, Ethanol)
    Replies: 4
    Last Post: December 12th, 2006, 09:44 AM
  3. LM1 Calculated AFR PID
    By VetPet in forum General (Petrol, Gas, Ethanol)
    Replies: 6
    Last Post: September 3rd, 2006, 03:04 AM
  4. calculated value question
    By evil in forum Tips and tricks
    Replies: 5
    Last Post: November 19th, 2003, 02:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •