1 / 15

SCADA Software Architecture

SCADA Software Architecture. Meha Garg Dept. of Computer Science and Engineering Florida Atlantic University Boca Raton, FL, USA December 18, 2008. Agenda. Motivation Objective Introduction SCADA – Use Cases and Application of Patterns Questions Recommendations. Motivation.

Télécharger la présentation

SCADA Software Architecture

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SCADA Software Architecture Meha Garg Dept. of Computer Science and Engineering Florida Atlantic UniversityBoca Raton, FL, USA December 18, 2008.

  2. Agenda • Motivation • Objective • Introduction • SCADA – Use Cases and Application of Patterns • Questions • Recommendations

  3. Motivation • Critical Infrastructure systems like Supervisory, Control and Data Acquisition Systems (SCADA), Distributed Control System (DCS), used in Energy Industry and Process Industries are highly distributed and complex. • It would be interesting to study SCADA using Use Case diagrams and applying various patterns – Layers, Model View Controller, Web Services, Broker, etc., applying our secure software methodology • This kind of work will help understanding of SCADA systems and Cyber Physical Systems, apply Non Functional Requirements, and do model checking.

  4. Objective To discuss Use Case Diagram for SCADA, then define a software architecture using patterns

  5. Introduction • SCADA (Supervisory Control and Data Acquisition) systems are used to monitor and control a plant or equipment in industries such as telecommunications, water and waste control, energy, oil and gas refining, and Transportation (airport, traffic control, rails) • These systems encompass the transfer of data between a SCADA central host computer and a number of Remote Terminal Units (RTUs) and/or Programmable Logic Controllers (PLCs), and the central host and the operator terminals • A SCADA system gathers information (such as where a leak on a pipeline has occurred), transfers the information back to a central site, then alerts the home station that a leak has occurred, carrying out necessary analysis and control, such as determining if the leak is critical, and displaying the information in a logical and organized fashion • These systems can be relatively simple, such as monitoring environmental conditions of a small office building, or very complex, such as a system that monitors all the activity in a nuclear power plant or the activity of a municipal water system

  6. Use Case Diagram for SCADA System • Description: The goal is to supervise, control, monitor and acquire data for critical infrastructure systems, operate from remote end and ensure security and safety • Actors: • Field Devices • Local Control Center (LCC) • Remote Telemetry Units (RTU) • Master / Central Control Terminal Unit (MTU) • Operator • Supervisor

  7. Use Cases • System Shut Down / Startup • Gather Field Information • Perform Local Control • Transfer Field Information • Manage Field Information • Perform Remote Control • Analyze System State • Schedule Task • Balance Load • Adjust Settings • Check Status • Manage Logging

  8. <<actor>> Field Devices <<actor>> Remote Terminal Unit <<actor>> Local Control Center <<actor>> Central Control Terminal Unit SCADA System Gather Field Information Perform Local Control Transfer Information Manage Field Information <<include>> Perform Remote Control Analyze System State Operator Schedule Task Balance Load Supervisor Adjust Settings System Startup/ Shutdown Check Status Manage Logging

  9. Pre Conditions for SCADA System • The operator is logged in. • The system is real time system.

  10. Layers System Startup/Shutdown Check Status Adjust Settings Perform Control Application Layer System Level Switches Printers HMI GPS Routers Transport Layer Communication System ModBus IEC 61850 DNP 3 Ethernet: TCP/IP Protocols Data Gathering Distribution Layer RTU IED Bay Control Units Field Devices Actuators Sensors Hardware Layer Field Device Units

  11. Layer Pattern • SCADA system being highly complex and distributed, it is important to understand SCADA in Terms of Layers for simplicity as shown in Figure above. The intent, forces, advantages for the layer Patterns are the same. However here we apply this pattern on the real physical system. • Layer 1: It is the field Units, considering the Generation, Transmission and Distribution at one place, we have all the process controls, I/Os, status, metering, measuring values, etc. It also includes local control.  • Layer 2: The field values, I/O – analog, digital, measuring and other commands, operations, are taken to RTUs, IEDs, PLCs, BCUs, and other I/O cards to communicate to higher end. • Layer 3: This includes all the communication cables, protocol architecture required for higher end communication interfaced with all field signals. It is the backbone in the modern control centers, which has

  12. Layer Pattern immensely reduced physical wiring, big marshalling and increased the reliability and more improved quality signals. Today latest protocols like IEC 61850, Modbus and other proprietary protocols are used. • Layer 4: This includes the Control centre equipped with dynamic changing states of the system displayed on HMI, which is powerful to read values, prompt and diagnosis system change and with a click on HMI, to carry out operations. •  Layer 5: Connection with the outside world using Internet and various new technology related to mobile / cell phone operations.

  13. More Patterns We can apply more patterns: • Broker (Inter substation control) • Client – Sever – Dispatch (Between Main system and operator console) • Web Services (Internet Control) • Model View Controller (HMI) • Three-tier Unified Physical Access Control to Buildings and information

  14. Future Work • Safety Monitor • Implementation in SCADA System • Unifying Safety with Security • Implementing more patterns in SCADA • Formalization of safety

  15. Recommendations and Questions Feedback:

More Related