parent
4ecf8ff96d
commit
d0a6fbe2b5
|
@ -748,8 +748,9 @@ entry = etbDutyAverage0, "ETB average duty0", float, "%.3f"
|
|||
entry = etbTpsErrorCounter0, "ETB TPS error counter0", int, "%d"
|
||||
entry = etbPpsErrorCounter0, "ETB pedal error counter0", int, "%d"
|
||||
entry = etbErrorCode0, "etbErrorCode0", int, "%d"
|
||||
entry = tcEtbDrop0, "tcEtbDrop0", int, "%d"
|
||||
entry = tcEtbDrop0, "ETB traction control0", int, "%d"
|
||||
entry = jamTimer0, "ETB jam timer0", float, "%.3f"
|
||||
entry = adjustedEtbTarget0, "ETB with adjustments0", int, "%d"
|
||||
entry = targetWithIdlePosition1, "ETB: target with idle1", float, "%.3f"
|
||||
entry = trim1, "ETB: trim1", float, "%.3f"
|
||||
entry = luaAdjustment1, "ETB: luaAdjustment1", float, "%.3f"
|
||||
|
@ -765,8 +766,9 @@ entry = etbDutyAverage1, "ETB average duty1", float, "%.3f"
|
|||
entry = etbTpsErrorCounter1, "ETB TPS error counter1", int, "%d"
|
||||
entry = etbPpsErrorCounter1, "ETB pedal error counter1", int, "%d"
|
||||
entry = etbErrorCode1, "etbErrorCode1", int, "%d"
|
||||
entry = tcEtbDrop1, "tcEtbDrop1", int, "%d"
|
||||
entry = tcEtbDrop1, "ETB traction control1", int, "%d"
|
||||
entry = jamTimer1, "ETB jam timer1", float, "%.3f"
|
||||
entry = adjustedEtbTarget1, "ETB with adjustments1", int, "%d"
|
||||
entry = faultCode0, "WBO: Fault code0", int, "%d"
|
||||
entry = heaterDuty0, "WBO: Heater duty0", int, "%d"
|
||||
entry = pumpDuty0, "WBO: Pump duty0", int, "%d"
|
||||
|
|
|
@ -520,6 +520,7 @@ dialog = electronic_throttle0Dialog, "electronic_throttle0"
|
|||
graphLine = etbErrorCode0
|
||||
graphLine = tcEtbDrop0
|
||||
graphLine = jamTimer0
|
||||
graphLine = adjustedEtbTarget0
|
||||
|
||||
indicatorPanel = electronic_throttle1IndicatorPanel, 2
|
||||
indicator = {etbRevLimitActive1}, "etbRevLimitActive No", "etbRevLimitActive Yes"
|
||||
|
@ -546,6 +547,7 @@ dialog = electronic_throttle1Dialog, "electronic_throttle1"
|
|||
graphLine = etbErrorCode1
|
||||
graphLine = tcEtbDrop1
|
||||
graphLine = jamTimer1
|
||||
graphLine = adjustedEtbTarget1
|
||||
|
||||
|
||||
dialog = wideband_state0Dialog, "wideband_state0"
|
||||
|
|
|
@ -29,14 +29,14 @@ targetWithIdlePosition0Gauge = targetWithIdlePosition0,"ETB: target with idle0",
|
|||
luaAdjustment0Gauge = luaAdjustment0,"ETB: luaAdjustment0", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
|
||||
m_wastegatePosition0Gauge = m_wastegatePosition0,"DC: wastegatePosition0", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
|
||||
etbDutyRateOfChange0Gauge = etbDutyRateOfChange0,"ETB duty rate of change0", "per", 0.0,25.0, 0.0,25.0, 0.0,25.0, 2,2
|
||||
etbDutyAverage0Gauge = etbDutyAverage0,"ETB average duty0", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
|
||||
etbDutyAverage0Gauge = etbDutyAverage0,"ETB average duty0", "%", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
|
||||
etbTpsErrorCounter0Gauge = etbTpsErrorCounter0,"ETB TPS error counter0", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
|
||||
etbPpsErrorCounter0Gauge = etbPpsErrorCounter0,"ETB pedal error counter0", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
|
||||
targetWithIdlePosition1Gauge = targetWithIdlePosition1,"ETB: target with idle1", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
|
||||
luaAdjustment1Gauge = luaAdjustment1,"ETB: luaAdjustment1", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
|
||||
m_wastegatePosition1Gauge = m_wastegatePosition1,"DC: wastegatePosition1", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
|
||||
etbDutyRateOfChange1Gauge = etbDutyRateOfChange1,"ETB duty rate of change1", "per", 0.0,25.0, 0.0,25.0, 0.0,25.0, 2,2
|
||||
etbDutyAverage1Gauge = etbDutyAverage1,"ETB average duty1", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
|
||||
etbDutyAverage1Gauge = etbDutyAverage1,"ETB average duty1", "%", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
|
||||
etbTpsErrorCounter1Gauge = etbTpsErrorCounter1,"ETB TPS error counter1", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
|
||||
etbPpsErrorCounter1Gauge = etbPpsErrorCounter1,"ETB pedal error counter1", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
|
||||
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
|
||||
|
|
|
@ -62,8 +62,8 @@ LDS_lambda_monitor,
|
|||
#define WALL_FUEL_STATE_BASE_ADDRESS 1536
|
||||
#define IDLE_STATE_BASE_ADDRESS 1544
|
||||
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1592
|
||||
#define WIDEBAND_STATE_BASE_ADDRESS 1696
|
||||
#define DC_MOTORS_BASE_ADDRESS 1720
|
||||
#define SENT_STATE_BASE_ADDRESS 1732
|
||||
#define VVT_BASE_ADDRESS 1740
|
||||
#define LAMBDA_MONITOR_BASE_ADDRESS 1744
|
||||
#define WIDEBAND_STATE_BASE_ADDRESS 1704
|
||||
#define DC_MOTORS_BASE_ADDRESS 1728
|
||||
#define SENT_STATE_BASE_ADDRESS 1740
|
||||
#define VVT_BASE_ADDRESS 1748
|
||||
#define LAMBDA_MONITOR_BASE_ADDRESS 1752
|
||||
|
|
|
@ -830,57 +830,59 @@ etbCurrentAdjustedTarget0 = scalar, F32, 1620, "%", 1, 0
|
|||
etbRevLimitActive0 = bits, U32, 1624, [0:0]
|
||||
jamDetected0 = bits, U32, 1624, [1:1]
|
||||
etbDutyRateOfChange0 = scalar, F32, 1628, "per", 1,0
|
||||
etbDutyAverage0 = scalar, F32, 1632, "per", 1,0
|
||||
etbDutyAverage0 = scalar, F32, 1632, "%", 1,0
|
||||
etbTpsErrorCounter0 = scalar, U16, 1636, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1638, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1640, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1641, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1641, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1642, "sec", 0.01, 0
|
||||
; total TS size = 1644
|
||||
targetWithIdlePosition1 = scalar, F32, 1644, "per", 1,0
|
||||
trim1 = scalar, F32, 1648, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1652, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1656, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1660
|
||||
etbIntegralError1 = scalar, F32, 1664, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1668, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1672, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1676, [0:0]
|
||||
jamDetected1 = bits, U32, 1676, [1:1]
|
||||
etbDutyRateOfChange1 = scalar, F32, 1680, "per", 1,0
|
||||
etbDutyAverage1 = scalar, F32, 1684, "per", 1,0
|
||||
etbTpsErrorCounter1 = scalar, U16, 1688, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1690, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1692, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1693, "", 1, 0
|
||||
jamTimer1 = scalar, U16, 1694, "sec", 0.01, 0
|
||||
; total TS size = 1696
|
||||
faultCode0 = scalar, U08, 1696, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1697, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1698, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1700, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1702, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1704, "ohm", 1, 0
|
||||
; total TS size = 1708
|
||||
faultCode1 = scalar, U08, 1708, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1709, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1710, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1712, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1714, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1716, "ohm", 1, 0
|
||||
; total TS size = 1720
|
||||
dcOutput0 = scalar, F32, 1720, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1724, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1728, [0:0]
|
||||
; total TS size = 1732
|
||||
value0 = scalar, U16, 1732, "value", 1,0
|
||||
value1 = scalar, U16, 1734, "value", 1,0
|
||||
errorRate = scalar, F32, 1736, "ratio", 1,0
|
||||
adjustedEtbTarget0 = scalar, S08, 1644, "%", 1, 0
|
||||
; total TS size = 1648
|
||||
targetWithIdlePosition1 = scalar, F32, 1648, "per", 1,0
|
||||
trim1 = scalar, F32, 1652, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1656, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1660, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1664
|
||||
etbIntegralError1 = scalar, F32, 1668, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1672, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1676, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1680, [0:0]
|
||||
jamDetected1 = bits, U32, 1680, [1:1]
|
||||
etbDutyRateOfChange1 = scalar, F32, 1684, "per", 1,0
|
||||
etbDutyAverage1 = scalar, F32, 1688, "%", 1,0
|
||||
etbTpsErrorCounter1 = scalar, U16, 1692, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1694, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1696, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1697, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1698, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1700, "%", 1, 0
|
||||
; total TS size = 1704
|
||||
faultCode0 = scalar, U08, 1704, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1705, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1706, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1708, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1710, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1712, "ohm", 1, 0
|
||||
; total TS size = 1716
|
||||
faultCode1 = scalar, U08, 1716, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1717, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1718, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1720, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1722, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1724, "ohm", 1, 0
|
||||
; total TS size = 1728
|
||||
dcOutput0 = scalar, F32, 1728, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1732, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1736, [0:0]
|
||||
; total TS size = 1740
|
||||
vvtTarget = scalar, U16, 1740, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1742, "%", 0.5, 0
|
||||
; total TS size = 1744
|
||||
lambdaCurrentlyGood = bits, U32, 1744, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1744, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1748, "sec", 0.01, 0
|
||||
value0 = scalar, U16, 1740, "value", 1,0
|
||||
value1 = scalar, U16, 1742, "value", 1,0
|
||||
errorRate = scalar, F32, 1744, "ratio", 1,0
|
||||
; total TS size = 1748
|
||||
vvtTarget = scalar, U16, 1748, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1750, "%", 0.5, 0
|
||||
; total TS size = 1752
|
||||
lambdaCurrentlyGood = bits, U32, 1752, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1752, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1756, "sec", 0.01, 0
|
||||
; total TS size = 1760
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
// generated by gen_live_documentation.sh / LiveDataProcessor.java
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1752
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1760
|
|
@ -151,7 +151,7 @@ struct electronic_throttle_s {
|
|||
float etbDutyRateOfChange = (float)0;
|
||||
/**
|
||||
* "ETB average duty"
|
||||
* units: per
|
||||
* units: %
|
||||
* offset 40
|
||||
*/
|
||||
float etbDutyAverage = (float)0;
|
||||
|
@ -172,6 +172,8 @@ struct electronic_throttle_s {
|
|||
*/
|
||||
int8_t etbErrorCode = (int8_t)0;
|
||||
/**
|
||||
* ETB traction control
|
||||
* units: %
|
||||
* offset 49
|
||||
*/
|
||||
int8_t tcEtbDrop = (int8_t)0;
|
||||
|
@ -181,8 +183,20 @@ struct electronic_throttle_s {
|
|||
* offset 50
|
||||
*/
|
||||
scaled_channel<uint16_t, 100, 1> jamTimer = (uint16_t)0;
|
||||
/**
|
||||
* ETB with adjustments
|
||||
* units: %
|
||||
* offset 52
|
||||
*/
|
||||
int8_t adjustedEtbTarget = (int8_t)0;
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
* offset 53
|
||||
*/
|
||||
uint8_t alignmentFill_at_53[3];
|
||||
};
|
||||
static_assert(sizeof(electronic_throttle_s) == 52);
|
||||
static_assert(sizeof(electronic_throttle_s) == 56);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/actuators/electronic_throttle.txt
|
||||
|
|
|
@ -1297,7 +1297,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2197056502
|
||||
#define SIGNATURE_HASH 1919373696
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1744,14 +1744,14 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.09.02.paralela.2197056502"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.09.03.paralela.1919373696"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
#define TS_TEST_COMMAND_char t
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1752
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1760
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
|
||||
#define TS_TRIGGER_SCOPE_DISABLE 5
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2197056502
|
||||
#define TS_SIGNATURE "rusEFI master.2024.09.02.paralela.2197056502"
|
||||
#define SIGNATURE_HASH 1919373696
|
||||
#define TS_SIGNATURE "rusEFI master.2024.09.03.paralela.1919373696"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.09.02.paralela.2197056502"
|
||||
signature = "rusEFI master.2024.09.03.paralela.1919373696"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.09.02.paralela.2197056502" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.09.03.paralela.1919373696" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -2537,7 +2537,7 @@ minimumOilPressureValues = array, U08, 25060, [8], "kPa", 10.0, 0, 0, 1000, 0
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 1752
|
||||
ochBlockSize = 1760
|
||||
|
||||
; 11.2.3 Full Optimized – High Speed
|
||||
scatteredOchGetCommand = 9
|
||||
|
@ -3384,60 +3384,62 @@ etbCurrentAdjustedTarget0 = scalar, F32, 1620, "%", 1, 0
|
|||
etbRevLimitActive0 = bits, U32, 1624, [0:0]
|
||||
jamDetected0 = bits, U32, 1624, [1:1]
|
||||
etbDutyRateOfChange0 = scalar, F32, 1628, "per", 1,0
|
||||
etbDutyAverage0 = scalar, F32, 1632, "per", 1,0
|
||||
etbDutyAverage0 = scalar, F32, 1632, "%", 1,0
|
||||
etbTpsErrorCounter0 = scalar, U16, 1636, "count", 1,0
|
||||
etbPpsErrorCounter0 = scalar, U16, 1638, "count", 1,0
|
||||
etbErrorCode0 = scalar, S08, 1640, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1641, "", 1, 0
|
||||
tcEtbDrop0 = scalar, S08, 1641, "%", 1, 0
|
||||
jamTimer0 = scalar, U16, 1642, "sec", 0.01, 0
|
||||
; total TS size = 1644
|
||||
targetWithIdlePosition1 = scalar, F32, 1644, "per", 1,0
|
||||
trim1 = scalar, F32, 1648, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1652, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1656, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1660
|
||||
etbIntegralError1 = scalar, F32, 1664, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1668, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1672, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1676, [0:0]
|
||||
jamDetected1 = bits, U32, 1676, [1:1]
|
||||
etbDutyRateOfChange1 = scalar, F32, 1680, "per", 1,0
|
||||
etbDutyAverage1 = scalar, F32, 1684, "per", 1,0
|
||||
etbTpsErrorCounter1 = scalar, U16, 1688, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1690, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1692, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1693, "", 1, 0
|
||||
jamTimer1 = scalar, U16, 1694, "sec", 0.01, 0
|
||||
; total TS size = 1696
|
||||
faultCode0 = scalar, U08, 1696, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1697, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1698, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1700, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1702, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1704, "ohm", 1, 0
|
||||
; total TS size = 1708
|
||||
faultCode1 = scalar, U08, 1708, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1709, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1710, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1712, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1714, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1716, "ohm", 1, 0
|
||||
; total TS size = 1720
|
||||
dcOutput0 = scalar, F32, 1720, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1724, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1728, [0:0]
|
||||
; total TS size = 1732
|
||||
value0 = scalar, U16, 1732, "value", 1,0
|
||||
value1 = scalar, U16, 1734, "value", 1,0
|
||||
errorRate = scalar, F32, 1736, "ratio", 1,0
|
||||
adjustedEtbTarget0 = scalar, S08, 1644, "%", 1, 0
|
||||
; total TS size = 1648
|
||||
targetWithIdlePosition1 = scalar, F32, 1648, "per", 1,0
|
||||
trim1 = scalar, F32, 1652, "", 1, 0
|
||||
luaAdjustment1 = scalar, F32, 1656, "per", 1,0
|
||||
m_wastegatePosition1 = scalar, F32, 1660, "per", 1,0
|
||||
etbFeedForward1 = scalar, F32, 1664
|
||||
etbIntegralError1 = scalar, F32, 1668, "", 1, 0
|
||||
etbCurrentTarget1 = scalar, F32, 1672, "%", 1, 0
|
||||
etbCurrentAdjustedTarget1 = scalar, F32, 1676, "%", 1, 0
|
||||
etbRevLimitActive1 = bits, U32, 1680, [0:0]
|
||||
jamDetected1 = bits, U32, 1680, [1:1]
|
||||
etbDutyRateOfChange1 = scalar, F32, 1684, "per", 1,0
|
||||
etbDutyAverage1 = scalar, F32, 1688, "%", 1,0
|
||||
etbTpsErrorCounter1 = scalar, U16, 1692, "count", 1,0
|
||||
etbPpsErrorCounter1 = scalar, U16, 1694, "count", 1,0
|
||||
etbErrorCode1 = scalar, S08, 1696, "", 1, 0
|
||||
tcEtbDrop1 = scalar, S08, 1697, "%", 1, 0
|
||||
jamTimer1 = scalar, U16, 1698, "sec", 0.01, 0
|
||||
adjustedEtbTarget1 = scalar, S08, 1700, "%", 1, 0
|
||||
; total TS size = 1704
|
||||
faultCode0 = scalar, U08, 1704, "", 1, 0
|
||||
heaterDuty0 = scalar, U08, 1705, "%", 1, 0
|
||||
pumpDuty0 = scalar, U08, 1706, "%", 1, 0
|
||||
tempC0 = scalar, U16, 1708, "C", 1, 0
|
||||
nernstVoltage0 = scalar, U16, 1710, "V", 0.001, 0
|
||||
esr0 = scalar, U16, 1712, "ohm", 1, 0
|
||||
; total TS size = 1716
|
||||
faultCode1 = scalar, U08, 1716, "", 1, 0
|
||||
heaterDuty1 = scalar, U08, 1717, "%", 1, 0
|
||||
pumpDuty1 = scalar, U08, 1718, "%", 1, 0
|
||||
tempC1 = scalar, U16, 1720, "C", 1, 0
|
||||
nernstVoltage1 = scalar, U16, 1722, "V", 0.001, 0
|
||||
esr1 = scalar, U16, 1724, "ohm", 1, 0
|
||||
; total TS size = 1728
|
||||
dcOutput0 = scalar, F32, 1728, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1732, "per", 1,0
|
||||
isEnabled0 = bits, U32, 1736, [0:0]
|
||||
; total TS size = 1740
|
||||
vvtTarget = scalar, U16, 1740, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1742, "%", 0.5, 0
|
||||
; total TS size = 1744
|
||||
lambdaCurrentlyGood = bits, U32, 1744, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1744, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1748, "sec", 0.01, 0
|
||||
value0 = scalar, U16, 1740, "value", 1,0
|
||||
value1 = scalar, U16, 1742, "value", 1,0
|
||||
errorRate = scalar, F32, 1744, "ratio", 1,0
|
||||
; total TS size = 1748
|
||||
vvtTarget = scalar, U16, 1748, "deg", 0.1, 0
|
||||
vvtOutput = scalar, U08, 1750, "%", 0.5, 0
|
||||
; total TS size = 1752
|
||||
lambdaCurrentlyGood = bits, U32, 1752, [0:0]
|
||||
lambdaMonitorCut = bits, U32, 1752, [1:1]
|
||||
lambdaTimeSinceGood = scalar, U16, 1756, "sec", 0.01, 0
|
||||
; total TS size = 1760
|
||||
|
||||
|
||||
time = { timeNow }
|
||||
|
@ -4691,14 +4693,14 @@ targetWithIdlePosition0Gauge = targetWithIdlePosition0,"ETB: target with idle0",
|
|||
luaAdjustment0Gauge = luaAdjustment0,"ETB: luaAdjustment0", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
|
||||
m_wastegatePosition0Gauge = m_wastegatePosition0,"DC: wastegatePosition0", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
|
||||
etbDutyRateOfChange0Gauge = etbDutyRateOfChange0,"ETB duty rate of change0", "per", 0.0,25.0, 0.0,25.0, 0.0,25.0, 2,2
|
||||
etbDutyAverage0Gauge = etbDutyAverage0,"ETB average duty0", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
|
||||
etbDutyAverage0Gauge = etbDutyAverage0,"ETB average duty0", "%", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
|
||||
etbTpsErrorCounter0Gauge = etbTpsErrorCounter0,"ETB TPS error counter0", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
|
||||
etbPpsErrorCounter0Gauge = etbPpsErrorCounter0,"ETB pedal error counter0", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
|
||||
targetWithIdlePosition1Gauge = targetWithIdlePosition1,"ETB: target with idle1", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
|
||||
luaAdjustment1Gauge = luaAdjustment1,"ETB: luaAdjustment1", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
|
||||
m_wastegatePosition1Gauge = m_wastegatePosition1,"DC: wastegatePosition1", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
|
||||
etbDutyRateOfChange1Gauge = etbDutyRateOfChange1,"ETB duty rate of change1", "per", 0.0,25.0, 0.0,25.0, 0.0,25.0, 2,2
|
||||
etbDutyAverage1Gauge = etbDutyAverage1,"ETB average duty1", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
|
||||
etbDutyAverage1Gauge = etbDutyAverage1,"ETB average duty1", "%", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2
|
||||
etbTpsErrorCounter1Gauge = etbTpsErrorCounter1,"ETB TPS error counter1", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
|
||||
etbPpsErrorCounter1Gauge = etbPpsErrorCounter1,"ETB pedal error counter1", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
|
||||
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
|
||||
|
@ -5888,8 +5890,9 @@ entry = etbDutyAverage0, "ETB average duty0", float, "%.3f"
|
|||
entry = etbTpsErrorCounter0, "ETB TPS error counter0", int, "%d"
|
||||
entry = etbPpsErrorCounter0, "ETB pedal error counter0", int, "%d"
|
||||
entry = etbErrorCode0, "etbErrorCode0", int, "%d"
|
||||
entry = tcEtbDrop0, "tcEtbDrop0", int, "%d"
|
||||
entry = tcEtbDrop0, "ETB traction control0", int, "%d"
|
||||
entry = jamTimer0, "ETB jam timer0", float, "%.3f"
|
||||
entry = adjustedEtbTarget0, "ETB with adjustments0", int, "%d"
|
||||
entry = targetWithIdlePosition1, "ETB: target with idle1", float, "%.3f"
|
||||
entry = trim1, "ETB: trim1", float, "%.3f"
|
||||
entry = luaAdjustment1, "ETB: luaAdjustment1", float, "%.3f"
|
||||
|
@ -5905,8 +5908,9 @@ entry = etbDutyAverage1, "ETB average duty1", float, "%.3f"
|
|||
entry = etbTpsErrorCounter1, "ETB TPS error counter1", int, "%d"
|
||||
entry = etbPpsErrorCounter1, "ETB pedal error counter1", int, "%d"
|
||||
entry = etbErrorCode1, "etbErrorCode1", int, "%d"
|
||||
entry = tcEtbDrop1, "tcEtbDrop1", int, "%d"
|
||||
entry = tcEtbDrop1, "ETB traction control1", int, "%d"
|
||||
entry = jamTimer1, "ETB jam timer1", float, "%.3f"
|
||||
entry = adjustedEtbTarget1, "ETB with adjustments1", int, "%d"
|
||||
entry = faultCode0, "WBO: Fault code0", int, "%d"
|
||||
entry = heaterDuty0, "WBO: Heater duty0", int, "%d"
|
||||
entry = pumpDuty0, "WBO: Pump duty0", int, "%d"
|
||||
|
@ -6989,6 +6993,7 @@ dialog = electronic_throttle0Dialog, "electronic_throttle0"
|
|||
graphLine = etbErrorCode0
|
||||
graphLine = tcEtbDrop0
|
||||
graphLine = jamTimer0
|
||||
graphLine = adjustedEtbTarget0
|
||||
|
||||
indicatorPanel = electronic_throttle1IndicatorPanel, 2
|
||||
indicator = {etbRevLimitActive1}, "etbRevLimitActive No", "etbRevLimitActive Yes"
|
||||
|
@ -7015,6 +7020,7 @@ dialog = electronic_throttle1Dialog, "electronic_throttle1"
|
|||
graphLine = etbErrorCode1
|
||||
graphLine = tcEtbDrop1
|
||||
graphLine = jamTimer1
|
||||
graphLine = adjustedEtbTarget1
|
||||
|
||||
|
||||
dialog = wideband_state0Dialog, "wideband_state0"
|
||||
|
|
Loading…
Reference in New Issue