You are on page 1of 31

An Introduction to SCADA

(Supervisory Control And Data Acquisition)


Fundamentals and Implementation

Misker Shumeye
April 2019
SCADA Control Examples

Electric power generation, transmission


Manufacturing: manage parts inventories for just-in-time manufacturing, regulate
and distribution: Electric utilities detect
industrial automation and robots, and monitor process and quality control.
current flow and line voltage, to
monitor the operation of circuit
breakers, and to take sections of the
power grid online or offline. Buildings, facilities and environments:
Facility managers use SCADA to control
HVAC, refrigeration units, lighting and
entry systems.

Traffic signals: regulates traffic


lights, controls traffic flow and
detects out-of-order signals.

Water and sewage: State and


municipal water utilities use
Mass transit: regulate electricity to subways, trams and trolley SCADA to monitor and regulate
buses; to automate traffic signals for rail systems; to track and water flow, reservoir levels, pipe
locate trains and buses; and to control railroad crossing gates. pressure and other factors.
What is SCADA ?

❖stands for “supervisory control and data


acquisition ”.

❖generally refers to a control system: a computer


system monitoring and controlling a process

❖Supervisory control means monitoring &


controlling the parameters of equipment.
Type of Process
• SCADA controlling process can be
• Industrial process
• Infrastructure process
• Facility process
MULTI-POINT SCADA system
• Is one in which several remote stations are
controlled & supervised from one central control
Centre.

RTU RTU
(01) (03)
Control
Centre
RTU RTU
(02) (04)
Sub Systems of SCADA System:

❖A HMI→ human machine interface


❖Remote Terminal Units (RTUs)
❖Programmable Logic Controller (PLCs)
❖Communication infrastructure
COMPONENT DESCRIPTION

• A Human Machine Interface or HMI


• is the apparatus which presents process data to a
human operator, and through this, the human
operator monitors and controls the process.

• Remote Terminal Units (RTUs)


• connecting to sensors in the process, converting
sensor signals to digital data and sending digital data
to the supervisory system.
COMPONENT DESCRIPTION

• Programmable Logic Controllers (PLCs)


• used as field devices because they are more
economical, versatile, flexible, and configurable than
special-purpose RTUs.

• Communication infrastructure
• connecting the supervisory system to the Remote
Terminal Units.
COMPLETE SCADA PROCESS

• .
A HUMAN MACHINE INTERFACE…. EXAMPLE
RTU Hardware Feature

• CPU & volatile memory.


• Secure power supply
• Communication capability
• Real time clock and watchdog
timer
Features of SCADA :
• Real Time & Historical Trend :
– If your batch fails or plant trips, you can simply go to
historical trend data & do the analysis. You can have
better look on the parameters through the trend.
• Alarms :
– Alarms have a very critical role in automation.
Generally we have alarm states for each
inputs/outputs
• Security :
– You can allocate certain facilities or features to the
operator, process people, engineering dept. &
maintenance dept.
Practical uses of SCADA:
• SCADA is used as a control mechanism for
chemical plants, electricity generation, electric
power transmission, electricity distribution,
district heating.

• Used for process control.


Advantages :
• Cheaper
• Continuous Operation
• Reliable
• Improves maintenance, operation, customer service
• Few operators control large no. of individual assets
• Provide rapid response to emergencies
Disadvantages:

• Lack of trained persons


• Initial capital investment
SCADA
POWER
DISTRIBUTION
SYSTEM

Layout
Remote Telemetry Unit (RTU)
WATER
DISTRIBUTION
SYSTEM

SCADA MASTER UNITS


HUMAN COMPUTER INTERFACE

Remote Telemetry Unit (RTU)

PROCESS PLANT

TRANSPORT SYSTEM PETROCHEMICAL PLANT


TELECOM 16 Digital i/o SITE monitoring Time Sync
Pager
Notification
SCADA 2 Analogue inputs
2 control outputs
SYSTEM
1 RS232 port 10 RouteT LAN

Remote
Telemetry Sites
Units 1-8
(RTU)

Rs232

monitoring

Dial-up remote
Access
Alarms from remote
equipment
A SCADA system performs four functions:

1. Data acquisition
2. Networked data communication
3. Data presentation
4. Control
A SCADA system performs four functions:

These functions are performed by four kinds of SCADA components:

1. Sensors (either digital or analogue) and control relays that directly


interface with the managed system.

