VW warnings on cranking #2861

same resilience for some other triggers
This commit is contained in:
Andrey 2021-06-27 13:29:09 -04:00
parent fcc97fb9a6
commit 41060a1235
1 changed files with 3 additions and 0 deletions

View File

@ -591,10 +591,12 @@ void TriggerWaveform::initializeTriggerWaveform(operation_mode_e ambiguousOperat
case TT_TOOTHED_WHEEL_60_2:
setToothedWheelConfiguration(this, 60, 2, ambiguousOperationMode);
setSecondTriggerSynchronizationGap(1); // this gap is not required to synch on perfect signal but is needed to handle to reject cranking transition noise
break;
case TT_TOOTHED_WHEEL_36_2:
setToothedWheelConfiguration(this, 36, 2, ambiguousOperationMode);
setSecondTriggerSynchronizationGap(1); // this gap is not required to synch on perfect signal but is needed to handle to reject cranking transition noise
break;
case TT_60_2_VW:
@ -603,6 +605,7 @@ void TriggerWaveform::initializeTriggerWaveform(operation_mode_e ambiguousOperat
case TT_TOOTHED_WHEEL_36_1:
setToothedWheelConfiguration(this, 36, 1, ambiguousOperationMode);
setSecondTriggerSynchronizationGap(1); // this gap is not required to synch on perfect signal but is needed to handle to reject cranking transition noise
break;
case TT_VVT_BOSCH_QUICK_START: