Skip to content

Commit

Permalink
Patch 1 advanced idle (#288)
Browse files Browse the repository at this point in the history
* Update Advanced-Idle.md

Added descriptions of functionality based on config help text. Open question regarding Coasting Idle Tables and when coasting/over-run is active.

* Update Advanced-Idle.md

* Update Advanced-Idle.md

Updated to reflect when the Coasting Idle Table is used and how it is determined. This could probably go in a separate "phases" reference later.

https://github.com/FOME-Tech/fome-fw/blob/fabfd6a41311d637eb9c34ee525e31d630ca4610/firmware/controllers/actuators/idle_thread.cpp#L55-L62

* satisfy markdown linter

---------

Co-authored-by: Nathan Schulte <[email protected]>
  • Loading branch information
DenisMitchell and nmschulte committed Aug 31, 2024
1 parent 0b281bd commit 6182f06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/06-Basic-Features/Idle-Control/Advanced-Idle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

## Idle tables for cranking taper

Setting this value to __true__ enables the use of the Idle Ignition Table and Idle VE Table during the cranking to idle taper period. See _Cranking Settings > After cranking IAC taper duration (cycles)_. If set to __false__ these tables are only active when idle is detected; see Idle Detection Thresholds section of the _Idle settings_ menu.

## Coasting Idle tables

Setting this value to __true__ will enable the _Coasting IAC Position_ table. This will manually over-ride the Idle Air Control valve position during the coasting phase. This can be used to help reduce engine braking and may be useful if the engine has difficulty returning to idle.

The coasting phase is determined by first checking if the TPS (or throttle pedal position if using ETB) is less than the _TPS Threshold_. If so, FOME next checks if the current RPM is greater than the maximum idle RPM (`Idle Target RPM + RPM Upper limit`) and the engine is no longer in the _cranking IAC taper duration_. If all of these conditions are true, the engine phase is coasting and the _Coasting Idle Table_ is used.

0 comments on commit 6182f06

Please sign in to comment.