Skip to content

Commit

Permalink
Update rusefi_config.txt (#463)
Browse files Browse the repository at this point in the history
Added more detail to the tooltip for the ETB Bias Curve value.
  • Loading branch information
DenisMitchell authored Aug 15, 2024
1 parent ca3e549 commit 1c4a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ end_struct
engine_configuration_s engineConfiguration;

uint8_t[ETB_BIAS_CURVE_LENGTH] autoscale etbBiasBins;target TPS value, 0 to 100%;"target TPS position", 0.5, 0, 0, 100, 1
int16_t[ETB_BIAS_CURVE_LENGTH] autoscale etbBiasValues;PWM bias, 0 to 100%;"ETB duty cycle bias", 0.1, 0, -100, 100, 1
int16_t[ETB_BIAS_CURVE_LENGTH] autoscale etbBiasValues;PWM bias, -100% to 100%. The output of this table is added to the output of the ETB PID function to generate the final ETB Duty output.;"ETB duty cycle bias", 0.1, 0, -100, 100, 1

This comment has been minimized.

Copy link
@rusefillc

rusefillc Aug 17, 2024

Contributor

tooltip did not match TS allowed range, these now match

@mck1117 @DenisMitchell just wanted to confirm that we see value in negative bias values? Wonder if tooltip was correct while range was not?

This comment has been minimized.

Copy link
@DenisMitchell

DenisMitchell via email Aug 17, 2024

Author Contributor

This comment has been minimized.

Copy link
@mck1117

mck1117 Aug 17, 2024

Collaborator

just wanted to confirm that we see value in negative bias values

Have a look at any tune of yours with an ETB and come back…


uint8_t[IAC_PID_MULT_SIZE x IAC_PID_MULT_SIZE] autoscale iacPidMultTable;;"%", 0.05, 0, 0, 10, 2
uint8_t[IAC_PID_MULT_SIZE] iacPidMultLoadBins;;"Load", 1, 0, 0, 500, 2
Expand Down

0 comments on commit 1c4a0a8

Please sign in to comment.