Unit 5
Unit 5
P.Srinivas
Assistant Professor
CONTENTS
Computer Process interface for Data Acquisition and
control
Computer control loops
Supervisory Digital Control (SCADA)
• Introduction and brief history of SCADA – SCADA
Hardware and software
• Landlines for SCADA
• use of modems in SCADA
• SCADA with LAN
Computer Process interface for Data
Acquisition and Control
Samplers
• Flow rates, pressures, liquid levels,
provided
temperatures,continuously
etc, are by the various sensors and
transducers.
• The computer can handle information on a discrete time
basis.
• Sampler is a switch which closes at specific time intervals
within which the continuous signal is converted into
sampled values. Each sampled value is used by the computer
control algorithm to give output result within the specific
time interval of sampling.
• If during this period
(reading value,
calculating error and
making a control action)
measured value changed, Cont.
it is not recognized by the
computer.
Hold element
• Most of the final control elements (pneumatic valves
particularly) are actuated by continuous time signals (e.g.,
compressed air).
• The discrete time signal from computer output (computed
by program) is converted into continuous signal by hold
element.
Analog-to-digital converter
• A/D converters convert an analog voltage signal lying within
a specific range (such as ± 10 V, 0 to 5 V, etc.) to an integer
number.
• The range of the integer I is given by Irange = 2N, where N is
the number of bits.
• For a 12 bit converter, maximum integer is 212 = 4096.
• So the range is 2048 ≤I ≤+ 2047, I=0 exists between +ve and
–ve integers.
• For the positive range (2047), the resolution of the converter
is the voltage range divided by the intervals between
integers, Resolution = (10/2047) V = 0.00489 V.
• This gives an expected error of ± 1/2 of the resolution, or±
0.00244 V, Relative error = 0·00244 V/│measured voltage│
• The throughput speed of A/D converters is routinely 50,000
-
100,000 conversions/s.
Cont.
Ex: As an illustration of A/D conversion, suppose the 12-bit
converter measure voltages and reports the integer 1261
and 21 as a result of the conversion. Determine the actual
measured voltage for I=1261 and 21. Assume expected error
is ± 1/2 of the resolution.
Ans: For I=1261, Vmeasured = (10 ×1261/2047) = 6.16023 V
Relative error = ± 0·00244/6.16023 = ± 0.000397 =± 0.0397%
Digital-to-analog converter
• D/A converters are the reverse of A/D conversion. An integer
with range 2N is converted to an analog voltage output.
• Ex: For output of 3.5 V determine the input integer for a D/A
converter.
• Iinput =2047× Voutput/10 = (2047) (3.5) /10=716.45 ≈716
• It is rounded to Iinput = 716. The actual output voltage of V
output = 716 X 10 /2047 = 3.49780 V≈3.5 V
Multiplexer
• Multiplexers multiplex several
similar measurements from a
remote location and sequentially
• transmit
Consider 10these thermocouple
over only ameasurements
few from a process,
lines.
each with a voltage signal of – 10 mV. First of all, one may
not wish to run 10 lines and use 10 channels of our A/D
converters just for these signals, so multiplexing is
necessary.
• This is an electronic switch with several ports, which can
serve sequentially several lines carrying analog signals.