MCP3909-I/SS Microchip Technology, MCP3909-I/SS Datasheet - Page 31

IC POWER METERING-1 PHASE 24SSOP

MCP3909-I/SS

Manufacturer Part Number
MCP3909-I/SS
Description
IC POWER METERING-1 PHASE 24SSOP
Manufacturer
Microchip Technology
Datasheets

Specifications of MCP3909-I/SS

Package / Case
24-SSOP (0.200", 5.30mm Width)
Input Impedance
390 KOhm
Measurement Error
0.1%
Voltage - I/o High
2.4V
Voltage - I/o Low
0.85V
Current - Supply
2.3mA
Voltage - Supply
4.5 V ~ 5.5 V
Operating Temperature
-40°C ~ 85°C
Mounting Type
Surface Mount
Meter Type
Single Phase
Operating Temperature Range
- 40 C to + 85 C
Mounting Style
SMD/SMT
Supply Voltage Range
4.5V To 5.5V
Digital Ic Case Style
SSOP
No. Of Pins
24
Interface Type
Serial, SPI
Supply Voltage Max
5.5V
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
MCP3909EV-MCU16 - EVALUATION BOARD FOR MCP3909MCP3909RD-3PH1 - REF DESIGN MCP3909 3PH ENGY MTR
Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
MCP3909-I/SS
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
© 2009 Microchip Technology Inc.
3.3.3
After the data set of either a voltage or current signal (of each phase), has been DFT
transformed, the voltage or current magnitudes of the different harmonics can then be
calculated. The total effective voltage or current (RMS) can be obtained by further
calculaton, by simply combining the results of the individual harmonics (including the
fundamental or the 1
Computing the magnitude of the voltage or current is accomplished by function
ComputeMagnitude(). The result, called amplitude, is a long integer, and is the
squared magnitude of voltage or current. To speed up the computation, fixed-point
operation is used. The ComputeMagnitude() routine is written in assembly language.
After the magnitude is computed, there is an adjustment process which is based on a
floating-point operation. The limited number of computations will not affect the
operation speed, and will instead greatly improve precision.
Parameter ratio1 in the firmware is a coefficient related to the number of sampling
points (see Equation 2-2). Division is accomplished by a simple shift operation in
firmware. If the sampling cycle is not a power of 2, it cannot be accomplished by
shifting. However, division by shifting can be accomplished by multiplying a compen-
sating coefficient Coeff.data.linear.V_channel[]. This is the calibration coefficient for
ratio errors.
Since the current signal has a wide dynamic range, for small signals, the ADC output
data range is small and is limited by DSP's bit resolution (16-bit MCU). If division by
shift is used in the same way that is used for large signals in computation, precision
may be affected. Therefore, for computing magnitudes of small signals, ComputeS-
mallMagnitude() function is used instead. This function is similar to ComputeMagni-
tude(), the only difference being that the shift length is shortened in division operation,
and will be compensated during data adjustment. The computation precision will not be
affected as the data adjustment process uses float-point operation.
3.3.4
Computing harmonics is accomplished in assembly language, by the function Com-
puteHarmonic(). The computation is based on Equation C-62, in Appendix
C. “Power Calculation Theory”. The result is the ratio of the magnitude of K-th
harmonic to fundamental magnitude, and is given in a percentage.
3.3.5
Computing power is accomplished in assembly language by the function Compute-
Power() based on Equation C-39 and Equation C-40 in Appendix C. “Power Calcu-
lation Theory”.
After the ComputePower() function is complete, an adjusting process for computed
power is required. First, the computed result is adjusted according to the gain of current
amplifier. Then the calibrating coefficient ratio2 is determined according to present
number of sampling points.
Additional compensation to the power calculation is required, for phase compensation.
This compensation is based on the present load current. The difference between signal
frequency and the central frequency is also taken into consideration. Consequently
computed power is compensated.
Note:
Calculating RMS Voltage/Current
Calculating Harmonics
Calculating Power
Since the output of ComputeHarmonic() is the squared harmonic
magnitude, extraction of square root is needed in computation. The
calculated harmonic content is stored as a fixed-point number, and the
actual value stored is the harmonic content multiplied by 10.
ST
harmonic).
Firmware
DS51723A-page 31

Related parts for MCP3909-I/SS