Skip to content

Commit

Permalink
ETB overheats due to constant isTpsError true/false/true/false jitter #…
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Nov 28, 2022
1 parent 768f776 commit 2b9164b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions firmware/controllers/actuators/electronic_throttle.txt
Expand Up @@ -13,5 +13,6 @@ float luaAdjustment;"ETB: luaAdjustment"

bit etbRevLimitActive
float etbDutyRateOfChange
uint16_t etbInputErrorCounter;"ETB inputs error counter"

end_struct
1 change: 1 addition & 0 deletions firmware/tunerstudio/rusefi.input
Expand Up @@ -1337,6 +1337,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, @@GAUGE_NAME_ETB_ERROR@@, "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, @@GAUGE_NAME_ETB_DUTY@@, "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0

gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
Expand Down

0 comments on commit 2b9164b

Please sign in to comment.