Sie sind auf Seite 1von 7

DESIGN AND IMPLEMENTATION OF A LOW COST DISTRIBUTION

TRANSFORMER MONITORING SYSTEM FOR REMOTE ELECTRIC


POWER GRIDS

E Kolyanga, ES Kajuba and R Okou


Makerere University, College of Engineering Design Art and Technology, Kampala, Uganda

ABSTRACT (GSM) that can later be integrated into the current


SCADA system that is used for monitoring power
The main utility company in Uganda owns and operates transformers.
over 8,000 Distribution Transformers (DTs) and loses
over 700 DTs annually due to various reasons. At Countries notably Thailand and South Korea have
present, the distribution company uses a peak load adopted to the design of customised systems for
analysis scheme to determine the transformer load monitoring of DTs with the aim to prevent transformer
conditions and effect the load growth, which is a tedious failure through analysis of loading data obtained on a
task and doesnt solve the problem of DT failure daily basis from the transformer. The Thailand project
resulting from; load unbalance, over load, vandalism was created by Metropolitan Electricity Authority (MEA)
among others. In order to achieve better DT Thailand. The purpose was to build a monitoring system
performance, a low cost monitoring system was sought for medium voltage DTs since Transformers' data is
as most commercially available systems with SCADA significant to load management and research about
integration potential are costly. transformers [4]. The South Korean company KEPCO
This paper presents a distribution transformer (DT) KDNTM provides a similar solution with much more
monitoring system designed and implemented with advanced features such as over load alerts, vandalism and
GSM functionality capable of monitoring load out of operation alerts [5]. Other solutions such as the
variations and relaying information concerning EDMI Distribution Transformer monitoring solution offer
transformer load state. Furthermore, the system was alert messages via email which could be quite a less
able to store and analyse information received from the responsive technique with no specific software
monitoring device concerning the transformer state. application to analyse the information as its received [6].
The system was able to benchmark the DT Smarter systems have been built by companies that is
measurements to abnormal operation and take action Siemens; with a product named transformer monitoring
before failure and was built at less than $200. The cost and diagnostics system (TMDSTM) built based on
can be further lowered with large scale production. The acceptable IEEE and ANSI standards. TMDS provides
future system will be integrated with a condition alarming and trending using models that work with rule
monitoring plug to ensure loss of life prediction. based logic, derived from accepted IEEE/ANSI
guidelines, to perform correlations on both measured and
1. INTRODUCTION calculated data. Alarm messaging includes
Distribution Transformers (DTs) are an essential part of the recommendations on maintenance activity as well as
power network and their operation determines with a great suggested loading should TMDS classify the observed
deal the efficiency of the power system [1]. deviation as severe enough that it may result in the
In Uganda approximately 9% of the general population damage or potential failure of the transformer [7]. A
has access to electricity [2]. With annual demand growing Notable feature well researched but not widely integrated
at 6%. Electricity access expected to grow as more effort in todays systems is to determine the expected
is put in place to increase the supply to the wider areas. It transformer service life based on the present per-unit
is also noted that even the connected consumers loading, oil and winding temperature.
experience loss in supply frequently as a result of the
unreliable power supply. Causes of unreliability in power The purpose of this project was to design and implement a
supply include; (i) faults in DTs and feeders, (ii) low cost DT monitoring system with a key interest in
vandalism of power supply equipment, (iii) failure of monitoring transformer load as it varies over time.
transformers, (iv) limited power available for dispatch. Specific objectives included: (i) Design and prototyping
Recent statistics show that transformer failure due over of a monitoring device with GSM functionality capable of
load and deviation accounts for a considerable percentage relaying information concerning transformer load state;
of the causes of power outage to general consumers [3]. (ii) Design of software application with a database to
record, analyse information received from the monitoring
With a SCADA system still being considered an device concerning the transformer state. With additional
expensive venture to monitor and control DTs, there has alarming functionality in-case unacceptable loading
been a great desire to explore other options such as conditions are detected.
designing a small scale system for DT monitoring that
utilizes the available prominent communication
technology; the Global System for Mobile communication
2. METHODOLOGY

The design and implementation was mainly partitioned into


two core activities that include;
x Hard ware system design and implementation
x Software system design and implementation

2.1 HARDWARE SYSTEM DESIGN AND


IMPLIMENTATION

The hardware system was built based as microcontroller


based system interfaced with current transducers for
measuring current in the Low Voltage (LV) phases of the
transformer, an SD-card for data offline storage, a Liquid
Crystal Display (LCD) for indication of variables during Figure 2- System Layout
system configuration and a backup battery to allow for
condition monitoring during blackouts so as to determine The microcontroller was to be programmed to process data
the cause and time of transformer outage. measured from the CTs periodically and relay the
information back to the monitoring system via GSM
The figure 1 below shows a system design impression for communication.
the hardware setup.

CTS RTU
Figure 3 - hardware circuit Design

With the circuit designed, component selection was the


Figure 1- Distribution transformer condition monitoring
next phase.
hardware set up CAD design
2.1.2 Component Selection
The hardware design preceded with a Computer aided
model using sketchupTM 3D modelling software as shown a) Microcontroller; the ArduinoTM development and
in the figure 1. The design consists of a Remote Terminal prototyping board was selected as the hardware system
Unit (RTU) and three Current Transducers (CTs). This was central processing unit. This was to be programmed using
followed by a system block, schematic design of the system the ArduinoTM Integrated Development Environment (IDE)
and then component selection based on the system [9].
requirements, flexibility and ease of use. b) Current transducers; these were selected based on the
maximum current requirement of a typical distribution
2.1.1 System Design transformer, ease of use in terms of handling and electronic
interfacing. The current transducer model used is the
The lay system layout diagram in figure 2 was developed to MASTECHTM MS3300 current transducer with a dc
depict system functional design. After development of the voltage output [8].
system layout, design preceded with a system circuit c) LCD display; the LCD display selected was a 16x2
design; selecting and interconnecting the various monochromatic parallel LCD based on the HITACHI
components based on the system layout. The circuit was driver for easy interfacing with the microcontroller.
designed using Eagle Schematic layout editor as shown in d) GSM module; this was a SIM900 based GSM module.
figure 3. The circuit consists current transducers (CTs) with e) Flash memory; the flash memory card interface was
a burden resistor connected across the CT outputs; the designed using an SD card slot built using the SPI
RMS to DC converter converts the AC voltage created communication protocol for direct communication with
across the burden resistor to its RMS equivalent DC microcontroller [9].
voltage which is measured by the microcontroller.
f) Battery; a 12V 4Ah sealed lead acid battery was selected 2.2 SOFTWARE DESIGN
for use with the device after measurement of device power The software was designed using Microsoft Visual studio
consumption. and the C# programing language with a MySQL data base.
g) Enclosure; a safety enclosure was obtained for safe
storage and protection of the unit components during field
testing. CT

2.1.3 Component integration

The component were inter-connected with the aid of Antenna


additional material to form the system unit based on the
schematic design after careful analysis. The current
transducers were connected to the analogue inputs of the
Arduino. The GSM module Serial port was connected to
the microcontrollers serial port for communication. The
SD-card socket was interfaced with the microcontroller via
the Serial Peripheral Interface (SPI) for data storage [9]; the
12V battery was connected through a 5V regulator to Figure 5 - Field Testing of the Hardware System Unit
supply the GSM module, 9V regulator to supply the
Current Transducers and the microcontroller.
2.2.1 Database design
2.1.4 Hardware Configuration and testing
The database was developed using the MySQL community
The microcontroller was programmed to process data server and linked to the application. The database structure
readings from the current transducers and transmit them was based on an entity relations model with the different
periodically via GSM. The GSM configuration was set entities linked by relationship. The entities included: (i)
using AT Commands at a baud rate of 9600bits/second. records entity for storing daily records of the transformer;
The fully developed system is shown in the figure 4 with an (ii) transformer entity for storing the transformer general
enclosure to facilitate protection during field testing information, (iii) daily summary entities for recording daily
summary of transformer records. The data base was linked
to the main application using a MySQL connector to allow
GSM for data retrieval and update.
module
MCU
2.2.2 Application development

The application was designed along with the database in


LCD order to allow for easy access of transformer records. The
basic control window was developed to input the
Battery transformer details as shown in the figure 6

Figure 4- Developed System unit

The hardware unit was tested on a 500kVA distribution


