field names #98, fix #83

(cherry picked from commit 115fb9116fbf70664e7fbcf0f5f4660fe1e69e1d)
This commit is contained in:
Matthew Kennedy 2023-05-04 14:13:53 -07:00 committed by rusefillc
parent b3ca86050c
commit 66d764d8d6
2 changed files with 10 additions and 10 deletions

View File

@ -89,7 +89,7 @@ uint16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
uint16_t revolutionCounterSinceStart;;"",1, 0, 0, 0, 0
uint16_t canReadCounter;;"",1, 0, 0, 0, 0
uint16_t canReadCounter;CAN: Rx;"",1, 0, 0, 0, 0
int16_t autoscale tpsAccelFuel;@@GAUGE_NAME_FUEL_TPS_EXTRA@@;"ms",{1/@@PACK_MULT_MS@@}, 0, 0, 0, 3
! Ignition
uint8_t currentIgnitionMode;@@GAUGE_NAME_IGNITION_MODE@@
@ -207,7 +207,7 @@ uint16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
int16_t autoscale vvtPositionB2I;@@GAUGE_NAME_VVT_B2I@@;"deg",{1/@@PACK_MULT_ANGLE@@}, 0, 0, 0, 1
int16_t autoscale vvtPositionB2E;@@GAUGE_NAME_VVT_B2E@@;"deg",{1/@@PACK_MULT_ANGLE@@}, 0, 0, 0, 1
int16_t[2 iterate] autoscale fuelPidCorrection;;"%",{1/@@PACK_MULT_PERCENT@@}, 0, -20, 20, 2
int16_t[2 iterate] autoscale fuelPidCorrection;Fuel: Trim bank;"%",{1/@@PACK_MULT_PERCENT@@}, 0, -20, 20, 2
int16_t autoscale rawTps1Secondary;;"V",{1/@@PACK_MULT_VOLTAGE@@}, 0, 0, 5, 3
int16_t autoscale rawTps2Primary;;"V",{1/@@PACK_MULT_VOLTAGE@@}, 0, 0, 5, 3
@ -236,8 +236,8 @@ uint16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
int16_t autoscale tps12Split;;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 2
int16_t autoscale accPedalSplit;;"%",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 2
int8_t sparkCutReason;Spark Cut Code;"code",1, 0, 0, 0, 0
int8_t fuelCutReason;Fuel Cut Code;"code",1, 0, 0, 0, 0
int8_t sparkCutReason;Ign: Cut Code;"code",1, 0, 0, 0, 0
int8_t fuelCutReason;Fuel: Cut Code;"code",1, 0, 0, 0, 0
uint16_t autoscale mafEstimate;@@GAUGE_NAME_AIR_FLOW_ESTIMATE@@;"kg/h",{1/@@PACK_MULT_MASS_FLOW@@}, 0, 0, 0, 0
uint16_t instantRpm;sync: instant RPM;"rpm", 1, 0, 0, 0, 0
@ -253,7 +253,7 @@ uint16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
uint32_t luaLastCycleDuration;Lua: Last tick duration;"nt",1, 0, 0, 0, 0
uint8_t testBenchIter;;"count",1, 0, 0, 0, 0
uint8_t tcu_currentRange;"Current Range";"", 1, 0, 0, 0, 0
uint8_t tcu_currentRange;"TCU: Current Range";"", 1, 0, 0, 0, 0
uint16_t autoscale tcRatio;@@GAUGE_NAME_TC_RATIO@@;"value",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
float lastShiftTime
@ -272,8 +272,8 @@ uint16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
uint16_t maxLockedDuration;;"us", 1, 0, 0, 65535, 0
uint16_t canWriteOk;;"", 1, 0, -10000, 10000, 3
uint16_t canWriteNotOk;;"", 1, 0, -10000, 10000, 3
uint16_t canWriteOk;CAN: Tx OK;"", 1, 0, -10000, 10000, 3
uint16_t canWriteNotOk;CAN: Tx err;"", 1, 0, -10000, 10000, 3
uint32_t triggerPrimaryFall;;"", 1, 0, -10000, 10000, 3
uint32_t triggerPrimaryRise;;"", 1, 0, -10000, 10000, 3

View File

@ -59,10 +59,10 @@
#define GAUGE_NAME_VVT_TARGET_B2I "VVT: bank 2 intake target"
#define GAUGE_NAME_VVT_TARGET_B2E "VVT: bank 2 exhaust target"
#define GAUGE_NAME_DESIRED_GEAR "Desired Gear"
#define GAUGE_NAME_DESIRED_GEAR "TCU: Desired Gear"
#define GAUGE_NAME_CURRENT_GEAR "Current Gear"
#define GAUGE_NAME_ISS "Input Shaft Speed"
#define GAUGE_NAME_TC_RATIO "Torque Converter Ratio"
#define GAUGE_NAME_ISS "TCU: Input Shaft Speed"
#define GAUGE_NAME_TC_RATIO "TCU: Torque Converter Ratio"
#define GAUGE_NAME_VVS "Vehicle Speed"
#define GAUGE_NAME_GEAR_RATIO "Gearbox Ratio"