what_is_pid_control
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
what_is_pid_control [2025/05/12 15:21] – arim | what_is_pid_control [2025/05/12 15:29] (current) – arim | ||
---|---|---|---|
Line 8: | Line 8: | ||
\\ - A feedback-based control loop that compares the actual value with the target value. | \\ - A feedback-based control loop that compares the actual value with the target value. | ||
\\ - Combining the Proportional, | \\ - Combining the Proportional, | ||
- | \\ - u(t) = {Kp x e(t)} + {Ki x Ie(r)dr} + {Kd x de(t)/dt} | + | \\ - u(t) = {Kp x e(t)} + {Ki x ∫e(𝜏)d𝜏} + {Kd x de(t)/dt} |
\\ - u(t): control signal | \\ - u(t): control signal | ||
\\ - e(t) = Set point - process variable | \\ - e(t) = Set point - process variable | ||
Line 22: | Line 22: | ||
\\ | \\ | ||
**(ii) Integral** | **(ii) Integral** | ||
- | \\ <color # | + | \\ {{ :i_control.jpg? |
- | </ | + | \\ - The error is corrected by considering the accumulated error over time. |
\\ - It helps eliminate small, long-standing errors, known as steady-state error. | \\ - It helps eliminate small, long-standing errors, known as steady-state error. | ||
- | \\ - I control output = Ki x I(Error)dt | + | \\ - I control output = Ki x ∫(Error)dt |
\\ - If Ki is too large, the system may respond slowly or become unstable. | \\ - If Ki is too large, the system may respond slowly or become unstable. | ||
\\ | \\ |
what_is_pid_control.1747088492.txt.gz · Last modified: 2025/05/12 15:21 by arim