The PID parameters are then chosen according to the table
Controller | \(K_p\) | \(T_i\) | \(T_d\) |
---|---|---|---|
P | \(T/KL\) | ||
PI | \(0.9T/KL\) | \(3L\) | |
PID | \(1.2T/KL\) | \(2L\) | \(0.5L\) |
Consider a plant with transfer function \[G(s) = \frac{5}{(s+1)^3}.\]
Set the PID controller according to
Controller | \(K_p\) | \(T_i\) | \(T_d\) |
---|---|---|---|
P | \(0.5K_{cr}\) | ||
PI | \(0.45K_{cr}\) | \(P_{cr}/1.2\) | |
PID | \(0.6K_{cr}\) | \(0.5P_{cr}\) | \(0.125P_{cr}\) |