Learn PLCs free
Programming Guides16 min read3,005 words

What Is an RTU? Remote Terminal Units Explained

A remote terminal unit (RTU) explained — what it does, how it differs from a PLC, where it's used in SCADA and remote sites, and its communications.

PPI
PLC Programming IO Editorial Team
Sourced guidance with documented review and correction standards

A remote terminal unit (RTU) is a ruggedized field device that collects data from sensors and equipment at a remote site, executes basic local control, and relays that information back to a central SCADA system — often across low-bandwidth radio, cellular, or satellite links. RTUs are the eyes and hands of SCADA at locations too isolated, too hazardous, or too numerous to staff continuously.

If you have seen a lone piece of equipment in a desert gas field or a reservoir up a mountain sending flow readings back to a control room, there is almost certainly an RTU behind it.

What Is an RTU?

An RTU (remote terminal unit) is an embedded microprocessor-based device designed for field deployment at remote or unmanned sites. It sits between physical field instruments — sensors, meters, valves, breakers — and the supervisory layer of a SCADA system.

The core job of an RTU can be described in three sentences:

  • Acquire: Read analog and digital inputs from field instruments (pressure transmitters, flow meters, level sensors, discrete switches).
  • Control: Drive outputs — open a valve, start a pump, trip a breaker — based on local logic or commands received from the SCADA master.
  • Report: Transmit collected data to the SCADA master station, typically using a communication protocol designed for unreliable, narrow-bandwidth links.

Many RTU projects are designed for links that may be slow, intermittent, metered, or expensive. That requirement often leads engineers to use event reporting, local timestamps, deadbands, periodic integrity checks, and store-and-forward buffering. These are common RTU capabilities, not universal rules: a modern fiber- or LTE-connected RTU may also be polled frequently, and the exact reporting behavior depends on the selected protocol, device, and SCADA master.

Key characteristics of an RTU

Characteristic Typical RTU behaviour
Power supply Wide-range DC input; solar/battery capable
Operating temperature Project-specific industrial range; outdoor models often offer extended ratings
Communication links Radio, cellular (4G/LTE), satellite, serial
Protocol DNP3, Modbus RTU, IEC 60870-5-101/104
I/O count Device- and expansion-dependent
Local logic Ranges from simple setpoints to IEC 61131-3 applications
Data reporting Polling, event/unsolicited reporting, or a designed combination

Purpose-built RTUs emphasize unattended reliability, communications resilience, environmental tolerance, and power management. The required balance depends on the site: a solar wellhead, substation gateway, and fiber-connected water plant do not need the same enclosure, autonomy, protocol, or compute capacity.

RTU telemetry data flow: field sensors to SCADA master station via radio or cellular link Horizontal flow diagram showing how an RTU acquires data from field instruments, executes local logic, and transmits telemetry to the SCADA master over a wide-area link. Field Instruments 4–20 mA sensors Pressure / Flow Level / Discrete RS-485 meters RTU Acquire analog/digital inputs from sensors Execute local fail-safe control logic Report-by-exception + heartbeat Wide-Area Link Radio (UHF/VHF) 4G LTE / 5G Satellite (LEO/GEO) DNP3 / IEC 60870-5 SCADA Master HMI / Historian Alarm management Data aggregation Remote control cmds Remote Site Low-BW Link Control Room
RTU telemetry data flow: field instruments → RTU (acquire, control, report) → wide-area link → SCADA master station.

What Does an RTU Do?

1. Acquire field data

An RTU's analog inputs accept signals from transmitters — most commonly 4–20 mA current loops and voltage signals (0–5 V, 0–10 V). Digital inputs capture discrete states: valve open/closed, pump running/stopped, breaker tripped. Many RTUs also accept pulse inputs for totalising flow meters.

Because remote sites can span kilometers, RTUs frequently communicate with their own local sub-devices over RS-485 serial buses, gathering readings from smart meters and analyzers before packaging them for transmission to the SCADA master.

2. Execute local control

While an RTU is not a general-purpose controller, it does execute local logic to protect equipment when communications fail. Common examples:

  • Close an inlet valve if a tank exceeds a high-level setpoint
  • Start a standby pump if a primary pump trips
  • Latch an alarm output if pipeline pressure drops below minimum

This fail-safe local logic runs independently of the SCADA link. If the cellular connection drops for hours, the RTU continues to protect the process within its defined safe limits.

3. Transmit telemetry to SCADA

The RTU packages timestamped data and sends it upstream to the SCADA master station (or a data concentrator acting as an intermediate node). Report-by-exception is common on bandwidth-constrained telemetry networks: the RTU monitors each value and transmits an update when it changes beyond a configured deadband. Polling, periodic integrity scans, and heartbeats are normally designed alongside event reporting so the master can detect stale or missing data.

