What Is a SCADA System? Definition, Parts and Examples

A SCADA system is the software that supervises and controls an industrial installation from a distance: it collects data from sensors and machines, shows it on screens, raises alarms when a value drifts out of range and lets an operator act on the process without walking to the plant. The name stands for Supervisory Control and Data Acquisition.
It runs in more places than most people think. A water treatment plant watching flow and chlorine, an electrical substation, a food factory logging temperatures batch by batch, a pumping network spread across half a county: all of them have a SCADA behind the scenes.
What a SCADA system actually does
SCADA covers four jobs that used to mean an operator reading gauges and writing on paper.
- Acquire data. It reads values from sensors, meters and controllers every few seconds: temperature, pressure, flow, consumption, whether a pump is running.
- Supervise. It draws those values on mimics, the schematic screens where each element changes colour or number according to what is happening.
- Alert. It raises alarms when a value leaves its configured range, ranks them by severity and routes them to whoever is on duty.
- Control. It sends commands back to the process: start a pump, change a temperature setpoint, open a valve. Always behind permissions, and always logged.
On top of that sits history. A SCADA keeps everything it measured so you can compare one shift with another, explain an energy bill or prove to an auditor that the cold chainCUse caseCold chainView profile never broke.
The parts of a SCADA system
The field
Sensors, meters and actuators. This is what touches the physical process: the temperature probe, the flow meter, the drive that turns the motor.
The controllers: PLC and RTU
PLCs (programmable logic controllers) and RTUs (remote terminal units) read the sensors and run the immediate logic, the kind that cannot wait. If pressure crosses a threshold, the PLC trips in milliseconds without asking anyone.
The communications network
It joins the controllers to the server. Industrial Ethernet, fibre, radio, 4G, or LoRaWAN
ProtocolLoRaWANOpen long-range, low-power LPWANView profile where the sites are remote. The usual protocols are ModbusMProtocolModbusThe most widespread industrial fieldbusView profile, OPC UAOProtocolOPC UAInteroperability standard for industrial automationView profile, DNP3, IEC 60870-5-104 and, increasingly, MQTTProtocolMQTTThe standard pub/sub protocol of IoTView profile.
The SCADA server
The brain. It centralises the data, evaluates alarms, stores history and serves the screens. On large sites it is usually redundant, so one failure does not leave the plant blind.
The operator interface
The screens the operator watches, known as the HMI: mimics, trend charts, alarm lists and command buttons.
The historian
The database where the measurements land. It is what lets you look back six months and see what happened the day the compressor failed.
How it works, step by step
- The sensor measures and passes the value to the PLC or RTU.
- The controller applies its local logic and exposes the value in a register.
- The SCADA polls those registers, or receives them if the protocol pushes data, and updates its picture of the process.
- It compares each value against the configured ranges. If one is out, it opens an alarm and notifies.
- It writes the measurement to the historian.
- If the operator sends a command, the SCADA translates it into the controller's protocol and logs the action with user, date and time.
That cycle repeats every second or every few seconds, depending on how fast the process moves.
SCADA, PLC and HMI: who does what
This is the most common confusion, and the short answer is that they work at different layers.
- The PLC controls. It runs safety and process logic in real time, over one machine or one section of the plant. It keeps working even if everything above it goes down.
- The HMI displays. It is the panel, usually next to the machine, for operating that machine.
- The SCADA supervises the whole. It gathers what happens across every PLC and every line, keeps the history, manages alarms and lets you operate from a control room or a phone.
Put another way: without a PLC there is no control, and without a SCADA there is no overall view and no memory of what happened.
Examples of SCADA systems
- Water. A distribution network with tanks, pumping stations and chlorination spread over tens of kilometres. The SCADA watches levels, pressure and quality, and starts pumps as demand moves.
- Energy. Substations and renewable plants, where the SCADA reports output, breaker status and any trip.
- Process industry. Food, pharma or chemical lines where each batch needs a record of temperatures and times to satisfy regulation.
- Buildings and infrastructure. HVAC, fire pumping or street lighting, with schedules and consumption metering.
We go sector by sector in the 5 key applications of SCADA in industry.
Which SCADA software is used most
In classic industrial settings the names that come up are Ignition from Inductive Automation, SIMATIC WinCC from Siemens, FactoryTalk View from Rockwell, AVEVA (formerly Wonderware) and zenon from COPA-DATA. On the open source side there are Rapid SCADA, OpenSCADA and ScadaBR, which cover small installations without licence costs.
What separates them is rarely the screens. It comes down to three things: how many tags the licence allows, which protocols ship out of the box, and what the system costs to maintain five years in.
Traditional SCADA and cloud SCADA
Classic SCADA lives on a server inside the plant. It works, and on critical sites it will stay that way for years, but it has three known limits: reaching it from outside means a VPN, scaling to several plants means replicating servers and licences, and combining the data with anything else, an ERP or an AI model, turns into a project of its own.
Cloud SCADA flips the layout. The controllers stay where they are and keep controlling the process, while the data goes up to a platform that covers several sites, opens in a browser or on a phone, and exposes an API for everything else.
That is the shape of our SCADA solution: PLCs and RTUs connect over Modbus, OPC UA or MQTT, and supervision, alarms and reporting move to the platform. If you are weighing the change, SCADA IoT platform in 2026 lists the criteria we go through with integrators and manufacturers.
When modernising is worth it
Not every installation needs to change. These signs usually justify it:
- Several plants, each with its own server, screens and licences.
- Checking last week's value means someone walking into the control room.
- The current system runs on a Windows version that lost support.
- Reports are assembled by hand, exported into spreadsheets.
- You need production data next to maintenance, energy or quality, and there is no way to join them today.
Frequently asked questions
What is the difference between SCADA and PLC?
The PLC is the device that controls the machine in real time. SCADA is the software that supervises many PLCs at once, keeps the history and handles alarms. One acts, the other watches and coordinates.
What is a SCADA system in PLC terms?
It is shorthand for the pair: PLCs do the field control, and the SCADA leans on them to read data and send commands. SCADA does not replace the controller, it connects to it.
Which SCADA software is most used?
Ignition, SIMATIC WinCC, FactoryTalk View, AVEVA and zenon on the commercial side. Rapid SCADA, OpenSCADA and ScadaBR among the open source options. Industrial IoTITermIoT (Internet of Things)The IoT (Internet of Things) is the network of physical objects with sensors, software and connectivity that collect and exchange data and act autonomously.View profile platforms now cover the same functions from the cloud.
Can you give an example of a SCADA system?
A drinking water network: level and chlorine probes in the tanks, a PLC at each pumping station, radio or 4G links, and a server that draws the network map, warns when a tank drops below its minimum and stores daily consumption.
Can a SCADA be used from a phone?
Traditional SCADA needs a VPN and its screens assume a large display. Cloud platforms open in a phone browser with the same account and the same permissions.
Where to go next
If you came for the concept, you now have the map. If you are evaluating a new or replacement system, the practical next step is counting your tags, listing the protocols your equipment speaks and noting how many sites they sit in. With those three numbers any option can be sized, whether it is a classic SCADA or an industrial IoT platform doing the same job.
Artigos Relacionados

Industrial IoT Implementation: A Step-by-Step Plant Guide
An industrial IoT implementation in a running plant works when you respect the order: the problem first, then the signals, and the technology last.

IoT Sensors: Types, Protocols and Applications in 2026
IoT sensors convert physical-world measurements — temperature, gases, vibration, light, position — into continuous, actionable, scalable digital data. This guid

Industrial AI Software: From Sensor Data to Decisions
Industrial AI software earns its keep on an ordinary afternoon. A bottling plant in central Europe runs three filling lines at 600 units per minute when the vib
Pronto para Transformar seu Negocio?
Entre em contato para descobrir como o Cloud Studio IoT pode ajudar voce a alcancar seus objetivos.