M62T vanos support #2243
This commit is contained in:
parent
d87a38541e
commit
ec9dffb804
|
@ -501,14 +501,14 @@ end_struct
|
|||
injector_s injector
|
||||
|
||||
bit isForcedInduction;
|
||||
bit activateAuxPid1;
|
||||
bit unused_294_1;
|
||||
bit isVerboseAuxPid1;
|
||||
bit activateAuxPid2;
|
||||
bit isVerboseAuxPid2;
|
||||
bit activateAuxPid3;
|
||||
bit isVerboseAuxPid3;
|
||||
bit activateAuxPid4;
|
||||
bit isVerboseAuxPid4;
|
||||
bit unused_294_3;
|
||||
bit unused_294_4;
|
||||
bit unused_294_5;
|
||||
bit unused_294_6;
|
||||
bit unused_294_7;
|
||||
bit unused_294_8;
|
||||
bit isCJ125Verbose;enable cj125verbose/disable cj125verbose
|
||||
bit cj125isUaDivided;+Is your UA CJ125 output wired to MCU via resistor divider? Ua can go over 3.3v but only at lambda >3, i.e very lean AFR above 44.1\nWhen exposed to free air and 17x gain, Ua will be 4.17 volt
|
||||
bit cj125isLsu49;
|
||||
|
|
|
@ -488,6 +488,10 @@ enable2ndByteCanID = false
|
|||
requiresPowerCycle = alternatorPwmFrequency
|
||||
requiresPowerCycle = auxPidFrequency1
|
||||
requiresPowerCycle = auxPidFrequency2
|
||||
requiresPowerCycle = auxPidPins1
|
||||
requiresPowerCycle = auxPidPins2
|
||||
requiresPowerCycle = auxPidPins3
|
||||
requiresPowerCycle = auxPidPins4
|
||||
|
||||
requiresPowerCycle = fsioOutputPins1
|
||||
requiresPowerCycle = fsioOutputPins2
|
||||
|
@ -2784,9 +2788,9 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = "Second Shaft Bank#1", auxPidPins2
|
||||
field = "First Shaft Bank#2", auxPidPins3
|
||||
field = "Second Shaft Bank#2", auxPidPins4
|
||||
field = "PWM Frequency", auxPidFrequency1
|
||||
field = "Detailed status in console", isVerboseAuxPid1
|
||||
field = "control period", auxPid1_periodMs
|
||||
field = "PWM Frequency", auxPidFrequency1, {auxPidPins1 != 0 || auxPidPins2 != 0}
|
||||
field = "Detailed status in console", isVerboseAuxPid1, {auxPidPins1 != 0 || auxPidPins2 != 0}
|
||||
field = "control period", auxPid1_periodMs, {auxPidPins1 != 0 || auxPidPins2 != 0}
|
||||
|
||||
dialog = vvtPidDialog1, "First Shaft PID"
|
||||
field = "offset", auxPid1_offset, {auxPidPins1 != 0}
|
||||
|
|
Loading…
Reference in New Issue