Most RTUs also send a periodic heartbeat (an "unsolicited" or "spontaneous" report) even when nothing changes, confirming to the master that the unit is alive.

At the master station, the SCADA system integrates RTU data with readings from other field devices, displays it on operator screens, logs it to a historian, and generates alarms when values exceed configured thresholds. For a deeper look at how that supervisory layer works, see our SCADA tutorial for beginners.

RTU report-by-exception vs continuous polling: bandwidth comparison for SCADA telemetry Side-by-side comparison showing how report-by-exception transmits only changed values while continuous polling sends every tag every cycle, dramatically reducing link traffic. Report-by-Exception (RTU) Transmit only when value changes > dead-band t=0 t=10s t=20s t=30s TX TX 2 messages in 30 s Only changed values + timestamp Saves bandwidth on radio / satellite Battery-friendly — low transmit duty Continuous Polling (comparison) Every tag polled on every cycle t=0 t=10s t=20s t=30s 10+ messages in 30 s All values regardless of change Saturates narrow radio channels High satellite cost per message
Report-by-exception transmits only changed values, reducing link traffic on narrow RTU radio and satellite channels versus continuous polling.

Where Are RTUs Used?

RTUs dominate applications where sites are geographically dispersed, unmanned, and connected over wide-area links. The common thread is distance combined with criticality — you cannot send a technician every time you need a reading, but you cannot afford to lose visibility either.

Oil and gas

Pipeline systems may span hundreds or thousands of kilometers with compressor stations, metering points, and block valves every few miles. RTUs monitor pressures, temperatures, and flow rates at each node, detect line-pack changes that might indicate a leak, and control actuated valves on command from the pipeline control room.

Well-head RTUs on production fields read tubing and casing pressure, monitor electric submersible pump (ESP) status, and measure produced fluid volumes. Many fields deploy dozens or hundreds of well-head units.

Water and wastewater

Water utilities use RTUs at pump stations, storage tanks, booster stations, and remote reservoirs. An RTU at a hilltop reservoir monitors water level and pressure, operates inlet and outlet valves, and reports readings to the utility's control room over cellular — without any operator on site. For more on PLC and RTU use in water systems, see the water treatment PLC programming guide.

Electric power distribution

Substations and distribution feeders use RTUs (sometimes called substation automation units) to monitor breaker status, measure power quality parameters (voltage, current, frequency, power factor), and execute switching operations on command from an energy management system (EMS) or distribution management system (DMS). IEC 60870-5-101 and IEC 61850 are common protocols in this sector.

Pipelines and transmission networks

Gas transmission and liquid petroleum pipelines use RTUs at compressor stations, pig launcher/receiver stations, and custody transfer metering points. These RTUs must meet stringent accuracy and availability requirements because their readings directly affect billing and regulatory compliance.

Environmental and remote monitoring

Weather stations, flood-warning systems, air-quality monitors, and seismic arrays all use RTU-class devices to collect sensor data and transmit it over satellite or cellular to central databases. These applications often require ultra-low power operation.

RTU vs PLC

The RTU and the PLC solve related but different problems. The short version: PLCs are optimised for high-speed, deterministic local control; RTUs are optimised for remote telemetry over wide-area links.

Dimension RTU PLC
Primary purpose Remote data acquisition + telemetry Local machine/process control
Communication focus Wide-area (radio, cellular, satellite) Local network (Ethernet/IP, PROFINET)
Typical protocol DNP3, IEC 60870-5, Modbus RTU EtherNet/IP, PROFINET, Modbus TCP
Reporting model Report-by-exception Polled by SCADA/HMI
I/O scan rate 1–10 seconds typical 1–100 milliseconds
Power design Solar/battery ready Mains or DIN-rail 24 VDC
Local logic depth Limited — protective and fail-safe Full IEC 61131-3 programming
Operating environment Extreme temperature, IP65+ enclosures Industrial cabinet, moderate temperature

For a full side-by-side breakdown of these two device types, read the RTU vs PLC comparison.

Neither device is universally superior. A gas well-head in a remote field needs an RTU. A bottling line needs a PLC. Many modern SCADA installations use both: PLCs doing rapid local control, with RTU firmware or a gateway device handling the wide-area communication to the SCADA master.

RTU vs PLC comparison: primary purpose, communications, scan rate, and operating environment Side-by-side comparison table showing key differences between RTU and PLC across purpose, communication type, protocol, scan rate, power design, and environment. RTU PLC Purpose Remote telemetry + data acquisition Purpose Local machine / process control Protocol DNP3, IEC 60870-5-101/104 Protocol EtherNet/IP, PROFINET, Modbus TCP I/O Scan Rate 1–10 seconds typical I/O Scan Rate 1–100 milliseconds Power Design Solar / battery ready; wide DC input Power Design Mains or DIN-rail 24 VDC Environment −40 °C to +70 °C, IP65+, outdoor Environment Industrial cabinet, moderate temp
RTU vs PLC: key differences in purpose, protocol, scan rate, power design, and operating environment.

