Measuring voltage from a current transformer


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    76

    Default Measuring voltage from a current transformer

    The nice people over at CR magnets sent me over some samples of their 8010 current transformers to check out. I basically want to create a permanent amperage meter to be mounted to our main circuit panel.
    Each line coming out of the breakers would have a current transformer around it so the user can select which circuit is being monitored.

    I just need a kick in the right direction on how to measure the voltage from the CT and how to calculate the voltage in reference to what the actual amperage is in the primary line.

    Thanks!

    BTW i have a 16F737 kicking around, so I will probably be prototyping with it.

  2. #2
    Join Date
    Jan 2006
    Location
    New Hampshire, USA
    Posts
    107


    Did you find this post helpful? Yes | No

    Default

    The current transformer has to have a load, usually 100 or 200 ohms. You have to know the ratio of the transformer, 1:100 or 1:1000, etc. Then you can calculate the voltage across the load from V=I*R. Send me a private message if you need more help.

    Russ

  3. #3
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Hi Russ,
    That looks like a good subject for your NV article. Hint hint . . . I would read it.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  4. #4
    Join Date
    Jan 2006
    Posts
    76


    Did you find this post helpful? Yes | No

    Default

    Ok,
    It took me a while to grasp, but I think I got it now.
    I had to bring up schematics to figure it out, but a resistor needs to be placed across the secondary leads of the CT. This was the magic thing that I didn't get at first.

    Now your formula makes some sense.
    Primary current max to sense - 20a
    Transformer ratio 1000:1
    5v/.02=250ohm

    I only had a 275 to test with, but got some results with a voltmeter.
    when running a 25w light bulb, it read .062v
    100w light bulb read .224v

    question is, from my voltage reading, how to I calculate back to the primary amperage?
    ---edit---
    I think i figured this part out. A=(V*20)/5 or A=V*4
    ---end edit---
    also, I will need rectifier to go from AC to DC. Do you have any schematics that would be appropriate for low voltage AC to DC?
    Last edited by docwisdom; - 2nd May 2008 at 01:22.

  5. #5
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    If the load will always be resistive, like light bulbs or heater elements then a "precision rectifier" and a simple linear equation will do the job.

    If there are inductive loads, the resulting waveform will not be a sine wave, and you'll need to do an R-M-S conversion. Almost impossible with a PIC, unless that's the only thing the PIC is doing.

    There are several RMS converter chips available that give a DC output so you can use a linear equation again. I like the LTC1966, but that's just because it's the only one I've figured out how to use. I'm not good with hardware.
    <br>
    DT

  6. #6
    Join Date
    Jan 2006
    Posts
    76


    Did you find this post helpful? Yes | No

    Default

    Loads will be anything that can be plugged into a 120v plug.
    Most common will be lights, heaters, computers, other electronics, etc.

    whats the difference between a precision rectifier and a full wave bridge rectifier? lemme guess, precision ..heh

    last thing. I am good at getting things done once I have a detailed parts list. The circuit explains what what kind of resistors and op amps to use, but no specs on the diodes. Digikey carries ~10,000 varieties.
    Last edited by docwisdom; - 2nd May 2008 at 03:04.

Similar Threads

  1. ADC input using a current transformer?
    By jessey in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 12th May 2009, 22:13
  2. Monitoring voltage and current ?
    By iugmoh in forum General
    Replies: 16
    Last Post: - 1st April 2009, 11:39
  3. Measuring DC current
    By mitchf14 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 17th January 2009, 18:49
  4. Measuring Battery voltage
    By BobP in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 3rd December 2006, 23:07
  5. measuring current from a photo diode
    By mischl in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 13th November 2005, 14:42

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts