34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
! units,scale,offset,min,max,digits
|
|
|
|
struct_no_prefix electronic_throttle_s
|
|
float targetWithIdlePosition;"ETB: target with idle";"per", 1,0, 0,10, 2,@@GAUGE_CATEGORY_ETB@@
|
|
float trim;"ETB: trim"
|
|
float luaAdjustment;"ETB: luaAdjustment";"per", 1,0, 0,3, 2,@@GAUGE_CATEGORY_ETB@@
|
|
|
|
float m_wastegatePosition;"DC: wastegatePosition";"per", 1,0, 0,3, 2,@@GAUGE_CATEGORY_ETB@@
|
|
|
|
|
|
custom percent_t 4 scalar, F32, @OFFSET@, "", 1, 0, 0, 100, 2
|
|
|
|
percent_t etbFeedForward
|
|
float etbIntegralError;;"", 1, 0, -10000, 10000, 3
|
|
float etbCurrentTarget;ETB: target for current pedal;"%", 1, 0, -10000, 10000, 3
|
|
float etbCurrentAdjustedTarget;;"%", 1, 0, -10000, 10000, 3
|
|
|
|
bit etbRevLimitActive
|
|
bit jamDetected
|
|
bit validPlantPosition
|
|
|
|
uint16_t etbTpsErrorCounter;"ETB TPS error counter";"count", 1,0, 0,3, 0,@@GAUGE_CATEGORY_ETB@@
|
|
uint16_t etbPpsErrorCounter;"ETB pedal error counter";"count", 1,0, 0,3, 0,@@GAUGE_CATEGORY_ETB@@
|
|
|
|
int8_t etbErrorCode
|
|
int8_t etbErrorCodeBlinker
|
|
int8_t tcEtbDrop;ETB traction control;"%", 1, 0, 0, 100, 0
|
|
|
|
uint16_t autoscale jamTimer;ETB jam timer;"sec", 0.01, 0, 0, 100, 2
|
|
int8_t adjustedEtbTarget;ETB with adjustments;"%", 1, 0, 0, 100, 0
|
|
uint8_t state
|
|
|
|
end_struct
|