ETB: report TPS calibration state

This commit is contained in:
Andrey Gusakov 2025-03-01 00:52:08 +03:00 committed by rusefillc
parent cad22e66b9
commit 5edb145020
3 changed files with 4 additions and 2 deletions

View File

@ -699,6 +699,8 @@ struct EtbImpl final : public TBase {
return;
}
TBase::etbErrorCode = (uint8_t)TpsState::AutoCalibrate;
auto myFunction = TBase::getFunction();
// First grab open

View File

@ -42,7 +42,7 @@ enum class TpsState : uint8_t {
IntermittentTps, // 4
AutoTune, // 5
Lua, // 6
Unused7, // 7
AutoCalibrate, // 7
NotConfigured, // 8
Redundancy, // 9
IntermittentPps, // 10

View File

@ -261,7 +261,7 @@ enable2ndByteCanID = false
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "ETB RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua", "ACR", "Lambda Prot", "GDI Comms", "Brake", "Fatal"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "Autotune", "Lua", "INVALID", "N/A", "Redundancy", "PPS noise", "Jam"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "Autotune", "Lua", "TPS Calib", "N/A", "Redundancy", "PPS noise", "Jam"
outputDiagErrorList = bits, U08, [0:3], "Not used", "No error", "Open Load", "Short to Gnd", "Short to Battery", "Overload", "Driver Overtemp", "Driver disabled", "Unknown"
@@BOARD_PC_VARIABLES_FROM_FILE@@