Cascade Compensation

One easy way to control the plant is to cascade a controller before the plant like in Figure 9.

We can design the controller H(s) to alter the behavior of our system.

Proportional Integral (PI) Control

Definition 35

A proportional integral controller applies an input which is a linear combination of the scaled and integrated error signal.

Proportional Derivative (PD) Control

Definition 36

A proportional derivative controller applies an input which is a linear combination of the scaled and differentiated error signal.

Proportional Integral Derivative (PID) Control

Definition 37

A proportional integral derivative controller applies an input which is a linear combination of the scaled, differentated, and integrated error signals.

A PID controller is used where we need to both eliminate steady-state error and shape the time response. We need to choose two different zero locations and set the total gain of the system.

Lag Compensation

Definition 38

A lag compensator is a controller with the transfer function

The purpose of a lag network is to reduce steady state error by increasing the gains at low frequency and maintaining the gain at higher frequencies. This keeps the phase margin the same. We can achieve this because of the frequency response of the lag network (shown by its bode plot in Figure 10).

We can place the pole and zero carefully to control how much the phase decreases by. The design procedure is as follows:

  1. Set the low frequency asymptote to be 0 db and locate the lower break frequency.

  2. Reset the system gain K to compensate for attenuation.

Lead Controller

Definition 39

A Lead Controller is a compensator with the transfer function

Its frequency response looks like in Figure 11.

  1. Find the break frequencies.

  2. Reset the gain.

  3. Simulate and tweak.

Last updated