Industrial Process Control and Automation
Teshome Hambissa
April 6, 2025
Assignment : due date April 23, 2025
1. Draw the unit step frequency response for the following transfer functions on MATLAB.
1
T(s) = (s2 +10s+20)
1. Compare the rise time, settling time, steady state error, and overshoot for the open loop system
and for the P closed loop system (Kc = 10, 20, 30).
2. Compare the rise time, settling time, steady state error, and overshoot for the open loop system
and for the I closed loop system (TI = 100, 150, 200).
3. Compare the rise time, settling time, steady state error, and overshoot for the open loop system
and for the D closed loop system (Kd = 10).
4. Compare the rise time, settling time, steady state error, and overshoot for the open loop system
and for the PID closed loop system, when:
(a) Kc = 200, Ki = 100 and Kd = 0
(b) Kc = 200, Ki = 200 and Kd = 10
(c) Kc = 100, Ki = 150 and Kd = 200
2. Derive the characteristic equation for a control system with the following transfer
0.5 6
functions: Gc = Kc , Gv Gp = (s+1)(0.5s+1) , Gm = s+1 . Is the system stable for:
1. Kc = 9
2. Kc = 11
3. Kc = 13
Check your answers using MATLAB simulation and by direct substitution (To be Submitted).
0.5
3. Suppose a control system is modeled by Gv Gp = (s+1) 3, Gm = 4, Gc = Kc . Find the
maximum value of Kc for a proportional controller for which the system is stable, using direct substitu-
tion, and verify your result using MATLAB simulation. Replace the controller with a PD controller (Kc
= 10). Determine the range of τD for which the system is stable. Check your results using MATLAB
simulation.