Analogue Control Systems
Analogue Control Systems
This shows a process that may have many input parameters and many output parameters so there
may be a large number of control loops of which one is shown. The components are:
transducer: converts the process parameter (temperature, pressure, flow) into a voltage
suitable to drive a voltmeter and electrical circuits
Display instrument: in many applications it is usual to have a visual display of
parameters on a meter of some kind. This enables operators to examine the state of parts of the
process
Set point dial: there is some means for the operator to set the desired value. This may be
a dial marked in degrees or may even be attached to the display instrument. This enables the
operators to see the set point and the actual output value at a glance. There may be additional
dials to enable emergency action to be taken if the output departs too far from the set point.
analogue controller: this has the electric (or mechanical) components to implement the
control equation (PID or two state)
amplifier to amplify the controller output so drive the :
Process interface: this may be heaters, valves, etc. to affect the process to reduce the
error.
In a typical system:
1. there may be many control loops as above
2. for each loop a set of hardware components similar to above must be provided
3. the analogue control elements tend to be limited in the mathematical operations that can be
performed
4. The controller is hardwired’ making modification difficult. The K gain factors can be ‘tuned’
but the basic operation cannot be altered except by rewiring.
DDC (Direct Digital Control)
The idea behind DDC is to replace many of the components of the analogue control system with
a digital computer running a real time operating system. Each control loop, possible many
hundreds, would be serviced by the same digital computer: the maximum number of loops would
be a function of computer processing speed, A to D conversion time, complexity of control
equations, etc. Not all of the analogue components can be replaced by a digital equivalent and
indeed some of the control loops may be more appropriate for total analogue control.
Components of the DDC system
The components of the analogue system that would no longer be required are:
Analogue controller: instead of performing the computations with analogue 'hardwired’
circuits the digital computer would be programmed to simulate the required control action. In
addition the digital computer could be programmed to perform far more complex control actions
than the typical PID equation and the control action would be easy to modify. Many analogue
controllers could be replaced by a single digital computer.
Display instruments: all information could be displayed on a display screen.
Set-point dial: the set-point could be defined in the program and modified from the
operators console or terminal.
Comparator: the comparison between the set-point and the actual value would be done
by the digital computer.
The components that could not be replaced are:
transducers and associated equipment
process interface devices
In addition some new equipment is required in the DDC system:
Multiplexors to scan the transducers, i.e. an electrical switch that can be set under
program control to sample at a particular time
analogue to digital converters to convert the analogue signal from the transducers to a
digital representation for processing
Digital to analogue converters to convert the digital signals from the computer to
analogue form to drive the process interface equipment. Certain signals to the process could be in
digital form, e.g. open/close a valve, others would be in a continuous analogue form, e.g. a valve
to control variable flow.
A typical DDC system may appear:
This diagram shows a number of transducers being scanned by the multiplexer, the signals
converted into digital representation and processed by the DDC computer. The computer outputs
are either a simple binary on/off signal that can go directly to the process control interfaces or a
value that has to be converted into analogue form first. The operators can examine each loop
from the console, e.g. error values, modify set-point, etc., or get a global view of the whole of the
process, e.g. the interaction of various loops.