Tuesday 16 April 2019

measurement - How does one measure the power factor?


How does one measure the power factor?


$$\text{power factor}\equiv\frac{\text{power}}{|V||I|}=\frac{R}{\sqrt{R^2+(1/\omega^2C^2)}}$$


for an RC circuit driven with \$V(t)=V_0\cos{(\omega t)}\$.



Answer



A circuit's Power Factor is the ratio of the "Real Power" to the "Apparent Power", Pr/Pa. It is also equal to the cos(Voltage Phase Angle - Current Phase Angle). It can be measured in an AC circuit by comparing the Voltage wave form to the Current wave form. Any time the voltage and current wave forms are not exactly in phase there is a power factor < 1.


So if you were to use a circuit to measure the zero crossing points of each wave form (voltage & current), you could then calculate the phase angle difference and the power factor.



For example, with a 50 Hz sine wave there is about 55.6uS per degree, (1/50/360). So if the measured wave forms had a difference of 1000uS this would calculate to a phase difference of 18 degrees, and the power factor would be cos(18), or 0.95


No comments:

Post a Comment

arduino - Can I use TI&#39;s cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...