Page 74 of 75 FirstFirst ... 246472737475 LastLast
Results 731 to 740 of 741

Thread: Calc.VET: correcting MAF and calculating VE (in single log)

  1. #731
    Junior Member
    Join Date
    Aug 2018
    Posts
    48

    Default

    Quote Originally Posted by djv86 View Post
    And is there a way to perform this without a wide and for non heavy engine loads ? I
    If I'm reading post #6 correctly yes.

  2. #732
    Senior Member djv86's Avatar
    Join Date
    Nov 2014
    Posts
    157

    Default

    Quote Originally Posted by dhoagland View Post
    If I'm reading post #6 correctly yes.
    Let me go look see.


    Sent from my iPhone using Tapatalk

  3. #733
    Senior Member djv86's Avatar
    Join Date
    Nov 2014
    Posts
    157

    Default

    Quote Originally Posted by dhoagland View Post
    If I'm reading post #6 correctly yes.
    Does that post say that if pcm is not in power enrichment mode it uses the ltft to create the corrected data and if in PE it used the wbo2 ? Or would I have to select different

  4. #734
    Senior Member djv86's Avatar
    Join Date
    Nov 2014
    Posts
    157

    Default Calc.VET: correcting MAF and calculating VE (in single log)


    After


    Sent from my iPhone using Tapatalk
    This is before

  5. #735
    Junior Member
    Join Date
    Aug 2018
    Posts
    48

    Default

    Quote Originally Posted by djv86 View Post
    Does that post say that if pcm is not in power enrichment mode it uses the ltft to create the corrected data and if in PE it used the wbo2 ? Or would I have to select different
    Thats the way I read it. But it seems you have to have the specific pids filtered in the correct manner...

    I'm new with EFI so I can't be much help... I have used this type of method on a different platform and everything needs to be correct.
    I chased my tail because I didn't set my IAT to degrees kelvin for my logging. Before long I had the damn thing so rich up top it ran like crap.

  6. #736
    Senior Member djv86's Avatar
    Join Date
    Nov 2014
    Posts
    157

    Default

    Quote Originally Posted by dhoagland View Post
    Thats the way I read it. But it seems you have to have the specific pids filtered in the correct manner...

    I'm new with EFI so I can't be much help... I have used this type of method on a different platform and everything needs to be correct.
    I chased my tail because I didn't set my IAT to degrees kelvin for my logging. Before long I had the damn thing so rich up top it ran like crap.
    same here. ive double checked the pids many times. i did notice at one point of my data log it read like 30 degrees of advance. although my high octane table said should be like 24 degrees. im not trying to change timing at all just clean up the fuel trims. and i only commute 2 miles to work from home at a max speed of 45mph and the truck only gets about 13mph. hopefully with perfoming the calcvet it should get a little better mpg. it already runs very dang well for a 1/2 ton truck although maybe its the max part thats helping.

  7. #737
    Senior Member djv86's Avatar
    Join Date
    Nov 2014
    Posts
    157

    Default

    Quote Originally Posted by joecar View Post
    Usually use 1 WB.

    Would use 2 WB's to compare left/right banks.

    I have been using 2 WB's, I setup my correction pid to select the leaner WB on the fly.
    is there a way to setup the v2 under the bbx option to create a data log of the min required pids for the calc.vet theory ? so a laptop wouldnt be required for the data log ? i tried and i dont see half the calc pids under the pid options.

  8. #738
    Lifetime Member
    Join Date
    Mar 2006
    Posts
    795

    Default

    Anybody know if there is a way to incorporate this into V8 software?

  9. #739
    Senior Member
    Join Date
    May 2014
    Posts
    130

    Default

    Not sure if I implemented them 100% exactly like they are depicted in this guide, but here's my custom user calculated PIDs, located at \EFILive\V8\Config\

    [Groups]
    USER=User-Defined PIDs

    [USER]
    LTFTBEN="BEN from LTFT",factor,4
    WO2BEN="BEN from Wideband",factor,4
    SELBEN="Selected BEN from LTFT or Wideband",factor,4
    AFR="Commanded AFR from EQIVRATIO",AFR_gas,1
    OILPRES="Oil Pressure",psi,1
    WB="Wideband AFR",AFR_gas,1
    DYNAIR="Speed Density Air Flow",g/s,1
    TRANSTPS="Filter out transient TPS data",boolean,0
    CALCVET="Calculated VE from MAF",ve,4
    FTC_21="Fuel Trim Cell 21 Filter",boolean,0

    [USER.LTFTBEN]
    0=|-- USER.LTFTBEN
    1=|return (pid("PCM.LONGFT1")+pid("PCM.SHRTFT1")+pid("PCM.LO NGFT2")+pid("PCM.SHRTFT2"))/200+1

    [USER.WO2BEN]
    0=|-- USER.WO2BEN
    1=|return pid("PCM.EQIVRATIO")/pid("EXT.WO2EQR1")+(pid("PCM.LONGFT1")+pid("PCM.LO NGFT2"))/200

    [USER.SELBEN]
    0=|-- USER.SELBEN
    1=|if (pid("PCM.EQIVRATIO")>1.01) then
    2=|return pid("USER.WO2BEN")
    3=|
    4=|elseif (pid("PCM.EQIVRATIO")<1.01) then
    5=|return pid("USER.LTFTBEN")
    6=|
    7=|end

    [USER.AFR]
    0=|-- USER.AFR
    1=|return 14.7/pid("PCM.EQIVRATIO")

    [USER.OILPRES]
    0=|-- USER.OILPRES
    1=|return pid("PCM.EOPS")*32-16

    [USER.WB]
    0=|-- USER.WB
    1=|return pid("PCM.EGRS")*3+7.35

    [USER.DYNAIR]
    0=|-- USER.DYNAIR
    1=|return pid("PCM.DYNCYLAIR_M")*pid("PCM.RPM")/15

    [USER.TRANSTPS]
    0=|-- USER.TRANSTPS
    1=|return dx("PCM.TP",frame()-1,frame())/10 < 5

    [USER.CALCVET]
    0=|-- USER.CALCVET
    1=|return pid("PCM.MAF")*(pid("PCM.DYNAIRTMP_M")+273.15)/pid("PCM.MAP")/pid("PCM.RPM")*613.479*pid("USER.SELBEN")

    [USER.FTC_21]
    0=|-- USER.FTC_21
    1=|return pid("PCM.FTC")==21 and pid("PCM.SHRTFT1")==0

  10. #740
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,400

    Default

    Quote Originally Posted by djv86 View Post
    is there a way to setup the v2 under the bbx option to create a data log of the min required pids for the calc.vet theory ? so a laptop wouldnt be required for the data log ? i tried and i dont see half the calc pids under the pid options.
    Hi djv86,
    I just saw your post, I am sorry I missed it, happens on occassions

    The answer is this: yes, you set up BBL to log all the non calc pids for Calc.VET, you capture the log using BBL, and later when you open the log in the V7 scantool you can add the calc pids and click Save.

Page 74 of 75 FirstFirst ... 246472737475 LastLast

Similar Threads

  1. Please explain table A0007 TPS VE TABLE cos5
    By WHYTRYZ06 in forum General (Petrol, Gas, Ethanol)
    Replies: 1
    Last Post: March 18th, 2008, 06:26 PM
  2. OLFA table vs. Custom OS A0008 table
    By 1bar in forum General (Petrol, Gas, Ethanol)
    Replies: 15
    Last Post: January 6th, 2007, 06:25 AM
  3. Table Names vs Table Number
    By lplott in forum Custom Operating Systems
    Replies: 0
    Last Post: May 17th, 2006, 05:14 AM
  4. Main VE Table ?, Logged data vs VE Table
    By dbaxter_ss in forum Tips and tricks
    Replies: 1
    Last Post: December 26th, 2004, 03:36 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
  •