Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Possible Duplicate:
How to measure power consumed by mains device

I have the following question:

In my home I have certain devices such as my fridge etc. of which I would like to measure their powerusage. For practical reasons I would like to use current convertors (CT's) to do the measuring for me. At the moment I have some current convertors with a rated secondary output of 1A. Yet I do not seem to find a device that allows me to accomodate this output and convert it to kwh. As a plus I would like that the measuring devices has a pulse output for usage in an other project I am working on.

Can anyone give me advices on this matter?

Sincerely

share|improve this question
The question is unclear. What do you mean by "Yet I do not seem to find a device that allows me to accomodate this output and convert it to kwh. ..." ? CT out is voltage proportional to Iin. Measure Vout. Calculate Iin. Power = Vin x Iin. What is the problem? – Russell McMahon Sep 18 '12 at 14:24

marked as duplicate by stevenvh, clabacchio Sep 18 '12 at 15:32

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Measuring current isn't enough to find effective power, even if you know the voltage.

\$ P = V \cdot I \cdot cos(\phi) \$

where \$\phi\$ is the phase difference between current and voltage. Only for purely resistive loads voltage and current are in phase, and then

\$ P = V \cdot I \$

So you need to measure both current and voltage, not only to find the phase difference, but also because you need to know the voltage at each moment, because that will fluctuate as well.

There are special data acquisition ICs for this, which have two ADCs (Analog-to-Digital Converters) which measure current and voltage simultaneously and multiply that to get instantaneous power. Integration over time gives you energy (in kWh).

You'll find ICs with a serial interface for a microcontroller which allows you to get real-time data, or others which give you a pulse for an energy unit, for instance 10 pulses per kWh.

Further reading
Energy measurement products at Analog Devices

share|improve this answer
Thank you for your information, yet this is not the dept I am looking into. Maybe the formulation is correcter if I say that I am looking for an indirect metering device that uses both voltage and current as input (current using the CT) and outputs the power result as an impulse output. – FireFox Sep 18 '12 at 14:32
Then you need a wattmeter, not a current transformer. – Vlad Sep 18 '12 at 15:29
No since I want to do an indirect mesurement. In some cases I will need to be able to meter up to 400Amps. Hence no direct solutions exist. Hence the usage of a CT – FireFox Sep 18 '12 at 17:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.