SCADA Systems14 min read

SCADA Remote Monitoring: IIoT Solutions for Industrial Assets

Designing SCADA architecture for remote and distributed assets — covering communication technology selection, HMI design for remote operations, data analytics, alarm management, and real case studies from water, power, and oil & gas.

SENTRADO Engineering Team
SCADA system monitoring distributed industrial assets

A SCADA operator workstation showing real-time data from 47 remote pump stations across a 300 km water distribution network.

I'm currently commissioning a SCADA system that monitors 47 remote water pump stations spread across 300 km of pipeline. Each station is unmanned, solar-powered, and communicates via 4G LTE. The SCADA operator sits in a central control room 150 km from the nearest station. Five years ago, this would have required satellite links at $500/month per site. Today, a 4G data plan at $15/month handles it. The technology landscape for remote SCADA has changed dramatically, and this guide covers what actually works in practice.

1. What Does a SCADA Architecture for Remote Sites Look Like?

A remote monitoring SCADA system has four layers:

  • Field layer: Sensors (level, pressure, flow, temperature), actuators (valves, pump starters), and a local RTU (Remote Terminal Unit) or PLC that scans field I/O and executes local control logic.
  • Communication layer: The network connecting remote sites to the central SCADA. This is the single most critical design decision — get it wrong and nothing else matters.
  • SCADA server layer: Central server(s) running SCADA software (e.g., WinCC, iFIX, Ignition) with historian database, alarm server, and HMI clients.
  • Presentation layer: Operator workstations, large-screen displays, mobile/tablet access for field technicians, and web-based dashboards for management.

For our SCADA system deployments, we typically use Siemens S7-1200 or S7-1500 as the remote RTU/PLC — they have built-in PROFINET and web server capabilities that eliminate the need for a separate RTU in many applications.

2. Which Communication Technology Actually Works for Remote SCADA?

This is the decision that determines your system's reliability and operating cost. Here's my comparison based on 20+ remote SCADA deployments:

TechnologyBandwidthLatencyMonthly cost/siteBest for
4G LTE10-100 Mbps20-100ms$10-30Sites within cell coverage
5G NR100+ Mbps5-20ms$30-80High-bandwidth (video + data)
Satellite (VSAT)1-10 Mbps500-800ms$200-500Remote sites, no cellular
UHF Radio9.6-115 kbps50-200ms$0 (owned)Oil & gas, mining (no cell)
Fiber optic1-10 Gbps<1ms$50-200Sites along pipeline/road

💡 SENTRADO Engineering Tip

For water treatment and distribution SCADA (our most common remote application via our water treatment solutions), I specify 4G LTE as primary with satellite backup for critical pump stations. The 4G plan handles real-time monitoring and control. If 4G goes down, the satellite link maintains basic telemetry — just 10 data points per minute at 200 bytes/minute = negligible data usage, but enough to keep monitoring tank levels and pump status.

3. HMI Design for Remote Operations

When the operator is 300 km away from the asset, your HMI design becomes a safety-critical interface:

  • Single-screen overview: The "home" screen shows all remote sites on a geographic map with color-coded status: Green = normal, Yellow = warning, Red = alarm, Gray = communication lost. The operator must assess system health in under 5 seconds.
  • Alarm prioritization: Use ISA-18.2 principles. Maximum 6 actionable alarms per operator per hour. I've seen SCADA systems with 40 simultaneous flashing alarms — that's alarm flooding, and it causes operators to miss critical events.
  • Command confirmation: Every remote command (start pump, open valve) requires two-step confirmation: select command → confirm with reason code. Prevents accidental commands that could cause water hammer or pipeline overpressure.
  • Bandwidth-efficient graphics: Don't use high-resolution P&ID graphics requiring 5 MB per screen refresh on 4G. Use simplified mimic diagrams with live data tags. SVG-based HMIs render efficiently on mobile connections.
Remote monitoring dashboard showing distributed assets

4. Data Logging and Analytics

