EFIlive automatic fueling adjustment?
Thread Starter
TECH Senior Member
iTrader: (23)
Joined: Aug 2005
Posts: 8,797
Likes: 0
From: Watertown, NY
I read on the EFILive site that it is able to automatically adjust fueling after scanning. Does anyone have any experience with it and does it really work? I would imagine that having that feature would take a lot of the work out of tuning closed loop.
Originally Posted by brad8266
I read on the EFILive site that it is able to automatically adjust fueling after scanning. Does anyone have any experience with it and does it really work? I would imagine that having that feature would take a lot of the work out of tuning closed loop.
Originally Posted by Black02SS
I do not believe HPT offeres the ability to filter out large transitions in throttle which in turn can throw off the fueling.
Of course we do.
Per the help files:
Histogram Filters
If you define a filter, the filter must return a value of 1 (true) to add the current cell to the histograms data. If the filter returns 0 (false), the frame will not be added to the histograms history.
You can combine filters using AND and OR statements.
Examples of valid filters are:
[SENS.90] > 50
[PID.11.MET] < 85
[PID.11.MET] < 85 AND [SENS.90] > 50
[PID.11.MET] < 85 & [SENS.90] > 50
Enhanced IO Output Triggers
Enhanced IO Outputs Triggers are defined just the same as the Histogram Filters.
Supported Binary Operations
+ Sum up two operands.
- Subtract two operands.
* Multiple two operands.
/ Divide two operands.
^ Raise to a power.
Supported Relational Operations
> If x > y result is 1 otherwise 0.
< If x < y result is 1 otherwise 0.
= If x = y result is 1 otherwise 0.
Supported Conditional Operations
AND If x = 1 and y = 1 result is 1 otherwise 0.
OR If x = 1 or y = 1 result is 1 otherwise 0.
& If x = 1 and y = 1 result is 1 otherwise 0.
| If x = 1 or y = 1 result is 1 otherwise 0.
Supported Functions
sin(x) Returns the sine of x where x is in radians.
cos(x) Returns the cosine of x where x is in radians.
tan(x) Returns the tangent of x where x is in radians.
abs(x) Returns the absolute value of x.
round(x) Returns the whole number nearest x.
Trending Topics
Originally Posted by Super Sport X2
Of course we do.
Per the help files:
Histogram Filters
If you define a filter, the filter must return a value of 1 (true) to add the current cell to the histograms data. If the filter returns 0 (false), the frame will not be added to the histograms history.
You can combine filters using AND and OR statements.
Examples of valid filters are:
[SENS.90] > 50
[PID.11.MET] < 85
[PID.11.MET] < 85 AND [SENS.90] > 50
[PID.11.MET] < 85 & [SENS.90] > 50
Enhanced IO Output Triggers
Enhanced IO Outputs Triggers are defined just the same as the Histogram Filters.
Supported Binary Operations
+ Sum up two operands.
- Subtract two operands.
* Multiple two operands.
/ Divide two operands.
^ Raise to a power.
Supported Relational Operations
> If x > y result is 1 otherwise 0.
< If x < y result is 1 otherwise 0.
= If x = y result is 1 otherwise 0.
Supported Conditional Operations
AND If x = 1 and y = 1 result is 1 otherwise 0.
OR If x = 1 or y = 1 result is 1 otherwise 0.
& If x = 1 and y = 1 result is 1 otherwise 0.
| If x = 1 or y = 1 result is 1 otherwise 0.
Supported Functions
sin(x) Returns the sine of x where x is in radians.
cos(x) Returns the cosine of x where x is in radians.
tan(x) Returns the tangent of x where x is in radians.
abs(x) Returns the absolute value of x.
round(x) Returns the whole number nearest x.
Per the help files:
Histogram Filters
If you define a filter, the filter must return a value of 1 (true) to add the current cell to the histograms data. If the filter returns 0 (false), the frame will not be added to the histograms history.
You can combine filters using AND and OR statements.
Examples of valid filters are:
[SENS.90] > 50
[PID.11.MET] < 85
[PID.11.MET] < 85 AND [SENS.90] > 50
[PID.11.MET] < 85 & [SENS.90] > 50
Enhanced IO Output Triggers
Enhanced IO Outputs Triggers are defined just the same as the Histogram Filters.
Supported Binary Operations
+ Sum up two operands.
- Subtract two operands.
* Multiple two operands.
/ Divide two operands.
^ Raise to a power.
Supported Relational Operations
> If x > y result is 1 otherwise 0.
< If x < y result is 1 otherwise 0.
= If x = y result is 1 otherwise 0.
Supported Conditional Operations
AND If x = 1 and y = 1 result is 1 otherwise 0.
OR If x = 1 or y = 1 result is 1 otherwise 0.
& If x = 1 and y = 1 result is 1 otherwise 0.
| If x = 1 or y = 1 result is 1 otherwise 0.
Supported Functions
sin(x) Returns the sine of x where x is in radians.
cos(x) Returns the cosine of x where x is in radians.
tan(x) Returns the tangent of x where x is in radians.
abs(x) Returns the absolute value of x.
round(x) Returns the whole number nearest x.
Best Regards,
Adrian
Originally Posted by Super Sport X2
Of course we do.
Per the help files:
Histogram Filters
If you define a filter, the filter must return a value of 1 (true) to add the current cell to the histograms data. If the filter returns 0 (false), the frame will not be added to the histograms history.
You can combine filters using AND and OR statements.
Examples of valid filters are:
[SENS.90] > 50
[PID.11.MET] < 85
[PID.11.MET] < 85 AND [SENS.90] > 50
[PID.11.MET] < 85 & [SENS.90] > 50
Enhanced IO Output Triggers
Enhanced IO Outputs Triggers are defined just the same as the Histogram Filters.
Supported Binary Operations
+ Sum up two operands.
- Subtract two operands.
* Multiple two operands.
/ Divide two operands.
^ Raise to a power.
Supported Relational Operations
> If x > y result is 1 otherwise 0.
< If x < y result is 1 otherwise 0.
= If x = y result is 1 otherwise 0.
Supported Conditional Operations
AND If x = 1 and y = 1 result is 1 otherwise 0.
OR If x = 1 or y = 1 result is 1 otherwise 0.
& If x = 1 and y = 1 result is 1 otherwise 0.
| If x = 1 or y = 1 result is 1 otherwise 0.
Supported Functions
sin(x) Returns the sine of x where x is in radians.
cos(x) Returns the cosine of x where x is in radians.
tan(x) Returns the tangent of x where x is in radians.
abs(x) Returns the absolute value of x.
round(x) Returns the whole number nearest x.
Per the help files:
Histogram Filters
If you define a filter, the filter must return a value of 1 (true) to add the current cell to the histograms data. If the filter returns 0 (false), the frame will not be added to the histograms history.
You can combine filters using AND and OR statements.
Examples of valid filters are:
[SENS.90] > 50
[PID.11.MET] < 85
[PID.11.MET] < 85 AND [SENS.90] > 50
[PID.11.MET] < 85 & [SENS.90] > 50
Enhanced IO Output Triggers
Enhanced IO Outputs Triggers are defined just the same as the Histogram Filters.
Supported Binary Operations
+ Sum up two operands.
- Subtract two operands.
* Multiple two operands.
/ Divide two operands.
^ Raise to a power.
Supported Relational Operations
> If x > y result is 1 otherwise 0.
< If x < y result is 1 otherwise 0.
= If x = y result is 1 otherwise 0.
Supported Conditional Operations
AND If x = 1 and y = 1 result is 1 otherwise 0.
OR If x = 1 or y = 1 result is 1 otherwise 0.
& If x = 1 and y = 1 result is 1 otherwise 0.
| If x = 1 or y = 1 result is 1 otherwise 0.
Supported Functions
sin(x) Returns the sine of x where x is in radians.
cos(x) Returns the cosine of x where x is in radians.
tan(x) Returns the tangent of x where x is in radians.
abs(x) Returns the absolute value of x.
round(x) Returns the whole number nearest x.
Below
Sorry, I couldn't help myself....
WTF, the guy asks about EFI and it turns into a Pimp my software thread (Super Sport X2)
Frick for what these software packages cost I can't believe you guys couldn't afford to let one get away once and awhile
Frick for what these software packages cost I can't believe you guys couldn't afford to let one get away once and awhile
Originally Posted by MNC5
WTF, the guy asks about EFI and it turns into a Pimp my software thread (Super Sport X2)
Frick for what these software packages cost I can't believe you guys couldn't afford to let one get away once and awhile 
Frick for what these software packages cost I can't believe you guys couldn't afford to let one get away once and awhile 
this was the question...Ken answered. But yet Adrian really let it slide right?
Thread Starter
TECH Senior Member
iTrader: (23)
Joined: Aug 2005
Posts: 8,797
Likes: 0
From: Watertown, NY
Originally Posted by MNC5
WTF, the guy asks about EFI and it turns into a Pimp my software thread (Super Sport X2)
Frick for what these software packages cost I can't believe you guys couldn't afford to let one get away once and awhile 
Frick for what these software packages cost I can't believe you guys couldn't afford to let one get away once and awhile 
, thanks all the responses guys, appreciate it. I wouldnt want this turn into a vendor war like in the nitrous forum. Last edited by brad8266; Mar 30, 2006 at 07:30 AM.


