Auto-generated configs and docs
This commit is contained in:
parent
18c49c4a10
commit
c9a345062e
|
@ -24,7 +24,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -314,7 +313,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -27,7 +27,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -341,7 +341,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
RPMValue("RPM", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 4, 1.0, 0.0, 8000.0, "RPM"),
|
||||
rpmAcceleration("dRPM", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 6, 1.0, 0.0, 5.0, "RPM/s"),
|
||||
speedToRpmRatio("Gearbox Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 8, 0.01, 0.0, 0.0, "value"),
|
||||
vehicleSpeedKph("Vehicle Speed", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 10, 1.0, 0.0, 0.0, "kph"),
|
||||
unusedVehicleSpeedKph("Vehicle Speed", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 10, 1.0, 0.0, 0.0, "kph"),
|
||||
internalMcuTemperature("CPU Temperature", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 11, 1.0, 0.0, 0.0, "deg C"),
|
||||
coolant("CLT", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 12, 0.01, 0.0, 0.0, "deg C"),
|
||||
intake("IAT", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 14, 0.01, 0.0, 0.0, "deg C"),
|
||||
|
@ -240,7 +240,7 @@ luaGauges2("luaGauges 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 628, 1.0,
|
|||
rawMaf2("rawMaf2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 632, 0.001, 0.0, 5.0, "V"),
|
||||
mafMeasured2("MAF #2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 634, 0.1, 0.0, 0.0, "kg/h"),
|
||||
schedulingUsedCount("schedulingUsedCount", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 636, 1.0, 0.0, 0.0, ""),
|
||||
todoVss("todoVss", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 638, 0.01, 0.0, 0.0, "kph"),
|
||||
vehicleSpeedKph("Vehicle Speed", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 638, 0.01, 0.0, 0.0, "kph"),
|
||||
unusedAtTheEnd1("unusedAtTheEnd 1", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 640, 1.0, 0.0, 0.0, ""),
|
||||
unusedAtTheEnd2("unusedAtTheEnd 2", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 641, 1.0, 0.0, 0.0, ""),
|
||||
unusedAtTheEnd3("unusedAtTheEnd 3", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 642, 1.0, 0.0, 0.0, ""),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Apr 22 19:45:40 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Apr 22 20:21:54 UTC 2023
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -154,7 +154,7 @@ struct output_channels_s {
|
|||
kph
|
||||
* offset 10
|
||||
*/
|
||||
uint8_t vehicleSpeedKph = (uint8_t)0;
|
||||
uint8_t unusedVehicleSpeedKph = (uint8_t)0;
|
||||
/**
|
||||
* @@GAUGE_NAME_CPU_TEMP@@
|
||||
deg C
|
||||
|
@ -1370,10 +1370,11 @@ struct output_channels_s {
|
|||
*/
|
||||
uint16_t schedulingUsedCount = (uint16_t)0;
|
||||
/**
|
||||
* @@GAUGE_NAME_VVS@@
|
||||
kph
|
||||
* offset 638
|
||||
*/
|
||||
scaled_channel<uint16_t, 100, 1> todoVss = (uint16_t)0;
|
||||
scaled_channel<uint16_t, 100, 1> vehicleSpeedKph = (uint16_t)0;
|
||||
/**
|
||||
* offset 640
|
||||
*/
|
||||
|
@ -1382,4 +1383,4 @@ struct output_channels_s {
|
|||
static_assert(sizeof(output_channels_s) == 776);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Apr 22 19:45:40 UTC 2023
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Apr 22 20:21:54 UTC 2023
|
||||
|
|
|
@ -3,7 +3,6 @@ static constexpr LogField fields[] = {
|
|||
{engine->outputChannels.RPMValue, "RPM", "RPM", 0},
|
||||
{engine->outputChannels.rpmAcceleration, "dRPM", "RPM/s", 2},
|
||||
{engine->outputChannels.speedToRpmRatio, "Gearbox Ratio", "value", 2},
|
||||
{engine->outputChannels.vehicleSpeedKph, "Vehicle Speed", "kph", 1},
|
||||
{engine->outputChannels.internalMcuTemperature, "CPU Temperature", "deg C", 0},
|
||||
{engine->outputChannels.coolant, "CLT", "deg C", 1},
|
||||
{engine->outputChannels.intake, "IAT", "deg C", 1},
|
||||
|
@ -259,7 +258,7 @@ static constexpr LogField fields[] = {
|
|||
{engine->outputChannels.rawMaf2, "rawMaf2", "V", 3},
|
||||
{engine->outputChannels.mafMeasured2, "MAF #2", "kg/h", 1},
|
||||
{engine->outputChannels.schedulingUsedCount, "schedulingUsedCount", "", 0},
|
||||
{engine->outputChannels.todoVss, "todoVss", "kph", 2},
|
||||
{engine->outputChannels.vehicleSpeedKph, "Vehicle Speed", "kph", 2},
|
||||
{engine->fuelComputer.totalFuelCorrection, "totalFuelCorrection", "mult", 2, "Fuel: math"},
|
||||
{engine->fuelComputer.running.postCrankingFuelCorrection, "running.postCrankingFuelCorrection", "", 0},
|
||||
{engine->fuelComputer.running.intakeTemperatureCoefficient, "fuel: IAT correction", "", 0},
|
||||
|
|
|
@ -82,9 +82,6 @@ float getOutputValueByName(const char *name) {
|
|||
// speedToRpmRatio
|
||||
case -685727673:
|
||||
return engine->outputChannels.speedToRpmRatio;
|
||||
// vehicleSpeedKph
|
||||
case -1925174695:
|
||||
return engine->outputChannels.vehicleSpeedKph;
|
||||
// internalMcuTemperature
|
||||
case -871891659:
|
||||
return engine->outputChannels.internalMcuTemperature;
|
||||
|
@ -736,9 +733,9 @@ float getOutputValueByName(const char *name) {
|
|||
// schedulingUsedCount
|
||||
case 967311941:
|
||||
return engine->outputChannels.schedulingUsedCount;
|
||||
// todoVss
|
||||
case -278906793:
|
||||
return engine->outputChannels.todoVss;
|
||||
// vehicleSpeedKph
|
||||
case -1925174695:
|
||||
return engine->outputChannels.vehicleSpeedKph;
|
||||
// totalFuelCorrection
|
||||
case -1779658835:
|
||||
return engine->fuelComputer.totalFuelCorrection;
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:25 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:53 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:09 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:32 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:44 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:00 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:46 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:02 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:47 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:03 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:22 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:50 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:08 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:30 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sat Apr 22 19:45:42 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sat Apr 22 20:21:57 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:20 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:47 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:21 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:48 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:12 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:37 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:48 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:05 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:01 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:22 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:53 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:12 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:00 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:20 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:52 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:10 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:51 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:09 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:50 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:07 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:55 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:14 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:57 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:17 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:58 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:19 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:56 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:15 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:02 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:24 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:04 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:25 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Apr 22 19:45:41 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Apr 22 20:21:56 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:10 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:33 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:06 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:28 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4456,7 +4456,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4746,7 +4745,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:05 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:27 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4456,7 +4456,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4746,7 +4745,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:15 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:40 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:14 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:38 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:17 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:43 UTC 2023
|
||||
|
||||
pageSize = 26436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:16 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:42 UTC 2023
|
||||
|
||||
pageSize = 26436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:19 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:45 UTC 2023
|
||||
|
||||
pageSize = 26436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:11 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:35 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Sat Apr 22 19:45:43 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Sat Apr 22 20:21:59 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 19:46:23 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Apr 22 20:22:51 UTC 2023
|
||||
|
||||
pageSize = 22436
|
||||
page = 1
|
||||
|
@ -2267,7 +2267,7 @@ isIdleClosedLoop = bits, U32, 0, [25:25]
|
|||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0
|
||||
internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0
|
||||
coolant = scalar, S16, 12, "deg C", 0.01, 0
|
||||
intake = scalar, S16, 14, "deg C", 0.01, 0
|
||||
|
@ -2581,7 +2581,7 @@ luaGauges2 = scalar, F32, 628, "value", 1, 0
|
|||
rawMaf2 = scalar, U16, 632, "V", 0.001, 0
|
||||
mafMeasured2 = scalar, U16, 634, "kg/h", 0.1, 0
|
||||
schedulingUsedCount = scalar, U16, 636, "", 1,0
|
||||
todoVss = scalar, U16, 638, "kph", 0.01, 0
|
||||
vehicleSpeedKph = scalar, U16, 638, "kph", 0.01, 0
|
||||
unusedAtTheEnd1 = scalar, U08, 640, "", 1, 0
|
||||
unusedAtTheEnd2 = scalar, U08, 641, "", 1, 0
|
||||
unusedAtTheEnd3 = scalar, U08, 642, "", 1, 0
|
||||
|
@ -4455,7 +4455,6 @@ entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
|
|||
entry = RPMValue, "RPM", int, "%d"
|
||||
entry = rpmAcceleration, "dRPM", int, "%d"
|
||||
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", int, "%d"
|
||||
entry = internalMcuTemperature, "CPU Temperature", int, "%d"
|
||||
entry = coolant, "CLT", float, "%.3f"
|
||||
entry = intake, "IAT", float, "%.3f"
|
||||
|
@ -4745,7 +4744,7 @@ entry = luaGauges2, "luaGauges 2", float, "%.3f"
|
|||
entry = rawMaf2, "rawMaf2", float, "%.3f"
|
||||
entry = mafMeasured2, "MAF #2", float, "%.3f"
|
||||
entry = schedulingUsedCount, "schedulingUsedCount", int, "%d"
|
||||
entry = todoVss, "todoVss", float, "%.3f"
|
||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f"
|
||||
entry = totalFuelCorrection, "totalFuelCorrection", float, "%.3f"
|
||||
entry = running_postCrankingFuelCorrection, "running_postCrankingFuelCorrection", float, "%.3f"
|
||||
entry = running_intakeTemperatureCoefficient, "fuel: IAT correction", float, "%.3f"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config.generated;
|
||||
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Apr 22 19:45:40 UTC 2023
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sat Apr 22 20:21:54 UTC 2023
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -435,7 +435,7 @@ public class TsOutputs {
|
|||
public static final Field RPMVALUE = Field.create("RPMVALUE", 4, FieldType.INT16).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field RPMACCELERATION = Field.create("RPMACCELERATION", 6, FieldType.INT16).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field SPEEDTORPMRATIO = Field.create("SPEEDTORPMRATIO", 8, FieldType.INT16).setScale(0.01).setBaseOffset(0);
|
||||
public static final Field VEHICLESPEEDKPH = Field.create("VEHICLESPEEDKPH", 10, FieldType.INT8).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field UNUSEDVEHICLESPEEDKPH = Field.create("UNUSEDVEHICLESPEEDKPH", 10, FieldType.INT8).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field INTERNALMCUTEMPERATURE = Field.create("INTERNALMCUTEMPERATURE", 11, FieldType.INT8).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field COOLANT = Field.create("COOLANT", 12, FieldType.INT16).setScale(0.01).setBaseOffset(0);
|
||||
public static final Field INTAKE = Field.create("INTAKE", 14, FieldType.INT16).setScale(0.01).setBaseOffset(0);
|
||||
|
@ -753,7 +753,7 @@ public class TsOutputs {
|
|||
public static final Field RAWMAF2 = Field.create("RAWMAF2", 632, FieldType.INT16).setScale(0.001).setBaseOffset(0);
|
||||
public static final Field MAFMEASURED2 = Field.create("MAFMEASURED2", 634, FieldType.INT16).setScale(0.1).setBaseOffset(0);
|
||||
public static final Field SCHEDULINGUSEDCOUNT = Field.create("SCHEDULINGUSEDCOUNT", 636, FieldType.INT16).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field TODOVSS = Field.create("TODOVSS", 638, FieldType.INT16).setScale(0.01).setBaseOffset(0);
|
||||
public static final Field VEHICLESPEEDKPH = Field.create("VEHICLESPEEDKPH", 638, FieldType.INT16).setScale(0.01).setBaseOffset(0);
|
||||
public static final Field UNUSEDATTHEEND1 = Field.create("UNUSEDATTHEEND1", 640, FieldType.INT8).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field UNUSEDATTHEEND2 = Field.create("UNUSEDATTHEEND2", 641, FieldType.INT8).setScale(1.0).setBaseOffset(0);
|
||||
public static final Field UNUSEDATTHEEND3 = Field.create("UNUSEDATTHEEND3", 642, FieldType.INT8).setScale(1.0).setBaseOffset(0);
|
||||
|
@ -917,7 +917,7 @@ public class TsOutputs {
|
|||
RPMVALUE,
|
||||
RPMACCELERATION,
|
||||
SPEEDTORPMRATIO,
|
||||
VEHICLESPEEDKPH,
|
||||
UNUSEDVEHICLESPEEDKPH,
|
||||
INTERNALMCUTEMPERATURE,
|
||||
COOLANT,
|
||||
INTAKE,
|
||||
|
@ -1235,7 +1235,7 @@ public class TsOutputs {
|
|||
RAWMAF2,
|
||||
MAFMEASURED2,
|
||||
SCHEDULINGUSEDCOUNT,
|
||||
TODOVSS,
|
||||
VEHICLESPEEDKPH,
|
||||
UNUSEDATTHEEND1,
|
||||
UNUSEDATTHEEND2,
|
||||
UNUSEDATTHEEND3,
|
||||
|
|
Loading…
Reference in New Issue