SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3515
REAL TIME TRANSFORMER HEALTH MONITORING SYSTEM USING
GSM AND IoT
M. Sudalaimani1, P. Lakshmi priya2, J. Pooja3, M. Vigneshwari4
1Assistant Professor, Dept. of EEE, Kamaraj College of Engineering & Technology, Dept. of Electrical and
Electronics Engineering, Kamaraj College of Engineering & Technology, Virudhunagar, Tamil Nadu, India.
2,3,4Students, Dept. of EEE, Kamaraj College of Engineering & Technology, 1,2,3,4Dept. of Electrical and Electronics
Engineering, Kamaraj College of Engineering & Technology, Virudhunagar, Tamil Nadu, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract- Electrical Transformers are themostimportant
element in the process of transmission and distribution of
electricity. Transformer is the costliest component of
Electrical Industry. As we know, Distribution transformers
are one of the most important equipment in power network
and its correct functioning is vital to system operation.
Because of, the large number of transformers distributed
over a wide area in power electric systems, the data
acquisition and conditioning monitoring is an important
issue. This projectrepresentsthedesignandimplementation
of a mobile embedded system and novel softwaretomonitor
and diagnose condition of transformers, by record key
operation indicators of a distribution transformer like load
currents, transformer oil, oil temperature, winding
temperature and voltage of three phases. The proposed on-
line monitoring system integrates a Global Service Mobile
(GSM) Modem, with standalone single chip microcontroller
and sensor packages. Data of operation condition of
transformer receives in form ofSMS(ShortMessageService)
and will be saving in computer server. Using the suggested
online monitoring system will help utility operators to keep
transformers in service for longer of time.
Keywords: Distribution Transformer; PIC Microcontroller;
GSM/GPRS Module ; Sensors; Monitoring Unit; LCD display
I. INTRODUCTION
Electricity plays an important role in our life. Every moment
of our life depends upon electricity. Electricity has several
components and equipment helping human to transfer and
regulate the distribution according to usage. The most
crucial equipment of transmission and distribution of
electric power is transformer. In power systems, an
electrical equipment distribution transformer directly
distributes power to the low-voltage users and its operation
condition is an important criterion of the entire network
operation. The majority of thesedeviceshave beeninservice
for many years in different (electrical, mechanical and
environmental) conditions. They are the main components
and constitute a large portion of capital investment.
Operation of distribution transformer under ratedcondition
(as per specification in their nameplate) guarantees their
long service life. However, their lifeissignificantlyreducedif
they are subjected to overloading, heating, low or high
voltage/current resulting to unexpected failures and loss of
supply to a large number of customers thus effecting system
reliability. Abnormality in distribution transformer is
accomplished with variation in different parameters like
o Load current
o Load voltage
o Oil level
o Oil temperature
o Winding temperature
Overloading, oil temperature, load current and ineffective
cooling of transformer are the major cause of failure in
distribution transformer. When a transformer fails, an
adverse effect occurs in the continuity of transmission and
distribution system resulting in increase of power system
cost and decrease of reliability in electric delivery. As
transformer is a combination of many parts, this all parts
must be checked regularly to maintain the transformer in
perfect operating conditions. The monitoring devices or
systems which are presently used for monitoring
distribution transformer have some problems and
deficiencies. Accordingtotheaboverequirements,weneeda
distribution transformer real time monitoring system to
monitor all essential parameters operation, and send to the
monitoring center in time. It leads to online monitoring of
main functional parameters of distribution transformers
which will provide necessary informationaboutthehealthof
transformers. This will help and guide the utilities to
optimally use the transformers and keep this equipment in
operation for a longer period. Transformer Health
Monitoring System will help to identify or recognize
unexpected situations before any seriousfailure whichleads
to greater reliabilityandsignificantcostsavings.Widespread
use of mobile networks and GSM modems, have made them
an attractive option both for voice media and wide area
network applications.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3516
II. BLOCK DIAGRAM
Fig – 1: Block Diagram
III. COMPONENT DESCRIPTION
1. SUPPLY CIRCUIT
The supply circuit is used to give the proper power
supply to the circuits. The single phase AC 230volts is step
down into 12V by step down transformer. The stepdown AC
voltage is fed into the power supply circuit. The power
supply circuit provides +5V,-5V,+12V,-12V. Thearduinoand
LCD display requires 5V and driver circuit requires both 5V
and 12V.
2. ARDUINO
Arduino is open-sourcehardwareandsoftwareuser
community that designs and manufactures single- board
microcontrollers and microcontrollerkitsfor buildingdigital
devices and interactive objects that can sense and control
both physically and digitally. Arduino microcontrollers are
pre-programmed with a boot loader that simplifies
uploading of program to the on-chip flash memory. A
program for Arduino hardware may be written in any
programming language with compiler that produces binary
machine code for the target processor. With help of this
device we can read the input values using sensors and
controls the measured parameters.
3. TEMPERATURE SENSOR
The LM35 series are precision integrated-circuit
temperature sensors, whose output voltage is linearly
proportional to the Celsius temperature. The LM35 is
operated at -550 to +1200 C. The LM35 can read the data
using arduino and it can be stuck or established to a surface
and its temperature will be within around the range of 0.010
C of the surface temperature. The output of LM35
temperature can be given to comparator circuit and can be
used for over temperature indication.
+Vs(4V to 20V)
( 0 mV +10.0mV/0C )
Fig.2 Temperature sensor
4. ULTRASONIC SENSOR
Ultrasonic sensors are used for distance measuring
applications. These gadgets regularly transmit a short burst
of ultrasonic sound to a target, which reflectsthesoundback
to the sensor. The system then measures the time for the
echo to return to the sensor and computes the distance to
the target using the speed of sound within the medium.
Different sorts of transducers are utilizedwithinindustrially
accessible ultrasonic cleaning devices. An ultrasonic
transducer is affixed to a stainless steel pan which is filled
with a solvent and a square wave is applied to it, conferring
vibration energy on the liquid. The ultrasonic distance
sensors measures distance using sonar; an ultrasonicbeatis
transmitted from the unit and distance-to-target is
determined by measuring the time required for the echo
return. Output from the ultrasonic sensor is a variablewidth
beat that compares to the distance to the target.
Fig.3 Ultrasonic sensor
5. CURRENT SENSOR
The allergo ACS712 current sensor is based on the
principle of Hall Effect. According to this principle, when a
current carrying conductor is placed into a magnetic field, a
voltage is generated across its edges perpendicular to the
directions of both the current and the magnetic field. It is
used to measure the alternating high current. It steps down
LM35
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3517
ac current to lower value so that it can be easily read with
the help of microcontroller.
Fig.4 Current sensor
6. LCD DISPLAY
An LCD is made with either a passive matrix or an
active matrix display grid. The active matrix LCD is also
known as a thin film transistor (TFT) display. The passive
matrix LCD has a grid of conductors with pixels located at
each intersection in the grid. A current is sent across two
conductors on the grid to control the light for any pixel. An
active matrix has a transistor located at each pixel
intersection, requiring less current to control the luminance
of a pixel. For this reason, the current in an active matrix
display can be switched ON and OFF more frequently
improving the screen fresh time.
7. IoT
The ESP8266 Wi-Fi module is a self-contained SOC with
integrated TCP/IP protocol stack that can give any
microcontroller access to your Wi-Fi network. The ESP8266
is capable of either hosting an application or offloading all
Wi-Fi networking functions from another application
processor. Each ESP8266 module comes pre-programmed
with an AT command set firmware, meaning, youcansimply
hook this up to your arduino device and get about as much
WiFi ability as Wi-Fi offers. The ESP8266 module is an
extremely cost effective board with a huge and evergrowing
community.
Fig. 5. ESP8266 Module
IV. RELATED WORK
The process of designing and implementation real
time transformer health monitoring system is carriedoutby
arduino. The step down transformer and power supply
circuit is used to give supply to the arduino and LCD display.
In this project parameters like voltage, current, oil level, oil
temperature and windingtemperatureissensedthrough the
respective sensors. The sensed level values are given to the
arduino.
Fig. 6 Output of the related work
Arduino calibrates the given input values and it
provides the necessary output as programmed in it. The
programmed output is displayed through the local display
LCD screen. The same output is also transmittedthroughthe
Wi-Fi module to the internet server programmed in the
arduino. Data’s will be saved and could be used for the
further analysis. The GSM modem is used as a shortmessage
server (SMS) device that transmits parameters as an SMS.
V. PROPOSED WORK
The main objective of this project istodesignandimplement
an embedded – mobile and IoT based system to measure
Over voltage, Load current, Oil level, Oil temperature and
Winding temperature.
VI. METHODOLOGY
Our work includes the process of monitoring the
transformer performance in which the over voltage, over
current, oil level, oil current and winding temperature is
measured and it is compared with the nominal value in the
comparator. If the measured value exceeds or decreases,the
system will send an error alert to the concern person.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3518
VII. Conclusion
A mobile monitoring system for distribution transformer
was designed, implemented andtested.Thedesignedsystem
is connected to a distribution transformer and is able to
record and send abnormal operating parameters
information to a mobile device using a GSM network. The
time to receive the SMS message varied from 2-10 seconds
and this is due to the public GSM network traffic. Thesystem
hardware was constructed from off- the- shelf components.
The experimental results came out as expected. A server
module can be added to this system to periodically receive
and store transformer parameters information about the
entire distribution transformer of a particular utility in a
database application. This database will bea useful source of
information on the utility transformers. The stored data can
be analyzed to help the utility in monitoring the operational
behavior of their distribution transformers and identify
faults before any catastrophic failures thus resulting in
significant cost saving as well as improving system
reliability.
VIII. REFERENCES
[1] Implementation of a Transformer Monitoring Solution
Per IEEE C57.91-1995 Using an Automation Controller
Walter A. Castillo CenterPoint Energy Rekha T. Jagaduri and
Prasanna K. Muralimanohar Schweitzer Engineering
Laboratories, Inc.
[2] Distribution Transformer Monitoring for Smart Grid in
India, 1st IEEE International Conference on Power
Electronics, Intelligent Control and Energy Systems
(ICPEICES-2016).
[3] A new Method for Monitoring of Distribution
Transformers, SH. Mohamadi Department of Electrical
Engineering K.N Toosi University of Technology Tehran,
Iran.
[4] GSM-BasedDistribution TransformerMonitoringSystem.
Abdul-Rahman AI-Ali, Abdul Khaliq & Muhammad Arshad
School of Engineering, American University of Sharjah Box
26666, AUS, Sharjah, United Arab Emirate, IEEE MELECON
2004, May 12-15,2004, Dubrovnik, Croatia.
[5]. Prof. M. S. Sujatha & Dr. M Vijay Kumar, “On-Line
Monitoring And Analysis of Faults in Transmission and
Distribution Lines Using GSM Technique”, Journal of
Theoretical and Applied Information Technology, ISSN:
1992-8645, E-ISSN: 1817-3195, 30th November 2011, Vol.
33 No.2.
[6]. Sh. Mohamadi & A. Akbari, “A New Method For
Monitoring of Distribution Transformers”, 978-1-4577-
1829-8/12/$26.00 ©2012 IEEE.261

More Related Content

PPTX
Electric traction
PDF
DISTRIBUTED GENERATION TECHNOLOGIES
PPTX
Gsm based transformer fault detection system
PPTX
Real-time load monitoring of distribution transformer using IOT
PPTX
Transient in Power system
PPT
Power quality
DOC
Hvdc notes
PDF
Energy management by maximum demand controller
Electric traction
DISTRIBUTED GENERATION TECHNOLOGIES
Gsm based transformer fault detection system
Real-time load monitoring of distribution transformer using IOT
Transient in Power system
Power quality
Hvdc notes
Energy management by maximum demand controller

What's hot (20)

PPTX
WATER LEVEL AUTOMATIC PUMP CONTROLLER
PDF
EEP301: AC and DC servo motor study
PDF
Wide area monitoring, protection and control in future smart grid
PPTX
Temperature based fan speed control & monitoring using
PPT
Robotic monitoring of powersystems by sriharsha
PPTX
Power qualty conditioners
DOC
Difference between c v
PPTX
Protection and control of Microgrid
PPTX
harmonic distortion ppt
PDF
Lecture-1 : Introduction to Power Electronics
PPT
Current Sensor
PPT
Floating power plant 25 03-11
PPT
Basic types of facts controllers
DOCX
Electronics seminar topics
DOCX
Seminar Report on Wireless Mobile Charger
PPTX
Choice of converter configuration
PPTX
Liquid electricity
PDF
Introduction to power system analysis
PPT
Digital energy meter
PDF
Power system stability
WATER LEVEL AUTOMATIC PUMP CONTROLLER
EEP301: AC and DC servo motor study
Wide area monitoring, protection and control in future smart grid
Temperature based fan speed control & monitoring using
Robotic monitoring of powersystems by sriharsha
Power qualty conditioners
Difference between c v
Protection and control of Microgrid
harmonic distortion ppt
Lecture-1 : Introduction to Power Electronics
Current Sensor
Floating power plant 25 03-11
Basic types of facts controllers
Electronics seminar topics
Seminar Report on Wireless Mobile Charger
Choice of converter configuration
Liquid electricity
Introduction to power system analysis
Digital energy meter
Power system stability
Ad

