Design of PID Controller For FOPTD Model
Design of PID Controller For FOPTD Model
Where:
● K is the process
● y(t) is the system
gain,
output, ● L is the time delay,
● u(t) is the system input, and
● T is the time constant, ● D is the dead time.
PID Controller
● PID (proportional integral derivative) controllers use a control loop
feedback mechanism to control process variables and are the most
accurate and stable controller.
● The proportional term brings an immediate correction based on the
current error.
● The integral term eliminates long-term steady-state errors by
continuously adjusting the output based on accumulated past
errors.
● The derivative term anticipates and counteracts rapid changes in
the error, contributing to system stability.
PID Equation:
where:
● u(t) is the control output, ● Ki is the integral gain,
● e(t) is the error (difference between
● Kd is the derivative gain.
setpoint and actual output),
● Kp is the proportional gain,
Ziegler-Nichols Methods
❏ Integral Gain
(Ki):
Ki = (2 X Kp)/Tu
❏ Derivative Gain (Kd):
Kd = 0.125 X Ku
PSO Optimization
Kp Ki Kd
Kp Ki Kd
Ki 0.1803 0.1014
Kd 0.2310 0.1799
Conclusion
Comparison Ziegler-Nichols PSO
parameter
Overshoot may result in higher overshoot. aims to minimize overshoot.
Settling Time may have longer settling times. aims for a quicker and stable
settling.
Rise Time: may result in a shorter rise time. optimizes for a balanced and
controlled rise time.
Steady-State Error may have higher steady-state error. aims to minimize steady-state
error.
System Stability may result in oscillations and aims for stability by fine-tuning
instability. parameters.