Updated Engine Types (markdown)

This commit is contained in:
rusefillc 2020-12-16 19:56:48 -05:00
parent 7aa276961d
commit 9c9abdce68
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ The best way to configure rusEfi according to your engine setup is via Tuner Stu
But rusEfi is still in the phase of active development: some parts of the code are still far from final, and new configuration parameters are being added every month. Because of that, the TunerStudio project definition is still pretty volatile. Volatile TunerStudio project definition means your settings could be lost next time you upgrade the firmware, because of that we need a way to keep default configurations for each setup in a more persistent way. This is the reason why we have...
Engine Type concept: we have an array of default configurations for different engines defined [https://github.com/rusefi/rusefi/tree/master/firmware/config/engines](right in the source code). Which of the configurations is used is controlled by 'engine type' field which is persisted in the internal chip flash memory along with the rest of the configuration. So, in order to get your trigger decoding parameters and your fuel & injection control strategies activated, you need to invoke the 'set engine_type X' command as described [http://rusefi.com/forum/viewtopic.php?f=5&t=210#p4038 here].
Engine Type concept: we have an array of default configurations for different engines defined [right in the source code\(https://github.com/rusefi/rusefi/tree/master/firmware/config/engines). Which of the configurations is used is controlled by 'engine type' field which is persisted in the internal chip flash memory along with the rest of the configuration. So, in order to get your trigger decoding parameters and your fuel & injection control strategies activated, you need to invoke the 'set engine_type X' command as described [http://rusefi.com/forum/viewtopic.php?f=5&t=210#p4038 here].
Ford Aspire Frankenstein default configuration: `set engine_type 3`