2015-2016 Microchip Technology Inc. DS20005386B-page 13
PAC1710/20
4.0 GENERAL DESCRIPTION
The PAC1710/20 is a bidirectional high-side
current-sensing device with precision voltage
measurement capabilities. It measures the voltage
developed across an external sense resistor to
represent the high-side current of a battery or voltage
regulator. The PAC1710/20 also measures the
SENSE1+ and SENSE2+ pin voltages (V
SOURCE
)
and
calculates average power over the integration period.
The PAC1710/20 measures the differential voltage
across an external sense resistor, digitizes it with a
variable resolution (6-bit to 11-bit plus sign)
Sigma-Delta ADC, and transmits via the SMBus or the
I
2
C™ protocol. The current range allows for large
variations in measured current with high accuracy and
low voltage drop across the resistor.
The PAC1710/20 has programmable high and low
limits for current sense and bus voltage with a
maskable ALERT
signal to the host when an
out-of-limit measurement occurs.
A system diagram is shown in Figure 4-1.
FIGURE 4-1: PAC1710/20 System Diagram.
PAC1710/20
Host
MCU
SMDATA
SMCLK
ALERT
V
SOURCE
0V 40V
Sense
Resistors
V
DD
SENSE2-
SENSE2+*
3.0V to 5.5V
ADDR_SEL
GND
3.0V to
5.0V
SENSE1+
SENSE1-
*
100k 1M
5.2V Zener
Note 1: The device MUST be biased PRIOR to applying V
SOURCE
. Failure to do so will result in damage.
2: The unpowered bias on V
DD
must be greater than V
DD
, if V
DD
will be removed prior to V
SOURCE
.
*PAC1720 only.
PAC1710/20
DS20005386B-page 14 2015-2016 Microchip Technology Inc.
4.1 Power States
The PAC1710/20 has three states of operation:
•Active
The PAC1710/20 initiates conversion
cycles for the programmed conversion rate.
Standby
This is the lowest power state. There
are no conversion cycles. The majority of circuitry
is powered-down to reduce supply current to a
minimum. The SMBus is active and the part will
return requested data. To enter the Standby state,
disable all measurements (see Register 6-1).
One-Shot
While the device is in the Standby
state, the host can initiate a conversion cycle on
demand (see Register 6-3). After the conversion
cycle is complete, the device will return to the
Standby state.
4.2 Conversion Cycle
The conversion cycle is the period of time in which the
measurements are taken and the data is updated. In the
Active state, individual measurement can be disabled.
In the Standby state, all measurements are updated.
During the conversion cycle, both channels on the
PAC1720 begin taking measurements at the same time.
In both devices, the V
SENSE
sample is taken first for its
programmed sample time. Then, the V
SOURCE
sample
is taken for its programmed sample time. Digital
averaging may be applied to average the last 2-8
samples. Sample time and digital averaging have
separate controls for V
SENSE
and V
SOURCE
as well as
for each channel, in the case of PAC1720. (see
Register 6-7 and Register 6-8).
At the end of the conversion cycle, the enabled
measurements are updated. The Power Ratio, High
Limit Status (which includes a CONV_DONE status bit),
and Low Limit Status registers are always updated. The
ALERT
pin will be asserted, by default, if any out-of-limit
conditions exist (see Section 4.7 “ALERT Output”).
4.3 Conversion Rate
For power management in the Active state, a conversion
rate can be programmed. Conversion rate specifies how
often measurement data should be updated. Once per
second is the lowest setting (see Register 6-2).
If the actual sampling time for both measurements
(V
SOURCE
and V
SENSE
) is greater than 1/conversion
rate for either channel, the PAC1710/20 will override
the programmed conversion rate and operate in
continuous mode.
4.4 Current Measurement
The PAC1710/20 includes one or two high-side current
sensing circuits. These circuits measure the voltage
(V
SENSE
) induced across a fixed external current sense
resistor (R
SENSE
) and stores the voltage as a signed
11-bit (by default) number in the Sense Voltage registers.
The PAC1710/20 current sensing operates in one of
four bipolar Full-Scale Ranges (FSR): ±10 mV,
±20 mV, ±40 mV, or ±80 mV (see Section 4.4
“Current Measurement”). The default FSR is ±80 mV.
Full-Scale Current (FSC) can be calculated from
Equation 4-1.
EQUATION 4-1: FULL-SCALE CURRENT
The actual current through R
SENSE
can then be
calculated using Equation 4-2.
EQUATION 4-2: BUS CURRENT
As an example, suppose the system is drawing 1.65A
through a 10 m resistor, the FSR is set for ±20 mV,
and sample time is 80 ms. Using Equation 4-1, the FSC
is 2A. The measured V
SENSE
is 1.65A 10 m =
16.5 mV. This value of V
SENSE
is represented in the
Sense Voltage Registers as 69_8h
(0110_1001_1000b or 1688d) ignoring the 4 lower
bits of the low byte as these are always 0. This value,
when applied to Equation 4-2, results in an I
BUS
current
of 1.649A.
FSC
FSR
R
SENSE
----------------------=
Where:
FSC = Full-scale current
FSR = ±10mV, ±20mV, ±40mV, or ±80mV
(see Tabl e 4-6)
R
SENSE
= External sense resistor value
I
BUS
FSC
V
SENSE
Denominator
-----------------------------------
=
Where:
I
BUS
= Actual bus current
FSC = Full-scale current value (from
Equation 4-1)
V
SENSE
= The value read from the Sense
Voltage Registers (in decimal),
ignoring the four lowest bits
which are always zero (see
Register 6-10 and
Register 6-11 for PAC1720)
Denominator = Determined by the sample time,
as shown in Table 4-5.
2015-2016 Microchip Technology Inc. DS20005386B-page 15
PAC1710/20
For a negative voltage, the Sense Voltage Registers
are read as 96_0h (again ignoring the lower 4 bits of the
low byte as these are always 0). To calculate current,
the binary value is first converted from two’s
complement by inverting the bits and adding one:
96_80h = 1001_0110_1000b. Inverting equals
0110_1001_0111b (69_7h) and adding one gives
0110_1001_1000b (69_8h).
This results in the same calculated value as in the
positive voltage case.
4.5 Voltage Measurement
The pin voltage is measured on the supply side of the
appropriate SENSE+ pin and stored as an unsigned
11-bit number in the V
SOURCE
Voltage Registers as
V
SOURCE
(see Register 6-12).
Full-Scale Voltage (FSV) is given by the maximum
value of the V
SENSE
Voltage Registers:
EQUATION 4-3: FULL-SCALE VOLTAGE
Actual voltage at SENSE+ can be calculated using
Equation 4-4.
EQUATION 4-4: BUS VOLTAGE
As an example using 10-bit resolution, suppose that
the actual pin voltage is 24V. The V
SOURCE
Voltage
Registers will report a value of 99_80h
(1001_1001_10XX_XXXXb) in 10-bit resolution
(default). When reading the data, the lower 5 bits are
always ignored. Because the default operation is to
measure the V
SOURCE
voltage with 10-bit resolution,
the sixth bit is likewise ignored. Therefore, decoding
the upper 10 bits results in a decimal value of 614. This
value, when applied in Equation 4-3, results in
V
SOURCE_PIN
equal to 23.98V.
As an example using 11-bit resolution, suppose that the
actual pin voltage is 10.65V. The V
SOURCE
Voltage
Registers will report a value of 44_10h
(0100_0100_001X_XXXXb). Because the lower 5 bits
are ignored, the decimal result is 545d. This value,
when applied in Equation 4-4, results in V
SOURCE_PIN
equal to 10.64V.
The V
SOURCE
voltage may also be determined by
scaling each bit set by the indicated bit weighting as
described in Section 4.11 “VSOURCE Data
representation.
4.6 Power Calculation
The PAC1710/20 may be used to determine the
average power provided at the source side of SENSE+
(SENSE1+ and SENSE2+) using the value P
RATIO
,
contained in the Power Ratio Registers (see
Register 6-14). The value represents the percentage of
maximum calculable power.
P
RATIO
is mathematically generated by multiplying the
absolute values of V
SENSE
and V
SOURCE
(see
Section 4.4 “Current Measurement” and
Section 4.5 “Voltage Measurement”) and is stored
as a 16-bit number. P
RATIO
is updated whenever either
V
SENSE
or V
SOURCE
is updated.
Full-scale power can be calculated from Equation 4-5.
EQUATION 4-5: FULL-SCALE POWER
FSV 40
40
Denominator
-----------------------------------=
Where:
FSV = Full scale voltage
Denominator = determined by the sample time,
as shown in Ta b le 4-2
V
SOURCE_PIN
FSV
V
SOURCE
Denominator
-----------------------------------
=
Where:
V
SOURCE_PIN
= The actual voltage on the
SENSE1+/SENSE2+ pin
FSV = The full-scale voltage (from
Equation 4-3)
V
SOURCE
= The value read from the
V
SOURCE
Voltage Registers (in
decimal), ignoring the lowest
five bits which are always zero
(see Section 4.11 “VSOURCE
Data representation).
Denominator = Determined by the sample time,
as shown in Ta b le 4-2
FSP FSC FSV
=
Where:
FSP = The full-scale power
FSC = The full-scale current (from Equation 4-1)
FSV = The full-scale voltage (from Equation 4-3)

PAC1720-1-AIA-TR

Mfr. #:
Manufacturer:
Microchip Technology
Description:
Current & Power Monitors & Regulators Single I2C/SMBus Current Sensor
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet