SlideShare a Scribd company logo
1 of 3
Download to read offline
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 04 | APR 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2238
“Design and Development of Underground Cable Fault Detection and
Localization using IoT”
Dr. D.G. Khairnar1, Ruchika Rathod2, Tina Patil3, Slesha Madkaikar4
1HOD, Department of Electronics and Telecommunication Engineering, D. Y. Patil College of Engineering, Akurdi,
Pune, Maharashtra, India
2,3,4 UG Student Department of Electronics and Telecommunication Engineering D. Y. Patil College of Engineering,
Pune, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In today’s world, underground cable systems are
very commonly implemented. As the cables are below the
ground level, it is very difficult to find faults. Here, in this
paper we are implementing a system to locate the occurred
fault in the underground cable system and display it on the
web page as well as on the LCD. This method can detect
open as well as short circuited underground cables. For
open circuit fault detection, capacitance measurement
circuit is used and for short circuit fault detection,
inductance measurement circuit is used.
In this paper, the fault in the cable is detected by the
microcontroller. The microcontroller processes the data
and the output is displayed on the LCD and the webpage
through internet.
Key words — underground, microcontroller, open
circuit, short circuit, inductance, capacitance,
webpage.
1. INTRODUCTION
Power transmission can be possible in both
overhead as well as underground cables as the latter are
more prone to several effects of rainfall, snow, thunder
lightning etc. Underground cables are mostly used for
power applications where it impractical, difficult or
dangerous to use overhead lines. Though underground
cables have a high installation cost, they have smaller
voltage drops, low chances of developing faults and low
maintenance costs, the band of land required for installing
underground cables is less and those cables are less
affected to the impacts of weather. There are several
advantages of underground cables over overhead lines as
it poses no danger to wildlife or low flying aircrafts, not
easy to steal, make illegal connections or sabotage.
Considering the safety and the increase in reliability the
use of cables underground is increasing. But there is a
problem when a fault occurs in the cable. It becomes
extremely difficult to find the faults and determine their
exact location, and furthermore repairing process for the
cable becomes more difficult. In this paper, a fault
detector has been developed which is user friendly,
cheaper, no complicated components are used and not
bulky.
In this paper we are detecting two types of faults in cable.
They are:
 Open circuit: Due to mechanical stress in the cable,
the conductors (cores) inside the cable breaks which
leads to discontinuity. This is called open circuit fault.
In open circuit, capacitance of cable varies linearly
with the length of cable. Hence by measuring the
capacitance we can detect the length of open circuit
fault. Capacitance is measured by using internal RC
Circuit. Capacitance of cable used in this method is
in the range of few picofarad.
 Short circuit: When conductors of the same cable
