NZ233194A - Detecting dc in ac waveforms using mean square - Google Patents

Detecting dc in ac waveforms using mean square

Info

Publication number
NZ233194A
NZ233194A NZ23319490A NZ23319490A NZ233194A NZ 233194 A NZ233194 A NZ 233194A NZ 23319490 A NZ23319490 A NZ 23319490A NZ 23319490 A NZ23319490 A NZ 23319490A NZ 233194 A NZ233194 A NZ 233194A
Authority
NZ
New Zealand
Prior art keywords
component
alternating current
current waveform
positive
detecting
Prior art date
Application number
NZ23319490A
Inventor
Lloyd Stanley Thomas
Evan John Stanbury
Original Assignee
Alcatel Australia
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Alcatel Australia filed Critical Alcatel Australia
Priority to NZ23319490A priority Critical patent/NZ233194A/en
Publication of NZ233194A publication Critical patent/NZ233194A/en

Links

Landscapes

  • Measurement Of Current Or Voltage (AREA)

Description

<div class="application article clearfix" id="description"> <p class="printTableText" lang="en">2 3 3 19' <br><br> p <br><br> fiority <br><br> Co.T.r'—• ^ ,(f.r..U'30. cu,i: u; 6.0(^.1 Q. }az, iu.,3 <br><br> ■ Public*" <br><br> P.O. <br><br> t5 JUN 1992 <br><br> 7S5'f <br><br> NEW ZEALAND PATENT OFFICE <br><br> "4 APR 1990 <br><br> RECEIVED <br><br> rc.&lt;- <br><br> NEW ZEALAND PATENTS ACT 1953 COMPLETE SPECIFICATION <br><br> "DIRECT CURRENT METER CIRCUIT" <br><br> WE, _SiEANBA-R-B—TE-tiE-PH0N-E-S-A-ND-e-A-BLE-S—P£-Y-v—L-m£SED, A Company of the State of New South Wales, of 252-280 Botany Road, Alexandria, New South Wales, 2015, Australia, hereby declare the invention for which we pray that a patent may be granted to us, and the method by which it is to be performed, to be particularly dsscribed in and by the following statement! <br><br> 1 <br><br> This invention relates to a method and apparatus for detecting (and measuring) a DC component In an AC current. <br><br> One area where such a need arises is in the supply of electricity by a generating authority. <br><br> 5 It is common for AC kWh meters to use current transfor mers to measure the current flowing into a load, from which the power may be derived by known means in conjunction with the measured voltage across the load. <br><br> Certain types of load containing half-wave rectifiers 10 or triac-controlled devices may introduce a DC component to the current consumed, which may saturate the current transformer and reduce measurement accuracy. Some types of current transducer or processing circuitry may not pass DC levels. Thus some electricity consumers may obtain free 15 power by this method. DC currents may cause saturation in • distribution transformers, causing loss of efficiency, <br><br> higher temperatures and reduced lifetime, as well as causing corrosion of water or gas pipes and ground rods, with consequent safety hazards, and maintenance costs. <br><br> 20 This invention describes a method of detecting and <br><br> W measuring DC current flowing through the primary of a cur rent transformer by measurements taken on the secondary. A hardware method is described, but the method may equally be applied using analogue or digital hardware or software. In 25 particular, the software version may be implemented as a byproduct of the A h calculation. The method can be adapted to other transducers which isolate DC. <br><br> \ <br><br> 2 <br><br> 233 <br><br> The method according to the invention comprises the steps of separating the positive and negative half-cycles, squaring the half-cycles and subtracting the squared negative pulses from the squared positive pulses or vice versa, accumulating (summing/integrating) the results, and detecting whether the accumulated result exceeds an upper (positive) or a lower (negative) threshold. The number of times a threshold is exceeded is counted and the accumulation process is restarted each time a threshold is exceeded. The count of the number of times a threshold is exceeded Is a measure of the DC. This value may be multiplied by a scaling factor and the square root taken to provide a value for the DC. <br><br> The method may be implemented in analog (or digital) hardware or in a microprocessor controlled system incorporating digital hardware. <br><br> The invention will be more fully described with reference to the accompanying drawings in which: <br><br> Pig. 1 is a block diagram of an embodiment of the invention. <br><br> Pig. 2 is a block diagram of the embodiment of Fig. 1 with no-load offset correction. <br><br> Pig. 3 is a current/time diagram showing the effect of squaring the current. <br><br> With reference to Figure 1, the current transformer 1 produces a current on its secondary proportional to the AC component of its primary current. The average current on <br><br> 23 3 1 <br><br> the secondary is zero, when averaged over a large number of cycles. Rectifier 2 separates the positive and negative half-cycles, which are then squared at 3 and 4 and accumulated in integrator 5, one half-cycle causing the output of integrator 3 to increase, the other half-cycle causing the output of integrator 5 to decrease. <br><br> If the load current (primary CT current) consists of pure AC, the output of integrator 5 will increase and decrease by the same amount every cycle, causing no net effect . <br><br> If, however, a half-wave rectified load is attached, one half-cycle will dominate, and integrator 5 will move steadily up or down, depending on the DC current polarity. <br><br> Comparators 6 and 7 detect when the output of integrator 5 exceeds upper limit 8 or lower limit 9S respectively, and then reset integrator 5, as well as incrementing counter 10 which measures the magnitude of DC current. <br><br> The contents of register 10 may be read periodically (at the regular meter-reading time) to detect if DC is being consumed, upon which the electricity supplier may initiate appropriate measures. Register 10 may then optionally be manually reset by reset means 11 to start another measurement period. Alternatively, when the comparators show that DC is being consumed, an alarm may be raised at the electricity supply company, if the measuring device is connected to a suitable communication system. <br><br> 23 3 1 9 <br><br> The thresholds selected at 8 and 9 should be large enough so that DC Is not indicated by the.occasional switch-ing on or off of heavy loads, which may result in a heavy current for half a cycle, effectively an instantaneous DC 5 current. <br><br> The attached graph (Figure 3) shows the current trans-O former output current for one cycle of a 50Hz waveform, <br><br> where the load is half-wave rectified. The integration output shows an increase over the period of the AC cycle due to 10 the DC component in the current. <br><br> This method may be implemented in a system including a microprocessor programmed as follows (I is the transducer output, Sum is the output of integrator 5, Limit represents boxes 8 and 9 and DC is register 10). <br><br> 15 <br><br> I = Current Sample <br><br> IF I &gt; 0 <br><br> THEN Sum = Sum + 1*1 w' ELSE Sum = Sum - 1*1 <br><br> IF Sum &gt; +Limit <br><br> THEN Sum = Sum -Limit 20 DC = DC+1 <br><br> ■-"K ELSE IF Sum &lt; -Limit <br><br> / THEN Sum= Sum +Limit <br><br> DC = DC+1 <br><br> Figure 2 is the same as Figure 1 with the addition of 25 functions to eliminate a false DC current indication due to DC offsets in the circuitry, which could indicate DC consumption even under no-load conditions. A digital hardware <br><br> 5 <br><br> 23 3 1 <br><br> n implementaton is assumed here, where the DC offset occurs only in the A/D converter 13. <br><br> 1 Low-pass filter 14 measures the average output of the current transformer with a time constant of many cycles. <br><br> 5 This calculates the average DC offset of A/D converter 13, which is subtracted from the input signal by adder 15 to o <br><br> eliminate DC offset. <br><br> Monostable function 16 is re-triggered when a comparator (6 or 7) threshold is exceeded. If the 10 monostable delay expires without a DC level exceeding the threshold, the integrator 5 will be reset. This will prevent a DC 'creep'. These methods using the low pass filter or the monostable may be used individually or separately. <br><br> If it is desirable to measure both the magnitude and 15 polarity of DC consumed, the single register 10 may be replaced by two separate registers 10 and 12, one of which is Incremented for positive DC, the other for negative DC con-sumption. <br><br> Because current is squared, the output will be propor-20 tional to DC current squared, and thus penalise occasional heavy DC current consumption more than slight continuous consumption. <br><br> An electricity-measuring device which calculates Amps-squared hours (A h, a measure relating to transmission 25 losses) is required to measure the square of instantaneous current, and the DC detection of the present invention may be implemented as a by-product of this calculation. <br><br> 6 <br><br> 233 <br><br> While the present invention has been described with regard to many particulars, it is to be understood that equivalents may be readily substituted without departing from the scope of the invention. <br><br></p> </div>

Claims (3)

<div class="application article clearfix printTableText" id="claims"> <p lang="en"> 3-^1^4<br><br> What we claim is:-<br><br>
1. A method of dctccting a DC component in an alternating current waveform comprising the steps of separating the positive and negative half-cycles, squaring the half-cyclcs and subtracting the squared negative half cycles from the squared positive pulses or vice versa, accumulating the results of the subtraction step to obtain an accumulated result, and detecting whether the accumulated result exceeds an upper or a lower threshold.<br><br>
2. A method of measuring a DC component in an alternating current waveform comprising performing the method of claim 1 and counting each occurrcnce of the accumulated result exceeding the upper or lower threshold to give a count representative of value for the DC, and restarting the accumulation process each time a threshold is exceeded.<br><br> 3. A method as claimed in claim 2, including the step of multiplying the count by a scaling factor and taking the square root to obtain a weighted average DC current.<br><br> 4. A method as claimed in any one of claims 1 to 3, wherein one or more of the steps of the method arc carricd out using electronic circuits, the method including the step of calibrating the electronic circuits to substantially eliminate DC offset in the electronic circuits.<br><br> 5. A method of detecting a DC component in an alternating current waveform as herein described with reference to the accompanying drawings.<br><br> 6. A method of measuring a DC component in an alternating current waveform as herein described with reference to the accompanying drawings.<br><br> 7. Apparatus for detecting a DC component in an alternating current waveform, the apparatus including waveform discriminating means to separate the positive and negative portions of the waveform, multiplier means to square.the positive and nega-<br><br> i, " / ■<br><br> O<br><br> a<br><br> ' J<br><br> -7 APR 1992 " 8<br><br>
3-2&gt;a&gt; |0|<br><br> live portions; subtraction means to obtain the diffcrcncc between the squared positive and negative portions; accumulation means to accumulate the output of the subtraction means;, comparator means to detect whether the output of the accumulation<br><br> 5 8. Apparatus for measuring a DC component in an alternating current waveform including the apparatus claimed in claim 7 and counting means to count cach occur-rencc of the comparator detecting whether the upper or lower threshold has been exceeded, the apparatus including a reset circuit to restart the accumulation process cach time a threshold is exceeded.<br><br> 10 9. Apparatus as claimcd in claim 8, including a scaling circuit to multiply the contents of the counter by a scaling factor.<br><br> 10. Equipment for measuring or detecting a DC component in an alternating current waveform as herein described with reference to the accompanying drawings.<br><br> n means exceeds an upper or a lower threshold.<br><br> 15<br><br> ALCATEL AUSTRALIA LIMITED<br><br> 20<br><br> O<br><br> P.M. Conrick<br><br> Authorized Agent P5/1/1703<br><br> 25<br><br> -7 APR 1992 r,.<br><br> 9<br><br> </p> </div>
NZ23319490A 1990-04-04 1990-04-04 Detecting dc in ac waveforms using mean square NZ233194A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
NZ23319490A NZ233194A (en) 1990-04-04 1990-04-04 Detecting dc in ac waveforms using mean square

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
NZ23319490A NZ233194A (en) 1990-04-04 1990-04-04 Detecting dc in ac waveforms using mean square

Publications (1)

Publication Number Publication Date
NZ233194A true NZ233194A (en) 1992-06-25

Family

ID=19923188

Family Applications (1)

Application Number Title Priority Date Filing Date
NZ23319490A NZ233194A (en) 1990-04-04 1990-04-04 Detecting dc in ac waveforms using mean square

Country Status (1)

Country Link
NZ (1) NZ233194A (en)

Similar Documents

Publication Publication Date Title
US6657424B1 (en) DC load detection in an electric utility meter
JP4159590B2 (en) Leakage current interruption device and method
US5578931A (en) ARC spectral analysis system
CN103197158B (en) A kind of three phase network method for detecting open phase and circuit
CA1269713A (en) Electronic electricity meters
CA2610985C (en) Arc fault detector responsive to patterns in interval to interval change in integrated sensed current values
KR101645873B1 (en) Apparatus and method for detecting wrong wiring of watt-hour meter
JP4920357B2 (en) Leakage current detection apparatus and method
KR101300789B1 (en) Instrument and method to obtain ratio error of current transformer for watt-hour-meter
US6751528B1 (en) Residential circuit arc detection
AU2007274905B2 (en) Method and apparatus of detecting and compensating for DC residual fault currents on electrical systems
EP0369577A2 (en) Apparatus for providing distance protection and distance measurement for a high voltage transmission line
JPH08278333A (en) Generation device of signal expressing full-harmonic distortion of ac waveform
EP0881732B1 (en) Apparatus for RMS current approximation
Tung et al. An Arduino-Based System for Monitoring and Protecting Overvoltage and Undervoltage.
US5506743A (en) Solid state overload relay with phase unbalance protection having RMS current approximation
WO2008069249A1 (en) Leakage current determining apparatus and leakage current determining method
US5055773A (en) Detection and measurement of a dc component in an ac waveform
KR100824515B1 (en) Apparatus and method for computing digital electricpower system
EP2017631A1 (en) Methods and systems for detecting DC influence in a current sensor
US20040130459A1 (en) Electricity meter having gas consumption correction processing
US6762920B2 (en) Electronic fault detector for variable frequency ac systems and circuit breaker incorporating same
CA2009901A1 (en) Cathodic protection analyzer
NZ233194A (en) Detecting dc in ac waveforms using mean square
GB2424286A (en) Tamper proof utility metering