How Does Varley Loop Testing Calculate Fault Distance in Cables?

  • Thread starter Thread starter swr
  • Start date Start date
  • Tags Tags
    Formula Loop
Click For Summary
The discussion focuses on the calculations involved in determining fault distance in cables using a Varley Bridge. It outlines the relationships between resistances in the circuit, including the initial and final readings of the bridge, and how to derive expressions for cable resistance to the fault. Participants express difficulty in visualizing the circuit and applying existing formulas, particularly in deriving the lead resistance equation. The conversation emphasizes the need for clarity in the formulas and the role of resistivity, length, and cross-sectional area in the calculations. Ultimately, the thread aims to clarify the mathematical relationships necessary for accurate fault distance measurement.
swr
Messages
2
Reaction score
0

Homework Statement


A Varley Bridge is connected to a faulty three-core copper cable by two identical copper leads of resistance Rl.

(a) Show that for the initial reading (connection to earth);

2Rx = 2Rc – Ri ........ 1

where Rc is the resistance of the cable core Ri is the initial reading of the bridge
Rx is the cable resistance to the fault from the bridge

and for the final reading:

2Rc = R f – 2Rl ........  2

where Rl is a lead resistance
Rf is the final reading resistance.

Then by substituting (2) in (1) and rearranging the equation, show:

Rx + Rl =  R f R–f Ri  Rc + Rl 

(b) By multiplying the rhs brackets and collecting terms, show the effect of the leads is given by:

R = Rf–Ri R – Rl Ri

x c Rf
Rf
i.e. = effect with no leads – ratio of initial and final readings

× lead resistance(c) Determine the distance to the fault by modifying the expression in (b) and using Rx = x

Rc L

where x is the cable distance to the fault and L is the length of a cable core.

Derive an expression for x, the distance to the fault.

(d) Using R=ρL/A

where ρ is the resistivity,
L is the length
and A is the cross-sectional area of a cable core
show that
Rl=RcAcLl/AlLc

Homework Equations

The Attempt at a Solution


I can work out all the way to section d, but then have no idea what formula to start with
 
Physics news on Phys.org
It would help if you provided a diagram with the various resistances labelled. I remember seeing a Varley bridge many years ago, but I don't remember the basic circuitry and how it is connected to cable.
 
upload_2018-7-18_22-44-4-png.png


This is how the varley bridge circuit looks.
I just cannot see which of my existing formulae or how to create a new to show Rl=RcAcLl/AlLc
 

Attachments

  • upload_2018-7-18_22-44-4-png.png
    upload_2018-7-18_22-44-4-png.png
    27.8 KB · Views: 1,050
In a) take Ra=Rb. Point b) it is very difficult to guess what the actual formulae are [what is written it is only gibberish].

Point d) I guess Lc=cable length, LL=lead length and ρc=ρL=ρ

Rc=ρ.Lc/Ac ;ρ=Rc.Ac/Lc; RL=ρ.LL/AL
 
Greetings to all, I am writing with a question regarding graph generation in LTSpice. I am using LTSpice XVII and am trying to plot AM-AM and AM-PM characterization for a power amplifier, but I haven't been successful yet, likely due to my lack of practice with this specific analysis. I have been using a square wave input at 8.2 MHz as the voltage waveform for my power amplifier. It is said that for a switching amplifier like Class-D, the AM-AM / AM-PM (amplitude-to-amplitude and...
Thread 'How do I determine the resistance for RLC low pass filter?'
Hi, I am trying to build a RLC low pass filter that atenuates the frequency below 4500 Hz. However, I have encountered some problem when choosing the correct R to work with. Here is the Circuit Here is the original sound. Here is my code in Matlab function Vout = myFilterCircuit(Vin,h) n_V = length(Vin); f_7 = 4470;; % Undesired frequency h_7 = h; % delta time % These are for the constant and initialization of the variables t_7 = 0:h_7:(n_V-1)*h_7; % This is the independent variable...