Chapter 1_ Introduction
Chapter 1_ Introduction
CONTROL SYSTEMS
9/28/2021 [email protected] 1
Chapter 1: Introduction
9/28/2021 [email protected] 2
Presentation Outline
❖ OSI Model
❖ System classification
❖ P&ID
9/28/2021 [email protected] 3
Historical Overview of II&CS
9/28/2021 [email protected] 4
Historical Overview of II&CS
• At the beginning of 1960, a digital computer was for the first time
applied as a digital computer
• 1970s SCADA
• 1980s DCS
9/28/2021 [email protected] 5
Plant Bus Hierarchy of II&CS (Fieldbus)
9/28/2021 [email protected] 6
Plant Bus Hierarchy of II&CS
Office
network
TCP - IP
Ethernet
Plant Network
Ethernet, ControlNet
Fieldbus
intelligent field devices
FF, PROFIBUS, MVB, LON
Sensor Busses
simple switches etc.
9/28/2021 [email protected] 7
What is a Fieldbus?
9/28/2021 [email protected] 8
What is a Fieldbus?
9/28/2021 [email protected] 10
History & Current State
9/28/2021 [email protected] 11
History & Current State
❑ PROFINET IO
❑ EtherCAT
9/28/2021 [email protected] 12
Who uses Fieldbuses?
9/28/2021 [email protected] 13
Where are Fieldbuses Used?
➢ In complex automated
industrial systems where an
organized hierarchy of
controller systems is needed.
➢ In manufacturing plants
where many instruments
need to be connected.
9/28/2021 [email protected] 14
What are Fieldbuses Used For?
9/28/2021 [email protected] 15
Advantages of Fieldbus
9/28/2021 [email protected] 16
Disadvantages of Fieldbus
9/28/2021 [email protected] 17
Location of the field bus in the plant hierarchy
File
Edit
SCADA level Operator 23 12 Engineering
4 2 2
33
Plant bus
Programmable
Plant Level Logic Controller
Field bus
Field level
Sensor/
Actor
Bus
Sensor / direct I/O
9/28/2021 [email protected] 18
Expectations
✓ Reduce cabling
✓ Increased modularity of plant (each object comes with its
computer)
✓ Easy fault location and maintenance
✓ Simplify commissioning (mise en service, IBS =
Inbetriebssetzung)*
✓ Simplify extension and retrofit
✓ Large number of off-the-shelf standard products to build “Lego”-
control systems
✓ Possibility to sell one’s own developments (if based on a
standard)
9/28/2021 [email protected] 19
The original idea: save wiring
marshalling tray
I/O bar capacity dumb devices
PLC
(Rangierung,
tableau de brassage (armoire de triage)
COM
PLC
field bus
9/28/2021 [email protected] 20
Marshalling (Rangierschiene, Barre de rangement)
9/28/2021 [email protected] 21
Distributed peripherals
9/28/2021 [email protected] 22
Field busses classes
Office
network
TCP IP
Ethernet
Plant Network
Ethernet, ControlNet
Fieldbus
intelligent field devices
FF, PROFIBUS PA, LON
Sensor Busses
simple switches etc.
CAN, DeviceNet, SDS, ASI-bus, Interbus-S
9/28/2021 [email protected] 24
Fieldbus over a wide area: example wastewater
treatment
Remote
Malaysia SCADA Ethernet
Maintenance
System Bus Monitor
H1 Speed Fieldbus
JB Segment 1 Segment 3 JB
Sub Station
AO
AI
PID
PLC
AO
PID
AI AI AI AI AI AI AI AI PID AO
AO AO
DI M.C.C.
FB Protocol
Converter
AI AI
S S S S S
AI AI AI PID AI PID AI AI AI AI
AO AO
low cost, low data rate (78 kbit/s), may use power lines (10 kbit/s)
9/28/2021 [email protected] 27
Fieldbus Application: locomotives and drives
9/28/2021 [email protected] 28
Fieldbus Application: automobile
- 8 nodes
- 4 electromechanical wheel brakes
- 2 redundant Vehicle Control Unit
- Pedal simulator
- Fault-tolerant 2-voltage on-board power supply
- Diagnostic System
9/28/2021 [email protected] 29
Application: Avionics (Airbus 380)
9/28/2021 [email protected] 30
Networking busses: Electricity Network Control:
myriads of protocols
Inter-Control Center Protocol
SCADA
control IEC 870-6 control ICCP control High
HV Voltage
center center center
Modicom IEC 870-5 DNP 3.0 Conitel RP 570 serial links (telephone)
COM RTU
substation substation
MV Medium
Voltage
9/28/2021 [email protected] 32
The OSI Model
– The OSI model defined a standard, or set of rules, for
manufacturers of networking components that would allow these
networking components to communicate in dissimilar
environments.
– The model made up of seven layers.
– Network communication starts at application layer and works its
way down through the layers to the physical layer to receiver
computer.
9/28/2021 33
The OSI Model
• Layer 7: The Application Layer
– The application layer is the OSI layer closest to the end user,
which means that both the OSI application layer and the user
interact directly with the software application.
– The application layer services facilitate communication
between software applications and lower-layer network
services so that the network can interpret an application's
request and, in turn, the application can interpret data sent
from the network.
9/28/2021 34
The OSI Model
• Layer 6: The Presentation Layer
– The presentation layer provides a variety of coding and
conversion functions that are applied to application layer data.
– These functions ensure that information sent from the
application layer of one system would be readable by the
application layer of another system.
– Presentation layer services also manage data encryption (such
as the scrambling of passwords) and decryption
9/28/2021 35
The OSI Model
• Layer 5: The Session Layer
– The session layer establishes, manages, and terminates
communication sessions.
– Communication sessions consist of service requests and
service responses that occur between applications located in
different network devices.
– Among the session layer's functions are establishing and
keeping alive the communications link for the duration of the
session, keeping the communication secure, synchronizing
the dialog between the two nodes, determining whether
communications have been cut off, and, if so, figuring out
where to restart transmission, and terminating
communications
9/28/2021 36
The OSI Model
• Layer 4: The Transport Layer
– The transport layer accepts data from the session layer and
manages the end-to-end delivery of data.
– Generally, the transport layer is responsible for making sure that
the data is delivered error-free and in the proper sequence.
– Flow control generally occurs at the transport layer.
– Some Transport layer protocols take steps to ensure that data
arrives exactly as it was sent.
– To ensure data integrity further, connection-oriented protocols
such as TCP use a checksum.
– A checksum is a unique character string that allows the
receiving node to determine if an arriving data unit matches
exactly the data unit sent by the source.
9/28/2021 37
The OSI Model
• Layer 4: The Transport Layer (Cont.)
– A connectionless protocol does not establish a connection
before transmitting and makes no effort to ensure data is
delivered error-free.
– These protocols are more efficient than a connection-oriented
protocol and are useful in situations in which data must be
transferred quickly, such as live audio or video transmissions
over the Internet.
– Transport layer protocols break large data units received from
the Session layer into multiple smaller units, called segments.
– In some cases, segmentation is necessary for data units to
match a network's MTU (maximum transmission unit), the
largest data unit it will carry.
– Reassembly is the process of reconstructing the segmented
data units.
9/28/2021 38
The OSI Model
9/28/2021 39
The OSI Model
9/28/2021 40
The OSI Model
• Layer 2: The Data Link Layer
– The primary function of the data link layer, is to divide data
received from the network layer into distinct frames that can
then be transmitted by the physical layer.
– A frame is a structured package for moving data that includes
not only the raw data, or payload, but also the sender's and
receiver's network addresses, and error checking and control
information.
9/28/2021 41
The OSI Model
9/28/2021 42
The OSI Model
• Layer 2: The Data Link Layer (Cont.)
– The data link layer is divided the Data Link layer into two
sublayers.
– The upper sublayer of the Data Link layer, called the Logical Link
Control (LLC) sublayer, provides an interface to the Network layer
protocols, manages flow control, and issues requests for
transmission for data that has suffered errors.
– The Media Access Control (MAC) sublayer, the lower sublayer of
the Data Link layer, manages access to the physical medium.
9/28/2021 43
The OSI Model
9/28/2021 44
The OSI Model
9/28/2021 45
II&CS Classification
9/28/2021 [email protected] 52
II&CS Classification
9/28/2021 [email protected] 53
P&ID
9/28/2021 [email protected] 54
P&ID Diagram
• Meaning:
– Piping & Instrumentation Diagram
– Process & Instrumentation Diagram
• Use standardized symbols:
– To represent different components of process:
• Specific to the process itself:
• Necessary to control the process:
55
P&ID Diagram
56
P&ID Diagram
57
P&ID Diagram
• Basic symbols:
28/09/2021 58
P&ID Diagram
28/09/2021 59
P&ID Diagram
• Meaning of the Letters:
– First letter
– Succedding Letters
28/09/2021 60
P&ID Diagram
• Meaning of the Letters:
– First letter
– Succedding Letters
28/09/2021 61
P&ID Diagram
• Line Symbols:
• Supply sources:
– AS (Air supply)
– ES (Electric supply)
– GS (Gas supply)
– HS (Hydraulic supply)
– NS (Nitrogen supply)
– SS (Steam supply)
– WS (Water supply)
28/09/2021 62
P&ID Diagram
• Examples:
– Heat Exchanger
28/09/2021 63
P&ID Diagram
• Examples:
– Water Boiler
28/09/2021 64
Thank you for your attention!
9/28/2021 [email protected] 65
Assessment
9/28/2021 [email protected] 66
References
• http://en.wikipedia.org/wiki/Fieldbus
• http://www.isa.org/InTechTemplate.cfm?Section=Article_I
ndex1&template=/ContentManagement/ContentDisplay.cf
m&ContentID=60680
• http://www.us.profibus.com
• http://www.easydeltav.com/video/product/foundation_field
bus.asp
• http://www.fieldbus.org/images/stories/newsroom/newslett
er/200702/
• http://www.beckhoff.com/english.asp?embedded_pc/cx10
00_2.htm
• http://ethernet.industrial-networking.com/articles/
articledisplay.asp?id=79
9/28/2021 [email protected] 67