Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 30

Thread: PID availability

  1. #11
    Junior Member
    Join Date
    Jan 2010
    Posts
    41

    Default

    Bias lag filter PID.

    Is there such a way that we could get a PID for the bias lag filter? I think that being able to log that would help in being able to determine how/when it affects bias temperature blending.

  2. #12
    R.I.P Shawn, 1956-2011 WeathermanShawn's Avatar
    Join Date
    Jul 2008
    Posts
    1,807

    Default

    Quote Originally Posted by LinearX View Post
    Bias lag filter PID.

    Is there such a way that we could get a PID for the bias lag filter? I think that being able to log that would help in being able to determine how/when it affects bias temperature blending.
    I agree.

    I have the following Calculated PID working pretty good as referenced in another thread. http://forum.efilive.com/showthread.php?t=12848&page=15.

    CALC.VE_BLEND = {SAE.MAF.gps}*({SAE.IAT.C}+(({SAE.ECT}-{SAE.IAT})*{CALC.BLEND})+273.15)/((displacement()*61.024)*{SAE.RPM}*{SAE.MAP.kPa})* 212544

    If we are talking about Table B4902 Charge Temperature Filter, that would be nice. Can you do it through just using the lookup table parameters, or is it more difficult than that?

    LinearX, are we talking about the same filter?
    2002 Black Camaro Z-28 M6 Hardtop 11.0:1CR 425HP/410TQ SAE (400TQ@3500RPM)
    200cc Heads, 228/232 110+2 Cam, 1 3/4" LT's w/catts, GMMG, Koni Shocks, Hotchkis Springs, 35/21 Sways, 17" ZR1's, 3.90 Gears Roadrunner PCM LM-2 Serial Wideband
    EFILive Closed-Loop MAF/SD Hybrid Tune..


  3. #13
    Junior Member
    Join Date
    Jan 2010
    Posts
    41

    Default

    Quote Originally Posted by WeathermanShawn View Post
    I agree.

    I have the following Calculated PID working pretty good as referenced in another thread. http://forum.efilive.com/showthread.php?t=12848&page=15.

    CALC.VE_BLEND = {SAE.MAF.gps}*({SAE.IAT.C}+(({SAE.ECT}-{SAE.IAT})*{CALC.BLEND})+273.15)/((displacement()*61.024)*{SAE.RPM}*{SAE.MAP.kPa})* 212544

    If we are talking about Table B4902 Charge Temperature Filter, that would be nice. Can you do it through just using the lookup table parameters, or is it more difficult than that?

    LinearX, are we talking about the same filter?
    Shawn, I am, indeed, referring to B4902.
    Last edited by LinearX; February 17th, 2010 at 02:46 AM.

  4. #14
    R.I.P Shawn, 1956-2011 WeathermanShawn's Avatar
    Join Date
    Jul 2008
    Posts
    1,807

    Default

    I heard it could be a tough one to get as a DMA PID.

    Joecar gave me a possible explanation.

    Paraphrased..

    [B4902 is the ramp-in rate applied to the blended temp (or rather the rate at which the blended temp is applied to B0101)...

    I.E. if the blended temp is T1 and then has to change to T2 (due to either ECT or IAT changing), B4902 is the rate at which the blended temp changes from T1 to T2...

    ...the time taken for blended temp to go from T1 to T2 would be something like B4902/(T2-T1) or B4902*(T2-T1)...

    ...the units (factor) of B4902 don't give us any clues... it could be K/s or s/K... the units would be a big clue...]

    Other than a PID, one way to work around it would be filter out rapid IAT changes. Probably not the answer you are looking for, but at least a 'work-around' B4902.

    It would at least minimize its effect..
    2002 Black Camaro Z-28 M6 Hardtop 11.0:1CR 425HP/410TQ SAE (400TQ@3500RPM)
    200cc Heads, 228/232 110+2 Cam, 1 3/4" LT's w/catts, GMMG, Koni Shocks, Hotchkis Springs, 35/21 Sways, 17" ZR1's, 3.90 Gears Roadrunner PCM LM-2 Serial Wideband
    EFILive Closed-Loop MAF/SD Hybrid Tune..


  5. #15
    Lifetime Member
    Join Date
    Jul 2005
    Posts
    702

    Default

    Shawn, you're overthinking this. Start with the simple case: you know MAT is correct, just solve for GMVE. That's relatively simple. Only when you understand that in and out, you wanna venture out into the dangerous land of bias and lag.

  6. #16
    R.I.P Shawn, 1956-2011 WeathermanShawn's Avatar
    Join Date
    Jul 2008
    Posts
    1,807

    Default

    Quote Originally Posted by redhardsupra View Post
    Shawn, you're overthinking this. Start with the simple case: you know MAT is correct, just solve for GMVE. That's relatively simple. Only when you understand that in and out, you wanna venture out into the dangerous land of bias and lag.
    Your right.

    What is MAT?
    What is GM.DYNAIRTMP_DMA actually describing?

    No description exists (done searches). One thing I can promise you is I am going to stay out of the temperature biases and lag world. It borders on impossible.

    Problem is I need a 'charge temperature equivalent' (none for my OS).
    2002 Black Camaro Z-28 M6 Hardtop 11.0:1CR 425HP/410TQ SAE (400TQ@3500RPM)
    200cc Heads, 228/232 110+2 Cam, 1 3/4" LT's w/catts, GMMG, Koni Shocks, Hotchkis Springs, 35/21 Sways, 17" ZR1's, 3.90 Gears Roadrunner PCM LM-2 Serial Wideband
    EFILive Closed-Loop MAF/SD Hybrid Tune..


  7. #17
    Lifetime Member
    Join Date
    Jul 2005
    Posts
    702

    Default

    MAT as in Manifold Aircharge Temperature. It's the final temperature estimator value, after all the bias/lag stuff is done and over with. It's available on some platforms, because I've been doing experiments, and Ross/Paul been kind enough to help me out.

  8. #18
    R.I.P Shawn, 1956-2011 WeathermanShawn's Avatar
    Join Date
    Jul 2008
    Posts
    1,807

    Default

    Quote Originally Posted by redhardsupra View Post
    MAT as in Manifold Aircharge Temperature. It's the final temperature estimator value, after all the bias/lag stuff is done and over with. It's available on some platforms, because I've been doing experiments, and Ross/Paul been kind enough to help me out.
    O.K. that was helpful.

    That has not reached the masses yet.
    2002 Black Camaro Z-28 M6 Hardtop 11.0:1CR 425HP/410TQ SAE (400TQ@3500RPM)
    200cc Heads, 228/232 110+2 Cam, 1 3/4" LT's w/catts, GMMG, Koni Shocks, Hotchkis Springs, 35/21 Sways, 17" ZR1's, 3.90 Gears Roadrunner PCM LM-2 Serial Wideband
    EFILive Closed-Loop MAF/SD Hybrid Tune..


  9. #19
    Junior Member
    Join Date
    Jan 2010
    Posts
    41

    Default

    Quote Originally Posted by WeathermanShawn View Post
    O.K. that was helpful.

    That has not reached the masses yet.
    I just upgraded to the latest beta version of the software, and the GM.DYNAIRTMEP_DMA PID became available on the 12212156 OS for a Chevy Silverado and OS 12221588 for my 2002 Corvette.

    If you're running either of those OSes, MAT may be available to you should up upgrade.

  10. #20
    R.I.P Shawn, 1956-2011 WeathermanShawn's Avatar
    Join Date
    Jul 2008
    Posts
    1,807

    Default

    Quote Originally Posted by LinearX View Post
    I just upgraded to the latest beta version of the software, and the GM.DYNAIRTMEP_DMA PID became available on the 12212156 OS for a Chevy Silverado and OS 12221588 for my 2002 Corvette.

    If you're running either of those OSes, MAT may be available to you should up upgrade.
    Thanks LinearX.

    I have the GM.DYNAIRTMP_DMA. Do you know exactly how it is computed? I did a log yesterday.

    For example:

    ECT: 95C,
    IAT: -8C,
    GM.DYNAIRTMP was 14.9C,
    Blending Factor was .024.

    It ranged from 0.0C to 52C..

    I have done search. There is no Pid description. Is it telling me the blending temp? Do you know?

    Thanks for the heads up. It is not always easy to find some of the Pid descriptions.
    2002 Black Camaro Z-28 M6 Hardtop 11.0:1CR 425HP/410TQ SAE (400TQ@3500RPM)
    200cc Heads, 228/232 110+2 Cam, 1 3/4" LT's w/catts, GMMG, Koni Shocks, Hotchkis Springs, 35/21 Sways, 17" ZR1's, 3.90 Gears Roadrunner PCM LM-2 Serial Wideband
    EFILive Closed-Loop MAF/SD Hybrid Tune..


Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Question about NEW PID availability... Engine Oil Temperature?
    By Jasondt2001 in forum Duramax 06 LLY / 06+ LBZ & LMM
    Replies: 17
    Last Post: June 24th, 2009, 06:43 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
  •