Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Calc. HP and Torque for Diesels?

  1. #1
    Lifetime Member LBZoom's Avatar
    Join Date
    Jun 2008
    Posts
    452

    Default Calc. HP and Torque for Diesels?

    Has anyone been able to get the Calc. PID's for HP and torque to display accurately on a Duramax?

  2. #2
    Lifetime Member
    Join Date
    Jan 2008
    Posts
    1,169

    Default

    you have to input your truck weight in the calcpid.txt file
    '07 TBSS, LS2, T42, 3SS, Black on Black on Black, Pretty much stock at the moment. EFILive will fix that

    '06 LBZ/Allison 6speed, EC, LB, 1LT, Leather
    Current Mods: EFI Live/ PTO High Idle Mod/ Factory Exhaust Brake / BD Full Bore/ TransGo Jr./ TTS Twin Lift Pumps/ MBRP 4" turbo back/ Custom air box mod/ BullyDog Outlook Monitor

    465hp/1008tq---7/25/09---Dyno Day Fast Specialties Tuning by ME

  3. #3
    Lifetime Member LBZoom's Avatar
    Join Date
    Jun 2008
    Posts
    452

    Default

    Is that the file found under user configuration? I looked there and can't really tell where I'm supposed to enter that info...I need something that says "enter vehicle weight here" otherwise all that kinda stuff looks greek to me lol. I did enter it in the customer details section, but I dunno if that'll work or not

    One more thing...how do I get my truck to use BBL?
    Last edited by LBZoom; May 1st, 2009 at 04:22 PM.

  4. #4
    Member
    Join Date
    Apr 2009
    Posts
    85

    Default

    the only place i know to enter vehicle weight is under edit, default customer details, and then vehicle options and if im not mistaken the hp and torque ratings are not like dyno numbers im pretty sure it displays how much power is left to accelerate the vehicle after rolling resistance and drivetrain loss and all that is taken out. someone correct me if im wrong

  5. #5
    Lifetime Member
    Join Date
    Jan 2008
    Posts
    1,169

    Default

    Code:
    # Calculated
    # ----------------
    #
    # Calculated parameters are derived from existing parameters by evaluating
    # the supplied expression.
    #
    # Only numeric expressions are supported.
    # Parameter names must be enclosed in curly braces {} and if a particular unit
    # of measure is required then that unit's CODE must be appended in the
    # parameter name seperated by a dot.
    # i.e. to specify the MAF rate in grams per second use: {SAE.MAF.gps}
    #      to specify the MAF rate in pounds per minute use: {SAE.MAF.lbpm}
    # If units of measure are not required then append neither a dot nor any units
    #
    #Units             Low          High      Fmt  Expression
    #------------ ------------- ------------- ---- --------------------------------------------------------------
    *CLC-00-900
    cylair             0.0           1.5       .2  "{SAE.MAF.gps}*15/{SAE.RPM}"
    
    *CLC-00-901
    kW                 0.0        1000.0       .0  "({GM.TRQENG.Nm}*{SAE.RPM.rpm})/9550"
    hp                 0.0        1300.0       .0  "({GM.TRQENG.ftlb}*{SAE.RPM.rpm})/5252"
    
    *CLC-00-902
    kW                 0.0         750.0       .0  "gvmkg()*{SAE.VSS.kph}*dx({SAE.VSS.kph},6)/12960.0"
    hp                 0.0        1000.0       .0  "gvmlb()*{SAE.VSS.mph}*dx({SAE.VSS.mph},6)/8226.63"
    
    *CLC-00-903
    g                  0.0           4.0       .2  "dx({SAE.VSS.kph},2)/35.28"
    
    *CLC-00-904
    kph                0.0         255.0       .0  "damp({SAE.VSS.kph},6)"
    mph                0.0         160.0       .0  "damp({SAE.VSS.mph},6)"
    
    *CLC-00-905
    %                  0.0         100.0       .0  "{GM.IBPW1}*{SAE.RPM}/1200"
    *CLC-00-906
    %                  0.0         100.0       .0  "{GM.IBPW2}*{SAE.RPM}/1200"
    
    *CLC-00-907
    %                  0.0         100.0       .0  "{GM.INJ1PW}*{SAE.RPM}/1200"
    *CLC-00-908
    %                  0.0         100.0       .0  "{GM.INJ2PW}*{SAE.RPM}/1200"
    *CLC-00-909
    %                  0.0         100.0       .0  "{GM.INJ3PW}*{SAE.RPM}/1200"
    *CLC-00-910
    %                  0.0         100.0       .0  "{GM.INJ4PW}*{SAE.RPM}/1200"
    *CLC-00-911
    %                  0.0         100.0       .0  "{GM.INJ5PW}*{SAE.RPM}/1200"
    *CLC-00-912
    %                  0.0         100.0       .0  "{GM.INJ6PW}*{SAE.RPM}/1200"
    *CLC-00-913
    %                  0.0         100.0       .0  "{GM.INJ7PW}*{SAE.RPM}/1200"
    *CLC-00-914
    %                  0.0         100.0       .0  "{GM.INJ8PW}*{SAE.RPM}/1200"
    
    *CLC-00-915
    %                  0.0         100.0       .2  "{SAE.MAF.gps}*({SAE.IAT.C}+273.15)/((displacement()*61.024)*{SAE.RPM}*{SAE.MAP.kPa})*212544"
    # VEpcm is %VE*28.96 (28.96 = molar mass of air)
    VEpcm              0.0        3000.0       .2  "{SAE.MAF.gps}*({SAE.IAT.C}+273.15)/((displacement()*61.024)*{SAE.RPM}*{SAE.MAP.kPa})*6155274.24"
    this is the "calculated" section in the sae_generic.txt file. input you trucks weight here.
    '07 TBSS, LS2, T42, 3SS, Black on Black on Black, Pretty much stock at the moment. EFILive will fix that

    '06 LBZ/Allison 6speed, EC, LB, 1LT, Leather
    Current Mods: EFI Live/ PTO High Idle Mod/ Factory Exhaust Brake / BD Full Bore/ TransGo Jr./ TTS Twin Lift Pumps/ MBRP 4" turbo back/ Custom air box mod/ BullyDog Outlook Monitor

    465hp/1008tq---7/25/09---Dyno Day Fast Specialties Tuning by ME

  6. #6
    Lifetime Member LBZoom's Avatar
    Join Date
    Jun 2008
    Posts
    452

    Default

    That is found in V8 correct? I haven't spent much time with that yet, I've been in the process of moving 650 miles. I haven't even got the BBL stuff down yet!
    Peace Through Torque

    Punisher Performance DSP5 Tuning, PPE Dual CP3's, 68mm Fleece Cheetah, Punisher Built trans w/ Suncoast Parts, Airdog 165, SoCal 100% Overs, ARP Studs

    2013 NHRDA Sportsman World Champion

    www.PunisherPerformance.com

  7. #7
    Lifetime Member
    Join Date
    Jan 2008
    Posts
    1,169

    Default

    nope 7.5 stuff
    '07 TBSS, LS2, T42, 3SS, Black on Black on Black, Pretty much stock at the moment. EFILive will fix that

    '06 LBZ/Allison 6speed, EC, LB, 1LT, Leather
    Current Mods: EFI Live/ PTO High Idle Mod/ Factory Exhaust Brake / BD Full Bore/ TransGo Jr./ TTS Twin Lift Pumps/ MBRP 4" turbo back/ Custom air box mod/ BullyDog Outlook Monitor

    465hp/1008tq---7/25/09---Dyno Day Fast Specialties Tuning by ME

  8. #8
    Lifetime Member LBZoom's Avatar
    Join Date
    Jun 2008
    Posts
    452

    Default

    Do I enter the weight within the braces which you've highlighted in red?
    Peace Through Torque

    Punisher Performance DSP5 Tuning, PPE Dual CP3's, 68mm Fleece Cheetah, Punisher Built trans w/ Suncoast Parts, Airdog 165, SoCal 100% Overs, ARP Studs

    2013 NHRDA Sportsman World Champion

    www.PunisherPerformance.com

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

    Default

    Enter your vehicle weight under Edit->Default Customer Details as Justin123 suggested...

    Then verify it under File->Enter VIN...

    And I believe you would then save the log to make the gvw stick...

    The red parts of those calc pids obtain the gvw from the cutomer details.

  10. #10
    Lifetime Member
    Join Date
    Jan 2008
    Posts
    1,169

    Default

    Quote Originally Posted by joecar View Post
    Enter your vehicle weight under Edit->Default Customer Details as Justin123 suggested...

    Then verify it under File->Enter VIN...

    And I believe you would then save the log to make the gvw stick...

    The red parts of those calc pids obtain the gvw from the cutomer details.
    I never used the customer details thats why i did it like that. haha both ways works...
    '07 TBSS, LS2, T42, 3SS, Black on Black on Black, Pretty much stock at the moment. EFILive will fix that

    '06 LBZ/Allison 6speed, EC, LB, 1LT, Leather
    Current Mods: EFI Live/ PTO High Idle Mod/ Factory Exhaust Brake / BD Full Bore/ TransGo Jr./ TTS Twin Lift Pumps/ MBRP 4" turbo back/ Custom air box mod/ BullyDog Outlook Monitor

    465hp/1008tq---7/25/09---Dyno Day Fast Specialties Tuning by ME

Page 1 of 2 12 LastLast

Similar Threads

  1. New to Diesels
    By Buckeye0812 in forum Duramax 06 LLY / 06+ LBZ & LMM
    Replies: 8
    Last Post: March 3rd, 2010, 02:22 PM
  2. Calc.Torque
    By purrvert in forum General
    Replies: 4
    Last Post: May 10th, 2007, 03:32 AM
  3. Diesels aren't fast!!
    By GMPX in forum General (Diesel)
    Replies: 18
    Last Post: June 13th, 2006, 10:16 AM
  4. For Diesels as well?
    By Trippin in forum Forced Induction and Nitrous Oxide (N20)
    Replies: 0
    Last Post: December 11th, 2005, 06:27 AM

Posting Permissions

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