[ Team LiB ] Previous Section Next Section

6.1 Introduction

Consider the standard feedback block diagram shown in Figure 6-1, where disturbance inputs have been neglected. Transfer functions (and block diagrams) are used to analyze the behavior of control systems, because the algebraic expressions are easy to manipulate.

Figure 6-1. Feedback control block diagram.

graphics/06fig01.gif

We noted in Chapter 5 that the closed-loop transfer function could be used to determine, for example, the range of controller gains that assure closed-loop stability.

PID Controller Forms

PID controller algorithms were developed in Chapter 5. Here we provide a concise review of the algorithms in common use.

P-Only Control

The proportional only algorithm is

Equation 6.1a

graphics/06equ01a.gif


which has the following transfer function relationship between error and controller output:

Equation 6.1b

graphics/06equ01b.gif


PI-Control

The PI algorithm is

Equation 6.2a

graphics/06equ02a.gif


which has the following transfer function relationship between error and controller output:

Equation 6.2b

graphics/06equ02b.gif


PID Control

The ideal PID algorithm is

Equation 6.3a

graphics/06equ03a.gif


which has the following transfer function relationship between error and controller output:

Equation 6.3b

graphics/06equ03b.gif


In practice it is impossible to perfectly differentiate the error signal, so the following Laplace transfer function approximations are often used for "real" PID control (where a = 0.1 is common):

Equation 6.4a

graphics/06equ04a.gif


or

Equation 6.4b

graphics/06equ04b.gif


A problem with taking the derivative of the error is that step setpoint changes cause the derivative to become unbounded and result in a "spike" in the manipulated variable action. In most practical PID controllers, then, the derivative of the measured process output is used.

Equation 6.5a

graphics/06equ05a.gif


The transfer function representation is

Equation 6.5b

graphics/06equ05b.gif


which is usually implemented in the form of

Equation 6.5c

graphics/06equ05c.gif


where the measured process output has been "filtered" to minimize noise problems.

    [ Team LiB ] Previous Section Next Section