RTU Communications

Communication is the defining constraint of RTU design. Everything from data model to protocol choice flows from the assumption that the link will be narrow, unreliable, or expensive.

Physical media

Licensed radio (UHF/VHF) — The traditional choice for pipeline and water utility networks. A licensed radio network is private, resilient, and free of per-megabyte charges, but requires infrastructure investment (repeaters, towers, FCC or Ofcom licensing). Data rates are low: 1,200 to 19,200 baud is typical.

Cellular (4G LTE / 5G) — Now the dominant choice for new RTU deployments where cell coverage exists. Industrial cellular modems provide always-on connectivity with SIM-based authentication. Data rates are high enough to support full poll-and-respond cycles, but SIM costs and coverage gaps in remote areas are considerations.

Satellite (VSAT / Iridium / Starlink) — Used when no terrestrial option is available: deep-ocean platforms, polar facilities, remote pipelines in developing regions. Latency and cost vary significantly by constellation. Low-Earth orbit (LEO) networks have dramatically reduced latency compared to geostationary (GEO) VSAT.

Serial (RS-232 / RS-485) — On-site links between an RTU and local sub-devices (smart meters, analyzers, local PLCs). RS-485 multi-drop buses allow a single RTU to collect data from multiple devices on a 1.2-km cable run.

Communication protocols

RTU protocols were designed before IP networking was widespread. They prioritise compact message encoding, checksum integrity verification, and reliable delivery over noisy serial links.

DNP3 (IEEE 1815) is the dominant protocol in North American power and water utility RTU networks. It natively supports report-by-exception (unsolicited responses), timestamping, data class prioritisation, and integrity polls. DNP3 runs over serial, TCP/IP, and UDP/IP.

IEC 60870-5-101 / 104 — The IEC equivalent of DNP3, dominant in European and international power utility RTU networks. -101 is the serial variant; -104 is the TCP/IP adaptation.

Modbus RTU / ASCII — Simple, widely supported, but lacks native report-by-exception and timestamps. Still common for simple RTU-to-RTU or RTU-to-PLC serial links, particularly in oil and gas. Modbus TCP extends the protocol to Ethernet.

For a comprehensive look at these and other industrial protocols, see the PLC communication protocols guide.

Report-by-exception in practice

In one example report-by-exception design, an analog input could use a 0.5% full-scale deadband. A pressure change smaller than that threshold would not create a new event; a larger change would. The actual deadband, event class, timestamp resolution, minimum report interval, and integrity-poll period must be engineered from process risk and link capacity rather than copied from this example.

This approach dramatically reduces link traffic on radio and satellite links. A pipeline with 200 RTUs on a shared radio channel would overwhelm the channel if every RTU sent every reading every second. With report-by-exception, only the values that are actually changing generate traffic.

Power Supply and Environmental Ruggedness

Remote sites frequently lack reliable AC mains power. RTU power design reflects this:

Solar and battery — A solar panel charges a sealed lead-acid or lithium battery bank. The RTU and radio modem draw regulated 12 VDC or 24 VDC. Battery capacity is sized for the longest expected overcast period (often 5–10 days in high-latitude climates). Power management firmware aggressively duty-cycles non-essential hardware.

Wide-input DC supply — RTUs designed for well-head or substation use typically accept 10–30 VDC or 18–72 VDC, tolerating the voltage swings common in battery-backed systems.

Temperature range — Outdoor RTUs are available with extended industrial ratings, but the permitted ambient, cold-start limit, solar loading, and battery derating are model-specific. Verify the complete installed assembly, not only the controller data sheet.

Enclosure — Outdoor RTUs ship in IP65 or IP67 polycarbonate or aluminium enclosures with conformal-coated boards and corrosion-resistant terminals. Marine and offshore variants carry NEMA 4X or ATEX/IECEx ratings.

Vibration and shock — RTUs on pipeline pig launchers or at compressor stations must tolerate mechanical vibration. Components are selected and mounted to IEC 60068 environmental test standards.

Modern RTU/PLC Convergence

The boundary between RTU and PLC has blurred considerably over the past decade. Several trends are driving convergence:

IEC 61131-3 programming in RTUs — Leading RTU vendors now offer full IEC 61131-3 programming environments (Ladder Diagram, Function Block, Structured Text) alongside traditional RTU configuration tools. An operator can write a complex control algorithm in Structured Text and deploy it alongside the telemetry configuration in the same device.