come in contact with each other, then a short circuit
fault occurs. In short circuit, inductance of cable varies
linearly with length of short circuit length. Inductance
is measured by using LC Circuit. Inductance of cable
used in this method is in the range of 80uH –
30,000uH.
In this method, we are using ATMega328 as controlling
and processing unit. Also NodeMCU module is used for
sending data over the internet. The capacitance and
inductance of the cable is sensed and the output is given to
the ATMega328 microcontroller. The microcontroller
processes the received input and detects whether the fault
has occurred and displays the corresponding output on the
web page in graphical format and on the LCD.
2. LITERATURE SURVEY
In 2001, S. Navaneethan [1] has proposed
technique for automatic fault location for underground
low voltage distribution networks. It uses signals from
existing Time Domain Reflectometry instrument. TDR
signals are processed for eliminating reflections occurred
by single phase tee off and for locating open and short
circuit faults in 3 phase cable. In TDR method, first the
signal is send into cable from starting point. If any
impedance mismatch occurs then signal is partially or
completely reflected and impedance mismatch shows
open circuit or short circuit fault. Reflected signals are
checked for both faulty and healthy phases and these
reflected signals are used for locating faults. New TDR
fault location method uses an existing TDR signals along
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 04 | APR 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2239
with advanced signal processing techniques. Adaptive
filtering method is used for comparing TDR signal to
locate a fault.
In 2009, You Chung Chung [2] has described a
capacitance and inductance sensor circuit for detecting
lengths of open and short circuited cables. Length of open
or short circuited cable varies linearly with capacitance or
inductance. There are several methods available for
detecting length. But it is found that implementing 555
timer circuit is very efficient circuit for detecting length of
open and short circuit cable. Reflectometry method for
detecting fault is cost effective hence for cost sensitive
applications capacitance and inductance sensor circuits
are most effective.
In 2010, Tarlochan S. Sidhu[3] has presented two
algorithms for detecting incipient faults in underground
cable. Wavelet based algorithm detects the physical
conditions like signals containing discontinuities, spikes,
and then it classifies different frequency components in
different frequency bands. Wavelet analysis separates the
measured signal into high frequency coefficient to
describe the transient state and low frequency coefficient
to express fundamental frequency components.
Superimposed component based algorithm is designed for
detecting SLG incipient faults. It includes three steps
detection of transient inception, selecting faulty phase and
classification.
In 2012, Md. Fakhrul Islam, Amanullah M T Oo,
Salahuddin. A. Azad [4] has proposed techniques which
are currently used in practice for locating cable fault and
new efficient techniques suggested by researcher. It also
provides guidelines for designing small and lightweight
high voltage fault locating machine. A-frame, Thumper,
Time Domain Reflectometer, Bridge method are used for
detecting faults. In A-frame method for locating ground
fault, direct current is injected into cable. Thumper
method requires an operator to walk along the path of
cable and listen the sound. In Bridge method, Wheatstone
bridge circuit is used to measure resistance for calculating
distance of fault.
In 2015, Pooja P.S, Lekshmi M. [5] has developed
algorithm for incipient fault location in time domain. This
algorithm measures distance to fault by considering the
arc voltage with respect to line impedance. It uses data
collected from PQ, monitors to detect the fault location in
terms of impedance by considering arc voltage. It can also
be applied to single line to ground cable for detecting
fault.
In 2016, Nikhil Kumar Sain, Rajesh Kajla, Mr.Vikas
Kumar [6] has proposed a model for detecting fault
location in underground power cable by using
microcontroller. It uses concept of Ohm’s law for
determining distance of fault location from base station.
Resistor set represents the cable and dc voltage is applied
at one end. When fault occurs, there is a change in voltage
drop that gets detected by ADC and microcontroller
makes some calculations so that fault location gets
displayed on LCD and send over a GSM.
3. PROPOSED DESIGN
A. Block Diagram
The power supply consists of step down transformer
230/12V, which steps down the voltage to 12V AC. This is
converted to DC using bridge rectifier. The ripples are
removed using capacitive filter and it is then regulated to
+5V using voltage regulator 7805. ATMega328
microcontroller requires 5V power supply for its
operation. Hence this is provided by the designed 5V
power supply which is provided by the designed power
supply. The open circuit fault in cable is detected by the RC
circuit which is in-built in the microcontroller. The short
circuit fault in cable is detected by the LC circuit which
consists of a cable whose inductance is in the range of
80uH – 30,000uH and 2 capacitors of 470uF and
(200uF-220uF) connected in parallel. The values from the
RC and LC circuit are given to the ADC of the
microcontroller. The ATMega328 processes the input
received and sends the output whether the fault has
occurred or not, type of fault whether open or short circuit
fault to the NodeMCU module and also to the LCD. The
NodeMCU module further sends the data to the
ThingSpeak Cloud and it displays the data in graphical
representation on webpage. The graphical representation
shows the type of fault occurred and the distance of the
fault from the base station. The same is also displayed on
the LCD present in the unit.
Fig1. Proposed Block Diagram
B. Operation
Arduino microcontroller can measure the capacitance
based on the principle of time constant of the capacitor.
Time taken for voltage across the capacitor to reach
63.2% of its voltage when fully charged is called time
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056
VOLUME: 06 ISSUE: 04 | APR 2019 WWW.IRJET.NET P-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2240
constant of capacitor. It measures the capacitance of cable
by considering the following equation
TC=R*C
where TC is time constant of the capacitor
R is resistor
C is capacitance of the capacitor (in this case a
cable)
Cable whose open circuit fault is to be detected is
connected to ADC pins of microcontroller. ADC will
measure voltage across the cable. Internal timer of
microcontroller then starts counting the time till the
voltage reaches 63.2% of full charge voltage. The timer
will be stopped at this point and the capacitance of the
cable will be calculated. Capacitance of the cable varies
linearly with the distance of open circuit fault.
For calculating the distance in a cable with short circuit
fault, the cable is connected at ADC pins of
microcontroller parallel to capacitors and will form a LC
circuit. We are applying 5V pulse from microcontroller to
charge the capacitors in the circuit. Then we changed
voltage from 5V to 0V. This pulse will make circuit to
resonate by creating a sinusoidal signal oscillating at
resonating frequency. Sinusoidal pulse is applied to
LM339 comparator. It will convert it into the square wave
with 50% duty cycle and a pulsein() will measure the time
of square wave and the measured time is doubled which
will give time period and inverse of time period which will
be frequency. A pulsein() will measure the time in
microseconds, the time taken from rising edge to falling
edge. In this way, the frequency will be measured and by
using following equation F=1/(2*π(LC)0.5)
the unknown inductance value will be calculated.
Inductance of cable is directly proportional to length of
short circuit fault in the cable.
4. RESULT
The proposed design instantly detects the type of
fault and distance of fault from base station will be
displayed on LCD and through NodeMCU module to the
ThingSpeak cloud which will display the cable information
on the webpage graphically.
5. CONCLUSION
In this paper, two detection techniques are
proposed and tested for the detection of faults
underground. It is a low cost solution, less bulky, robust,
less power consuming and can be used for all types of
cables. A simple concept of RC circuit and LC circuit is
used for the fault to be easily detected and repaired. It
detect the exact fault i.e. short circuit and open circuit
fault from the feeder end in kilometers by using the
microcontroller.
REFERENCES
[1] S.Navaneethan ,Student Member, IEEE ,J.J. Soraghan,
Senior Member, IEEE,W. H. Siew, Member, IEEE, F.
McPherson, and P.F. Gale, ”Automatic Fault Location
for underground Low Voltage Distribution Networks”
IEE transactions on power delivery, Vol.16,No.2,
Aprill 2001
[2] You Chung Chung, Senior Member, IEEE, Nirmal N.
Amarnath, and Cynthia M. Furse, Fellow, IEEE ”
Capacitance and Inductance Sensor Circuits for
Detecting the Lengths of Open and Short Circuited
Wires” IEEE transactions on instrumentation and
measurement,Vol-58, No8, August 2009.
[3] Tarlochan S. Sidhu, Fellow, IEEE, and Zhihan Xu,
Student Member, IEEE “Detection of Incipient Faults
in Distribution Underground Cables” IEEE
transactions on power delivery, Vol-25, No.3, July
2010.
[4] Md. Fakhrul, Amanullah M T Oo, Salahuddin. A. Azad
Power Engineering Group, Faculty pf Sciences,
Engineering and health central queensland university
“Locating Underground Cable Faults: A Review and
Guideline for New Development” 22nd Australasian
universities power engineering conference,
November 2012.
[5] Pooja P.S, Lekshmi. M “Fault Detection Technique to
pinpoint Incipient Fault for Underground Cables”
International Journal of Engineering Research and
General Science Vol-3, Issue 3, May-June,2015.
[6] Nikhil Kumar Sain, Rajesh Kajla, Mr. Vikas Kumar
“Underground Cable Fault Distance Conveyed Over
GSM” IOSR journal of electrical and electronics
engineering Vol-11, Issue 2 Ver.3 PP 06-10 March-
April 2016.
[7] T.Nandhini, J. Shalini, T. Sai Sangeeetha,
D.Gnanaprakasam student, Assistant Professor
Department of EEE “Underground Cable fault
Detection using Arduino” IJSEC 2017.
[8] www.Scribd.com/document/263342575/Cable-
Fault-Detector
[9] www.electronobs.com/eng_arduino_tut10_1.php

