only:mre_f4
honda 600 https://rusefi.com/forum/viewtopic.php?f=16&t=2572
This commit is contained in:
parent
96e40114fb
commit
6ccf1fe426
|
@ -34,7 +34,7 @@ void setHonda600() {
|
|||
|
||||
// set global_trigger_offset_angle 180
|
||||
// set global_trigger_offset_angle 540
|
||||
engineConfiguration->globalTriggerAngleOffset = 540;
|
||||
engineConfiguration->globalTriggerAngleOffset = 70; // huh why is this here? do we need better tdcPosition in configureHondaCbr600?
|
||||
|
||||
engineConfiguration->cylindersCount = 4;
|
||||
engineConfiguration->crankingInjectionMode = IM_SIMULTANEOUS;
|
||||
|
|
|
@ -15,7 +15,8 @@ void configureHondaCbr600(TriggerWaveform *s) {
|
|||
s->useOnlyPrimaryForSync = true;
|
||||
s->setTriggerSynchronizationGap(6);
|
||||
|
||||
s->tdcPosition = 0; // todo: hard-code TDC position once we know it
|
||||
s->tdcPosition = 470; // todo: hard-code TDC position once we know it
|
||||
s->setTriggerSynchronizationGap2(/*from*/5, /*to*/9);
|
||||
|
||||
int totalTeethCount = 24;
|
||||
int skippedCount = 0;
|
||||
|
|
Loading…
Reference in New Issue