field useful for rusEFI online catalog

This commit is contained in:
rusefi 2020-05-07 00:55:59 -04:00
parent 2951a161bf
commit c0ce8b1b22
3 changed files with 10 additions and 2 deletions

View File

@ -717,6 +717,8 @@ static void setDefaultEngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
CONFIG(startCrankingDuration) = 7; CONFIG(startCrankingDuration) = 7;
CONFIG(compressionRatio) = 9;
engineConfiguration->idlePidRpmDeadZone = 50; engineConfiguration->idlePidRpmDeadZone = 50;
engineConfiguration->startOfCrankingPrimingPulse = 0; engineConfiguration->startOfCrankingPrimingPulse = 0;

View File

@ -367,7 +367,7 @@ end_struct
injector_s injector injector_s injector
bit unused76b0; bit isForcedInduction;
bit activateAuxPid1; bit activateAuxPid1;
bit isVerboseAuxPid1; bit isVerboseAuxPid1;
bit activateAuxPid2; bit activateAuxPid2;
@ -666,7 +666,7 @@ pin_input_mode_e throttlePedalUpPinMode;
uint32_t tunerStudioSerialSpeed;Secondary TTL channel baud rate;"BPs", 1, 0, 0,1000000, 0 uint32_t tunerStudioSerialSpeed;Secondary TTL channel baud rate;"BPs", 1, 0, 0,1000000, 0
int anUnused4Bytes; float compressionRatio;+Just for reference really, not taken into account by any logic at this point;"CR", 1, 0, 0, 300.0, 1
brain_pin_e[TRIGGER_SIMULATOR_PIN_COUNT iterate] triggerSimulatorPins;Each rusEfi piece can provide synthetic trigger signal for external ECU. Sometimes these wires are routed back into trigger inputs of the same rusEfi board.\nSee also directSelfStimulation which is different. brain_pin_e[TRIGGER_SIMULATOR_PIN_COUNT iterate] triggerSimulatorPins;Each rusEfi piece can provide synthetic trigger signal for external ECU. Sometimes these wires are routed back into trigger inputs of the same rusEfi board.\nSee also directSelfStimulation which is different.
pin_output_mode_e[TRIGGER_SIMULATOR_PIN_COUNT iterate] triggerSimulatorPinModes; pin_output_mode_e[TRIGGER_SIMULATOR_PIN_COUNT iterate] triggerSimulatorPinModes;

View File

@ -1621,11 +1621,17 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
dialog = baseEngineConfig, "Engine Configuration" dialog = baseEngineConfig, "Engine Configuration"
; field = "Engine Preset", engineType ; field = "Engine Preset", engineType
; this field is useful for rusEFI online catalog
field = "Engine Make", engineMake field = "Engine Make", engineMake
; this field is useful for rusEFI online catalog
field = "Engine Code", engineCode field = "Engine Code", engineCode
field = "Number of Cylinders", cylindersCount field = "Number of Cylinders", cylindersCount
field = "Engine Displacement", displacement field = "Engine Displacement", displacement
field = "Firing Order", firingOrder field = "Firing Order", firingOrder
; this field is useful for rusEFI online catalog
field = "Compression Ratio", compressionRatio
; this field is useful for rusEFI online catalog
field = "Forced Induction?", isForcedInduction
; Engine->Trigger configuration ; Engine->Trigger configuration
dialog = triggerConfiguration_settings, "Trigger Pattern" dialog = triggerConfiguration_settings, "Trigger Pattern"