rusefi_documentation/TCU-status.md

16 lines
1.1 KiB
Markdown
Raw Normal View History

# TCU Status
2022-12-29 13:12:28 -08:00
First we need to establish good terminology.
2024-08-29 05:50:36 -07:00
There are oldest transmission with external TCU, those are mostly controlled by on/off solenoids. We have some early prototype code to handle those, this is on a slow burner as of 2024.
2022-12-29 13:12:28 -08:00
2024-09-27 16:35:57 -07:00
We have tc_4l6x.cpp file but zero real life testing on any 4Lxx transmission. Rumors are that https://rusefi.com/forum/viewtopic.php?f=2&t=2744 with Ford 4R70W has moved under rusEFI TCU control.
2024-02-10 05:39:34 -08:00
![image](https://github.com/rusefi/rusefi/assets/48498823/0d065f3c-4d31-4d5d-bc41-1baff06a7455)
2024-10-30 15:09:22 -07:00
## Modern Stuff
Then we have some complex transmissions with external TCU like Honda, or clutch-to-clutch like Aisin 09G/09M, and modern transmissions with TCU located inside the transmission assembly.
For those we are focusing on CAN integration only, not looking to re-invent the TCU itself. Even if someone implements direct solenoid/actuator control, we doubt that anyone within the enthusiast realm would be able to meaningfully tune such a solution anyway. CANbus integration with the OEM TCU is the only way for modern transmissions!