Results 1 to 7 of 7

Thread: G-Force

  1. #1
    Lifetime Member killerbee's Avatar
    Join Date
    Jan 2006
    Posts
    1,079

    Default G-Force

    dx({SAE.VSS.kph},2)/35.28

    this formula yields a fairly jagged logged response. I suspect sampling rate may be to blame. Anyone use something more useful? Can I use the same functions that exist in Excel to dampen the response?
    Michael, Systems Engineer 04.5 D-max LLY, Phoenix, Arizona Email
    Custom Tuning Services
    DURAMAX/CUMMINS ECM's TCM's for sale, all years, 20% wholesale discount available
    EFILive's first VGT "Software Wastegate Tune"

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

    Default

    Sampling rate is to blame.

    Windshield attached g-meters use a sampling rate of 100Hz or higher.

    The raw rwhp to accelerate vehicle is: m * v * dv/dt ...appropriate constants are required for making units match.

    dv/dt requires a high sampling rate on v.

  3. #3
    Lifetime Member killerbee's Avatar
    Join Date
    Jan 2006
    Posts
    1,079

    Default

    I am not clear on what I can use. The rate of velocity change is as good as any, don't really care about units. I am using it as a PID to evaluate constant throttle smoothness.

    What is dx in the formula above? Where is "x" defined?

    ....and thanks for the help.
    Michael, Systems Engineer 04.5 D-max LLY, Phoenix, Arizona Email
    Custom Tuning Services
    DURAMAX/CUMMINS ECM's TCM's for sale, all years, 20% wholesale discount available
    EFILive's first VGT "Software Wastegate Tune"

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

    Default

    In EFILive, dx is shorthand for dx/dt which is the rate of change of x wrt to t (i.e. the slope of function x(t)).

    In dx({SAE.VSS.kph},2) x is SAE,VSS.kph.

  5. #5
    Lifetime Member killerbee's Avatar
    Join Date
    Jan 2006
    Posts
    1,079

    Default

    would some kind of trailing average smooth out the response?

    I am just trying to think of how to make it useful.
    Michael, Systems Engineer 04.5 D-max LLY, Phoenix, Arizona Email
    Custom Tuning Services
    DURAMAX/CUMMINS ECM's TCM's for sale, all years, 20% wholesale discount available
    EFILive's first VGT "Software Wastegate Tune"

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

    Default

    Yes averaging would smooth out a signal.

    The EFILive scantool supports this function (see page 93 of the scantool pdf):

    damp()
    Syntax: damp({PID},frame_count)
    Arguments: {PID}: a PID name; frame_count (optional): an expression.
    Return value: The average value of {PID} from the current frame-frame_count to the current frame.

    You might go like this: damp({SAE.VSS.kph},8) or damp({GM.TP},16)

  7. #7
    Lifetime Member killerbee's Avatar
    Join Date
    Jan 2006
    Posts
    1,079

    Default

    very nice. I will give this a try.
    Michael, Systems Engineer 04.5 D-max LLY, Phoenix, Arizona Email
    Custom Tuning Services
    DURAMAX/CUMMINS ECM's TCM's for sale, all years, 20% wholesale discount available
    EFILive's first VGT "Software Wastegate Tune"

Similar Threads

  1. camaro 2010 e-force
    By franckrem in forum E37, E38 & E67 PFI ECM's
    Replies: 8
    Last Post: May 24th, 2010, 08:00 AM
  2. Force regeneration with EFILive?
    By Boost in forum Duramax 06 LLY / 06+ LBZ & LMM
    Replies: 24
    Last Post: November 10th, 2008, 09:39 AM
  3. Force open loop just at idle
    By RonSS in forum Gen III V8 Specific
    Replies: 11
    Last Post: December 30th, 2006, 12:59 PM
  4. force motor current
    By 69camaro5speed in forum General
    Replies: 2
    Last Post: December 8th, 2006, 10:47 AM
  5. Force motor current
    By 87gmc in forum 4speed RWD/FWD Transmission Tuning (incl T42)
    Replies: 4
    Last Post: April 16th, 2005, 01:58 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
  •