More Related Content

What's hot

Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicator
palwinder virk
 
Fault detection using iot PRESENTATION
Fault detection using iot PRESENTATIONFault detection using iot PRESENTATION
Fault detection using iot PRESENTATION
AnjanKumarHanumantha
 
Project report on signal jammer
Project report on signal jammerProject report on signal jammer
Project report on signal jammer
ARYAN KUMAR
 

What's hot (20)

Seminar report- Electronic Toll Collection System
Seminar report- Electronic Toll Collection SystemSeminar report- Electronic Toll Collection System
Seminar report- Electronic Toll Collection System
 
Power theft detection
Power theft detectionPower theft detection
Power theft detection
 
Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicator
 
Detection of Underground Cable Fault using Arduino
Detection of Underground Cable Fault using ArduinoDetection of Underground Cable Fault using Arduino
Detection of Underground Cable Fault using Arduino
 
Smart grid the future grid
Smart grid the future gridSmart grid the future grid
Smart grid the future grid
 
DESIGN & WORKING OF A MOBILE PHONE DETECTOR
DESIGN & WORKING OF A MOBILE PHONE DETECTORDESIGN & WORKING OF A MOBILE PHONE DETECTOR
DESIGN & WORKING OF A MOBILE PHONE DETECTOR
 
Smart Intelligent trolley
Smart Intelligent trolley Smart Intelligent trolley
Smart Intelligent trolley
 
