rusefi_documentation/Flex-Fuel.md

44 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

# Flex Fuel
2021-09-28 11:32:58 -07:00
## Sensor and Wiring
The following Sensors are known to work
GM part numbers
2021-09-28 11:33:20 -07:00
13577379 - SENSOR (short tube)
2021-09-28 11:33:52 -07:00
2023-01-02 11:22:23 -08:00
13577394 - SENSOR (long tube)
2021-09-28 11:33:52 -07:00
2023-01-02 11:22:23 -08:00
13352241 - HARNESS
2021-09-28 11:32:58 -07:00
The Pinout is shown below
2023-03-21 08:50:13 -07:00
![pinout](Images/Flex_fuel_sensor_pinout.png)
2021-09-28 11:32:58 -07:00
2021-01-05 13:38:39 -08:00
## Sensor Setup
2021-09-28 13:30:43 -07:00
Connect your sensor to a digital input on the ECU. Then, pick the pin in TunerStudio at `Sensors -> Misc sensors -> Flex fuel sensor`.
2022-01-29 13:07:42 -08:00
(technical details - we expect a pull-up on the ECU, about 3K, somewhere 1K to 5K)
2021-09-28 11:52:59 -07:00
2023-03-21 08:50:13 -07:00
![sensor settings](Images/Flex_fuel_sensor.png)
2021-01-05 13:38:39 -08:00
## Fueling Setup
2023-03-21 08:50:13 -07:00
In `Fuel -> Injection Configuration`, configure `Stoichiometric ratio` and `E100 stoichiometric ratio`. Unless you're doing something very weird, 14.7 and 9.0 are the correct values respectively (pure gas has a stoichiometric ratio of 14.7:1, and pure ethanol 9.0:1).
2021-01-05 13:38:39 -08:00
That's it! The firmware will now automatically vary the fuel's stoichiometric ratio based on ethanol content.
**It's recommended to switch to lambda mode (`File -> Vehicle Projects -> Project Properties -> Settings -> Lambda Display`), as the target lambda table is multiplied by the current stoichiometric ratio to get the target air/fuel ratio.**
2023-03-21 08:50:13 -07:00
![injection settings](Images/Flex_fuel_TS_injection_settings.png)
2021-09-28 11:52:41 -07:00
2021-01-05 13:38:39 -08:00
## Ignition Timing
Coming soon...
## Boost Control
2023-01-02 11:22:23 -08:00
Coming soon...