[ Team LiB ] Previous Section Next Section

M16.1 Background

The focus of this textbook has been on continuous systems although, in practice, most controllers are implemented digitally. Fortunately, the sample time is usually small compared with the process dynamics, so continuous systems theory is usually sufficient.

Processes are best described as continuous systems (with differential equation models), with inputs that are applied continuously and outputs that are available continuously. With digital controllers, however, measurements are made at discrete intervals of time and control moves are made at discrete intervals of time. Discrete-time models were developed in Chapter 4 and the conversion of continuous time to discrete time models (using LTI objects in MATLAB) were presented in Module 4.

Recall that continuous systems are stable if their poles are negative [in the left-half plane (LHP)]; also, process models can only be inverted to form stable controllers if the models have zeros in the LHP. Models with RHP zeros must be factored into "good" and "bad" stuff; only the portion with LHP (good stuff) zeros can be inverted to form a controller. For continuous systems, then, the focus is on the LHP vs. the RHP. Discrete-time systems are stable if their poles are "inside the unit circle," that is, with a magnitude <1. If a discrete-time process model has a zero outside the unit circle (magnitude >1), it cannot be inverted to form a stable controller; the zero must be factored into the bad stuff before the good stuff is inverted to form a stable controller.

Stable continuous process models will always have stable discrete process transfer functions. That is, if all poles of a continuous process model are negative, then the discrete process model will have all discrete poles inside the unit circle. It is possible, however, for a continuous process with no RHP zeros to have a discrete zero that is outside the unit circle. This is possible for continuous transfer functions that have a relative order (difference between the denominator and numerator polynomial orders) of 3 or higher. See Additional Exercise 4 for an example of this problem.

The purpose of this interactive module is to obtain a better understanding of the effect of discretization on control system performance. We focus initially on PID control, then study IMC.

    [ Team LiB ] Previous Section Next Section