CONTROLLER REALIZATION:CHOICE OF SAMPLING INTERVAL

CHOICE OF SAMPLING INTERVAL Whenever a digital control system is designed, a suitable sampling interval must be chosen. Choosing a large sampling time has destabilizing effects on the system. In addition, informa- tion loss occurs when large sampling times are selected. Also, the errors that occur when a continuous system is discretized increase as the […]
Continue reading…

 

LIQUID LEVEL DIGITAL CONTROL SYSTEM AND A CASE STUDY:THE SYSTEM SCHEMATIC

In this chapter we shall look at the design of a digital controller for a control system, namely a liquid level control system. Liquid level control systems are commonly used in many process control applications to control, for example, the level of liquid in a tank. Figure 11.1 shows a typical liquid level control system. […]
Continue reading…

 

CONTROLLER REALIZATION:PID CONTROLLER IMPLEMENTATIONS

PID CONTROLLER IMPLEMENTATIONS PID controllers are very important in many process control applications. In this section we shall look at the realization of this type of controller. Equation (10.35) can easily be implemented using a direct realization. Notice that if only proportional plus integral (PI) action is required, the derivative constant Td can be set […]
Continue reading…

 

CONTROLLER REALIZATION:DIRECT STRUCTURE

A control algorithm which takes the form of a z-transform polynomial must be realized in the computer in the form of a program containing unit delays, constant multipliers, and adders. A given controller transfer function can be realized in many different ways. Mathematically the alternative realizations are all equivalent, differing only in the way they […]
Continue reading…

 

DISCRETE CONTROLLER DESIGN:PID CONTROLLER

PID CONTROLLER The proportional–integral–derivative (PID) controller is often referred to as a ‘three-term’ controller. It is currently one of the most frequently used controllers in the process industry. In a PID controller the control variable is generated from a term proportional to the error, a term which is the integral of the error, and a […]
Continue reading…