A Project Report on RFID Based Attendance System.pdf
A Project Report on RFID Based Attendance System.pdfA Project Report on RFID Based Attendance System.pdf
A Project Report on RFID Based Attendance System.pdf
 
Cell Phone Detector Presentation
Cell Phone Detector Presentation Cell Phone Detector Presentation
Cell Phone Detector Presentation
 
Fault detection using iot PRESENTATION
Fault detection using iot PRESENTATIONFault detection using iot PRESENTATION
Fault detection using iot PRESENTATION
 
Power theft detection
Power theft detectionPower theft detection
Power theft detection
 
IR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNOIR BASED HOME AUTOMATION USING ARDUINO UNO
IR BASED HOME AUTOMATION USING ARDUINO UNO
 
Home automation using IOT
Home automation using IOTHome automation using IOT
Home automation using IOT
 
Cell Phone Detector
Cell Phone DetectorCell Phone Detector
Cell Phone Detector
 
IOT in electrical engineering
IOT in electrical engineeringIOT in electrical engineering
IOT in electrical engineering
 
Gsm based home automation
Gsm based home automationGsm based home automation
Gsm based home automation
 
Automatic meter reading
Automatic meter readingAutomatic meter reading
Automatic meter reading
 
Electronic auto dipper ,
Electronic auto dipper , Electronic auto dipper ,
Electronic auto dipper ,
 
Automation of shopping cart to ease queue in malls by using RFID
Automation of shopping cart to ease queue in malls by using RFIDAutomation of shopping cart to ease queue in malls by using RFID
Automation of shopping cart to ease queue in malls by using RFID
 
Project report on signal jammer
Project report on signal jammerProject report on signal jammer
Project report on signal jammer
 

Similar to IRJET- Design and Development of Underground Cable Fault Detection and Localization using IoT

Similar to IRJET- Design and Development of Underground Cable Fault Detection and Localization using IoT (20)

IRJET- Underground Cable Fault Distance Locator
IRJET- Underground Cable Fault Distance LocatorIRJET- Underground Cable Fault Distance Locator
IRJET- Underground Cable Fault Distance Locator
 
