Kamran Mushtaq
Back to Electrical
Electrical

RTU (Remote Terminal Unit)

Added: July 27, 2026

Definition

An RTU (Remote Terminal Unit) is a field device installed at remote locations in a Cyber-Physical Energy System (CPES), such as substations, power plants, transmission stations, DER sites, and microgrids. Its job is to collect real-time data from electrical equipment (sensors, meters, transformers, breakers), convert that data into a format SCADA can understand, send it to the SCADA control centre, receive commands from SCADA, and execute those commands on the equipment. In the overall workflow, Equipment → RTU → SCADA → Operator → SCADA → RTU → Equipment. In simple words, the RTU is the messenger between the physical power grid and the SCADA control centre.

The Problem That Led to It

SCADA is the brain.

But a brain has a problem.

Imagine SCADA sitting in a control room hundreds of kilometres away.

It wants to know:

  • What's the voltage at Substation A?
  • Is Breaker 4 open or closed?
  • What's the transformer's temperature?
  • How much power is the solar farm producing?

SCADA cannot physically travel to every location.

It also cannot directly connect to every sensor across the country.

It needs someone at each remote site to:

  • Read the sensors.
  • Collect measurements.
  • Send them back.
  • Receive commands.
  • Operate the equipment.

That need led to the RTU.

What Problem It Solves

The RTU acts as the field representative of SCADA.

It performs five major tasks:

  • Reads data from sensors.
  • Collects electrical measurements.
  • Sends information to SCADA.
  • Receives commands from SCADA.
  • Executes those commands on field equipment.

Without RTU, SCADA would have no way to communicate with distant substations.

What Happens If Not Used

Suppose a breaker trips at a substation.

Without an RTU:

  • SCADA never knows it happened.
  • Operators receive no alarm.
  • Engineers must visit the site.
  • Remote control becomes impossible.
  • The response time increases significantly.

The control room becomes "blind."

Easy Wording

RTU is the messenger of SCADA. It collects information from the field and carries commands between SCADA and electrical equipment.

Layman Example

Imagine a school.

The principal sits in the office.

The principal wants to know:

  • Which classroom is empty?
  • Which teacher is absent?
  • Which room needs maintenance?

The principal cannot walk to every classroom every minute.

Instead, each classroom has a class monitor.

The class monitor:

  • Checks attendance.
  • Reports information.
  • Receives instructions.
  • Carries out simple tasks.

In this analogy:

Principal = SCADA

Class Monitor = RTU

Classroom = Substation

Students = Equipment

The RTU is like the class monitor—it keeps the control room informed.

Technical Example

Without RTU

SCADA

Cannot communicate

Substation

SCADA has no direct way to access field equipment.

With RTU

SCADA │ Communication Network │ ▼ RTU ┌──┴──┐ │ │ Voltage Breaker Sensor Status │ │ Transformer

The RTU collects all the field information and forwards it to SCADA.

Complete Communication Cycle

Equipment

Voltage = 11 kV

RTU

Reads value

Sends to SCADA

Operator sees value

Operator presses

"Open Breaker"

SCADA sends command

RTU receives command

Breaker opens

Notice something important:

The RTU does not decide whether the breaker should open.

It simply carries out SCADA's command.

Limitation

Although the RTU is excellent at communication, it has limited intelligence.

It mainly:

  • Collects data.
  • Sends data.
  • Executes commands.

It does not perform complex local decision-making.

If a process requires automatic decisions within milliseconds, another device is needed.

That device is the PLC (Programmable Logic Controller).

Solution

Suppose a transformer overheats.

Should the RTU wait for SCADA to respond?

What if communication takes a few seconds?

Those few seconds could damage expensive equipment.

Instead, we need a device that can make local decisions immediately, even if SCADA is unavailable.

That device is the PLC.

Think of the relationship like this:

SCADA │ Makes system-wide decisions │ ▼ RTU Carries messages │ ▼ PLC Makes immediate local decisions

So:

  • SCADA = Brain
  • RTU = Messenger
  • PLC = Local decision maker