Transmission Line Fault Detection Using GSM Technology
Transmission Line Fault Detection Using GSM Technology
--------------------------------------------------------------------------------------------------------------------------------------
Submitted: 25-06-2021 Revised: 01-07-2021 Accepted: 03-07-2021
---------------------------------------------------------------------------------------------------------------------------------------
ABSTRACT: line may get change from real existing values to
In this paper a smart GSM based fault detection another values, until the networks such as lightning,
system is used to sufficiently and accurately wind, storm, tree falling on line, apparatus failure
indicate the fault occurred in the distribution system etc. In our proposed system, the phase voltages and
and transmission system. The proposed system has phase current sense by CT & PT and these sensing
various protective equipment's, voltage and current values are continuously send to the microcontroller.
sense section, microcontroller section, LED display When fault occurred, the insulating path
section and GSM (global system for mobile and conducting path get affected which causes the
communication) module. This system will help to short circuit and open circuit of conductor. During
the electricity board and service man of that area to ideal operating condition, the power system
detect the fault in short time and avoid the equipment operated at normal voltage and current
transformer damages. In this system various rating. But in faulty condition, the voltage and
equipment are used such as Current transformer, current values are swing from their reference value.
Potential transformer, Microcontroller, RS-232 Normally our power system is protected by
cable, GSM modem. The fault are detected, switch-gear and protection equipment’s like relays,
analyzed and classified by this system automatically circuit breaker, fuses to reduce the losses of service
with the help of Micro-controller. This system also due to the electrical failure after the occurrence of
gives the information about which faults.
type of fault occurred in transmission line such as Fault: In an electrical power system, a fault
L-L (line to line), L-G (line to ground), L-L-G or fault current is any abnormal electric current that
(double line to ground) fault, L-L-L & L-L-L-G flows through the line. In three phase system, fault
(symmetrical fault). And this information is send to may occur between one or more phases and ground
the service provider company via SMS using GSM. or it may involve only phases.There are two main
Keywords:GSM technology, Fault, types of faults:
Microcontroller, Transformer, Transmission. A.Symmetric fault: This fault is also called as
balanced fault. It affects all the three phases of
I. INTRODUCTION transmission line equally. Approximately 5% faults
In overall electrical power system, more are symmetric, in total transmission line faults.
than 80% faults occur in transmission line. In this
paper the design and implementation of fault B. Asymmetric fault: This type of faults are
detection, classification and protection technique of unbalanced faults. All the three phases of.
transmission line are present. transmission line does not get affected by
When an electrical network, machines and asymmetric fault. It is again divided into three types
equipments are in operating condition, they suffered as follows:
by a different types of faults. Whenever the faults 1)Line-to-line fault: This fault occurs when there is
occur, the characteristic values of the transmission a short circuit between two lines originated when
DOI: 10.35629/5252-0307648652 Impact Factor value 7.429 | ISO 9001: 2008 Certified Journal Page 648
International Journal of Advances in Engineering and Management (IJAEM)
Volume 3, Issue 7 July 2021, pp: 648-652 www.ijaem.net ISSN: 2395-5252
those two lines comes into physical contact with reduction in loads, switching of loads, lightning
each other. Roughly 5% are asymmetric L-L fault. strikes, failure of control equipment like voltage
2) Line-to-ground fault: This type of fault occur regulators, displacement of neutral. This point of
when there is a short circuit between one line and overvoltage can damage to component connected to
ground. This happen due to physical contact the supply.
between line and ground conductor because of B.Under-voltage: Generally this point
storm damages and lightning etc. This is the most occur when the voltage supplying the drive is too
frequent fault occur in transmission line faults. low. It is occur when supply voltage is less than
3)Double line-to-ground fault: Whenever the two nominal voltage rating for example, a 440 V
line come into the physical contact with each other machine powered by 220 V will caused the under-
and the ground conductor it termed as double line- voltage.
to-ground fault. The percentage occurrence of this C.Overheating: There is a occurrence of
fault is 15-20%. overheating, if the temperature of the equipments
increases from the nominal values. Overheating
II. FAULT IN THREE PHASE DEVICES occur also when the equipments are overloaded.
AND THEIR CAUSES Problem which causes overheating are short circuit,
A.Overvoltage: An overvoltage is point single line to ground fault, LL fault etc. It can
occurs when the system voltage increases over damage the windings of equipments and also
110% of the nominal voltage rating. Overvoltage damage the electrical system.
caused due to many reasons such as sudden
A. Block diagram
Figure: 2. Block diagram of multiple line fault detection system using GSM Technology.
DOI: 10.35629/5252-0307648652 Impact Factor value 7.429 | ISO 9001: 2008 Certified Journal Page 649
International Journal of Advances in Engineering and Management (IJAEM)
Volume 3, Issue 7 July 2021, pp: 648-652 www.ijaem.net ISSN: 2395-5252
voltage and current values varies from the nominal reference values then microcontroller send signal to
ranges. This values continuously send to the ADC the GSM, which indicate that the fault occurred in
(analog to digital converter), ADC convert this the system( i.e change in the values of voltage,
analog values into digital values which is required current & temperature) then GSM take this signal
to the microcontroller, microcontroller takes digital from microcontroller and send SMS to the service
values from ADC and compare with reference provider company as well area service man.
values. If the real time values are not identical to the
IV. HARDWARE REQUIRED DATA and orders do other devices, or to read the
A. Microcontroller ATMega 328 state of a sensor, or a switch.ATmega328 is
The atmega328 has different ports, each commonly used in many projects and autonomous
one having 8 Input/output lines providing a total of systems where a simple, low-powered, low-cost
23 I/O lines. Those ports can be used to output micro-controller is needed. Perhaps the most
interrupting the execution of the program be treated from the software point of view as an 8-
according to external events, performing serial data bit variable called 'register', each bit being
transfer or connecting the chip to a computer to connected to a different Input /Output pin.
update the software. Each port has 8 pins, and will
DOI: 10.35629/5252-0307648652 Impact Factor value 7.429 | ISO 9001: 2008 Certified Journal Page 650
International Journal of Advances in Engineering and Management (IJAEM)
Volume 3, Issue 7 July 2021, pp: 648-652 www.ijaem.net ISSN: 2395-5252
LCD (Liquid Crystal Display) screen is an LCD each character is displayed in 5x7 pixel
electronic display module and find a wide range of matrix. This LCD has two registers, namely,
applications. A 16x2 LCD display is very basic Command and Data [4].
module and is very commonly used in various The command register stores the command
devices and circuits. These modules are preferred instructions given to the LCD. A command is an
over seven segment and other multi segment LCDs. instruction given to LCD to do a predefined task
The reasons being: LCDs are economical; easily like initializing it, clearing its screen, setting the
programmable; have no limitation of displaying cursor position, controlling display etc. The data
special & even custom character (unlike in seven register stores the data to be displayed on the LCD.
segments), animation and so on. The data is the ASCII value of the character to be
A 16x2 LCD means it can display 16 displayed on the LCD. Click to learn more about
characters per line and there are 2 such lines. In this internal structure of a LCD.
C. GSM MODEM
Figure: 6. Module
DOI: 10.35629/5252-0307648652 Impact Factor value 7.429 | ISO 9001: 2008 Certified Journal Page 651
International Journal of Advances in Engineering and Management (IJAEM)
Volume 3, Issue 7 July 2021, pp: 648-652 www.ijaem.net ISSN: 2395-5252
VII. RESULT
DOI: 10.35629/5252-0307648652 Impact Factor value 7.429 | ISO 9001: 2008 Certified Journal Page 652