element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Test & Tools
  • Technologies
  • More
Test & Tools
Forum Measure the length of a wire, electrically
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Test & Tools to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 6 replies
  • Subscribers 358 subscribers
  • Views 4276 views
  • Users 0 members are here
  • length
  • test
  • analyzer
  • knode
  • embedded
  • wire
  • Design
  • measurement
Related

Measure the length of a wire, electrically

Catwell
Catwell over 13 years ago

This is probably old news, but is there a way to measure the length of a wire electrically?


This is a wire strung along the inside of a warehouse wall.


I could have access to either end.




I am picturing some sort of ping time test done at one end.


Let me know if you have any ideas.


Cabe

  • Sign in to reply
  • Cancel

Top Replies

  • DAB
    DAB over 13 years ago +1
    Hi Cabe, You could measure the resistance, but you would need access to both ends of the wire. If you have a good building ground and regulated power supply, you could measure the voltage drop from one…
  • DAB
    DAB over 13 years ago

    Hi Cabe,

     

    You could measure the resistance, but you would need access to both ends of the wire.  If you have a good building ground and regulated power supply, you could measure the voltage drop from one end to the other.

    Or you could attach a capacitor to the line and put one end to ground and then you a PIC or UNO to measure the charge time for the Cap through the wire.  R will be the wire resistance, which should be constant for a single gage of wire.

     

    Just a thought.

    DAB

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • RWM
    RWM over 13 years ago

    You can use time domain reflectometer or build your own:

    http://en.wikipedia.org/wiki/Time-domain_reflectometer

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • codewhiz
    codewhiz over 13 years ago

    I found this on the web:

    http://www.directindustry.com/prod/caltek-industrial/cable-length-measuring-devices-50655-349248.html

     

    I also believe that it uses the same concept with what DAB is suggesting. I guess it uses t=RC and  R=pL/A formulas to compute for the cable length. If you're planning to build the same meter, I guess you'll need to consider how the calibration will be made and also how to compensate for the resistivity of the material based on the ambient temperature.

     

    For this meter, they just consider 2 types of material which is copper and aluminum. I guess it's justifiable since common electrical wires are usually made of copper.

     

    My two cents,

    - Ren

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to RWM

    Hi

    You can use a normal oscilloscope to make a TDR , simply connect a 220 ohm resistor from the "probe compensation" on the front of your scope (it usually makes a1kHz, 5v signal here) to channel A , and connect your wire to be tested to channel A as well. 

    If your "wire" has two conductors then connect the other conductor to ground on channel A connector . If the "wire" is really a single conductor then the ground on your scope input needs to be connected to the metal frame of the building with as short a wire as possible.

     

    Get your scope triggering on the "square wave" on channel A .  Then decrease your time per division to about 1 microsecond per division , this is about 100m per division, and look for a small step at about where you guess the cable length to be. The step will be positive if the far end is open circuit , and negative if short circuit. To verify you are looking at the correct step on the scope display, get an assistant to short circuit the far end while watching the display.

     

    The hard part is getting the calibration , the speed of light in open space is 300m per microSecond (1ft per nanoSec) , in cables more like 200m/us , (remember with TDR you are measuring the round trip time) so with TDR the calibration is approx 100m wire length per uS.  Its best to do a calibration first with a measured length of identical wire, (or apply a short at a measured length along the actual wire )  Expect values like 120m/uS for a single wire , 100m/uS for communications & TV cables , 80m/uS for heavy power cables . These are for dry cables, if any part of the cable is submerged then it gets a lot trickier.

     

    The scope method as described above is typically usable over ranges of 20m to 500m

     

    Cheers, BobT

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago

    Maybe you could extrapolate the fact that you can strike a wire rope with a bar and time how long the mechanical flick or pulse takes to return. This would only work if the wire is not supported between each end as you do not specify.

     

    Regards Don

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • phoenixcomm
    phoenixcomm over 12 years ago

    Me I would go for the tdr..

    http://www.sebakmt.com/uploads/tx_j2prodpics/TDR-Miniflex.jpgwhich will only tell you the length, but if you know what wire it is, then look up its

    value of how fast a signal will propagate / foot. There all different. Once you have the constant, then just do the math.

     

    enoy,

    image Cris H.

     

    BTW I found this Tempo sidekick on ebay BTW I found this Tempo sidekick on ebay ( Item number:  310548142399 )

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube