SlideShare une entreprise Scribd logo
1  sur  4
Arduino Based Underground Cable Fault
Detection
May 17, 2016Arduino Projectsarduino, cable, detection, fault, measurement, reistance, underground
May 17, 2016 Manoj R. Thakur
Introduction
The objective of this project is to determine the distance of underground cable fault from base station in
kilometers using an Arduino board. The underground cabling system is a common practice followed in
many urban areas. There are many electrical, telephone and other signal cables are laid underground.
Many time faults occur due to construction works and other reasons. At that time it is difficult to dig out
cable due to not knowing the exact location of the cable fault.
What we learn?
1. What are the different cable faults?
2. How to detect cable faults?
3. How to detect fault location?
4. How to measure small value resistance?
Different Cable Fault
There are main two faults in cable short circuit and open circuit.
Short Circuit Fault
Short circuit can be determined by measuring resistance between two cables at one end (base station). The
value of resistance tells us the exact location of short circuit.
Cable Short Circuit Fault
Open Circuit Fault
Open Circuit can be detected by measuring the capacitance between two wires. Capacitance of cable
changes according to the length. The length of cable varies based on the location of cable cut (open). As
the cable is open parallel wire capacitance gets reduced based on this we can calculate the fault location.
Cable Open Circuit Fault
The proposed system is to find the exact location of the fault. The project uses the standard concept of
Ohms law i.e., when a low DC voltage is applied at the feeder end through a Cable lines, then current
would vary depending upon the location of fault in the cable. In case there is a short circuit (Line to
Ground), the voltage across series resistors changes accordingly, which is then fed to inbuilt ADC of
Arduino board to develop precise digital data for display in kilometers.
The project is assembled with a set of resistors representing cable length in KM’s and fault creation is
made by a set of switches at every known KM to cross check the accuracy of the same. The fault occurring
at a particular distance and the respective phase is displayed on a LCD interfaced to the Arduino board.
Further this project enhanced by measuring capacitance of cable which can even locate the open circuited
cable.
Arduino based underground cable fault detection circuit
The circuit is consists of 4 line display, arduino and resistance measurement circuit. Main component of
the underground cable fault detection circuit is low value resistance measurement. It is constructed using a
constant current source of 100mAmps. It can measure very low value resistance as the cables have around
0.01 Ohm/meter resistance. For 10meter cable resistance becomes 0.1 Ohm. This circuit can measure
resistance up 50 Ohm, Maximum cable length it can check up to 25000 meters.
Underground Cable Fault Detection Circuit
Arduino Code for Underground Cable Fault Detection
/*
circuits4you.com
Arduino Based Underground C
*/
1
2
3
4
5
6
7
8
9
10
11
/*
circuits4you.com
Arduino Based Underground Cable Fault Detection
*/
// include the library code:
#include <LiquidCrystal.h>
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(7, 6, 5, 4, 3, 2);
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
const double Rc = 0.01; //Cable Resistance per meter its 0.01 Ohm/Mtr
void setup() {
// set up the LCD's number of columns and rows:
lcd.begin(16, 4);
// Print a message to the LCD.
lcd.print(" Cable Fault ");
}
void loop() {
double Vx=(5.0/1024.0) * analogRead(A0); //Voltage across Rx
double Rx = Vx / (1.25/12); //Cable Resistace (1.25/R2)=I Constant Current Source
//Display Cable Resistance
lcd.setCursor(0, 1); // set the cursor to column 0, line 2
lcd.print("Res:");
lcd.print(Rx);
lcd.print(" Ohm");
//Display Fault Location
lcd.setCursor(0, 2); // set the cursor to column 0, line 3
lcd.print("Dist:");
lcd.print((Rx/Rc)/2); //Find Location of Fault
lcd.print(" Mtr");
}
Testing and Results
Circuit can be tested with different resistor values to simulate various fault conditions. It displays exact
location of short circuit. Similarly you can find the open circuit in a cable using capacitance
measurement technique.

Contenu connexe

Tendances

Automated Meter Reading System
Automated Meter Reading SystemAutomated Meter Reading System
Automated Meter Reading SystemUmang Dhuri
 
ROBOTIC MONITORING OF POWER SYSTEM
ROBOTIC MONITORING OF POWER SYSTEMROBOTIC MONITORING OF POWER SYSTEM
ROBOTIC MONITORING OF POWER SYSTEMijaranjani
 
Robotic monitoring of powersystems by sriharsha
Robotic monitoring of powersystems by sriharshaRobotic monitoring of powersystems by sriharsha
Robotic monitoring of powersystems by sriharshaSri Harsha
 
Automatic meter reading
Automatic meter readingAutomatic meter reading
Automatic meter readingSajan Sahu
 
