Distribution Transformer Monitoring Using Gprs PDF
Distribution Transformer Monitoring Using Gprs PDF
ISSN 2229-5518
Abstract— This paper presents a system which works on a wireless, real time, multi-object monitoring system of Distribution Transformer
depending on GPRS network. A design based on PIC Microcontroller is developed for monitoring the key parameters of Distribution
Transformer in a substation. An algorithm for monitoring the voltage, current and temperature is developed and programmed to the
microcontroller. It is observed that the proposed system is effective in monitoring and displaying the data using wireless communication
network.
Index Terms— centralized monitoring, Wiriless Transmission system, Distibution Transformer, Temperature Sensing and Microcontroller
—————————— ——————————
1 INTRODUCTION
IJSER
The present method for monitoring of distribution (3+1) 5V
transformer has the following drawbacks I-V power
Current
a) Operation in case of equipment failure are done manual Converter Supply
transfomer
b) Time consuming (CT1231)
c) Demand a lot of labour work Distri- Micro-
d) Production process also gets affectd at the outmost. bution control-
The reliable operation of distribution networks can trans- (3+1) Voltage
ler PIC
be improved by implementing centralized monitoring [11]. former Potential divider
16F87A
Centralized monitoring realizes the overwhelming ad- 11Kv/ transfomer
vantage of wireless communticating technology such as 433V (230/12V)
convenient, fast and low transmission cost. Therefore it’s
feasible to implement GPRS to achieve wireless data tran- Max
simission.In this paper we discuss about monitoring of Dis- 232
tribution transformer parameter using GPRS. The system is Tempera-
capable of communicating in both direction i.e. it can acts ture sensor
as both receiver and transmitter. The parameters that will Server
LM 35
be monitor include [12]
i) Voltage
ii) Current GPRS
iii) Temperature moden
This paper comprises of the following sections: SIM 300
Section 2 deals with block diagram. In section 3, the system
components are presented.Section 4 presents the interfac- Fig 1 Block diagram of the proposed monitoring system
ing various components with PIC micro controller.Section 5
comprises of the system, results and discussions. Section 6 Since the input voltage to the microcontroller is 5V
discuss about the conclusion. the voltage and current from the transformer are step down
and rectified by voltage transformer (230/12V) and current
Transformers (CT1231) the temperature of the atmosphere
2 BLOCK DIAGRAM and the oil are sensed by the temperature sensors (LM35).
The proposed system is based on microcontroller These values are given as inputs to the micro controller
(PIC) that monitors the voltage, current and oil tempera- through the ADC channels and are stored. These data are
ture of a distribution transformer.The monitored output sent to the website through the GPRS modem. The data
will be display on a PC through wireless communication sent by the GPRS modem is stored in the database and up-
network.The monitored output will be display on a PC dated to the website as Normal, Critical and over limit val-
through wireless communication network. The monitored ues
outputs are compared with the rated values of the trans-
IJSER © 2013
http://www.ijser.org
International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June-2013 1200
ISSN 2229-5518
3 COMPONENTS SPECIFICATIONS
The components used for monitoring of distribu- 3.2 Potential Transformer
tion transformer are listed in the table 1. Instrument transformers are used for measuring
voltage in electrical power systems, and for power system
TABLE 1 protection and control. When a voltage is too large to be
Components Specification conveniently used by an instrument, it can be scaled down
to a standardized, low value.
Sl. Components Specification Quan- Instrument transformers isolate measurement, protection
No tity and control circuitry from the high voltages present on the
1 Microcontroller PIC 16F877A 1 circuits being measured or controlled.
2 Potential 1ϕ, 230/12V 3 .
Transformer
3 Current Trans- 1ϕ, 0.25 -20 A 3
former
4 Temperature LM 35 (-55° to 150°) 2
Sensor
5 GPRS MODEM SIM 300 1
Data
Speed:100kbps
IJSER
PIC16F877A is a small piece of semiconductor in-
tegrated circuits. The package type is of the integrated cir-
Voltage Transformers (VTs), also referred to as
cuits is DIP package. DIP stands for Dual Inline Package
"potential transformers" (PTs), are designed to have an ac-
forsemiconductor IC. This Package is very easy to be sol-
curately known transformation ratio in both magnitude
dered onto the strip board. However using a DIP socket is
and phase, over a range of measuring circuit impedances.
much easier so that this chip can be plugged and removed
A voltage transformer is intended to present a negligible
from the development board. PIC16F877A IC can be repro-
load to the supply being measured.
grammed and erased up to 10,000 times. Therefore it is
The low secondary voltage allows protective relay
very good for new product development phase. It is very equipment and measuring instruments to be operated at
popular because PIC 16F877A is very cheap. Apart from lower voltages. Voltage transformers are designed to have
that it is also very easy to be assembled. Additional com- predictable characteristics on overloads.
ponents necessary to make the IC work are just a 5V power
supply adapter, Crystal oscillator and 2units of 22pF capac- 3.3 Current Transformer
itors. Instrument transformers are used for measuring
current in electrical power systems, and for power system
protection and control. Where a current is too large to be
conveniently used by an instrument, it can be scaled down
to a standardized, low value.
Instrument transformers isolate measurement, pro-
Fig 2 PIC16F877A tection and control circuitry from the high voltages present
on the circuits being measured or controlled.
Some of the features are listed below
(i) All single-cycle instructions except for program branch-
es, which are two-cycle
(ii) Operating Speed: DC-20 MHZ clock input DC- 200 ns
instruction cycle
(iii) Up to 8K x 14 words of Flash Program Memory, Up to
368 x 8 bytes of Data Memory (RAM), Up to 256 x 8 bytes
of EEPROM Data Memory Fig 4 Current Transformer
(iv) Pin out compatible to other 28-pin or 40/44-pin has
PIC16CXXX and PIC16FXXXMicrocontrollers. A current transformer is a transformer designed to
provide a current in its secondary coil proportional to the
IJSER © 2013
http://www.ijser.org
International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June-2013 1201
ISSN 2229-5518
IJSER
other temperature sensor is to monitor the oil temperature.
LM 35 is directly connected to the analog ports of the PIC
Microcontroller (AN6, AN7).
IJSER
ture sensor monitore the oil temperature
AN6, AN7 – Analog input for Temperature Sensor printed circuit board (PCB) design. It is developed by Lab
to A/D convertor. enter Electronics. Proteus 7.0 is a Virtual System Modelling
. (VSM) that combines circuit imulation, animated compo-
nents and microprocessor models to cosimulate.
5 ALGORITHMS FOR CENTRALISED MONITORING
The step by step procedure for monitoring the dis-
Here totally eight Analog to Digital Converter
tribution transformer key parameters like voltage, current
ports are utilized to receive analog inputs from potential
and temperature are explained as follows and also with the
transformer, current transformer and Temperature sensor.
help of the flowchart.
STEP 1: Start.
STEP 2: Check the connection.
STEP3: Verify the hardware for the power supply to the
kit.
STEP 4: Input the ith value of Potential Transformer, Cur
rent Transformer and Temperature Sensor.
STEP 5: Transfer the values of Potential Transformer, Cur
rent Transformer and Temperature Sensor to
ADC port.
STEP 6:
i. If the voltage value lies between 240 and 250 V,
then the indication is Normal voltage.
ii. If the voltage value lies between 250 and 275 V,
then the indication is Critical voltage.
iii. If the voltage value exceeds 275 V, the indication is Fig 9 Simulation of the Monitoring Module
over voltage.
iv. If the voltage value is lower than 240 V, the indica- The figure below displays the output of the P.T, C.T and
tion is low Voltage. two LM35 Sensors. The simulated results shows simulat-
STEP 7: neously monitored value for the specified interval of time.
i. If the current value is lesser than 0.3 and between
0.3 and 12 A, the indication isNormal Current.
ii. If the current value lies between 12 and 17 A, the
indication is Critical current.
IJSER © 2013
http://www.ijser.org
International Journal of Scientific & Engineering Research, Volume 4, Issue 6, June-2013 1203
ISSN 2229-5518
IJSER
nication technology can be amending to the technology
developed.
8 CONCLUSIONS
In this paper, the distribution transformer key pa-
rameters like voltage; current and temperature are moni-
tored employing PIC 16F877A Microcontroller.
The components necessary to carry out the moni-
toring are chosen and are interfaced with the PIC Micro-
controller.The wireless communication technology (GPRS)
is put in work to transfer the monitored parameters from
the PIC Microcontroller to the PC.
Ahead of actualizing the HARDWARE of this de-
sign the simulation is executed in the PROTEUS environ-
ment and the effectiveness of the design is checked.The
future scope of the design is to realize the control module.
REFERENCES
IJSER
[2] C.Scott Thode ‘Distributed Substation Control System with PC
Based Local Control’, on Advanced in Power System Control,
Operation and Management vol. 2, pp 536-541, December 2003.
[3] J.A.Kischefsky,D.G.Flinn ‘Distributed Intelligence on Distribu-
tion SCADA System’, on Rural Electrical Conference, April
2004.
[4] Tong Xiaoyang, Wu Guanging, Zhang Guangehun, Tan Yong-
dong ‘A Transformer Online Monitoring and Diagnosis Em-
bedded System Based on TCP/IP and Pub/Sub New Technolo-
gy’, on Properties and Applications of Dielectric Materials, vol
1, pp 467-470, June 2003.
[5] J.Q. Feng, D. P. Buse, Q. H. Wu, J.Fitch ‘A Multi-Agent Based In-
telligent Monitoring System for Power Transformers in Distrib-
uted Substation’, on Power System Technology, vol 3, pp 1962-
1965, December 2002.
[6] Suxiang Qian, Hongsheng Hu, ‘Design of Temperature Moni-
toring System for Oil-Immersed Power Transformers based on
MCU’, on International Conference on Electronic Measurements
and Instrumentation (ICEMI), May 2009.
[7] Prajakta Kulkarni, Yusuf Ozturk, ‘ Mphasis : Mobile patient
health care and sensor information system’, on International
Journal on Network and Computer Applications, vol 34, pp 402-
417,January 2011.
[8] V. Thiyagarajan, T.G. Palanivel ‘An efficient monitoring of sub-
stations using Micro controller based monitoring system’, on In-
ternational Journal of Research and Reviews in Applied Scienc-
es (IJRRAS), vol 4, pp 63-68, July 2010.
[9] Timo T. Vekara, Seppo Pettisssalo, N. Rajkumar, ‘Remote moni-
toring system for transformer sub stations', IEEE 2007.
[10] Wu Chunming, Geng Qiang, ‘The Transformer Station Remote
Monitoring System Based on ARM/GPRS Network’, IEEE2010.
[11] A.R.Ali-Ali, M. Al-Rousan, T.Ozkul ‘Implementation of experi-
mental communication protocol for health monitoring of pa-
tients’, on Computer Standards and Interfaces, pp 523-530, Jan-
uary 2005.
[12] Hephzibah Jose Queen, Thanu James and Neethu Lonap-
pan,”Centralized Transformer Monitoring using GPRS”,May
2011.
IJSER © 2013
http://www.ijser.org