Design your data architecture for both real-time access and historical analysis:

  • Local buffering at the site: The remote PLC must log data locally during communication outages. I configure data logs on the PLC's SD card with 30-day circular buffering. When connectivity is restored, buffered data uploads automatically.
  • Central historian: Use a time-series database (InfluxDB, OSIsoft PI, or SCADA's built-in historian). Store all analog values at 1-second resolution for critical points, 10-second for routine data. Typical storage: 50 MB/site/month for 100 data points.
  • Automated reporting: Daily pump run hours, energy consumption, start/stop counts, and alarm summaries. I build these in the SCADA or push data to Power BI for management dashboards.
  • Anomaly detection: Set up statistical process control (SPC) on key parameters. If a pump's power consumption increases 15% over its 30-day baseline — without a corresponding flow increase — this indicates impeller wear. The system generates a maintenance work order automatically.

5. How Do You Design Alarms for Distributed Remote Sites?

Remote monitoring alarm management is fundamentally different from local plant alarms. When an alarm occurs at a remote site, nobody is physically present to investigate:

  • Alarm rationalization: Before connecting any site, perform a formal study. For each potential alarm: Is it actionable? What's the consequence of ignoring it? I typically eliminate 60-70% of configured alarms through this process.
  • Alarm shelving: During known maintenance windows, automatically shelve non-critical alarms. Nothing worse than a 3 AM alarm flood from a planned valve test.
  • Escalation procedures: If a critical alarm isn't acknowledged within 5 minutes, auto-escalate via SMS/WhatsApp. After 15 minutes unacknowledged, escalate to the operations manager.
  • Communications-lost alarm: The most important alarm in any remote SCADA. Set timeout based on polling interval — typically 3× normal poll rate. For 30-second polling, comms-lost triggers after 90 seconds. Never set longer than 5 minutes for critical sites.

6. Real-World Case Studies

Case Study 1: Water Distribution Network (47 Sites)

We deployed a SCADA system for a municipal water utility covering 47 remote pump and booster stations across 300 km. Each site uses a Siemens S7-1200 with 4G LTE. The central SCADA (WinCC Professional) runs on redundant servers with 15-second polling. Annual savings: $380,000 from reduced truck rolls, early leak detection (12% water loss reduction), and optimized pump scheduling (18% energy cost reduction).

Case Study 2: Power Grid Substations (12 Sites)

For a solar farm operator, we built a SCADA monitoring 12 remote substations connected via fiber optic along the transmission corridor. Each substation has a Siemens S7-1500F (fail-safe) for transformer protection. The electrical monitoring system includes power quality analysis, transformer temperature trending, and automatic load shedding during grid disturbances.

Case Study 3: Oil & Gas Remote Wellheads (8 Sites)

Eight remote wellhead stations in a desert environment with no cellular coverage. We used UHF radio (915 MHz, 50 km range) backhauling to a central site with satellite uplink. Each wellhead PLC monitors pressure, flow rate, and valve position. The SCADA implements automatic well shutdown on low-pressure (reservoir depletion) or high-pressure (blockage). Communication uptime: 99.7% over 24 months.

Need a Remote SCADA Solution?

From site survey to commissioning, we design and deploy complete remote monitoring SCADA systems for distributed assets. Free consultation for your project.

Frequently Asked Questions

Straight answers from our engineering team.

Which communication technology works best for remote SCADA sites?
4G LTE is the default for sites within cellular coverage at roughly $10-30 per site monthly, with 5G for high-bandwidth video applications. Use owned UHF radio for oil, gas and mining sites with no coverage, satellite VSAT at $200-500 monthly where nothing else exists, and fiber along pipeline corridors. SENTRADO typically specifies 4G LTE primary with satellite backup maintaining minimal telemetry during outages for critical pump stations.
How should remote SCADA HMI screens be designed?
The home screen must show all sites on a geographic map with color-coded status — green normal, yellow warning, red alarm, gray comms lost — so operators assess health in under 5 seconds. Limit alarms to six actionable per operator per hour per ISA-18.2, require two-step confirmation with a reason code for every remote command, and use bandwidth-efficient SVG-style mimics rather than heavy P&ID graphics on cellular links.
What happens to logged data when the communication link drops?
The remote PLC must log data locally during outages — SENTRADO configures SD-card data logs with 30-day circular buffering — and upload buffered data automatically when connectivity returns. The central historian then stores analog values at 1-second resolution for critical points and 10 seconds for routine data, typically around 50 MB per site per month for 100 data points in a time-series database.
How should alarms be managed for unmanned remote sites?
First perform alarm rationalization — a formal study that typically eliminates 60-70% of configured alarms by removing non-actionable ones. Shelve non-critical alarms automatically during maintenance windows, auto-escalate unacknowledged critical alarms after 5 minutes via SMS or WhatsApp and to managers after 15, and configure a communications-lost alarm at roughly 3x the polling interval — around 90 seconds for 30-second polling.
What results can I expect from a remote SCADA deployment?
In a 47-station municipal water network across 300 km, SENTRADO's Siemens S7-1200 and WinCC Professional SCADA on 4G delivered roughly $380,000 in annual savings through eliminated truck rolls, a 12% reduction in water loss from early leak detection and an 18% reduction in energy costs. An 8-site desert wellhead network on UHF radio achieved 99.7% communication uptime over 24 months.