Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Exressions question?

  1. #11
    Lifetime Member mr.prick's Avatar
    Join Date
    Nov 2006
    Posts
    3,195

    Default

    The bracket themselves don't not make the difference in this PID in particular,
    the whole equation is wrong.

    Also notice how the wrong_load pid needed to be spelled
    under description in the calc_pid.txt to be proper in the description row in the PIDs tab.
    That is another issue tho.

    P.S.
    The PIDs here calc_pids(delta_load).txt show the current frame#,
    and the difference in TPS% from the previous frame to the next.
    Example:
    frame #1 TPS% is 10%, frame #2 TPS% is 50%
    delta_load will be 40%
    Values will be negative with TPS% decreasing.
    I use this both for filtering, enjoy.
    512k RoadRunner Firmware 12.14R
    FlashScan V2 Bootblock V2.07.04 Firmware V2.07.22 EFILive V7.5.7 (Build 191) V8.2.1 (Build 181)
    LC-1 WBO2

    _________________________________________________

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

    Default

    Ok, problem #1: you need to add 2 blank lines at the end of your calc_pid.txt file.

    I'm still looking...

  3. #13
    Lifetime Member mr.prick's Avatar
    Join Date
    Nov 2006
    Posts
    3,195

    Default

    Quote Originally Posted by joecar View Post
    Ok, problem #1: you need to add 2 blank lines at the end of your calc_pid.txt file.

    I'm still looking...
    Thanks Joe.
    Adding more space at the bottom fixed the spelling issue.
    I didn't know that was needed.

    On a side note,
    I have been trying to make a time() PID but it always starts off with a highly positive number.
    I want it to start from 0.
    Last edited by mr.prick; November 11th, 2009 at 10:43 AM.
    512k RoadRunner Firmware 12.14R
    FlashScan V2 Bootblock V2.07.04 Firmware V2.07.22 EFILive V7.5.7 (Build 191) V8.2.1 (Build 181)
    LC-1 WBO2

    _________________________________________________

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

    Default

    Try "time(frame()) - time(0)" or "time() - time(0)".

    i.e. subtract the timestamp of frame 0 from the timestamp of the current frame...

    this will be in milliseconds, so divide by 1000 to get seconds.

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

    Default

    Quote Originally Posted by mr.prick View Post
    Thanks Joe.
    Adding more space at the bottom fixed the spelling issue.
    I didn't know that was needed.
    ...
    Lol, I think it may be a bug, and the newlines hide it...

  6. #16
    Lifetime Member mr.prick's Avatar
    Join Date
    Nov 2006
    Posts
    3,195

    Default

    Thanks again Joe
    " time() - time(0)"
    This worked,
    brackets and all.
    512k RoadRunner Firmware 12.14R
    FlashScan V2 Bootblock V2.07.04 Firmware V2.07.22 EFILive V7.5.7 (Build 191) V8.2.1 (Build 181)
    LC-1 WBO2

    _________________________________________________

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

    Default

    lol.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Desired Airflow Question, not your normal question
    By Dale in forum General (Petrol, Gas, Ethanol)
    Replies: 25
    Last Post: October 1st, 2010, 11:10 AM
  2. Locked out timing question for boost setup question??
    By nitrorocket in forum General (Petrol, Gas, Ethanol)
    Replies: 13
    Last Post: September 13th, 2005, 03:22 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
  •