2. Remote telemetry units (RTUs). These are small computerized units


deployed in the field at specific sites and locations. RTUs serve as
local collection points for gathering reports from sensors and
delivering commands to control relays.
A SCADA system performs four functions:

3. SCADA master units. These are larger computer consoles that


serve as the central processor for the SCADA system. Master
units provide a human interface to the system and automatically
regulate the managed system in response to sensor inputs.

4. The communications network that connects the SCADA master


unit to the RTUs in the field.
SCADA Data Acquisition

• SCADA system needs to monitor hundreds or thousands of


sensors.

Sensors measure:

1. Inputs and outputs e.g. water flowing into a reservoir


(input), valve pressure as water is released from the reservoir
(output).

2. Discrete inputs (or digital input) e.g. whether equipment is


on or off, or tripwire alarms, like a power failure at a critical
facility.
SCADA Data Acquisition

3. Analogue inputs: where exact measurement is important


e.g. to detect continuous changes in a voltage or current
input, to track fluid levels in tanks, voltage levels in
batteries, temperature and other factors that can be
measured in a continuous range of input.

• For most analogue factors, there is a normal range defined


by a bottom and top level e.g. temperature in a server room
between 15 and 25 degrees Centigrade. If the temperature
goes outside this range, it will trigger a threshold alarm.

• In more advanced systems, there are four threshold alarms


for analogue sensors, defining Major Under, Minor Under,
Minor Over and Major Over alarms.
SCADA Data Communication

A communications network is required to monitor multiple


systems from a central location.

•TREND: put SCADA data on Ethernet and IP over


Synchronous Optical Networking (SONET).

• SECURITY: Keep data on closed LAN/WANs without


exposing sensitive data to the open Internet.
SCADA Data Communication

• Encode data in protocol format (use open, standard


protocols and protocol mediation)

• Sensors and control relays can’t generate or interpret


protocol communication - a remote telemetry unit (RTU) is
needed to provide an interface between the sensors and the
SCADA network.

• RTU encodes sensor inputs into protocol format and


forwards them to the SCADA master;

• RTU receives control commands in protocol format from


the master and transmits electrical signals to the appropriate
control relays.
SCADA Data Presentation

SCADA systems report to human operators over a master


station, HMI (Human-Machine Interface) or HCI (Human-
Computer Interface).

SCADA master station has several different functions:


• continuously monitors all sensors and alerts the operator
when there is an “alarm”
• presents a comprehensive view of the entire managed
system,
• presents more detail in response to user requests
• performs data processing on information gathered from
sensors
• maintains report logs and summarizes historical trends.
Selection of RTU’s

RTUs need to:

• communicate with all on-site equipment

• survive an industrial environment. Rugged construction


and ability to withstand extremes of temperature and
humidity (it needs to be the most reliable element in your
facility).

• have sufficient capacity to support the equipment at a site


(though should support expected growth over a reasonable
period of time).

• have a secure, redundant power supply for 24/7 working,


support battery power and, ideally, two power inputs.
Selection of RTU’s

• Have redundant communication ports e.g. secondary


serial port or internal modem to keep the RTU online even
if the LAN fails (multiple communication ports easily
support a LAN migration strategy)

• Have non-volatile memory (NVRAM) for storing software


and/or firmware. New firmware downloadable over LAN
to keep RTU capabilities up to date without excessive site
visits.
Selection of RTU’s

• Control local systems by themselves (Intelligent control)


according to programmed responses to sensor inputs

• Have a real-time clock to accurately date/time stamp


reports

• Have a watchdog timer to ensure that the RTU restarts after


a power failure
Selection of SCADA Master

A SCADA master should display information in the most useful


ways to human operators and intelligently regulate managed
systems. It should :

• Have flexible, programmable soft controls to respond


to sensor inputs.

• Allow programming for soft alarms (reports of


complex events that track combinations of sensor inputs
and date/time statements).

• Automatically page or email directly to repair


technicians and provide detailed information display in
plain English, with a complete description of what
activity is happening and how to manage it.
Selection of SCADA Master

• Have tools to filter out nuisance alarms (to prevent


operators from loosing confidence and stop responding
even to critical alarms)

• Support multiple backup masters, in separate


locations (primary SCADA master fails, a second master
on the network automatically takes over, with no
interruption of monitoring and control functions)

• Support multiple open protocols to safeguard the


SCADA system against unplanned obsolescence.
END OF CLASS!!

You might also like