Series and Shunt Compensation.pptx
Series and Shunt Compensation.pptxSeries and Shunt Compensation.pptx
Series and Shunt Compensation.pptxrsharma999995
 
Extra high voltage long ac transmission lines
Extra high voltage long ac transmission linesExtra high voltage long ac transmission lines
Extra high voltage long ac transmission linesShivagee Raj
 
Bluetooth based Home Automation
Bluetooth based Home AutomationBluetooth based Home Automation
Bluetooth based Home AutomationJagannath Kartik
 
Presentation topic is transmission line
Presentation topic is transmission linePresentation topic is transmission line
Presentation topic is transmission linemd muzahidul haque
 
Switchgear and protection 1
Switchgear and protection 1Switchgear and protection 1
Switchgear and protection 1Md Irshad Ahmad
 
Power Factor.ppt
Power Factor.pptPower Factor.ppt
Power Factor.pptVidya Sagar
 
PPt on 220 kV substation
PPt on 220 kV substationPPt on 220 kV substation
PPt on 220 kV substationIshank Ranjan
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)Dnyanesh Patil
 
CSI and vSI fed induction motor drives
CSI and vSI fed induction motor drivesCSI and vSI fed induction motor drives
CSI and vSI fed induction motor drivesraviarmugam
 
short transmission line
short transmission lineshort transmission line
short transmission lineMohil Shah
 
Digital underground cable fault locator (dufcl).
Digital underground cable fault locator (dufcl).Digital underground cable fault locator (dufcl).
Digital underground cable fault locator (dufcl).ITODO Victory
 

Tendances (20)

Automated Meter Reading System
Automated Meter Reading SystemAutomated Meter Reading System
Automated Meter Reading System
 
Electrical Projects
Electrical ProjectsElectrical Projects
Electrical Projects
 
ROBOTIC MONITORING OF POWER SYSTEM
ROBOTIC MONITORING OF POWER SYSTEMROBOTIC MONITORING OF POWER SYSTEM
ROBOTIC MONITORING OF POWER SYSTEM
 
Robotic monitoring of powersystems by sriharsha
Robotic monitoring of powersystems by sriharshaRobotic monitoring of powersystems by sriharsha
Robotic monitoring of powersystems by sriharsha
 
Automatic meter reading
Automatic meter readingAutomatic meter reading
Automatic meter reading
 
Series and Shunt Compensation.pptx
Series and Shunt Compensation.pptxSeries and Shunt Compensation.pptx
Series and Shunt Compensation.pptx
 
Symmetrical and un-symmetrical fault
Symmetrical and un-symmetrical faultSymmetrical and un-symmetrical fault
Symmetrical and un-symmetrical fault
 
Extra high voltage long ac transmission lines
Extra high voltage long ac transmission linesExtra high voltage long ac transmission lines
Extra high voltage long ac transmission lines
 
Bluetooth based Home Automation
Bluetooth based Home AutomationBluetooth based Home Automation
Bluetooth based Home Automation
 
Presentation topic is transmission line
Presentation topic is transmission linePresentation topic is transmission line
Presentation topic is transmission line
 
Switchgear and protection 1
Switchgear and protection 1Switchgear and protection 1
Switchgear and protection 1
 
Power system security
Power system security Power system security
Power system security
 
Power Factor.ppt
Power Factor.pptPower Factor.ppt
Power Factor.ppt
 
PPt on 220 kV substation
PPt on 220 kV substationPPt on 220 kV substation
PPt on 220 kV substation
 
ppt
pptppt
ppt
 
Smart energy meter (Updated)
Smart energy meter (Updated)Smart energy meter (Updated)
Smart energy meter (Updated)
 
CSI and vSI fed induction motor drives
CSI and vSI fed induction motor drivesCSI and vSI fed induction motor drives
CSI and vSI fed induction motor drives
 
short transmission line
short transmission lineshort transmission line
short transmission line
 
Digital underground cable fault locator (dufcl).
Digital underground cable fault locator (dufcl).Digital underground cable fault locator (dufcl).
Digital underground cable fault locator (dufcl).
 
Home automation ppt
Home automation pptHome automation ppt
Home automation ppt
 

Similaire à Arduino based underground cable fault detection

Arduino based-underground-cable-fault-detector
Arduino based-underground-cable-fault-detectorArduino based-underground-cable-fault-detector
Arduino based-underground-cable-fault-detectorKANAIYABHATT
 
IRJET- Underground Cable Fault Distance Locator
IRJET- Underground Cable Fault Distance LocatorIRJET- Underground Cable Fault Distance Locator
IRJET- Underground Cable Fault Distance LocatorIRJET Journal
 
IRJET- Design and Development of Underground Cable Fault Detection and Locali...
IRJET- Design and Development of Underground Cable Fault Detection and Locali...IRJET- Design and Development of Underground Cable Fault Detection and Locali...
IRJET- Design and Development of Underground Cable Fault Detection and Locali...IRJET Journal
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptxPoojaG86
 
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 Journal
 
Distancecalculationforundergroundcablefault
DistancecalculationforundergroundcablefaultDistancecalculationforundergroundcablefault
DistancecalculationforundergroundcablefaultsmartXBrains
 
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 LOCATORIRJET Journal
 
Underground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using ArduinoUnderground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using ArduinoIRJET Journal
 
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 LinesIRJET Journal
 
Distance calculation for underground cable fault
Distance calculation for underground cable faultDistance calculation for underground cable fault
Distance calculation for underground cable faultVivek Bhakta
 
IRJET- IoT based Fault Finding of an Underground Cable
IRJET-  	  IoT based Fault Finding of an Underground CableIRJET-  	  IoT based Fault Finding of an Underground Cable
IRJET- IoT based Fault Finding of an Underground CableIRJET Journal
 
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 IoTIRJET Journal
 
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 ArduinoIRJET Journal
 
IRJET- Design of Arduino based Underground Cable Fault Detector
IRJET- Design of Arduino based Underground Cable Fault DetectorIRJET- Design of Arduino based Underground Cable Fault Detector
IRJET- Design of Arduino based Underground Cable Fault DetectorIRJET Journal
 
Baur - Cable Fault Locators & Location Specialists (LV MV HV Cables)
Baur - Cable Fault Locators & Location Specialists (LV MV HV Cables)Baur - Cable Fault Locators & Location Specialists (LV MV HV Cables)
Baur - Cable Fault Locators & Location Specialists (LV MV HV Cables)Thorne & Derrick International
 
Mobile phone tracer
Mobile phone tracerMobile phone tracer
Mobile phone tracerTridrikDey1
 
wireless fault protection and detection for dc microgrid
wireless fault protection and detection for dc microgrid wireless fault protection and detection for dc microgrid
wireless fault protection and detection for dc microgrid MAHESH M
 
Design and Detection of Underground Cable Fault Using Raspberry Pi and IoT Sy...
Design and Detection of Underground Cable Fault Using Raspberry Pi and IoT Sy...Design and Detection of Underground Cable Fault Using Raspberry Pi and IoT Sy...
Design and Detection of Underground Cable Fault Using Raspberry Pi and IoT Sy...ijtsrd
 

Similaire à Arduino based underground cable fault detection (20)

B1102030610
B1102030610B1102030610
B1102030610
 
Arduino based-underground-cable-fault-detector
Arduino based-underground-cable-fault-detectorArduino based-underground-cable-fault-detector
Arduino based-underground-cable-fault-detector
 
IRJET- Underground Cable Fault Distance Locator
IRJET- Underground Cable Fault Distance LocatorIRJET- Underground Cable Fault Distance Locator
IRJET- Underground Cable Fault Distance Locator
 
cable fault.pptx
cable fault.pptxcable fault.pptx
cable fault.pptx
 
IRJET- Design and Development of Underground Cable Fault Detection and Locali...
IRJET- Design and Development of Underground Cable Fault Detection and Locali...IRJET- Design and Development of Underground Cable Fault Detection and Locali...
IRJET- Design and Development of Underground Cable Fault Detection and Locali...
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptx
 
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...
 
Distancecalculationforundergroundcablefault
DistancecalculationforundergroundcablefaultDistancecalculationforundergroundcablefault
Distancecalculationforundergroundcablefault
 
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
 
Underground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using ArduinoUnderground Cable Fault Detection Using Arduino
Underground Cable Fault Detection Using Arduino
 
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
 
Distance calculation for underground cable fault
Distance calculation for underground cable faultDistance calculation for underground cable fault
Distance calculation for underground cable fault
 
IRJET- IoT based Fault Finding of an Underground Cable
IRJET-  	  IoT based Fault Finding of an Underground CableIRJET-  	  IoT based Fault Finding of an Underground Cable
IRJET- IoT based Fault Finding of an Underground Cable
 
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
 
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
 
IRJET- Design of Arduino based Underground Cable Fault Detector
IRJET- Design of Arduino based Underground Cable Fault DetectorIRJET- Design of Arduino based Underground Cable Fault Detector
IRJET- Design of Arduino based Underground Cable Fault Detector
 
Baur - Cable Fault Locators & Location Specialists (LV MV HV Cables)
Baur - Cable Fault Locators & Location Specialists (LV MV HV Cables)Baur - Cable Fault Locators & Location Specialists (LV MV HV Cables)
Baur - Cable Fault Locators & Location Specialists (LV MV HV Cables)
 
