rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
ford_1995_inline_6.h File Reference

Functions

void setFordInline6 ()
 Default values for persistent properties.
 

Function Documentation

◆ setFordInline6()

void setFordInline6 ( )

Default values for persistent properties.

0.5ms dwell time just to be sure it would fit within camshaft revolution, dwell is not controlled by us anyway

We treat the trigger as 6/0 toothed wheel

Definition at line 21 of file ford_1995_inline_6.cpp.

21 {
23
25
26 engineConfiguration->ignitionMode = IM_ONE_COIL;
27 engineConfiguration->firingOrder = FO_1_5_3_6_2_4;
30
31 /**
32 * 0.5ms dwell time just to be sure it would fit within camshaft revolution, dwell is not controlled by us anyway
33 */
34 setConstantDwell(FORD_INLINE_DWELL);
35
36 /**
37 * We treat the trigger as 6/0 toothed wheel
38 */
43
45
46 engineConfiguration->clt.config = {-10, 60, 120, 160310, 7700, 1180, 2700};
47 engineConfiguration->iat.config = {-10, 60, 120, 160310, 7700, 1180, 2700};
48
50
52
56
59
60 // engineConfiguration->vbattAdcChannel = 0; //
62
65}
@ Unassigned
void setConstantDwell(floatms_t dwellMs)
Sets the same dwell time across the whole getRpm() range set dwell X.
void setCamOperationMode()
static constexpr engine_configuration_s * engineConfiguration
brain_input_pin_e triggerInputPins[TRIGGER_INPUT_PIN_COUNT]

Referenced by applyEngineType().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.