Analysis of Fault Detection and its Location using Microcontroller for Underg...
Analysis of Fault Detection and its Location using Microcontroller for Underg...Analysis of Fault Detection and its Location using Microcontroller for Underg...
Analysis of Fault Detection and its Location using Microcontroller for Underg...
 
IRJET - Detection of Foible Point Locating System for Hypogen Transmission Lines
IRJET - Detection of Foible Point Locating System for Hypogen Transmission LinesIRJET - Detection of Foible Point Locating System for Hypogen Transmission Lines
IRJET - Detection of Foible Point Locating System for Hypogen Transmission Lines
 
Underground Cable Fault Detection Using IOT
Underground Cable Fault Detection Using IOTUnderground Cable Fault Detection Using IOT
Underground Cable Fault Detection Using IOT
 
Underground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using ArduinoUnderground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using Arduino
 
IOT based Three Phase Power fault monitoring with SMS alerts
IOT based Three Phase Power fault monitoring with SMS alertsIOT based Three Phase Power fault monitoring with SMS alerts
IOT based Three Phase Power fault monitoring with SMS alerts
 
B1102030610
B1102030610B1102030610
B1102030610
 
IRJET- Cable Fault Detection using IoT
IRJET- Cable Fault Detection using IoTIRJET- Cable Fault Detection using IoT
IRJET- Cable Fault Detection using IoT
 
IRJET- Iot Based Underground Cable Line Fault Detection
IRJET- Iot Based Underground Cable Line Fault DetectionIRJET- Iot Based Underground Cable Line Fault Detection
IRJET- Iot Based Underground Cable Line Fault Detection
 
cable fault.pptx
cable fault.pptxcable fault.pptx
cable fault.pptx
 
IRJET - Smart Overhead Transmission Line Physical Fault Detection by IoT
IRJET - Smart Overhead Transmission Line Physical Fault Detection by IoTIRJET - Smart Overhead Transmission Line Physical Fault Detection by IoT
IRJET - Smart Overhead Transmission Line Physical Fault Detection by IoT
 
Railway track crack detection based on GSM technique
Railway track crack detection based on GSM techniqueRailway track crack detection based on GSM technique
Railway track crack detection based on GSM technique
 
Arc Fault and Flash Signal Analysis and Detection in DC Distribution Systems ...
Arc Fault and Flash Signal Analysis and Detection in DC Distribution Systems ...Arc Fault and Flash Signal Analysis and Detection in DC Distribution Systems ...
Arc Fault and Flash Signal Analysis and Detection in DC Distribution Systems ...
 
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEMANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
ANALYSIS OF POWER WIRE COMMUNICATION SYSTEM
 
Electricity Theft: Reason and Solution
Electricity Theft: Reason and SolutionElectricity Theft: Reason and Solution
Electricity Theft: Reason and Solution
 
IOT BASED UNDER GROUND CABLE FAULT DETECTION AND LOCATOR
IOT BASED UNDER GROUND CABLE FAULT DETECTION AND LOCATORIOT BASED UNDER GROUND CABLE FAULT DETECTION AND LOCATOR
IOT BASED UNDER GROUND CABLE FAULT DETECTION AND LOCATOR
 
Optical Fibres by using Digital Communication without Direct Current to Detec...
Optical Fibres by using Digital Communication without Direct Current to Detec...Optical Fibres by using Digital Communication without Direct Current to Detec...
Optical Fibres by using Digital Communication without Direct Current to Detec...
 
IRJET- Arduino based Single Phase Fault Detection System using IoT
IRJET- Arduino based Single Phase Fault Detection System using IoTIRJET- Arduino based Single Phase Fault Detection System using IoT
IRJET- Arduino based Single Phase Fault Detection System using IoT
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptx
 
UNDERGROUND CABLE FAULT DISTANCE LOCATOR
UNDERGROUND CABLE FAULT DISTANCE LOCATORUNDERGROUND CABLE FAULT DISTANCE LOCATOR
UNDERGROUND CABLE FAULT DISTANCE LOCATOR
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
meharikiros2
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
hublikarsn
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 