transformer to check for proper function current
transducers and phase current values were displayed on the
LCD. Calibration was based on use of the manufacturers
specification on transducer output voltages [8]. With the
transducers safely clamped, the phase currents were
displayed on the LCD which is shown in figure 5. System
battery unit was also checked to ensure the output battery Figure 6 - Transformer Input Dialog
voltage was within limits of operation and fully charged for
initial testing. The SIM900 GSM/GPRS module was
After inputting the transformer data the records are stored
configured allowing it to register to the network before
in the data bases and could be displayed in the main control
leaving the unit to initiate transmissions.
panel area of the application window shown in figure 8.
The records shown in the table include: the transformer
name, the district in which the transformer is located, the
ratings in kVA, the substation name, the name of the feeder
to which the transformer is connected and its GPS co- from the average current to the average current in the
ordinates; latitude and longitude. The information was then phases of the transformer. For all imbalance greater than
loaded into the main database and displayed in the control 10% is classified as critical and if it persists then loading on
panel area of the software application as shown in figure 7. the phases of the transformer has to be reviewed. Deviation
The interface features included viewing of all transformers over time is measured and displayed graphically.
in the database, a dropdown menu for selecting a particular c) Utilities map Application interface for viewing multiple
item and a menu strip with options for editing the transformers during the monitoring to allow for easy
transformer records and viewing the map location for all identification and access of transformer data during
the recorded transformers. analysis.
d) SMS based alerting of respective area engineer and the
maintenance field team in-case of abnormal conditions that
could lead to failure such as persistent overload and short
circuit conditions. Information sent includes condition for
alarm and location of transformer which is affected.
e) Monthly data analysis and calculation of load growth on
a weekly basis.

2.4 SYSTEM PROCESS FLOW

This was developed to aid in system programming as


shown in the flow chart in figure 8.

Figure 7- Section of Transformer Details window

Upon selection of a transformer, the application was


designed to display the transformer data with a drop down
menu allowing for selection of a data to view the load
variations. Additionally graphs of deviation and loading
variations were added and a statistical bar graph showing
the relative average of deviation and percentage load on the
transformer. The software application was also embedded
with real time Google maps to view the transformers in the
field as sorted by the district. The transformer status
reported summarised the daily loading on the transformer
indicating the times of peak and base load; the times of
maximum deviation and minimum from which a
conclusion was drawn; weather to make changes to the
load on the transformer phases in case of persistent loading
deviation or to replace the transformer in the case of
persistent overload as the previous method did not provide
clear guidance for carrying out any of these activities and
transformers were persistently failing.

2.3 SYSTEM FEATURES Figure 8-Process flow during start and monitoring

The features of the designed prototype include the With the hardware initialized fully, the software would be
following; started up after which transmission of data would be
a) Transformer loading measurement; mainly storing initialized. Process would then proceed with transmission
information concerning transformer loading as it varies and retransmission of data until the end of the monitoring
over time. The software application classifies transformer period where data would be analysed.
load in terms of days on which the loading was measured
and percentage of load relative to the transformer ratings. 2.5 TESTING AND CONDITION MONITORING
Loading variation also displayed graphically.
b) Transformer deviation/imbalance measurement; the The software and the hardware were set based on the
software application computes the imbalance on the system process flow while carrying out the first system test.
transformer as a percentage ratio of the maximum deviation The application was configured through the computer serial
port to receive the loading data from the transformer via a 3.1.1 Loading and Deviation
GSM modem connected to the computer. The data was
displayed in real time as it was received from the hardware
setup. The condition monitoring was carried out for seven
hours with accurate transmissions throughout the testing.
The system approximate peak and time was constantly
computed by the software application through comparing
the stored values with the incoming values.
Display curves included; loading current for each phase as
shown in figure 9, percentage load on the transformer,
percentage deviation on the phases. Tables were added to
show the loading history on the transformer and the
percentage load deviation. The application was embedded Figure 11- loading and deviation curve
with Google maps to indicate the location of the
transformers as in figure 10. a) Deviation Summary
The deviation summary was as follows:
Maximum deviation: 71%
Time of Max deviation: 5:12PM
Minimum deviation: 13%
Time of Min deviation: 4:22PM

b) Loading summary
All expressed as percentage of the transformer rated current
Peak load: 9%
Time of Peak: 4:23PM
Base Load: 3%
Time of base: 6:52PM
The Loading summary was as follows:
Figure 9 - real time monitoring interface 3.1.2 Loading Trend
The loading variations in terms of phase currents indicated
that the blue phase was relatively less loaded as compared
to the other phases of the transformer throughout the
condition monitoring, this led to an average deviation of
40% for the time of monitoring.

Figure 10 - Transformer locations map per district

By selecting a district from the dropdown menu, one is able


to view the transformers with in that location and their
additional tool tip information such as current load state Figure 12-Loading Trend Curve
and operating conditions.
With the deviation and loading frequency graph shown in
3. RESULTS AND CONLUTIONS figure 13. The transformer status report analysis
recommended a solution to redistribute the load on the
3.1 MONITORING RESULTS phases since the transformer as a whole was relatively
The set up was used to monitor a 500kVA distribution under loaded as indicated in figure 13 with a majority of
transformer and on the date of Tuesday, 06 May 2014, the the load lying below 10%. The Status report summary was
following results were obtained also delivered to a cell phone depicting the respective are
engineer.
5.0 REFERENCES

[1] Abdul,R.A., Abdul,K. GSM Based Transformer


Monitoring System IEEE MELCON 2014 ,May
12-15,2004, pp. 1-4
[2] Office of the Auditor General. Value for Money
Audit Report on Implementation of Rural
Electrification Programme by the Rural
Electrification Agency in the Ministry Of Energy
and Mineral Development, Jan 2011, pp. 1

[3] Mr. Asingwire Wilberforce UMEME (U) Ltd,


Planning Department
[4] Wornpuen, A. Advanced distribution Transformer
Load Monitoring ECTI-CON, 2012 9th
International Conference IEEE 16-May-2012, pp.1
[5] KEPCO KDN Power IT Company. n.d. Copyright
policy.
Figure 13- Deviation and Lading Frequency Summary https://www.kdn.com/home3/we/gs/WEGS_0404.js
p
3.2 CONCLUSION [6] EDMI. Distribution Transformer Monitoring
Solution, n.d. Copyright policy
With continuous analysis over a period of days, with the http://www.edmi-
help of the daily status reports, the loading condition of the meters.com/SolProduct.aspx?SC=1&SID=2
transformer can be accurately established, and depending [7] Siemens, Transformer Monitoring &Diagnostic
on the results, necessary steps can be taken. System [Accessed 12 May 2014] Copyright policy.
In comparison to the peak load analysis method that is http://www.energy.siemens.com/us/en/services/pow
being used by the distribution company to analyse er-transmission-distribution/transformer-lifecycle-
transformers, this system offers a much improved solution management/transformer-monitoring-diagnostic-
as transformer loading is analysed over time before a system.htm
solution is reached. In-case of any abnormal conditions or [8] MASTECH. Digital Clump Transducer
persistent overload, the authority can put the transformer MS3300/MS3302. Digital Clump Meters. pp. 1
out of service before any catastrophic failure happens. [9] Arduino. Arduino Uno Features. n.d
The system also offers potential for further transformer http://arduino.cc/en/Main/arduinoBoardUno
condition analysis such as loss of life determination
through insulation aging calculations. 6. BIBLIOGRAPHY
1. IEEE Guide for Loading Mineral-
4.0 AREAS OF FUTURE RESEARCH Oil-Immersed Transformers and
Step-Voltage Regulators. IEEE Power & Energy
According to the IEEE Loading Guide for oil mineral Society. 7 March 2012
immersed transformers, transformer monitoring requires 2. SIMComTM SIM900 GSM/GPRS Hardware
assessment of the transformer remaining service life. As an reference Design
area of further study, analysis of transformer remaining
service life requires probabilistic computations using
present data gathered from the transformer condition
monitor and previous monitoring history. A conclusion can
be drawn with regard to time of transformer failure
estimate. With this kind of information, the distribution
companies can plan to a great level of certainty how long it
will take before their assets in the field need replacement
and would further guide proper planned maintenance.
7. AUTHOR(S)

Principal Author: Emmanuel Kolyanga is a student


pursing a bachelors degree in
Electrical Engineering at Makerere
University.

Principal Author: Eleanor Sanyu Kajuba is a student


pursing a bachelors degree in
Electrical Engineering at Makerere
University.

Co-author: Dr. Richard Okou holds a PhD degree in


Electrical Engineering from the
University of Cape Town. He is
presently an Associate Professor at the
department of electrical and computer
engineering, College of Engineering,
Design, Art and Technology, Makerere
University

Presenter: The paper is presented by Assoc Prof Richard


Okou

Das könnte Ihnen auch gefallen