3 Phase question

Dear All,

 

I'm new on this forum. I'm a programmer in web-based application, and I try to do a software that take voltage values and current values on a 3phase circuit and calculate all the electric values (real power, apparent power, power factor ecc...). I see that this website is very very usefull, so I try to post my question:

I need to calculate power factor (not approximative) so I can do measurement that are very good. If I understand, the omonTx have a system that take only one voltage with a single power supply and it make some approximations to calculate the other phases (same voltage, I think).

So I'd like to calculate the exact power factor (I think that is the only thing that I must calculate to have all the measurement, with voltage and current that arrive from the sensor).

 

Can anyone help me?

 

thank you very much!!!

Robert Wall's picture

Re: 3 Phase question

If you are allowed to use an invasive system, i.e. to make galvanic connections to the supply, then there are many metering ICs that will give you the information directly and with great accuracy.

If you cannot do that, and you cannot use the emonTx since it has only a single voltage input, I would suggest you should build your own Arduino "Shield" that has 3 voltage and three current inputs, copying the circuits of the emonTx. Then you can, following the sketches and the emonLib library, write your own sketch to calculate the three rms voltages, the three rms currents, which multiplied together will give you three apparent powers and which summed will give you the total apparent power; and you can multiply individual voltage and current samples, then average those to give you the total real power, hence your power factor. The only problem you have with this method is it does not tell you whether the power factor is leading or lagging, and it loses accuracy as the power factor falls.

I think it would be easy to delay the voltage samples by 90° (especially if the samples were phase locked to the incoming mains) to allow you to calculate vars, which would obviously give you both increased accuracy towards zero power factor and an indication of leading or lagging.

calypso_rae's picture

Re: 3 Phase question

Here is a PCB which can do voltage and current measurements on each phase:

http://www.mk2pvrouter.co.uk/61101.html

This board uses the same processor as the emonTx, so can calculate and transmit similar data.

Send me a PM if you are interested.

dBC's picture

Re: 3 Phase question

I think it would be easy to delay the voltage samples by 90° ... to allow you to calculate vars, which would obviously give you both increased accuracy towards zero power factor and an indication of leading or lagging.

That's assuming sinusoidal conditions, and that the cause of the low power factor is a nice beefy fundamental reactive load (like a big but lightly-loaded AC motor or a massive capacitor).  That might be helpful in some industrial applications, but just about everywhere else, and especially in  modern all-electronic homes, low power factors are almost always caused by harmonics.   Even loads that you think might present a nice reactive fundamental signal like the motors in washing machines and aircons are increasingly moving to DC motors, sitting behind SMPSs.

Whenever I see low power factors in my home, it's always caused by harmonics.  The extreme case is when the PV output perfectly matches the house load.  In that case, there is no Real power flowing through the meter, but because the inverter only produces Real power, the grid is left to supply all the harmonics.    The house appears to the grid as all harmonics, and virtually no fundamental.  In the trace below I think I had just a few watts of surplus power being exported, hence the non-zero fundamental. 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.