Mobile phone tracer
Mobile phone tracerMobile phone tracer
Mobile phone tracer
 
wireless fault protection and detection for dc microgrid
wireless fault protection and detection for dc microgrid wireless fault protection and detection for dc microgrid
wireless fault protection and detection for dc microgrid
 
Design and Detection of Underground Cable Fault Using Raspberry Pi and IoT Sy...
Design and Detection of Underground Cable Fault Using Raspberry Pi and IoT Sy...Design and Detection of Underground Cable Fault Using Raspberry Pi and IoT Sy...
Design and Detection of Underground Cable Fault Using Raspberry Pi and IoT Sy...
 

Dernier

DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfsmsksolar
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 

Dernier (20)

DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 

Arduino based underground cable fault detection

  • 1. Arduino Based Underground Cable Fault Detection May 17, 2016Arduino Projectsarduino, cable, detection, fault, measurement, reistance, underground May 17, 2016 Manoj R. Thakur Introduction The objective of this project is to determine the distance of underground cable fault from base station in kilometers using an Arduino board. The underground cabling system is a common practice followed in many urban areas. There are many electrical, telephone and other signal cables are laid underground. Many time faults occur due to construction works and other reasons. At that time it is difficult to dig out cable due to not knowing the exact location of the cable fault. What we learn? 1. What are the different cable faults? 2. How to detect cable faults? 3. How to detect fault location? 4. How to measure small value resistance? Different Cable Fault There are main two faults in cable short circuit and open circuit. Short Circuit Fault Short circuit can be determined by measuring resistance between two cables at one end (base station). The value of resistance tells us the exact location of short circuit. Cable Short Circuit Fault Open Circuit Fault Open Circuit can be detected by measuring the capacitance between two wires. Capacitance of cable changes according to the length. The length of cable varies based on the location of cable cut (open). As the cable is open parallel wire capacitance gets reduced based on this we can calculate the fault location.
  • 2. Cable Open Circuit Fault The proposed system is to find the exact location of the fault. The project uses the standard concept of Ohms law i.e., when a low DC voltage is applied at the feeder end through a Cable lines, then current would vary depending upon the location of fault in the cable. In case there is a short circuit (Line to Ground), the voltage across series resistors changes accordingly, which is then fed to inbuilt ADC of Arduino board to develop precise digital data for display in kilometers. The project is assembled with a set of resistors representing cable length in KM’s and fault creation is made by a set of switches at every known KM to cross check the accuracy of the same. The fault occurring at a particular distance and the respective phase is displayed on a LCD interfaced to the Arduino board. Further this project enhanced by measuring capacitance of cable which can even locate the open circuited cable. Arduino based underground cable fault detection circuit The circuit is consists of 4 line display, arduino and resistance measurement circuit. Main component of the underground cable fault detection circuit is low value resistance measurement. It is constructed using a constant current source of 100mAmps. It can measure very low value resistance as the cables have around 0.01 Ohm/meter resistance. For 10meter cable resistance becomes 0.1 Ohm. This circuit can measure resistance up 50 Ohm, Maximum cable length it can check up to 25000 meters.
  • 3. Underground Cable Fault Detection Circuit Arduino Code for Underground Cable Fault Detection /* circuits4you.com Arduino Based Underground C */ 1 2 3 4 5 6 7 8 9 10 11 /* circuits4you.com Arduino Based Underground Cable Fault Detection */ // include the library code: #include <LiquidCrystal.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(7, 6, 5, 4, 3, 2);
  • 4. 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 const double Rc = 0.01; //Cable Resistance per meter its 0.01 Ohm/Mtr void setup() { // set up the LCD's number of columns and rows: lcd.begin(16, 4); // Print a message to the LCD. lcd.print(" Cable Fault "); } void loop() { double Vx=(5.0/1024.0) * analogRead(A0); //Voltage across Rx double Rx = Vx / (1.25/12); //Cable Resistace (1.25/R2)=I Constant Current Source //Display Cable Resistance lcd.setCursor(0, 1); // set the cursor to column 0, line 2 lcd.print("Res:"); lcd.print(Rx); lcd.print(" Ohm"); //Display Fault Location lcd.setCursor(0, 2); // set the cursor to column 0, line 3 lcd.print("Dist:"); lcd.print((Rx/Rc)/2); //Find Location of Fault lcd.print(" Mtr"); } Testing and Results Circuit can be tested with different resistor values to simulate various fault conditions. It displays exact location of short circuit. Similarly you can find the open circuit in a cable using capacitance measurement technique.