Similar to IRJET- Real Time Transformer Health Monitoring System using GSM and IoT (20)

PDF
IoT Based Distribution Transformer Condition Monitoring System
PDF
Transformer monitoring and controlling with GSM based system
PDF
TRANSFORMER HEALTH MONITORING SYSTEM
PDF
GSM Based Transformer Fault Monitoring System
PDF
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
PPTX
PPT 384 TRANSFORMER HEALTH MONITORING.pptx
PDF
IRJET- Wireless Monitoring of Distribution Tranformer and Inform to Electrica...
PDF
IRJET- GSM Based Transformer Fault Monitoring System
PPTX
project presentation on "THMC"
PDF
IRJET- Three Phase Fault Analysis in Three Phase Distribution Line
PDF
TRANSFORMER FAULT DETECTION AND MONITORING
PDF
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
PPTX
Group No.9x.pptx this ppt include information about trafo health monitoring
PDF
IRJET - Transformers Monitoring using Arduino
PDF
IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...
PDF
Transformer Parameters Monitoring System using MATLAB Simulink
PDF
IJSRED-V2I2P7
PDF
Project Report Transformer Health Monitoring Report
PDF
IRJET- Data Acquisition and Remote Monitoring Display
PDF
IRJET- Measuring Current and Power of Different Electrical Engines
IoT Based Distribution Transformer Condition Monitoring System
Transformer monitoring and controlling with GSM based system
TRANSFORMER HEALTH MONITORING SYSTEM
GSM Based Transformer Fault Monitoring System
IRJET- Transformer Monitoring and Protection System using AVR Atmega16 Mi...
PPT 384 TRANSFORMER HEALTH MONITORING.pptx
IRJET- Wireless Monitoring of Distribution Tranformer and Inform to Electrica...
IRJET- GSM Based Transformer Fault Monitoring System
project presentation on "THMC"
IRJET- Three Phase Fault Analysis in Three Phase Distribution Line
TRANSFORMER FAULT DETECTION AND MONITORING
SUBSTATION MONITORING AND CONTROLLING BASED ON MICROCONTROLLER BY USING IOT
Group No.9x.pptx this ppt include information about trafo health monitoring
IRJET - Transformers Monitoring using Arduino
IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...
Transformer Parameters Monitoring System using MATLAB Simulink
IJSRED-V2I2P7
Project Report Transformer Health Monitoring Report
IRJET- Data Acquisition and Remote Monitoring Display
IRJET- Measuring Current and Power of Different Electrical Engines
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPT
Project quality management in manufacturing
PDF
composite construction of structures.pdf
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
OOP with Java - Java Introduction (Basics)
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
Geodesy 1.pptx...............................................
PDF
Digital Logic Computer Design lecture notes
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
DOCX
573137875-Attendance-Management-System-original
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
PPT on Performance Review to get promotions
PPTX
web development for engineering and engineering
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPT
Mechanical Engineering MATERIALS Selection
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Project quality management in manufacturing
composite construction of structures.pdf
Lecture Notes Electrical Wiring System Components
OOP with Java - Java Introduction (Basics)
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Geodesy 1.pptx...............................................
Digital Logic Computer Design lecture notes
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
573137875-Attendance-Management-System-original
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
UNIT 4 Total Quality Management .pptx
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPT on Performance Review to get promotions
web development for engineering and engineering
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Mechanical Engineering MATERIALS Selection
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx

IRJET- Real Time Transformer Health Monitoring System using GSM and IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3515 REAL TIME TRANSFORMER HEALTH MONITORING SYSTEM USING GSM AND IoT M. Sudalaimani1, P. Lakshmi priya2, J. Pooja3, M. Vigneshwari4 1Assistant Professor, Dept. of EEE, Kamaraj College of Engineering & Technology, Dept. of Electrical and Electronics Engineering, Kamaraj College of Engineering & Technology, Virudhunagar, Tamil Nadu, India. 2,3,4Students, Dept. of EEE, Kamaraj College of Engineering & Technology, 1,2,3,4Dept. of Electrical and Electronics Engineering, Kamaraj College of Engineering & Technology, Virudhunagar, Tamil Nadu, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract- Electrical Transformers are themostimportant element in the process of transmission and distribution of electricity. Transformer is the costliest component of Electrical Industry. As we know, Distribution transformers are one of the most important equipment in power network and its correct functioning is vital to system operation. Because of, the large number of transformers distributed over a wide area in power electric systems, the data acquisition and conditioning monitoring is an important issue. This projectrepresentsthedesignandimplementation of a mobile embedded system and novel softwaretomonitor and diagnose condition of transformers, by record key operation indicators of a distribution transformer like load currents, transformer oil, oil temperature, winding temperature and voltage of three phases. The proposed on- line monitoring system integrates a Global Service Mobile (GSM) Modem, with standalone single chip microcontroller and sensor packages. Data of operation condition of transformer receives in form ofSMS(ShortMessageService) and will be saving in computer server. Using the suggested online monitoring system will help utility operators to keep transformers in service for longer of time. Keywords: Distribution Transformer; PIC Microcontroller; GSM/GPRS Module ; Sensors; Monitoring Unit; LCD display I. INTRODUCTION Electricity plays an important role in our life. Every moment of our life depends upon electricity. Electricity has several components and equipment helping human to transfer and regulate the distribution according to usage. The most crucial equipment of transmission and distribution of electric power is transformer. In power systems, an electrical equipment distribution transformer directly distributes power to the low-voltage users and its operation condition is an important criterion of the entire network operation. The majority of thesedeviceshave beeninservice for many years in different (electrical, mechanical and environmental) conditions. They are the main components and constitute a large portion of capital investment. Operation of distribution transformer under ratedcondition (as per specification in their nameplate) guarantees their long service life. However, their lifeissignificantlyreducedif they are subjected to overloading, heating, low or high voltage/current resulting to unexpected failures and loss of supply to a large number of customers thus effecting system reliability. Abnormality in distribution transformer is accomplished with variation in different parameters like o Load current o Load voltage o Oil level o Oil temperature o Winding temperature Overloading, oil temperature, load current and ineffective cooling of transformer are the major cause of failure in distribution transformer. When a transformer fails, an adverse effect occurs in the continuity of transmission and distribution system resulting in increase of power system cost and decrease of reliability in electric delivery. As transformer is a combination of many parts, this all parts must be checked regularly to maintain the transformer in perfect operating conditions. The monitoring devices or systems which are presently used for monitoring distribution transformer have some problems and deficiencies. Accordingtotheaboverequirements,weneeda distribution transformer real time monitoring system to monitor all essential parameters operation, and send to the monitoring center in time. It leads to online monitoring of main functional parameters of distribution transformers which will provide necessary informationaboutthehealthof transformers. This will help and guide the utilities to optimally use the transformers and keep this equipment in operation for a longer period. Transformer Health Monitoring System will help to identify or recognize unexpected situations before any seriousfailure whichleads to greater reliabilityandsignificantcostsavings.Widespread use of mobile networks and GSM modems, have made them an attractive option both for voice media and wide area network applications.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3516 II. BLOCK DIAGRAM Fig – 1: Block Diagram III. COMPONENT DESCRIPTION 1. SUPPLY CIRCUIT The supply circuit is used to give the proper power supply to the circuits. The single phase AC 230volts is step down into 12V by step down transformer. The stepdown AC voltage is fed into the power supply circuit. The power supply circuit provides +5V,-5V,+12V,-12V. Thearduinoand LCD display requires 5V and driver circuit requires both 5V and 12V. 2. ARDUINO Arduino is open-sourcehardwareandsoftwareuser community that designs and manufactures single- board microcontrollers and microcontrollerkitsfor buildingdigital devices and interactive objects that can sense and control both physically and digitally. Arduino microcontrollers are pre-programmed with a boot loader that simplifies uploading of program to the on-chip flash memory. A program for Arduino hardware may be written in any programming language with compiler that produces binary machine code for the target processor. With help of this device we can read the input values using sensors and controls the measured parameters. 3. TEMPERATURE SENSOR The LM35 series are precision integrated-circuit temperature sensors, whose output voltage is linearly proportional to the Celsius temperature. The LM35 is operated at -550 to +1200 C. The LM35 can read the data using arduino and it can be stuck or established to a surface and its temperature will be within around the range of 0.010 C of the surface temperature. The output of LM35 temperature can be given to comparator circuit and can be used for over temperature indication. +Vs(4V to 20V) ( 0 mV +10.0mV/0C ) Fig.2 Temperature sensor 4. ULTRASONIC SENSOR Ultrasonic sensors are used for distance measuring applications. These gadgets regularly transmit a short burst of ultrasonic sound to a target, which reflectsthesoundback to the sensor. The system then measures the time for the echo to return to the sensor and computes the distance to the target using the speed of sound within the medium. Different sorts of transducers are utilizedwithinindustrially accessible ultrasonic cleaning devices. An ultrasonic transducer is affixed to a stainless steel pan which is filled with a solvent and a square wave is applied to it, conferring vibration energy on the liquid. The ultrasonic distance sensors measures distance using sonar; an ultrasonicbeatis transmitted from the unit and distance-to-target is determined by measuring the time required for the echo return. Output from the ultrasonic sensor is a variablewidth beat that compares to the distance to the target. Fig.3 Ultrasonic sensor 5. CURRENT SENSOR The allergo ACS712 current sensor is based on the principle of Hall Effect. According to this principle, when a current carrying conductor is placed into a magnetic field, a voltage is generated across its edges perpendicular to the directions of both the current and the magnetic field. It is used to measure the alternating high current. It steps down LM35
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3517 ac current to lower value so that it can be easily read with the help of microcontroller. Fig.4 Current sensor 6. LCD DISPLAY An LCD is made with either a passive matrix or an active matrix display grid. The active matrix LCD is also known as a thin film transistor (TFT) display. The passive matrix LCD has a grid of conductors with pixels located at each intersection in the grid. A current is sent across two conductors on the grid to control the light for any pixel. An active matrix has a transistor located at each pixel intersection, requiring less current to control the luminance of a pixel. For this reason, the current in an active matrix display can be switched ON and OFF more frequently improving the screen fresh time. 7. IoT The ESP8266 Wi-Fi module is a self-contained SOC with integrated TCP/IP protocol stack that can give any microcontroller access to your Wi-Fi network. The ESP8266 is capable of either hosting an application or offloading all Wi-Fi networking functions from another application processor. Each ESP8266 module comes pre-programmed with an AT command set firmware, meaning, youcansimply hook this up to your arduino device and get about as much WiFi ability as Wi-Fi offers. The ESP8266 module is an extremely cost effective board with a huge and evergrowing community. Fig. 5. ESP8266 Module IV. RELATED WORK The process of designing and implementation real time transformer health monitoring system is carriedoutby arduino. The step down transformer and power supply circuit is used to give supply to the arduino and LCD display. In this project parameters like voltage, current, oil level, oil temperature and windingtemperatureissensedthrough the respective sensors. The sensed level values are given to the arduino. Fig. 6 Output of the related work Arduino calibrates the given input values and it provides the necessary output as programmed in it. The programmed output is displayed through the local display LCD screen. The same output is also transmittedthroughthe Wi-Fi module to the internet server programmed in the arduino. Data’s will be saved and could be used for the further analysis. The GSM modem is used as a shortmessage server (SMS) device that transmits parameters as an SMS. V. PROPOSED WORK The main objective of this project istodesignandimplement an embedded – mobile and IoT based system to measure Over voltage, Load current, Oil level, Oil temperature and Winding temperature. VI. METHODOLOGY Our work includes the process of monitoring the transformer performance in which the over voltage, over current, oil level, oil current and winding temperature is measured and it is compared with the nominal value in the comparator. If the measured value exceeds or decreases,the system will send an error alert to the concern person.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3518 VII. Conclusion A mobile monitoring system for distribution transformer was designed, implemented andtested.Thedesignedsystem is connected to a distribution transformer and is able to record and send abnormal operating parameters information to a mobile device using a GSM network. The time to receive the SMS message varied from 2-10 seconds and this is due to the public GSM network traffic. Thesystem hardware was constructed from off- the- shelf components. The experimental results came out as expected. A server module can be added to this system to periodically receive and store transformer parameters information about the entire distribution transformer of a particular utility in a database application. This database will bea useful source of information on the utility transformers. The stored data can be analyzed to help the utility in monitoring the operational behavior of their distribution transformers and identify faults before any catastrophic failures thus resulting in significant cost saving as well as improving system reliability. VIII. REFERENCES [1] Implementation of a Transformer Monitoring Solution Per IEEE C57.91-1995 Using an Automation Controller Walter A. Castillo CenterPoint Energy Rekha T. Jagaduri and Prasanna K. Muralimanohar Schweitzer Engineering Laboratories, Inc. [2] Distribution Transformer Monitoring for Smart Grid in India, 1st IEEE International Conference on Power Electronics, Intelligent Control and Energy Systems (ICPEICES-2016). [3] A new Method for Monitoring of Distribution Transformers, SH. Mohamadi Department of Electrical Engineering K.N Toosi University of Technology Tehran, Iran. [4] GSM-BasedDistribution TransformerMonitoringSystem. Abdul-Rahman AI-Ali, Abdul Khaliq & Muhammad Arshad School of Engineering, American University of Sharjah Box 26666, AUS, Sharjah, United Arab Emirate, IEEE MELECON 2004, May 12-15,2004, Dubrovnik, Croatia. [5]. Prof. M. S. Sujatha & Dr. M Vijay Kumar, “On-Line Monitoring And Analysis of Faults in Transmission and Distribution Lines Using GSM Technique”, Journal of Theoretical and Applied Information Technology, ISSN: 1992-8645, E-ISSN: 1817-3195, 30th November 2011, Vol. 33 No.2. [6]. Sh. Mohamadi & A. Akbari, “A New Method For Monitoring of Distribution Transformers”, 978-1-4577- 1829-8/12/$26.00 ©2012 IEEE.261