An option to disable semi-random ignition #4151

This commit is contained in:
rusefillc 2022-05-08 07:46:02 -04:00
parent 84f75092ec
commit c2763e82cd
2 changed files with 2 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ bit flexCranking;Enable a second cranking table to use for E100 flex fuel, inter
bit useIacPidMultTable;+This flag allows to use a special 'PID Multiplier' table (0.0-1.0) to compensate for nonlinear nature of IAC-RPM controller
bit isBoostControlEnabled
bit launchSmoothRetard;+Interpolates the Ignition Retard from 0 to 100% within the RPM Range
bit unused1476b20
bit isPhaseSyncRequiredForIgnition;Some engines are OK running semi-random sequential while other engine require phase synchronization
bit unused1476b8
bit unused_1484_bit_24
bit unused_1484_bit_25

View File

@ -1991,6 +1991,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
field = "VVT offset bank 1 exhaust", vvtOffsets2, { camInputs2 != 0 }
field = "VVT offset bank 2 intake", vvtOffsets3, { camInputs3 != 0 }
field = "VVT offset bank 2 exhaust", vvtOffsets4, { camInputs4 != 0 }
field = "Require CAM/VVT sync for ignition", isPhaseSyncRequiredForIgnition
field = "Print verbose VVT sync details to console",verboseVVTDecoding
field = "Print verbose trigger sync to console", verboseTriggerSynchDetails
field = "Do not print messages in case of sync error", silentTriggerError