CrazyEngineers
  • Comparing two AC Currents and using the output to drive a alarm circuit.

    neo23

    Member

    Updated: Oct 26, 2024
    Views: 930
    I want to compare two AC currents . And if the difference between the two exceeds a certain limit it should give a output signal , to drive an alarm circuit. I can make the latter i.e the alarm circuit . But i do not know how to compare the AC Currents. Any ideas?

    Note - The currents to be compared are as high as 120 Ampere.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • aarthivg

    MemberFeb 1, 2012

    consider two currents i1 and i2. these currents can be given as input to a micro controller, difference in current can be found based on the coding. if the difference in current exceeds a certain value, it will drive the relay and energize the close coil of circuit breaker in order to give supply to the alarm circuit.
    Are you sure? This action cannot be undone.
    Cancel
  • Ramani Aswath

    MemberFeb 1, 2012

    Try using two current transformers and compare the outputs.
    Are you sure? This action cannot be undone.
    Cancel
  • aarthivg

    MemberFeb 1, 2012

    the secondary of current transformers is generally 1 amps or 5 amps, then we need a booster to boost the current rating.
    Are you sure? This action cannot be undone.
    Cancel
  • neo23

    MemberFeb 1, 2012

    can you name some devices which can compare ac currents? And yes i am using 2 ct s , plus i do not want to overburden them as they are already being used for metering and protection.
    Are you sure? This action cannot be undone.
    Cancel
  • neo23

    MemberFeb 1, 2012

    Please give ideas on comparing the ac currents , as this is the main part confusing me.
    Are you sure? This action cannot be undone.
    Cancel
  • aarthivg

    MemberFeb 1, 2012

    i think, u can code such a way to compare two currents in microcontroller.
    Are you sure? This action cannot be undone.
    Cancel
  • Ramani Aswath

    MemberFeb 1, 2012

    neo23
    Please give ideas on comparing the ac currents , as this is the main part confusing me.
    If you can have shunts on the neutral side of the loads, the two loads being compared can have a common ground. In which case the two shunt voltages can be compared. It should be possible to amplify the differential signal and use for control.
    Are you sure? This action cannot be undone.
    Cancel
  • neo23

    MemberFeb 1, 2012

    bioramani
    If you can have shunts on the neutral side of the loads, the two loads being compared can have a common ground. In which case the two shunt voltages can be compared. It should be possible to amplify the differential signal and use for control.
    Just like a differential relay works?
    Are you sure? This action cannot be undone.
    Cancel
  • neo23

    MemberFeb 1, 2012

    But i am afraid sir as i have my limits. The CT s are loaded on the first hand and i have to watch that too. Perhaps microcontroller method could be less power consuming.
    Are you sure? This action cannot be undone.
    Cancel
  • Ramani Aswath

    MemberFeb 1, 2012

    neo23
    But i am afraid sir as i have my limits. The CT s are loaded on the first hand and i have to watch that too. Perhaps microcontroller method could be less power consuming.
    What is the load on the CTs? You may still be able to take out a small signal to asuitable op amp or comparator circuit. This should not add anything to the existing load on the CT.
    Are you sure? This action cannot be undone.
    Cancel
  • neo23

    MemberFeb 1, 2012

    Can the comparator work on AC or do i have to use an ADC in it?
    Are you sure? This action cannot be undone.
    Cancel
  • Ramani Aswath

    MemberFeb 1, 2012

    neo23
    Can the comparator work on AC or do i have to use an ADC in it?
    If the two wave forms are in perfect phase it would work. It may be a better option to individually amplify the signal, rectify and compare.
    Are you sure? This action cannot be undone.
    Cancel
  • aarthivg

    MemberFeb 2, 2012

    i do a similar project, when the ct current exceeds a certain value, this input is given to the micro controller to drive the relay.
    Are you sure? This action cannot be undone.
    Cancel
  • neo23

    MemberFeb 2, 2012

    aarthivg
    i do a similar project, when the ct current exceeds a certain value, this input is given to the micro controller to drive the relay.
    Are you experimenting on Ac Current or dc? and what are you using for comparing?
    Are you sure? This action cannot be undone.
    Cancel
  • aarthivg

    MemberFeb 2, 2012

    ac only.
    Are you sure? This action cannot be undone.
    Cancel
  • neo23

    MemberFeb 3, 2012

    aarthivg
    ac only.
    But bro what exactly are you using for comparing? op amp ? Microcontroller? And are you using ADC to rectify the AC Currents?
    Are you sure? This action cannot be undone.
    Cancel
  • aarthivg

    MemberFeb 3, 2012

    neo23
    But bro what exactly are you using for comparing? op amp ? Microcontroller? And are you using ADC to rectify the AC Currents?
    microcontroller and adc.
    what "bro" stands for?
    Are you sure? This action cannot be undone.
    Cancel
  • Ramani Aswath

    MemberFeb 3, 2012

    Brother
    Are you sure? This action cannot be undone.
    Cancel
  • Bionic

    MemberFeb 3, 2012

    All you need to do is to connect the two different ac source to two different loads of the same magnitude, then calculate each separately and read off the excess ac current, then you can now compare them...
    Are you sure? This action cannot be undone.
    Cancel
  • aarthivg

    MemberFeb 3, 2012

    Bionic
    All you need to do is to connect the two different ac source to two different loads of the same magnitude, then calculate each separately and read off the excess ac current, then you can now compare them...
    but this needs manual calculations?
    Are you sure? This action cannot be undone.
    Cancel
  • neo23

    MemberFeb 4, 2012

    bioramani
    If the two wave forms are in perfect phase it would work. It may be a better option to individually amplify the signal, rectify and compare.
    Bioramani sir , how about i use a null meter to see the difference in currents. I have seen null meter being used for to show the difference in two voltages. But i am not sure whether that would work out for 2 Currents.
    Are you sure? This action cannot be undone.
    Cancel
  • aarthivg

    MemberFeb 4, 2012

    A null detector is a device built for maximum sensitivity to small voltages or currents. It is used in voltmeter circuits to indicate the absence of voltage between two points, thus indicating a condition of balance between an adjustable voltage source and the voltage being measured.
    Are you sure? This action cannot be undone.
    Cancel
  • Ramani Aswath

    MemberFeb 4, 2012

    neo23
    Bioramani sir , how about i use a null meter to see the difference in currents. I have seen null meter being used for to show the difference in two voltages. But i am not sure whether that would work out for 2 Currents.
    If one terminal can be common you can do that without additional circuitry. Unless some sensitive info is involved and you cannot reveal data, we can advise better if we know the application, voltages involed, AC single /multiple phases and such details.
    Are you sure? This action cannot be undone.
    Cancel
  • Bionic

    MemberFeb 4, 2012

    aarthivg
    but this needs manual calculations?
    yeaq that's what am saying you connect the two loads of same magnitude across the two ac read off the corresponding ac then do the calcutions that follow....
    Or maybe you try using a potentiometer or you design a kechoff's circuit for it hope this helps?
    Are you sure? This action cannot be undone.
    Cancel
  • Ramani Aswath

    MemberFeb 7, 2012

    An update. This component may help:
    #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register