FreeEMS
0.2.0-SNAPSHOT-285-g028e24c
|
Cuts and limiters. More...
#include <FixedConfigs.h>
Data Fields | |
singleCut | InjectionRPM |
Injection, enabled by default at 5k with both and 200 RPM hysteresis. | |
singleCut | IgnitionRPM |
Ignition, enabled by default at 5k with both and 220 RPM hysteresis to ensure not lean when power comes back on. | |
singleCut | OverBoost |
Ignition, enabled by default, set to rail value for sensor, with large hysteresis, requires time out to operate safely. | |
cutEnabled | cutsEnabled |
Override hard code on for desired fuel duty not to exceed 102.4% or similar. |
Cuts and limiters.
Definition at line 185 of file FixedConfigs.h.
singleCut cutAndLimiterSetting::InjectionRPM |
Injection, enabled by default at 5k with both and 200 RPM hysteresis.
Definition at line 186 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition().
singleCut cutAndLimiterSetting::IgnitionRPM |
Ignition, enabled by default at 5k with both and 220 RPM hysteresis to ensure not lean when power comes back on.
Definition at line 187 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition().
singleCut cutAndLimiterSetting::OverBoost |
Ignition, enabled by default, set to rail value for sensor, with large hysteresis, requires time out to operate safely.
Definition at line 188 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition().
cutEnabled cutAndLimiterSetting::cutsEnabled |
Override hard code on for desired fuel duty not to exceed 102.4% or similar.
Definition at line 199 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition().