Results 1 to 7 of 7

Thread: LC-1 calc_pids file and sae_generic files

  1. #1
    Lifetime Member BowlingSS's Avatar
    Join Date
    Nov 2003
    Posts
    607

    Default LC-1 calc_pids file and sae_generic files

    It looks like this setting for the LC-1 is in the calc_pids file and the sae_generic file. Do both file have to be the same? Which one does it use first? I can change the calc_pids file but will I need to do the AutoTune over?

    sae_generic file:
    # Inovative LC-1 WBO2
    # ========================
    *CLC-00-926
    V 0.0 5.0 .1 "{EXT.AD1}"
    AFR 10.0 20.0 .2 "({EXT.AD1}*3)+7.35"
    *CLC-00-927
    factor 0.0 2.0 .1 "{CALC.AFR_LC11.AFR}/{GM.AFR}"

    *CLC-00-928
    V 0.0 5.0 .1 "{EXT.AD2}"
    AFR 10.0 20.0 .2 "({EXT.AD2}*3)+7.35"
    *CLC-00-929
    factor 0.0 2.0 .1 "{CALC.AFR_LC12.AFR}/{GM.AFR}"

    # Calculate VE % by multiplying the VE value by molar mass of air (28.96) and the
    # number of cylinders in the engine, then divide by engine displacement.
    # - V8 is 28.96*8=321.68

    ===========================================
    calc_pids file- this is my file
    ?????????????????????????????????????????????????? ????????????????
    #
    # File details
    # ------------
    #
    # This section defines various details about the file format.

    *FILE

    #Parameter Value Description
    #---------- ---------------- ---------------------------------------------------
    VERSION 7.1.1 File version
    DECSEP . Decimal separator used in this file

    # ================================================== ============================
    # Units
    # -------------------
    # See sae_generic.txt for more information on the *UNITS section

    *UNITS

    #Code System Abbr Description
    #-------- ---------- -------- --------------------------------------------------

    # ================================================== ============================
    # Add slot definitions here
    # --------------------------------
    # See sae_generic.txt for more information on "SLOT" formats
    #
    #Units Low High Fmt Expression
    #------------ ------------- ------------- ---- ---------------------------------
    *CLC-00-001
    V 0.0 5.00 .1 "{EXT.AD1}"
    AFR 10.0 18.0 .2 "(({EXT.AD1}-0.5)*3.3418)+7.35"
    *CLC-00-002
    factor 0.0 2.0 .1 "{CALC.AFR_LC11}/{GM.AFR}"


    *CLC-00-003
    V 0.0 5.00 .1 "{EXT.AD2}"
    AFR 10.0 18.0 .2 "(({EXT.AD2}-0.5)*3.3418)+7.35"
    *CLC-00-004
    factor 0.0 2.0 .1 "{CALC.AFR_LC12}/{GM.AFR}"

    # ================================================== ============================
    *PRN - Parameter Reference Numbers
    # --------------------------------
    # See sae_generic.txt for more information on the *PRN section
    #
    #Code PRN SLOT Units System Description
    #------------------------- ---- ------------ ---------------- ---------------- ---------------------------------
    CALC.AFR_LC11 F001 CLC-00-001 "V,AFR" Fuel "Wide Band AFR 1 - LC-1"
    CALC.BEN_Lc11 F002 CLC-00-002 factor Fuel "Base Efficiency Numerator 1 - LC-1"
    CALC.AFR_LC12 F003 CLC-00-003 "V,AFR" Fuel "Wide Band AFR 2 - LC-1"
    CALC.BEN_LC12 F004 CLC-00-004 factor Fuel "Base Efficiency Numerator 2 - LC-1"

    Thanks,
    Bill
    2011 Camaro 2SS/RS L99 RJT
    CAI, Inc. Cold Air Induction;ADM Scoop
    Rx Catch Can;Rx Breather;Roto-Fab Washer Container
    VMax Ported RJT Throttle Body
    XSPower Headers and XSPower 3" Exhaust System
    Elite Engineering Tunnel Brace,
    Gorilla Wheel Lock System;
    Tinted Windows 35%;EFILive Tune

  2. #2
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,503

    Default

    Having two PIDs defined with the same name may produce unexpected results.
    Both PIDs will be listed on the [PIDs (F8)] tab page, but either PID's value may be returned depending on internal progam conditions (i.e. The sort order of identical names).

    You must delete the LC1 definitions from your calc_pids.txt file.

    A change will be made to the EFILive software to prevent two PIDs with the same name from being defined.

    Regards
    Paul

  3. #3
    Lifetime Member BowlingSS's Avatar
    Join Date
    Nov 2003
    Posts
    607

    Default

    Quote Originally Posted by Blacky
    Having two PIDs defined with the same name may produce unexpected results.
    Both PIDs will be listed on the [PIDs (F8)] tab page, but either PID's value may be returned depending on internal progam conditions (i.e. The sort order of identical names).

    You must delete the LC1 definitions from your calc_pids.txt file.

    A change will be made to the EFILive software to prevent two PIDs with the same name from being defined.

    Regards
    Paul
    Thanks Blacky. I removed the LC-1 def from the calc_pids file. I guess there is no way of telling which pid I used. I spend hours getting the VE table almost perfect. I guess I will start over again.
    Bill
    2011 Camaro 2SS/RS L99 RJT
    CAI, Inc. Cold Air Induction;ADM Scoop
    Rx Catch Can;Rx Breather;Roto-Fab Washer Container
    VMax Ported RJT Throttle Body
    XSPower Headers and XSPower 3" Exhaust System
    Elite Engineering Tunnel Brace,
    Gorilla Wheel Lock System;
    Tinted Windows 35%;EFILive Tune

  4. #4
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,503

    Default

    The log files will still be correct, only the voltage is saved in the log file - which is correct. The calculated PIDs are recalculated each time the log file is loaded. So if you remove the PID definitions from calc_pids.txt then restart EFILive and load your log files, the correct AFR will be displayed.

    There is no way easy to tell which PID EFILive used when two PIDs are defined with the same name. You could try changing the one in the calc_pids.txt file to something *very* wrong, like adding +100 to the AFR in the expression. Then see if EFILive displays AFR normally or wrong (i.e. 100 too high).

    Note: each time you change the calc_pids.txt or sae_generic.txt files you must restart the EFILive Scan Tool to force EFILive to reload the data in those files.

    Regards
    Paul

  5. #5
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,503

    Default

    You should also see 2 {CALC.AFR_LC11} PIDs - one will be selected, one will not be. Right click on them and select "More info..." and it will show you the expression being used for each one - obviously the selected one is the one EFILive is using.

    However, because only the PID name is stored in the log file, you cannot be absolutely sure that EFILive will always select the same PID based merely on the PID name. It may select the sae_generic PID one time and the calc_pids PID another time. (i.e. indeterminate)

    Regards
    Paul

  6. #6
    Lifetime Member BowlingSS's Avatar
    Join Date
    Nov 2003
    Posts
    607

    Default

    Quote Originally Posted by Blacky
    You should also see 2 {CALC.AFR_LC11} PIDs - one will be selected, one will not be. Right click on them and select "More info..." and it will show you the expression being used for each one - obviously the selected one is the one EFILive is using.

    However, because only the PID name is stored in the log file, you cannot be absolutely sure that EFILive will always select the same PID based merely on the PID name. It may select the sae_generic PID one time and the calc_pids PID another time. (i.e. indeterminate)

    Regards
    Paul
    Thanks Paul. I will just do some more logging. I should still be closer than before I started. Should the old numbers make you richer than normal? I already re-set to SD mode and will do some logging in the cooler mornings. It is going to be a 100 here tomorrow. What do you think the IAT should be below before I use the numbers?
    Bill
    2011 Camaro 2SS/RS L99 RJT
    CAI, Inc. Cold Air Induction;ADM Scoop
    Rx Catch Can;Rx Breather;Roto-Fab Washer Container
    VMax Ported RJT Throttle Body
    XSPower Headers and XSPower 3" Exhaust System
    Elite Engineering Tunnel Brace,
    Gorilla Wheel Lock System;
    Tinted Windows 35%;EFILive Tune

  7. #7
    Lifetime Member BowlingSS's Avatar
    Join Date
    Nov 2003
    Posts
    607

    Default

    I noticed the latest updates do not have the latest sae_generic file. I updated my system to patch 002 and then checked the file and the LC-1 defs were the old one.

    Bill
    2011 Camaro 2SS/RS L99 RJT
    CAI, Inc. Cold Air Induction;ADM Scoop
    Rx Catch Can;Rx Breather;Roto-Fab Washer Container
    VMax Ported RJT Throttle Body
    XSPower Headers and XSPower 3" Exhaust System
    Elite Engineering Tunnel Brace,
    Gorilla Wheel Lock System;
    Tinted Windows 35%;EFILive Tune

Similar Threads

  1. Help with calc_pids.txt file...willing to paypal money
    By exploder in forum General (Petrol, Gas, Ethanol)
    Replies: 13
    Last Post: October 5th, 2010, 02:59 PM
  2. Changed my sae_generic.txt for LTFT logging now what
    By exploder in forum General (Petrol, Gas, Ethanol)
    Replies: 13
    Last Post: August 5th, 2009, 08:54 AM
  3. calc_pids.txt?????
    By the4wheeler in forum General
    Replies: 2
    Last Post: October 23rd, 2008, 04:23 PM
  4. Can't Find sae_generic.txt file
    By VetPet in forum General (Petrol, Gas, Ethanol)
    Replies: 5
    Last Post: November 20th, 2005, 12:44 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
  •