wiki/docs/Intro-Start-Here/HT-PID-ETB-And-VVT.md

19 lines
734 B
Markdown
Raw Normal View History

2023-05-30 01:38:54 -07:00
---
sidebar_position: 10
---
2023-06-19 02:35:39 -07:00
# Guide to Tuning the ETB and VVT PIDs
2023-02-21 18:17:02 -08:00
2023-06-19 02:35:39 -07:00
Let's discuss the ETB and VVT PID controls and some give techniques for tuning these loops.
$$
u(t) = K_\text{p} e(t) + K_\text{i} \int_0^t e(\tau) \,\mathrm{d}\tau + K_\text{d} \frac{\mathrm{d}e(t)}{\mathrm{d}t}
$$
## More Details
Wikipedia's PID Controller page's [operational description](https://en.wikipedia.org/wiki/PID_controller#Fundamental_operation).
More details about ETB PID control are found in the Advanced Features section's page [ETB PID and Autotune](/Advanced-Features/ETB/ETB-PID.md).
More details about VVT PID control are found in the Advanced Features section's page [VVT PID Control](/Advanced-Features/Variable-Cam-Timing/VVT-PID.md).