View previous topic :: View next topic |
Author |
Message |
attabros
Joined: 28 Jul 2008 Posts: 35
|
inverter output current measurement |
Posted: Mon Aug 03, 2009 6:27 am |
|
|
Hi Everyone,
I have designed an inverter I want to measure load current from. Output voltage is 220v AC. I want to read the current (I) measurement on analog bit of 16F877A.
What will be the best possible way? Kindly let me know the hardware section first.
Thanks |
|
|
Ttelmah Guest
|
|
Posted: Mon Aug 03, 2009 9:56 am |
|
|
Realistically, hall effect device. Search for a 'solid state current transformer'.
You then have to ask yourself what current you actually want to measure?. There is a big difference between the complexity of (for example), true RMS, with correction for power factor, or just the approximate delivered current from the system....
Best Wishes |
|
|
Guest
|
|
Posted: Mon Aug 03, 2009 12:36 pm |
|
|
Analog Devices has all sorts of nice power management chips that can help convert AC to DC for measurement with a PIC.
Also as suggested a hall effect device is nice, so are current sense transformers and even the lowly resistor.
There have been some clever design ideas posted on the EDN and Electronic Design websites (design ideas) that have to do with AC power measurement.
HTH - Steve H. |
|
|
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
|
|
Posted: Mon Aug 03, 2009 12:48 pm |
|
|
For a fixed frequency inverter, a current transformer is most likely the best solution (in contrast a variable frequency motor inverter must be expected to start near zero frequency, thus a DC capable current sensor would be required).
Because most CT have a low output voltage, a simple amplifier is required to drive the PIC analog input to full scale. The AC/DC and possibly RMS conversion can be performed in software, if some spare processing time is still available. Otherwise standard averaging rectifier or RMS circuits can be used. |
|
|
n-squared
Joined: 03 Oct 2006 Posts: 99
|
|
Posted: Tue Aug 04, 2009 11:03 pm |
|
|
Question:
Since the power to the inverter comes from a DC source, can't we measure the current across a very low resistance power resistor and then calculate AC current? _________________ Every solution has a problem. |
|
|
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
|
|
Posted: Wed Aug 05, 2009 2:47 am |
|
|
Quote: | can't we measure the current across a very low resistance power resistor and then calculate AC current | Yes, if you don't need to know the exact output current. You should also place the shunt between bus capacitors and output bridge.
But the pwm is acting as a buck converter, in case of low output voltage, the output current can be considerably higher than the bus current. |
|
|
|