parent
7e47f56153
commit
3ec576c2f9
|
@ -398,6 +398,7 @@ entry = injectorDiagnostic11, "injectorDiagnostic 11", int, "%d"
|
||||||
entry = injectorDiagnostic12, "injectorDiagnostic 12", int, "%d"
|
entry = injectorDiagnostic12, "injectorDiagnostic 12", int, "%d"
|
||||||
entry = actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", float, "%.3f"
|
entry = actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", float, "%.3f"
|
||||||
entry = injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2", float, "%.3f"
|
entry = injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2", float, "%.3f"
|
||||||
|
entry = rawFlexFreq, "rawFlexFreq", int, "%d"
|
||||||
entry = fastAdcErrorsCount, "fastAdcErrorsCount", int, "%d"
|
entry = fastAdcErrorsCount, "fastAdcErrorsCount", int, "%d"
|
||||||
entry = deviceUid, "deviceUid", int, "%d"
|
entry = deviceUid, "deviceUid", int, "%d"
|
||||||
entry = mc33810spiErrorCounter, "mc33810spiErrorCounter", int, "%d"
|
entry = mc33810spiErrorCounter, "mc33810spiErrorCounter", int, "%d"
|
||||||
|
|
|
@ -399,7 +399,7 @@ injectorDiagnostic11 = scalar, U08, 754, "", 1, 0
|
||||||
injectorDiagnostic12 = scalar, U08, 755, "", 1, 0
|
injectorDiagnostic12 = scalar, U08, 755, "", 1, 0
|
||||||
actualLastInjectionStage2 = scalar, U16, 756, "ms", 0.0033333333333333335, 0
|
actualLastInjectionStage2 = scalar, U16, 756, "ms", 0.0033333333333333335, 0
|
||||||
injectorDutyCycleStage2 = scalar, U08, 758, "%", 0.5, 0
|
injectorDutyCycleStage2 = scalar, U08, 758, "%", 0.5, 0
|
||||||
unusedByteHere = scalar, U08, 759, "", 1, 0
|
rawFlexFreq = scalar, U08, 759, "", 1, 0
|
||||||
fastAdcErrorsCount = scalar, U08, 760, "", 1, 0
|
fastAdcErrorsCount = scalar, U08, 760, "", 1, 0
|
||||||
deviceUid = scalar, U08, 761, "", 1, 0
|
deviceUid = scalar, U08, 761, "", 1, 0
|
||||||
mc33810spiErrorCounter = scalar, U16, 762, "", 1, 0
|
mc33810spiErrorCounter = scalar, U16, 762, "", 1, 0
|
||||||
|
|
|
@ -318,6 +318,7 @@ static const LogField fields[] = {
|
||||||
{engine->outputChannels.injectorDiagnostic[11], "injectorDiagnostic 12", "", 0},
|
{engine->outputChannels.injectorDiagnostic[11], "injectorDiagnostic 12", "", 0},
|
||||||
{engine->outputChannels.actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", "ms", 3},
|
{engine->outputChannels.actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", "ms", 3},
|
||||||
{engine->outputChannels.injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2", "%", 0},
|
{engine->outputChannels.injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2", "%", 0},
|
||||||
|
{engine->outputChannels.rawFlexFreq, "rawFlexFreq", "", 0},
|
||||||
{engine->outputChannels.fastAdcErrorsCount, "fastAdcErrorsCount", "", 0},
|
{engine->outputChannels.fastAdcErrorsCount, "fastAdcErrorsCount", "", 0},
|
||||||
{engine->outputChannels.deviceUid, "deviceUid", "", 0},
|
{engine->outputChannels.deviceUid, "deviceUid", "", 0},
|
||||||
{engine->outputChannels.mc33810spiErrorCounter, "mc33810spiErrorCounter", "", 0},
|
{engine->outputChannels.mc33810spiErrorCounter, "mc33810spiErrorCounter", "", 0},
|
||||||
|
|
|
@ -1297,7 +1297,7 @@
|
||||||
#define SentEtbType_NONE 0
|
#define SentEtbType_NONE 0
|
||||||
#define show_tcu_gauges false
|
#define show_tcu_gauges false
|
||||||
#define show_vvt_output_pin true
|
#define show_vvt_output_pin true
|
||||||
#define SIGNATURE_HASH 1553723019
|
#define SIGNATURE_HASH 3985382348
|
||||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
#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_PREFIX "generated/simulator_tune_image"
|
||||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||||
|
@ -1758,7 +1758,7 @@
|
||||||
#define ts_show_wastegate_sensor true
|
#define ts_show_wastegate_sensor true
|
||||||
#define ts_show_wbo_canbus_index true
|
#define ts_show_wbo_canbus_index true
|
||||||
#define ts_show_wbo_canbus_set_index true
|
#define ts_show_wbo_canbus_set_index true
|
||||||
#define TS_SIGNATURE "rusEFI main.2024.11.19.hellen-f4-community.1553723019"
|
#define TS_SIGNATURE "rusEFI main.2024.11.20.hellen-f4-community.3985382348"
|
||||||
#define TS_SIMULATE_CAN '>'
|
#define TS_SIMULATE_CAN '>'
|
||||||
#define TS_SIMULATE_CAN_char >
|
#define TS_SIMULATE_CAN_char >
|
||||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1553723019
|
#define SIGNATURE_HASH 3985382348
|
||||||
#define TS_SIGNATURE "rusEFI main.2024.11.19.hellen-f4-community.1553723019"
|
#define TS_SIGNATURE "rusEFI main.2024.11.20.hellen-f4-community.3985382348"
|
||||||
|
|
|
@ -1301,7 +1301,7 @@ struct output_channels_s {
|
||||||
/**
|
/**
|
||||||
* offset 759
|
* offset 759
|
||||||
*/
|
*/
|
||||||
uint8_t unusedByteHere = (uint8_t)0;
|
uint8_t rawFlexFreq = (uint8_t)0;
|
||||||
/**
|
/**
|
||||||
* offset 760
|
* offset 760
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI main.2024.11.19.hellen-f4-community.1553723019"
|
signature = "rusEFI main.2024.11.20.hellen-f4-community.3985382348"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI main.2024.11.19.hellen-f4-community.1553723019" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI main.2024.11.20.hellen-f4-community.3985382348" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -2985,7 +2985,7 @@ injectorDiagnostic11 = scalar, U08, 754, "", 1, 0
|
||||||
injectorDiagnostic12 = scalar, U08, 755, "", 1, 0
|
injectorDiagnostic12 = scalar, U08, 755, "", 1, 0
|
||||||
actualLastInjectionStage2 = scalar, U16, 756, "ms", 0.0033333333333333335, 0
|
actualLastInjectionStage2 = scalar, U16, 756, "ms", 0.0033333333333333335, 0
|
||||||
injectorDutyCycleStage2 = scalar, U08, 758, "%", 0.5, 0
|
injectorDutyCycleStage2 = scalar, U08, 758, "%", 0.5, 0
|
||||||
unusedByteHere = scalar, U08, 759, "", 1, 0
|
rawFlexFreq = scalar, U08, 759, "", 1, 0
|
||||||
fastAdcErrorsCount = scalar, U08, 760, "", 1, 0
|
fastAdcErrorsCount = scalar, U08, 760, "", 1, 0
|
||||||
deviceUid = scalar, U08, 761, "", 1, 0
|
deviceUid = scalar, U08, 761, "", 1, 0
|
||||||
mc33810spiErrorCounter = scalar, U16, 762, "", 1, 0
|
mc33810spiErrorCounter = scalar, U16, 762, "", 1, 0
|
||||||
|
@ -5045,6 +5045,7 @@ gaugeCategory = Sensors - Raw
|
||||||
rawAfrGauge = rawAfr , "Raw EGO", "V", 0, 5, 0, 0, 5, 5, 3, 0
|
rawAfrGauge = rawAfr , "Raw EGO", "V", 0, 5, 0, 0, 5, 5, 3, 0
|
||||||
vssEdgeCounterGauge = vssEdgeCounter, "Raw VSS", "counter", 0, 5, 0, 0, 5, 5, 0, 0
|
vssEdgeCounterGauge = vssEdgeCounter, "Raw VSS", "counter", 0, 5, 0, 0, 5, 5, 0, 0
|
||||||
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 0, 0
|
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 0, 0
|
||||||
|
rawFlexFreqGauge = rawFlexFreq, "Raw Flex", "Hz", 0, 5, 0, 0, 5, 5, 3, 0
|
||||||
|
|
||||||
gaugeCategory = Transmission
|
gaugeCategory = Transmission
|
||||||
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 10, 0, 0, 10, 10, 0, 0
|
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 10, 0, 0, 10, 10, 0, 0
|
||||||
|
@ -5624,6 +5625,7 @@ entry = injectorDiagnostic11, "injectorDiagnostic 11", int, "%d"
|
||||||
entry = injectorDiagnostic12, "injectorDiagnostic 12", int, "%d"
|
entry = injectorDiagnostic12, "injectorDiagnostic 12", int, "%d"
|
||||||
entry = actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", float, "%.3f"
|
entry = actualLastInjectionStage2, "Fuel: Last inj pulse width stg 2", float, "%.3f"
|
||||||
entry = injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2", float, "%.3f"
|
entry = injectorDutyCycleStage2, "Fuel: injector duty cycle stage 2", float, "%.3f"
|
||||||
|
entry = rawFlexFreq, "rawFlexFreq", int, "%d"
|
||||||
entry = fastAdcErrorsCount, "fastAdcErrorsCount", int, "%d"
|
entry = fastAdcErrorsCount, "fastAdcErrorsCount", int, "%d"
|
||||||
entry = deviceUid, "deviceUid", int, "%d"
|
entry = deviceUid, "deviceUid", int, "%d"
|
||||||
entry = mc33810spiErrorCounter, "mc33810spiErrorCounter", int, "%d"
|
entry = mc33810spiErrorCounter, "mc33810spiErrorCounter", int, "%d"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
! Generated by gen_signature.sh
|
! Generated by gen_signature.sh
|
||||||
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
|
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
|
||||||
! gen_signature.sh Using env variable branch [main]
|
! gen_signature.sh Using env variable branch [main]
|
||||||
#define TS_SIGNATURE "rusEFI main.2024.11.19.hellen-f4-community.@@SIGNATURE_HASH@@"
|
#define TS_SIGNATURE "rusEFI main.2024.11.20.hellen-f4-community.@@SIGNATURE_HASH@@"
|
||||||
|
|
Loading…
Reference in New Issue