Remote Terminal Unit (RTU) Hardware Design PDF
Remote Terminal Unit (RTU) Hardware Design PDF
Abstract— This paper introduces the design and the implement flexible control of distribution system to
development of RTU module with small remote enhance efficiency, reliability, and quality of electrical
telemetry unit suitable for different application in low services. The implementation of distribution automation
voltage system. The design based on microcontroller system will be highlighted based on two factors which
which represents the intelligent brain of any low cost are the benefit of distribution automation system
RTU. Small sizes RTU are responsible for data implementation and area of distribution automation
acquisition in substations and accomplishment of system implementation. Transmit commands or
central station commands. This paper presents a new instruction (binary plus type or continuous), set points,
hardware design for an RTU that performs based on control variables and monitoring as a function of time
a PIC16F877 device operating at 20MHz and runs [1].
from a 9-24V AC/DC supply. The design is composed The remote terminal unit (RTU) is a standalone data
of four main modules with its own components in the acquisition and control unit. The primary function is to
architecture which include communication interface, control and acquire data from process equipment at the
analogue input, digital input and digital output. All remote location and also to transfer that data back to a
operational tasks will be handled by a non-expensive central unit. The data might be in electric parameter such
distribution automation system through it intelligent as RMS value of voltage and current, frequency, active
RTU by providing the best solutions without human power etc. or in various quantities e.g. temperatures, oil
intervention. Only Intelligent RTU together with the level, switch status etc. recorded in the field of
SCADA is capable to perform intelligent decisions on distribution transformer and feeder by using data
the distribution automation tasks. An intelligent acquisition device. The central computer control
Microcontroller based RTU for distribution received the data via communication protocol e.g. is IEC
automation system is proposed to innovate and 61850, DNP3 etc. and only acquired data will processed
renovate the downstream part of the power and displayed by Graphic User interface (GUI). The
distribution system including the most advance interconnection of distribution, control and
communication networking system. This method communication system is shown in Figure 1.
utilizes automation concept of creating an intelligent
RTU through modification and innovations.
I. INTRODUCTION
The RTU architecture comprises of a CPU, volatile Accessory Adding a keypad and LCD display to the
memory and nonvolatile memory for processing and Part proposed RTU can indicate the data of
storing programs and data. It communicates with other voltage/current at RTU board and sent to
devices via either serial ports or an onboard modem with the computer interface via
I/O interfaces. It has a power supply with a backup communication media. The RTU keypad
battery, surge protection against spikes, real time clock also can be used to set the password
and watchdog timer to ensure that it restarts when which means only the developer and the
operating in the sleep mood. Figure 4 shows the block team could control or change the setting
diagram of a typical RTU configuration. of the RTU.
571
2013 IEEE 7th International Power Engineering and Optimization Conference (PEOCO2013), Langkawi, Malaysia. 3-4 June 2013
Ethernet The PIC16F877 can be connected to the There is no end stage in this flow chart because the
module part computer network media via an Ethernet RTU will always waiting for any request from the central
controller unit. Microchip ENC28J60 is unit/SCADA.
a stand-alone Ethernet controller with
SPI (Serial Peripheral Interface). The The complex function of program is based on the
ENC28J60 meets all of the IEEE 802.3
data input from the analogue and digital. The program
specification, support one 10BASE-T
port full duplex mode. ENC28J60 is used data in PIC16F877 is set accordingly to the variable
in the implementation on the proposed shown in figure 5:
RTU [5].
b. Voltage Sag
572
2013 IEEE 7th International Power Engineering and Optimization Conference (PEOCO2013), Langkawi, Malaysia. 3-4 June 2013
IV. DISCUSSION
All of the above problems can be solved by proposing
Generally, the operation start when the sensor sense non-expensive intelligent distribution automation system.
the current/voltage at the substation either less than 240V
or more than 240V, it detect as a fault. The program of
RTU identifying the voltage less than 240V, it will ACKNOWLEDGMENT
represent under-voltage and process will go through the
voltage transducer and analog sensor before RTU The authors would like to thank to the Ministry of
identifying the fault type. If the voltage is more than Science, Technology and Innovation (MOSTI), Ministry
240V, the circuit breaker will automatically detect over- of Higher Education (KPT), Government of Malaysia and
voltage fault. The under-voltage and over-voltage data the Universiti Teknikal Malaysia Melaka (UTeM) for the
sampled in RTU memory before indicate at GUI support and assistance given to this research.
interface. The GUI will present command from RTU and
then display the type of fault and the action that have
been taken. Besides, the GUI can also give a command
to RTU e.g. to on/off the circuit breaker. REFERENCES
573