Architecture of SCADA
Architecture of SCADA
Faculty of Technology
M2 Industrial Informatic
3
Centralized architecture
6
Distributed SCADA system architecture 7
A client server system
8
Client/server SCADA system architecture
9
There are typically five tasks in any SCADA system. Each of these tasks
performs its own separate processing.
1. Input/output task
This program is the interface between the control and monitoring system and the
plant floor.
2. Alarm task
This manages all alarms by detecting digital alarm points and comparing the values
of analog alarm points to alarm thresholds.
3. Trends task
The trends task collects data to be monitored over time.
4. Reports task
Reports are produced from plant data. These reports can be periodic, event
triggered or activated by the operator.
5. Display task
This manages all data to be monitored by the operator and all control actions
requested by the operator.
10
Computer Networks
•Bus
•Star
•Ring
11
The Bus topology
In case of Bus topology, all devices share single communication line
or cable. Bus topology may have problem while multiple hosts
sending data at the same time. Therefore, Bus topology either uses
CSMA-CD (carrier sense multiple access with collision detection)
technology or recognizes one host as Bus Master to solve the issue. It
is one of the simple forms of networking where a failure of a device
does not affect the other devices. But failure of the shared
communication line can make all other devices stop functioning.
Both ends of the shared channel have line terminator. The data is
sent in only one direction and as soon as it reaches the extreme end,
the terminator removes the data from the line.
12
The Start topology
All hosts in Star topology are connected to a central device, known as hub
device, using a point-to-point connection. That is, there exists a point to point
connection between hosts and hub. The hub device can be any of the
following:
•Layer-1 device such as hub or repeater
•Layer-2 device such as switch or bridge
•Layer-3 device such as router or gateway
As in Bus topology, hub acts as single point of failure. If hub fails, connectivity
of all hosts to all other hosts fails. Every communication between hosts takes
place through only the hub. Star topology is not expensive as to connect one
more host, only one cable is required and configuration is simple.
13
The Ring topology
In ring topology, each host machine connects to exactly two other machines,
creating a circular network structure. When one host tries to communicate or
send message to a host which is not adjacent to it, the data travels through all
intermediate hosts. To connect one more host in the existing structure, the
administrator may need only one more extra cable.
Failure of any host results in failure of the whole ring. Thus, every connection in
the ring is a point of failure. There are methods which employ one more backup
ring.
14
Types of computer networks based on geographical span
15
Metropolitan Area Network (MAN):
16
Hardware and Connecting Cables
Coaxial Cable
Coaxial cable has two wires of copper. The core wire lies in the center and it is
made of solid conductor. The core is enclosed in an insulating sheath. The second
wire is wrapped around over the sheath and that too in turn encased by insulator
sheath. This all is covered by plastic cover.
17
Hardware and Connecting Cables
STP cables comes with twisted wire pair covered in metal foil.
This makes it more indifferent to noise and crosstalk.
UTP has seven categories, each suitable for specific use. In
computer networks, Cat-5, Cat-5e, and Cat-6 cables are mostly
used. UTP cables are connected by RJ45 connectors.
18
Hardware and Connecting Cables
Fiber Optics
Fiber Optic works on the properties of light. When light ray hits at critical angle, it
tends to refracts at 90 degree. This property has been used in fiber optic. The core
of fiber optic cable is made of high quality glass or plastic. From one end of it light is
emitted, it travels through it and at the other end light detector detects light
stream and converts it to electric data.
Fiber Optic provides the highest mode of speed. It comes in two modes, one is
single mode fiber and second is multimode fiber. Single mode fiber can carry a
single ray of light whereas multimode is capable of carrying multiple beams of light.
19
CIM pyramid
Computer Integrated Manufactring
Definition:
So what exactly is the automation pyramid? It is a pictorial
example of the different levels of automation in a factory or
industry. It also serves as a visual example of how technology
is being integrated into industry. So let’s take a closer look and
try to break the pyramid down.
20
Level 0: Field level
Beginning on the bottom of the pyramid is what we will refer to as the “field” level. These
are the devices, actuators, and sensors that you see in the field or on the production floor.
The field level is the production floor that does the physical work and monitoring. Electric
motors, hydraulic and pneumatic actuators to move machinery, proximity switches used
to detect that movement or certain materials, photoelectric switches that detect similar
things will all play a part in the field level.
21
Level 1: Control level
The next level is referred to as the control level. This is where the PLC’s and PID’s come in
to play.
The control level uses these devices to control and “run” the devices in the field level that
actually do the physical work. They take in information from all of the sensors, switches,
and other input devices to make decisions on what outputs to turn on to complete the
programmed task.
22
A PID is usually integrated in to the PLC and stands for proportional–integral–
derivative. That is what can keep a variable within a set of parameters.
SCADA is essentially the combination of the previous levels used to access data and
control systems from a single location. Plus it usually adds a graphical user interface, or
an HMI, to control functions remotely.
24
Level 3: Planing level
The fourth level of the automation pyramid is called the planning level. This
level utilizes a computer management system known as MES or manufacturing
execution system.
MES monitors the entire manufacturing process in a plant or factory from the raw
materials to the finished product.
This allows management to see exactly what is happening and allows them to make
decisions based on that information. They can adjust raw material orders or shipment
plans based on real data received from the systems we talked about earlier.
25
Level 4: Management level
The top of the pyramid is called the management level. This level uses the
companies integrated management system which is known as the ERP or
enterprise resource planning.
This is where a company’s top management can see and control their operations. ERP is
usually a suite of different computer applications that can see everything going on inside a
company. It utilizes all of the previous levels technology plus some more software to
accomplish this level of integration.
This allows the business to be able to monitor all levels of the business from manufacturing,
to sales, to purchasing, to finance and payroll, plus many others. The integration of the ERP
promotes efficiency and transparency within a company by keeping everyone in the same
page. 26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50