https://rusefi.com/forum/viewtopic.php?f=5&t=2143 Suzuki G13B tooth pattern
This commit is contained in:
parent
b0ae87054a
commit
8a2472126a
|
@ -11,12 +11,13 @@ void initializeSuzukiG13B(TriggerWaveform *s) {
|
||||||
s->initialize(FOUR_STROKE_CAM_SENSOR);
|
s->initialize(FOUR_STROKE_CAM_SENSOR);
|
||||||
|
|
||||||
float w = 5;
|
float w = 5;
|
||||||
|
float specialTooth = 20;
|
||||||
|
|
||||||
s->addEvent720(180 - w, T_PRIMARY, TV_RISE);
|
s->addEvent720(180 - w, T_PRIMARY, TV_RISE);
|
||||||
s->addEvent720(180, T_PRIMARY, TV_FALL);
|
s->addEvent720(180, T_PRIMARY, TV_FALL);
|
||||||
|
|
||||||
s->addEvent720(30 + 180 - w, T_PRIMARY, TV_RISE);
|
s->addEvent720(2 * specialTooth + 180 - w, T_PRIMARY, TV_RISE);
|
||||||
s->addEvent720(30 + 180, T_PRIMARY, TV_FALL);
|
s->addEvent720(2 * specialTooth + 180, T_PRIMARY, TV_FALL);
|
||||||
|
|
||||||
s->addEvent720(360 - w, T_PRIMARY, TV_RISE);
|
s->addEvent720(360 - w, T_PRIMARY, TV_RISE);
|
||||||
s->addEvent720(360, T_PRIMARY, TV_FALL);
|
s->addEvent720(360, T_PRIMARY, TV_FALL);
|
||||||
|
@ -27,7 +28,7 @@ void initializeSuzukiG13B(TriggerWaveform *s) {
|
||||||
s->addEvent720(720 - w, T_PRIMARY, TV_RISE);
|
s->addEvent720(720 - w, T_PRIMARY, TV_RISE);
|
||||||
s->addEvent720(720, T_PRIMARY, TV_FALL);
|
s->addEvent720(720, T_PRIMARY, TV_FALL);
|
||||||
|
|
||||||
s->setTriggerSynchronizationGap(0.14);
|
s->setTriggerSynchronizationGap(0.22);
|
||||||
s->setSecondTriggerSynchronizationGap(1);
|
s->setSecondTriggerSynchronizationGap(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue