4.3 SCADA & Instrumentation
Key Takeaways
- SCADA (Supervisory Control and Data Acquisition) uses RTUs or PLCs at remote sites to report data to a central HMI for monitoring and control.
- Common monitored values include tank levels, suction and discharge pressures, flow, chlorine residual, pump status, and alarms.
- Telemetry links can be radio, cellular, or hardwired; Class I small systems commonly use cellular or radio for remote tanks and pump stations.
- SCADA supports both monitoring and control — starting/stopping pumps and opening/closing valves remotely — not just data display.
- Cybersecurity follows AWWA guidance: segment networks, change default passwords, restrict access, patch, and log activity.
4.3 SCADA & Instrumentation
Quick Answer: SCADA (Supervisory Control and Data Acquisition) is the system that lets an operator monitor and control remote sites — tanks, pumps, valves, and treatment — from a central screen. Remote RTUs or PLCs collect sensor data and send it over telemetry (radio, cellular, or hardwired) to a central HMI that displays levels, pressures, flows, and alarms and can start pumps or open valves. For small Class I systems, SCADA most often means watching tank level and pump status on a phone or laptop and getting an alarm when something is out of range.
What SCADA does
A distribution system is spread over miles of pipe, with tanks and pumps in places you cannot staff. SCADA exists to give one operator real-time visibility and control over all of it. The three jobs of SCADA are:
- Data acquisition — read instruments at remote sites.
- Supervisory control — send commands to pumps, valves, and other equipment.
- Alarm and trending — warn the operator when a value is out of range and store history for analysis.
The pieces
| Piece | What it is | What it does |
|---|---|---|
| Sensor / instrument | Level transducer, pressure transmitter, flow meter, chlorine analyzer | Measures a physical value and outputs a signal (4–20 mA, Modbus, etc.) |
| RTU (Remote Terminal Unit) | Rugged field computer at a remote site | Reads sensors, holds local logic, reports to central |
| PLC (Programmable Logic Controller) | Industrial controller | Runs local control logic (start/stops a pump on level) |
| Telemetry | Radio, cellular, or hardwired link | Carries data between the RTU and central |
| HMI (Human-Machine Interface) | Software on the operator's workstation | Displays values, alarms, and control buttons |
| Historian | Database of past values | Stores trends for reporting and analysis |
In practice, RTU and PLC functions often live in one box. The key idea is that the field device is at the tank or pump station and the HMI is at the operator's desk (or phone).
What is monitored and controlled
A Class I operator should be able to list the common SCADA points:
- Tank level — high and low alarms; used to start/stop booster pumps.
- Suction and discharge pressure at pump stations — protects against deadhead and cavitation.
- Flow at master meters and well outputs.
- Chlorine residual at entry points (analyzers, not just grab samples).
- Pump status (running, stopped, fault) and run hours for maintenance.
- Power status (utility power, generator running, transfer switch position).
- Valve position for remote-controlled valves.
- Security / intrusion at remote sites.
On the control side, SCADA can start or stop pumps, open or close valves, and switch sources. Local PLC logic usually handles routine control (a pump turns on at low tank level and off at high), while the operator uses SCADA to override or adjust.
Telemetry options
- Radio — licensed or unlicensed UHF/VHF; common in rural systems with line of sight between sites.
- Cellular — easy to deploy at a single remote tank; a modem and a data plan; common for Class I small systems.
- Hardwired — fiber or leased line; high bandwidth; used in larger utilities.
For a small system, cellular modems at remote tanks reporting level and pump status to a cloud HMI is the typical Class I SCADA.
Alarms and how to respond
SCADA alarms are set with high and low limits. Common alarms a Class I operator handles:
- Low tank level — could mean a pump failed, a valve closed, or demand is outpacing supply. Check pump status and source flow.
- High tank level — could mean a fill valve stuck open or a pump not stopping. Check controls; verify overflow is not occurring.
- Low pressure at a pump station — possible main break, closed valve, or pump cavitation.
- High pressure — possible closed valve downstream or a pressure-control valve failed closed.
- Low chlorine residual — check feed, check analyzer, verify residual in the system.
- Power fail / generator running — confirm generator is carrying load and fuel is adequate.
The operator's job is to acknowledge the alarm, investigate the cause, take action, and log the event. Ignoring a recurring alarm is a common failure mode.
Cybersecurity for small systems
SCADA is a network, and a network can be attacked. AWWA publishes cybersecurity guidance for water systems; the core ideas are simple and apply even at Class I:
- Segment the SCADA network from the business network and the internet. Do not let the HMI browse the web.
- Change default passwords on RTUs, PLCs, and modems — a leading cause of intrusions.
- Restrict access to the HMI; use individual accounts, not a shared login.
- Patch and update firmware on field devices when patches are available.
- Log activity — who logged in, what changed, and when.
- Disable unused services (web servers, telnet) on field devices.
For a small system, the practical checklist is: separate the SCADA modem from the office Wi-Fi, change the vendor password on every device, and give each operator their own HMI login. If a vendor needs remote access, use a controlled, time-limited connection rather than an always-on port forward.
SCADA is not just monitoring
A common exam trap is treating SCADA as if it only displays data. SCADA includes control — the 'C' stands for Control. The operator can issue commands, and the system can run local control logic automatically. Know the difference between monitoring (read-only) and control (read and command), and know that SCADA does both.
In a SCADA system, what is the role of an RTU (Remote Terminal Unit)?
Which telemetry option is most commonly used by a small Class I system to monitor a single remote tank and pump station?
An operator receives a low tank level alarm and sees the booster pump shows 'stopped' with no fault. What is the most appropriate first response?