PLC vendors adding RTU functionality — Major PLC platforms have added DNP3 and IEC 60870-5 communication modules and wide-range DC power inputs, blurring the hardware distinction. Some Rockwell, Siemens, and Schneider Electric PLCs are deployed in RTU roles today.

IIoT gateways — A new class of edge device acts as both RTU (collecting serial and analog field data) and IIoT gateway (publishing to MQTT brokers, cloud historians, and OPC UA servers simultaneously). These devices bridge the legacy serial world and modern IP-based SCADA/cloud architectures.

Cellular modem integration — Modern RTUs ship with onboard LTE Cat-M1/NB-IoT modems, eliminating the separate modem enclosure that was standard practice a decade ago.

Despite convergence, the RTU as a distinct product category persists because many applications genuinely need the extreme environmental tolerance, solar-ready power architecture, and bandwidth-efficient telemetry protocols that a purpose-built RTU provides. The choice is increasingly application-driven rather than vendor-driven.

Modern RTU convergence: IIoT gateway bridging legacy RTU serial field data to MQTT cloud and OPC UA Horizontal flow showing a modern IIoT edge gateway acting as both RTU and cloud connector, collecting serial and analog field data and publishing to MQTT broker and OPC UA server simultaneously. Legacy Field Modbus RTU serial 4–20 mA sensors RS-485 meters DNP3 RTUs Pulse counters IIoT Edge Gateway RTU function: collects serial + analog field data IEC 61131-3 logic DNP3 / Modbus stack Onboard LTE Cat-M1 Solar/battery ready −40 °C rated enclosure MQTT Broker Cloud historian IIoT analytics OPC UA Server SCADA integration MES connectivity Enterprise / Cloud Layer Cloud historian Digital twin SCADA / MES Dashboards ML analytics
Modern IIoT edge gateways converge RTU field-data collection with MQTT and OPC UA connectivity to cloud and enterprise systems.

For a broader look at how RTUs fit into SCADA system design, see our guide to SCADA architecture explained.

RTU Site Design and Commissioning Checklist

Do not select an RTU from I/O count alone. Freeze the operating philosophy first: what must continue locally when communications fail, which events must retain source timestamps, how stale data is detected, and what state each output assumes after processor, power, or link failure.

Use this sequence for a design review:

  1. Define each remote-site operating mode, permissive, trip, and communications-loss behavior.
  2. Build the I/O and serial-device inventory, including signal ranges, isolation, pulse rates, and expansion margin.
  3. Calculate link loading from polls, events, retries, time synchronization, firmware traffic, and expected event storms.
  4. Calculate normal and worst-case power consumption, battery autonomy, solar margin, and low-voltage shutdown behavior.
  5. Assign the RTU to an OT network zone and define its conduits, remote-access controls, accounts, logging, and update method.
  6. Test fail-safe outputs, store-and-forward recovery, timestamp ordering, master failover, and alarm behavior end to end.

Download the editable RTU site design checklist (CSV). For the connected deliverables around the controller, use the I/O list template, control narrative template, and loop-check procedure.


Frequently Asked Questions

What is an RTU?

An RTU (remote terminal unit) is a ruggedized field device that collects data from sensors and equipment at a remote or unmanned site and transmits that data to a central SCADA system via radio, cellular, or satellite links. It also executes basic local control and protective logic independent of the communication link.

What is the difference between an RTU and a PLC?

An RTU is optimised for remote telemetry — it uses report-by-exception reporting, handles low-bandwidth wide-area links (radio, cellular, satellite), and is built for extreme environmental conditions including solar/battery power. A PLC is optimised for high-speed deterministic local machine control with millisecond scan times and rich programming capability. In practice, modern devices often overlap: RTUs increasingly support IEC 61131-3 programming, and PLCs increasingly support DNP3 and cellular communications.

What protocols do RTUs use?

The primary protocols are DNP3 (IEEE 1815), used widely in North American power and water utilities; IEC 60870-5-101/104, used in European and international power utility networks; and Modbus RTU, used in oil and gas and simpler applications. For IP-connected deployments, Modbus TCP and DNP3 over TCP/IP are common. Newer RTUs also support MQTT and OPC UA for cloud and IIoT integration.

Where are RTUs used?

RTUs are most common in applications with dispersed, unmanned field sites: oil and gas production and transmission, water and wastewater distribution, electric power distribution and transmission, environmental monitoring, and remote pipeline systems. Anywhere that a site must be monitored and controlled remotely over a wide-area communication link is a candidate for RTU deployment.

#RTU#remoteterminal unit#SCADA#telemetry#remotemonitoring#automation
Share this article:

Related Articles