only:mre_f4

honda 600 https://rusefi.com/forum/viewtopic.php?f=16&t=2572
This commit is contained in:
Andrey 2023-07-03 10:25:04 -04:00
parent 96e40114fb
commit 6ccf1fe426
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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;