PAC1710/20
DS20005386B-page 16 2015-2016 Microchip Technology Inc.
Actual power drawn from the source can be calculated
using Equation 4-6.
EQUATION 4-6: BUS POWER
As an example, suppose that the actual pin voltage is
10.65V, the current through a 10 m resistor is 1.65A,
the FSR is set for ±20 mV, and the sample times are
the defaults. The FSC value is 2A per Equation 4-1.
The FSV value is 39.96V per Equation 4-4. Using
Equation 4-5, the FSP value is 79.92W. Applying P = V
I, the expected power is 17.57W which is 21.98% of
the FSP value.
Reading the Power Ratio Registers will report P
RATIO
as 38_47h (0011_1000_0100_0111b or 14,407d).
Using Equation 4-6, this value results in a calculated
bus power of 17.57W which is ~21.98% of the FSP
value.
4.7 ALERT Output
The ALERT pin is an open-drain output and requires a
pull-up resistor to V
PULLUP.
The ALERT pin is used as an interrupt signal or as an
SMBus Alert signal that allows an SMBus slave to
communicate an error condition to the master. One or
more SMBus Alert outputs can be hardwired together.
The ALERT
pin will be asserted (by default) if the mea-
sured V
SOURCE
voltage or V
SENSE
voltage are out of
limit ( high limit or < low limit). The ALERT
pin will
remain asserted as long as an out-of-limit condition
remains. Once the out-of-limit condition has been
removed, the ALERT
pin will remain asserted until the
appropriate status bits are cleared.
The ALERT
pin can be masked for all out-of-limit
measurements by setting the MASK_ALL bit (see
Register 6-1) or for an individual out-of-limit
measurement (see Register 6-5). Once the ALERT
pin
has been masked, it will be de-asserted if no unmasked
out-of-limit conditions exist. Any interrupt conditions
that occur while the ALERT
pin is masked will update
the status registers normally.
The ALERT
pin can be asserted for 5 μs when all
measurements are finished (if enabled by setting
CONV_DONE_EN, see Register 6-1).
4.8 Conversion Rate
The Conversion Rate controls how often V
SENSE
,
V
SOURCE
, P
RATIO
and the status bits are updated in the
Active state (see Tab l e 4-1 ). The conversion rate
should only be updated when the PAC1710/20 is in the
Standby state. To do this, disable the measurements in
the Configuration Register 00h, wait for the conversion
cycle to complete by monitoring the XMEAS_DIS bits in
00h until they stay set to ‘1’, change the conversion
rate, and then enable the desired measurements.
4.9 Sampling Time and Resolution
The PAC1710/20 sampling interval and resolution for
measuring V
SOURCE
and V
SENSE
are register
controlled. The V
SOURCE
settings based on register
values are shown in Tab le 4 - 2 and Tabl e 4 -3 . The
V
SENSE
measurements have an additional parameter:
Full-Scale Resolution of the differential input. The
V
SENSE
settings based on register values are shown in
Table 4-4, Ta bl e 4 -5 and Tab le 4-6.
P
BUS
FSP
P
RATIO
65 535
----------------------
=
Where:
P
BUS
= The actual power provided by the
source measured at SENSE+
FSP = the full-scale power (from
Equation 4-5)
P
RATIO
= the value read from the Power Ratio
Registers (in decimal). See
Register 6-14 and Register 6-15
TABLE 4-1: CONVERSION RATE FOR
MEASUREMENT
CONV_RATE<2:0>
Conversion Rate
10
00 1 per sec
01 2 per sec
10 4 per sec
11Continuous (default)
TABLE 4-2: VOLTAGE SOURCE
SAMPLING TIME SETTINGS
VSRC_SAMP_TIME
V
SOURCE
Sample Time
Equation 4-3
Denominator
Equation 4-4
Denominator
00 2.5 ms (data = 8 bits) 256 255
01 5 ms (data = 9 bits) 512 511
1010 ms (data = 10 bits)
(Default)
1024 1023
1120 ms (data = 11 bits) 2048 2047
TABLE 4-3: VOLTAGE SOURCE
AVERAGING SETTINGS
VSRC_AVG Samples to Average
00Disabled (default)
01 2
10 4
11 8
2015-2016 Microchip Technology Inc. DS20005386B-page 17
PAC1710/20
4.10 Sense Voltage measurement
Resolution
The Sense Voltage Registers store the measured
V
SENSE
value (see Section 4.4 “Current
Measurement”). Note that the bit weighting values are
for representation of the voltage relative to full scale.
There is no internal scaling of data and all normal
binary bit weightings still apply.
The Sense Voltage Registers data format is standard
two’s complement format with the positive full-scale
value (7F_Fh) and negative full-scale value (80_0h)
equal to the programmed FSR.
The Sign bit indicates the direction of current flow. If the
Sign bit is ‘0’, the current is flowing through R
SENSE
from the SENSE+ pin to the SENSE- pin. If the Sign bit
is ‘1, the current is flowing through R
SENSE
from the
SENSE- pin to the SENSE+ pin.
Data resolution is dependent upon sampling time as
shown in Table 4-8. The data format (assuming 11-bit
resolution) is shown in Tabl e 4-7. This data will scale
directly with the sampling time.
TABLE 4-4: CURRENT-SENSING
AVERAGING SETTINGS
CS_SAMP_AVG<1:0> Samples to Average
00Disabled (default)
01 2
10 4
11 8
TABLE 4-5: CURRENT-SENSING
SAMPLING TIME SETTINGS
CS_SAMP_TIME<2:0>
Current Sensor
Sample Time
Equation 4-2
Denominator
000 2.5 ms (Data = sign + 6 bits) 63
001 5 ms (Data = sign + 7 bits) 127
010 10 ms (Data = sign + 8 bits) 255
011 20 ms (Data = sign + 9 bits) 511
10040 ms (Data = sign + 10 bits) 1023
10180 ms (Data = sign + 11 bits)
(default)
2047
110160 ms (Data = sign + 11 bits) 2047
111320 ms (Data = sign + 11 bits) 2047
Note 1: 160 ms sampling time has built-in 2X
analog oversampling using ADC at 12-bit
resolution.
2: 320 mx sampling time has built-in 4X
analog oversampling using ADC at 13-bit
resolution.
TABLE 4-6: CURRENT-SENSING RANGE
SETTINGS
CS_RNG<1:0> Full Scale Range
00-10 mV to 10 mV
01-20 mV to 20 mV
10-40 mV to 40 mV
11-80 mV to 80 mV (default)
TABLE 4-7: V
SENSE
DATA FORMAT
V
SENSE
Binary
Hex
(as read by
registers)
- Full-Scale 1000_0000_0000 80_0h
-2 LSB 1111_1111_1110 FF_Eh
-1 LSB 1111_1111_1111 FF_Fh
0 0000_0000_0000 00_0h
+1 LSB 0000_0000_0001 00_1h
+2 LSB 0000_0000_0010 00_2h
+Full-Scale
-1 LSB
0111_1111_1111 7F_Fh
TABLE 4-8: V
SENSE
DATA RESOLUTION
Sampling
Time
Resolution (±)
±10 mV ±20 mV ±40 mV ±80 mV
2.5 ms 156.3 µV 312.5 µV 625.0 µV 1.250 mV
5 ms 78.13 µV 156.3 µV 312.5 µV 625.0 µV
10 ms 39.06 µV 78.13 µV 156.3 µV 312.5 µV
20 ms 19.53 µV 39.06 µV 78.13 µV 156.3 µV
40 ms 9.76 µV 19.53 µV 39.06 µV 78.13 µV
80 ms 4.88 µV 9.76 µV 19.53 µV 39.06 µV
PAC1710/20
DS20005386B-page 18 2015-2016 Microchip Technology Inc.
4.11 V
SOURCE
Data representation
The V
SOURCE
Voltage Registers store the measured
V
SOURCE
value (see Section 4.5 “Voltage
Measurement”). The measured voltage is determined
by summing the bit weights of each bit set. For
example, if V
SOURCE
was 7.4V, the V
SOURCE
Voltage
Registers would read 0010_1111 for the high byte and
0100_0000b for the low byte corresponding to
5V + 1.25V + 0.625V + 0.3125V + 0.1563V + 0.0390V
= 7.3828V.
The bit weightings are assigned for human
interpretation. They should be disregarded when
translating the information via a computing system, as
shown in Section 4.5 “Voltage Measurement”.
The V
SOURCE
Voltage Registers cannot support
negative values, so all values less than 0V will be
recorded as 0V.
4.12 Power Ratio Data Representation
The Power Ratio Registers store a power factor value,
P
RATIO
, that is used to determine the final average
power delivered to the system (see Section 4.6
“Power Calculation”). P
RATIO
is the result of the
multiplication of the V
SENSE
reading and the V
SOURCE
reading values shifted to a 16-bit number. It represents
the ratio of delivered power with respect to maximum
power.
4.13 Limit Registers
These registers are used in concordance with the
ALERT
pin to indicate when high or low limits have
been exceeded.
4.13.1 V
SENSE
LIMITS
The V
SENSE
Limit Registers store a high and low limit
for V
SENSE
. V
SENSE
is compared against both limits
after each conversion cycle.
The data format for the limit is a raw binary form that is
relative to the maximum V
SENSE
that has been
programmed.
If the measured sense voltage meets or exceeds the
high limit or drops below the low limit, the ALERT
pin is
asserted (by default, see Section 4.7 “ALERT
Output”) and the VSENSE_HIGH or VSENSE_LOW
status bits are set in the High Limit Status or Low Limit
Status registers (see Register 6-16 and Register 6-18).
4.13.2 V
SOURCE
LIMITS
The V
SOURCE
Voltage Limit registers store the high and
low limits for V
SOURCE
. V
SOURCE
is compared against
both limits after each conversion cycle.
If V
SOURCE
meets or exceeds the corresponding high
limit or drops below the low limit, the ALERT
pin is
asserted (by default, see Section 4.7 “ALERT
Output”) and the VSRC_HIGH or VSRC_LOW status
bits are set in the High Limit Status or Low Limit Status
registers (see Register 6-20 and Register 6-22).

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