This document provides information on tuning PID controllers using the Ziegler-Nichols tuning method. It summarizes the tuning parameters for P, PI, and PID controllers calculated using this method. It also includes the MATLAB code and results for simulating the step response of proportional and proportional-integral controllers designed using the Ziegler-Nichols tuning parameters. The step responses show the peak amplitude, overshoot, settling time, and other characteristics. Bode plots are also included showing the gain margin, phase margin, and stability for each controller type.
1 of 9
Download to read offline
More Related Content
Process control
1. Prepared by: Turki Al hasani
Ammar Khayat
Adnan Ajohani
Hamza Alsharef
Mohammed Naji
2. Data need in Ziegler-Nichols tuning
method
R(S) U(t) C(S)
G(S)
m.file to find Ku and Pu
n = 1;
d = poly([0 -1 -5]); Gain margin frequency , w 2.2361
sys = tf(n,d) Ultimate gain, Ku 30
allmargin (sys)
Ultimate period Pu = 2 pi / w 2.8050
w=2.24
pu=2*pi/w Phase Margin 76.6603
3. Ziegler-Nichols tuning method
Controller type Kp tI td
P 0.5 Ku = 15 ------ ------
PI 0.4 Ku = 12 0.83 Pu = 2.33 ------
PID 0.6 Ku = 18 0.5 Pu = 1.4025 0.125 Pu = 0.351