In the world of water and wastewater treatment, the central control room is often miles away from the actual equipment—pumps, valves, blowers, and chemical feeders that must operate reliably 24/7. A traditional approach would send all raw sensor data to the central SCADA system, wait for a decision, and then send commands back to the equipment. But this round-trip introduces latency, consumes bandwidth, and creates a single point of failure. When the network connection drops, the remote site goes blind—pumps may continue running, but with no intelligent supervision. This is where edge computing, built into the RTU gateway, becomes transformative. By embedding local intelligence directly at the remote site, the RTU gateway enables autonomous, real-time control that continues even when the central network is unavailable.

The Problem: Centralized Control’s Fragility

Consider a remote booster station that maintains pressure in a distribution system. Its job is simple: monitor the discharge pressure and start/stop pumps to keep pressure within a set range. In a purely centralized architecture:

  • Pressure readings are sent from the booster station’s RTU gateway to the central SCADA platform (via cellular or fiber).

  • The SCADA platform’s logic evaluates the reading and determines whether a pump should start or stop.

  • A command is sent back to the RTU gateway to actuate the pump relay.

This round-trip might take 2-5 seconds in good conditions. But if the cellular network is congested or fails, the control loop breaks. The booster station continues running with whatever pump state it had—possibly over-pressurizing or under-pressurizing the system until a technician arrives. Worse, if the site uses flow-paced chemical dosing, a network failure could lead to overdosing or underdosing, causing water quality violations.

The RTU Gateway Solution: Local Logic for Autonomous Control

An RTU gateway designed for water treatment solves this by moving the control logic to the edge. The gateway is programmed with local rules that execute autonomously, without requiring a round-trip to the central platform.

Core Edge Computing Capabilities:

  1. Local Logic Control (Ladder Logic or Scripting):
    The RTU gateway supports programming—often using familiar languages like ladder logic, function block diagrams, or C-like scripts. Typical local control rules for water applications include:

    • Pump control by level: “If wet well level > 4 meters, start pump 1. If level drops below 1 meter, stop pump 1.”

    • Alternating lead/lag pumps: “Alternate which pump is lead each cycle to equalize run hours.”

    • Time-based scheduling: “Run the backwash pump from 2 AM to 4 AM daily.”

    • Cascaded pump control: “Start pump 2 if pump 1 has been running for 30 minutes and level > 5 meters.”

  2. Data Preprocessing and Filtering:
    Instead of sending every raw analog sample (which might be noisy or redundant), the gateway can:

    • Filter: Apply a moving average to smooth noisy pressure signals.

    • Compress: Send data only when it changes by more than a defined deadband (e.g., send level only when it changes by >0.1m).

    • Detect out-of-limit: Immediately send an alarm if pressure exceeds a threshold, regardless of reporting interval.

  3. Resumable Data Transmission (Store-and-Forward):
    The gateway includes local storage (e.g., SD card or flash memory). If the network fails, it continues to record data with timestamps. When the network is restored, it automatically forwards the backlog—ensuring no data gaps for regulatory compliance or troubleshooting.

Practical Examples of Edge Intelligence in Action

Example 1: Pump Station with Level-Based Control

A wastewater lift station receives flow from a gravity sewer and pumps it to a treatment plant. The RTU gateway is connected to:

  • An ultrasonic level sensor (4-20mA) in the wet well.

  • Three pumps via motor starters (digital outputs for start/stop, digital inputs for run status and fault).

  • A flow meter on the discharge line.

Local control logic programmed into the RTU:


This logic executes locally, with cycle times of seconds. Even if the cellular network fails, the lift station continues to operate autonomously, preventing overflows.

Example 2: Chemical Dosing for pH Control

At a water treatment plant, the RTU gateway monitors pH from an online analyzer and controls a caustic soda dosing pump via 4-20mA output. Local logic:


The PID loop runs every 2 seconds locally. Network outages do not stop pH control—the dosing pump continues to respond to pH changes, preventing violations.

The Central Platform’s Role: Aggregation, Not Real-Time Control

With edge computing handling local automation, the central platform’s role shifts to:

  • Data aggregation: Collecting summary data (e.g., hourly averages, daily totals) and alarms from all remote sites.

  • Optimization: Using data from multiple sites to optimize the entire system (e.g., adjusting pump schedules to minimize energy cost across all stations).

  • User interface: Providing a single dashboard for operators to monitor status and intervene when needed.

  • Historical storage and reporting: Maintaining long-term records for regulatory compliance.

This architecture—local control at the edge, aggregated oversight at the center—is the essence of “decentralized control and centralized management.”

Benefits of Edge Intelligence for Water Utilities

1. Uninterrupted Operation: Even during network outages, remote sites continue to operate intelligently based on local logic. No more “flying blind” failures.

2. Faster Response: Local control loops execute in milliseconds to seconds, versus seconds to minutes for cloud-dependent loops. This is critical for surge control, chemical dosing, and pump protection.

3. Reduced Bandwidth and Cloud Costs: By preprocessing data and sending only meaningful changes or summaries, the RTU gateway dramatically reduces data transmission volume, lowering cellular data plan costs.

4. Regulatory Compliance with Data Integrity: Store-and-forward ensures no data loss. Even if a site loses connectivity for a week, the gateway retains all data and uploads it when the link is restored—preserving the complete, auditable record.

5. Simplified Central Platform: The central SCADA or cloud platform no longer needs to handle real-time control logic for hundreds of remote sites. It can focus on visualization, reporting, and optimization, reducing complexity and licensing costs.

Intelligence Where It Matters Most

For water and wastewater utilities, the RTU gateway with edge computing is far more than a data concentrator. It is an intelligent agent that lives at the remote site, making autonomous decisions to keep equipment running safely and efficiently. By moving control logic to the edge, utilities gain resilience, reduce operating costs, and ensure that even the most distant pumping station operates with the intelligence of a fully staffed control room. In an industry where every minute of downtime can lead to spills, violations, or service interruptions, edge intelligence is not a luxury—it is a necessity.