Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Types of SCADA System Architecture
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > Control Systems > Types of SCADA System Architecture

Types of SCADA System Architecture

In this post, we will learn the various types of SCADA system architecture such as monolithic, distributed, and networked.

Last updated: April 18, 2023 10:55 am
Viral Nagda
Control Systems PLC Tutorials
3 Comments
Share
7 Min Read
SHARE

In industrial automation, when you use various devices, it is necessary to understand the architecture designed in them. Devices communicate with each other in various ways – either through hardware or through communication to share the data between the field and control room. Which link goes in which connection, is necessary to define and work out, Once we understand the architecture, then we can work in the system easily.

Contents
SCADA System ArchitectureMonolithic SCADA ArchitectureDistributed SCADA ArchitectureNetworked SCADA Architecture

SCADA System Architecture

Cloud SCADA Animation

Understanding the architecture of a SCADA system is essential when designing it, as it is one of the fundamental components of automation. The SCADA application typically runs on a server. Clients like desktop computers and screens can then function as HMIs by connecting them to the server.

Since operational devices like PLCs and RTUs are also connected to the server, we can now use the SCADA clients to control and monitor operations. In this post, we will learn the various types of SCADA system architecture such as monolithic, distributed, and networked.

Monolithic SCADA Architecture

Monolithic SCADA architecture is the first and most basic type of architecture used in a SCADA system. Refer to the below image for understanding.

Monolithic SCADA Architecture consists of a single SCADA system communicating with RTUs (remote terminal units).

SCADA Monolithic Architecture

RTU is a type of PLC too, but it does not have its own display and it communicates majorly through the wireless protocol. Also, it is used in remote locations in a factory where the environment is hazardous and access not possible. WAN stands for wide area network and LAN stands for local area network. The WAN network can be best understood with an example of the internet we use. We have to use some type of network (Wired/Wireless) to connect the systems together to transfer the data between them easily.

Basically, it will connect various devices, irrespective of their location, together. (The network which is used here is a very basic one and was implemented earlier to communicate with remote terminal units (RTU) with one sole purpose in mind: to communicate with RTU in the field and nothing else. In addition, the LAN/WAN protocols in use today were largely unknown at that time.)

As seen in the image, only one SCADA system is the master and it cannot communicate with other SCADA systems. So, it is a simple standalone system. You cannot mix another type of data in this network.

The connectivity with the SCADA master station was very limited by the system provider. The connections to the master were usually made at the bus level through a patented adapter or controller connected to the backplane of the Central Processing Unit (CPU).

Distributed SCADA Architecture

Distributed SCADA architecture is the advanced version of monolithic architecture. As compared to the first system where a single SCADA system was used and was not able to communicate with other SCADA systems, in this system, multiple stations can communicate with each other.

Refer to the below image for understanding. You can see that it is an extension of the previous version. The single SCADA PC is now connected to a LAN network. On this network, other SCADA systems are too connected.

Distributed SCADA Architecture

Data sharing between them is now possible. Either it can be client systems or have some other server systems. With this architecture, redundancy is also possible. Only one single LAN network is available and in that, you can integrate your systems.

The distribution of the individual functions of the SCADA system in multiple systems provided more processing power for the system as a whole than would have been available in a single processor.

But, the networks that connected these individual systems were generally based on LAN protocols and could not reach beyond the limits of the local environment.

Networked SCADA Architecture

Networked SCADA architecture is the current crop of architectures we mostly use today in almost all big industries. In a distributed system, you saw that only a single LAN network was available. If you had your system outside this network, then you would not be able to communicate with it. To evaluate this, networked architecture was developed. In this, systems outside a network can communicate with each other through WAN and optical fiber.

Refer to the below image for understanding. You can see a WAN network (not an earlier version, but today’s version of advanced networking) is used to interface with the local LAN network.

Networked SCADA Architecture

Through this, a SCADA system sitting in some remote part of other countries can too access the system and communicate data with it. This meant that SCADA systems could now not only be used in a single plant but throughout several plants with physical locations far from each other.

With networked architecture, the data and supervisory can be accessed anywhere, even from a physical location different than the plants. The main improvement in the third generation is to open the architecture of the system, using standards and open protocols, and enabling the distribution of SCADA functionality through a WAN and not just a LAN.

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Advanced PLC Programming
  • PLC Logic to Count Running Hours
  • Types of SIEMENS S7 PLC Racks
  • Features of SCADA in IoT System
  • How to Configure AI in Delta PLC?
Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

PLC Counter Instructions
XG5000 Example of Simple Conveyor Control PLC Program
Difference between DCS & PLC Systems
PLC System Documentation
Push button Motor PLC Logic
VFD Commissioning and Testing Procedure (Variable Frequency Drive)
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
3 Comments
  • Chandan Ojha says:
    March 27, 2023 at 2:21 pm

    It’s a Very Good details, for Overview information and working about SCADA and PLC You can visit on http://www.itsoji.com Posts section.

    Reply
  • Sivaram attada says:
    May 18, 2023 at 8:31 am

    Yes it’s 100% good information in simple understanding way for the new students and employees

    Reply
  • Paddy Keys says:
    May 13, 2024 at 2:59 pm

    There are no images below text in any of your correspondence
    I am looking for a basic SCADA architecture block diagram.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Programmable Logic Controller Practice Tests
#6 PLC Best Practices – Validate Timers and Counters
Omron PLC Logic for Washing Machine Automation
How to Export Data from DeltaV System to Excel
PLC Question Bank
Feedforward Vs Feedback Control
3 Phase Motor Control using PLC Ladder Logic
Open User Communication in Siemens Tia Portal – PLC to PLC

Keep Learning

Ground Plate

Grounding of Telecommunication Systems

Distributed Control System Architecture

Control System Architecture

PLC Ladder Logic Example

PLC Ladder Logic Example

What is meant by the Batching Process

Batch Simulator PLC Example Program using LogixPro Simulator

Control system architecture diagrams

Vendor Document for Project Systems Architecture

Open Systems Interconnection

What is Open Systems Interconnection?

Function of Racks in PLC System

Function of Racks in PLC – Types of SIEMENS S7-400 PLC Racks

Why 4-20 mA Current Signal is used instead of Voltage Signal

Troubleshooting a 4-20mA Current loop

Learn More

Ball Float Steam Trap

Ball Float Steam Trap

Purpose of Flow Ratio Controller

Identify the Purpose of Flow Ratio Controller

Components of Bourdon Tube Pressure Gauge

Components of Bourdon Tube – Questions and Answers

what is calibration

Important Terms in Calibration

PID Simulator

PID Simulator Download

two chemical streams are mixed together

Practical Process Control System Questions & Answers – 12

Bently Nevada Proximity Probe

Root Cause Analysis for Vibration Probe Not Responding

hand-crank megger photo

What is Megger Test?

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?