IRJET- Design and Development of Underground Cable Fault Detection and Localization using IoT

  • 1. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 04 | APR 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2238 “Design and Development of Underground Cable Fault Detection and Localization using IoT” Dr. D.G. Khairnar1, Ruchika Rathod2, Tina Patil3, Slesha Madkaikar4 1HOD, Department of Electronics and Telecommunication Engineering, D. Y. Patil College of Engineering, Akurdi, Pune, Maharashtra, India 2,3,4 UG Student Department of Electronics and Telecommunication Engineering D. Y. Patil College of Engineering, Pune, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In today’s world, underground cable systems are very commonly implemented. As the cables are below the ground level, it is very difficult to find faults. Here, in this paper we are implementing a system to locate the occurred fault in the underground cable system and display it on the web page as well as on the LCD. This method can detect open as well as short circuited underground cables. For open circuit fault detection, capacitance measurement circuit is used and for short circuit fault detection, inductance measurement circuit is used. In this paper, the fault in the cable is detected by the microcontroller. The microcontroller processes the data and the output is displayed on the LCD and the webpage through internet. Key words — underground, microcontroller, open circuit, short circuit, inductance, capacitance, webpage. 1. INTRODUCTION Power transmission can be possible in both overhead as well as underground cables as the latter are more prone to several effects of rainfall, snow, thunder lightning etc. Underground cables are mostly used for power applications where it impractical, difficult or dangerous to use overhead lines. Though underground cables have a high installation cost, they have smaller voltage drops, low chances of developing faults and low maintenance costs, the band of land required for installing underground cables is less and those cables are less affected to the impacts of weather. There are several advantages of underground cables over overhead lines as it poses no danger to wildlife or low flying aircrafts, not easy to steal, make illegal connections or sabotage. Considering the safety and the increase in reliability the use of cables underground is increasing. But there is a problem when a fault occurs in the cable. It becomes extremely difficult to find the faults and determine their exact location, and furthermore repairing process for the cable becomes more difficult. In this paper, a fault detector has been developed which is user friendly, cheaper, no complicated components are used and not bulky. In this paper we are detecting two types of faults in cable. They are:  Open circuit: Due to mechanical stress in the cable, the conductors (cores) inside the cable breaks which leads to discontinuity. This is called open circuit fault. In open circuit, capacitance of cable varies linearly with the length of cable. Hence by measuring the capacitance we can detect the length of open circuit fault. Capacitance is measured by using internal RC Circuit. Capacitance of cable used in this method is in the range of few picofarad.  Short circuit: When conductors of the same cable come in contact with each other, then a short circuit fault occurs. In short circuit, inductance of cable varies linearly with length of short circuit length. Inductance is measured by using LC Circuit. Inductance of cable used in this method is in the range of 80uH – 30,000uH. In this method, we are using ATMega328 as controlling and processing unit. Also NodeMCU module is used for sending data over the internet. The capacitance and inductance of the cable is sensed and the output is given to the ATMega328 microcontroller. The microcontroller processes the received input and detects whether the fault has occurred and displays the corresponding output on the web page in graphical format and on the LCD. 2. LITERATURE SURVEY In 2001, S. Navaneethan [1] has proposed technique for automatic fault location for underground low voltage distribution networks. It uses signals from existing Time Domain Reflectometry instrument. TDR signals are processed for eliminating reflections occurred by single phase tee off and for locating open and short circuit faults in 3 phase cable. In TDR method, first the signal is send into cable from starting point. If any impedance mismatch occurs then signal is partially or completely reflected and impedance mismatch shows open circuit or short circuit fault. Reflected signals are checked for both faulty and healthy phases and these reflected signals are used for locating faults. New TDR fault location method uses an existing TDR signals along
  • 2. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 04 | APR 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2239 with advanced signal processing techniques. Adaptive filtering method is used for comparing TDR signal to locate a fault. In 2009, You Chung Chung [2] has described a capacitance and inductance sensor circuit for detecting lengths of open and short circuited cables. Length of open or short circuited cable varies linearly with capacitance or inductance. There are several methods available for detecting length. But it is found that implementing 555 timer circuit is very efficient circuit for detecting length of open and short circuit cable. Reflectometry method for detecting fault is cost effective hence for cost sensitive applications capacitance and inductance sensor circuits are most effective. In 2010, Tarlochan S. Sidhu[3] has presented two algorithms for detecting incipient faults in underground cable. Wavelet based algorithm detects the physical conditions like signals containing discontinuities, spikes, and then it classifies different frequency components in different frequency bands. Wavelet analysis separates the measured signal into high frequency coefficient to describe the transient state and low frequency coefficient to express fundamental frequency components. Superimposed component based algorithm is designed for detecting SLG incipient faults. It includes three steps detection of transient inception, selecting faulty phase and classification. In 2012, Md. Fakhrul Islam, Amanullah M T Oo, Salahuddin. A. Azad [4] has proposed techniques which are currently used in practice for locating cable fault and new efficient techniques suggested by researcher. It also provides guidelines for designing small and lightweight high voltage fault locating machine. A-frame, Thumper, Time Domain Reflectometer, Bridge method are used for detecting faults. In A-frame method for locating ground fault, direct current is injected into cable. Thumper method requires an operator to walk along the path of cable and listen the sound. In Bridge method, Wheatstone bridge circuit is used to measure resistance for calculating distance of fault. In 2015, Pooja P.S, Lekshmi M. [5] has developed algorithm for incipient fault location in time domain. This algorithm measures distance to fault by considering the arc voltage with respect to line impedance. It uses data collected from PQ, monitors to detect the fault location in terms of impedance by considering arc voltage. It can also be applied to single line to ground cable for detecting fault. In 2016, Nikhil Kumar Sain, Rajesh Kajla, Mr.Vikas Kumar [6] has proposed a model for detecting fault location in underground power cable by using microcontroller. It uses concept of Ohm’s law for determining distance of fault location from base station. Resistor set represents the cable and dc voltage is applied at one end. When fault occurs, there is a change in voltage drop that gets detected by ADC and microcontroller makes some calculations so that fault location gets displayed on LCD and send over a GSM. 3. PROPOSED DESIGN A. Block Diagram The power supply consists of step down transformer 230/12V, which steps down the voltage to 12V AC. This is converted to DC using bridge rectifier. The ripples are removed using capacitive filter and it is then regulated to +5V using voltage regulator 7805. ATMega328 microcontroller requires 5V power supply for its operation. Hence this is provided by the designed 5V power supply which is provided by the designed power supply. The open circuit fault in cable is detected by the RC circuit which is in-built in the microcontroller. The short circuit fault in cable is detected by the LC circuit which consists of a cable whose inductance is in the range of 80uH – 30,000uH and 2 capacitors of 470uF and (200uF-220uF) connected in parallel. The values from the RC and LC circuit are given to the ADC of the microcontroller. The ATMega328 processes the input received and sends the output whether the fault has occurred or not, type of fault whether open or short circuit fault to the NodeMCU module and also to the LCD. The NodeMCU module further sends the data to the ThingSpeak Cloud and it displays the data in graphical representation on webpage. The graphical representation shows the type of fault occurred and the distance of the fault from the base station. The same is also displayed on the LCD present in the unit. Fig1. Proposed Block Diagram B. Operation Arduino microcontroller can measure the capacitance based on the principle of time constant of the capacitor. Time taken for voltage across the capacitor to reach 63.2% of its voltage when fully charged is called time
  • 3. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395-0056 VOLUME: 06 ISSUE: 04 | APR 2019 WWW.IRJET.NET P-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2240 constant of capacitor. It measures the capacitance of cable by considering the following equation TC=R*C where TC is time constant of the capacitor R is resistor C is capacitance of the capacitor (in this case a cable) Cable whose open circuit fault is to be detected is connected to ADC pins of microcontroller. ADC will measure voltage across the cable. Internal timer of microcontroller then starts counting the time till the voltage reaches 63.2% of full charge voltage. The timer will be stopped at this point and the capacitance of the cable will be calculated. Capacitance of the cable varies linearly with the distance of open circuit fault. For calculating the distance in a cable with short circuit fault, the cable is connected at ADC pins of microcontroller parallel to capacitors and will form a LC circuit. We are applying 5V pulse from microcontroller to charge the capacitors in the circuit. Then we changed voltage from 5V to 0V. This pulse will make circuit to resonate by creating a sinusoidal signal oscillating at resonating frequency. Sinusoidal pulse is applied to LM339 comparator. It will convert it into the square wave with 50% duty cycle and a pulsein() will measure the time of square wave and the measured time is doubled which will give time period and inverse of time period which will be frequency. A pulsein() will measure the time in microseconds, the time taken from rising edge to falling edge. In this way, the frequency will be measured and by using following equation F=1/(2*π(LC)0.5) the unknown inductance value will be calculated. Inductance of cable is directly proportional to length of short circuit fault in the cable. 4. RESULT The proposed design instantly detects the type of fault and distance of fault from base station will be displayed on LCD and through NodeMCU module to the ThingSpeak cloud which will display the cable information on the webpage graphically. 5. CONCLUSION In this paper, two detection techniques are proposed and tested for the detection of faults underground. It is a low cost solution, less bulky, robust, less power consuming and can be used for all types of cables. A simple concept of RC circuit and LC circuit is used for the fault to be easily detected and repaired. It detect the exact fault i.e. short circuit and open circuit fault from the feeder end in kilometers by using the microcontroller. REFERENCES [1] S.Navaneethan ,Student Member, IEEE ,J.J. Soraghan, Senior Member, IEEE,W. H. Siew, Member, IEEE, F. McPherson, and P.F. Gale, ”Automatic Fault Location for underground Low Voltage Distribution Networks” IEE transactions on power delivery, Vol.16,No.2, Aprill 2001 [2] You Chung Chung, Senior Member, IEEE, Nirmal N. Amarnath, and Cynthia M. Furse, Fellow, IEEE ” Capacitance and Inductance Sensor Circuits for Detecting the Lengths of Open and Short Circuited Wires” IEEE transactions on instrumentation and measurement,Vol-58, No8, August 2009. [3] Tarlochan S. Sidhu, Fellow, IEEE, and Zhihan Xu, Student Member, IEEE “Detection of Incipient Faults in Distribution Underground Cables” IEEE transactions on power delivery, Vol-25, No.3, July 2010. [4] Md. Fakhrul, Amanullah M T Oo, Salahuddin. A. Azad Power Engineering Group, Faculty pf Sciences, Engineering and health central queensland university “Locating Underground Cable Faults: A Review and Guideline for New Development” 22nd Australasian universities power engineering conference, November 2012. [5] Pooja P.S, Lekshmi. M “Fault Detection Technique to pinpoint Incipient Fault for Underground Cables” International Journal of Engineering Research and General Science Vol-3, Issue 3, May-June,2015. [6] Nikhil Kumar Sain, Rajesh Kajla, Mr. Vikas Kumar “Underground Cable Fault Distance Conveyed Over GSM” IOSR journal of electrical and electronics engineering Vol-11, Issue 2 Ver.3 PP 06-10 March- April 2016. [7] T.Nandhini, J. Shalini, T. Sai Sangeeetha, D.Gnanaprakasam student, Assistant Professor Department of EEE “Underground Cable fault Detection using Arduino” IJSEC 2017. [8] www.Scribd.com/document/263342575/Cable- Fault-Detector [9] www.electronobs.com/eng_arduino_tut10_1.php