What Is an RTU and How Does It Differ from a PLC?
Key Takeaway
A Remote Terminal Unit (RTU) is a ruggedized field device designed for remote monitoring and communication in SCADA systems, while a PLC is optimized for real-time logic execution and machine control. RTUs emphasize low power consumption, wide-area communication, and environmental hardening; PLCs emphasize fast scan times, extensive I/O, and complex logic execution.
RTU and PLC: Core Definitions
Remote Terminal Units (RTUs) and Programmable Logic Controllers (PLCs) both gather data from field instruments and execute control logic, but they evolved from different origins to serve different primary purposes. RTUs originated in the utility and pipeline industries to collect data from geographically dispersed sites and transmit it to a central SCADA master station. PLCs originated in manufacturing to replace hardwired relay panels with programmable, real-time control systems. Understanding their differences is essential for selecting the right platform for each application.
Key Differences Between RTUs and PLCs
Communication Focus
RTUs are fundamentally communication devices. They are designed to operate reliably over long-distance communication links including radio, cellular, satellite, and leased telephone lines. RTUs natively support SCADA protocols such as DNP3 (Distributed Network Protocol), IEC 60870-5-101/104, and Modbus RTU. They handle store-and-forward data buffering, report-by-exception, time-stamped event recording, and communication link failover. PLCs traditionally focus on local control with communication as a secondary function, though modern PLCs have significantly improved their communication capabilities.
Power and Environment
RTUs are designed for remote, unattended operation in harsh environments. Key environmental characteristics include:
- Low power consumption: Many RTUs operate on solar power with battery backup, consuming as little as 2-5 watts in idle mode. PLCs typically require 20-100+ watts.
- Extended temperature range: RTUs commonly operate from -40 to +70 degrees Celsius. Standard PLCs are rated for 0 to +60 degrees Celsius.
- Conformal coating: RTU circuit boards are often coated to resist moisture, dust, and corrosive gases in outdoor installations.
- Lightning protection: Built-in surge protection on I/O and communication ports is standard on RTUs for exposed outdoor installations.
Logic Execution
PLCs excel at real-time deterministic control with scan times measured in microseconds to low milliseconds. They support all five IEC 61131-3 programming languages, complex motion control, high-speed counting, PID regulation, and multi-tasking with priority scheduling. RTUs historically offered limited logic capability, often restricted to simple threshold comparisons, dead-band checks, and basic sequencing. However, modern RTUs from vendors like ABB, Schneider Electric, and Emerson have incorporated PLC-grade logic engines, blurring the traditional distinction.
I/O Density and Flexibility
PLCs support high I/O density with modular rack-based architectures that can scale to tens of thousands of I/O points. I/O modules are available in dozens of configurations for different voltage levels, signal types, and channel counts. RTUs typically have fixed or semi-modular I/O configurations with lower density, designed for the modest I/O requirements of remote monitoring stations (typically 8-64 I/O points).
When to Use an RTU
- Remote, unmanned sites with solar power and radio/cellular communication
- Pipeline monitoring stations, well pads, pump stations, and substations
- Applications requiring DNP3 or IEC 60870 protocol compliance
- Harsh outdoor environments with extended temperature requirements
- Simple monitoring with minimal local control logic
When to Use a PLC
- Manufacturing lines, process plants, and machine control
- Applications requiring fast scan times and deterministic control
- High I/O count installations with complex logic
- Motion control, high-speed counting, and PID regulation
- Facilities with reliable AC power and controlled environments
Hybrid Solutions
The boundary between RTUs and PLCs continues to blur. Compact PLCs like the Allen-Bradley CompactLogix and Siemens S7-1200 now support DNP3 and cellular communication, making them viable for some remote applications. Conversely, advanced RTUs from ABB (RTU560), Schneider (Foxboro SCD5200), and Emerson incorporate IEC 61131-3 programming. NFM Consulting evaluates each project's specific requirements for power, environment, communication, and control complexity to recommend the optimal platform.
RTU and PLC Integration in SCADA Systems
In many SCADA systems, RTUs and PLCs coexist. RTUs handle remote data acquisition and communication at dispersed field sites, while PLCs manage complex control logic at staffed facilities such as compressor stations, treatment plants, and processing facilities. The SCADA master station communicates with both device types, often using different protocols. Proper integration requires careful attention to addressing schemes, data type mapping, timestamp synchronization, and communication scheduling to ensure reliable data flow across the entire system.
Frequently Asked Questions
Modern RTUs with IEC 61131-3 programming capabilities can replace PLCs for simple to moderate control applications at remote sites. However, for complex control logic, high I/O counts, motion control, or fast scan time requirements, a PLC remains the better choice. The decision depends on the specific balance of communication needs, power availability, environmental conditions, and control complexity.
RTUs primarily use SCADA-oriented protocols: DNP3 (Distributed Network Protocol 3) is dominant in North American utilities and pipelines, IEC 60870-5-101 (serial) and IEC 60870-5-104 (TCP/IP) are standard internationally, and Modbus RTU/TCP is common across all industries. Many RTUs also support MQTT and REST APIs for cloud integration.
Entry-level RTUs range from $500-$2,000 for basic units with limited I/O. Mid-range PLCs like CompactLogix or S7-1200 start at $1,000-$3,000 for the CPU alone plus I/O modules. For remote monitoring applications, RTUs are often less expensive when total system cost includes solar power, enclosure, and communication equipment because they are designed for those applications. PLCs become more cost-effective for high I/O count and complex control applications.