rusEFI
The most advanced open source ECU
honda_600.cpp
Go to the documentation of this file.
1 /*
2  * @file honda_600.cpp
3  *
4  * set engine_type 43
5  *
6  * @date Jul 9, 2016
7  * @author Andrey Belomutskiy, (c) 2012-2020
8  */
9 
10 #include "pch.h"
11 
12 #include "engine_template.h"
13 #include "honda_600.h"
14 #include "custom_engine.h"
15 
16 void setHonda600() {
17 
19 
20 
21  // set global_trigger_offset_angle 180
22  // set global_trigger_offset_angle 540
23  engineConfiguration->globalTriggerAngleOffset = 70; // huh why is this here? do we need better tdcPosition in configureHondaCbr600?
24 
25  engineConfiguration->crankingInjectionMode = IM_SIMULTANEOUS;
26  engineConfiguration->injectionMode = IM_SEQUENTIAL;
28  engineConfiguration->firingOrder = FO_1_3_4_2;
29 
30  engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS;
31 
32 }
33 
void setHonda600()
Definition: honda_600.cpp:16
engine_configuration_s * engineConfiguration