SLUUCP8 June 2024 BQ41Z50
This command instructs the device to output the raw values for calibration purposes on ManufacturerBlockAccess() or ManufacturerData(). All values are updated every 250 ms and the format of each value is 2's complement, MSB first. This mode includes an internal short on the coulomb counter inputs for measuring its offset.
Status | Condition |
---|---|
Disable | ManufacturingStatus()[CAL] =
1 AND 0xF080 to ManufacturerAccess() |
Action:
OperationStatus()[CAL] = 0, [CAL_OFFSET] = 0
Stop output of ADC and CC data on
ManufacturerBlockAccess() or ManufacturerData()
Status | Condition |
---|---|
Enable | 0xF082 to ManufacturerAccess() |
Action:
OperationStatus()[CAL] = 1, [CAL_OFFSET] = 1
Outputs the raw CC and AD values on
ManufacturerBlockAccess() or ManufacturerData() in the format of
ZZYYaaAAbbBBccCCddDDeeEEffFFggGGhhHHiiIIjjJJkkKK:
Value | Description |
---|---|
ZZ | Rolling 8-bit counter, increments when values are refreshed. |
YY | Status, 1 when ManufacturerAccess() = 0xF081, 2 when ManufacturerAccess() = 0xF082 |
AAaa | Current (coulomb counter) |
BBbb | Cell Voltage 1 |
CCcc | Cell Voltage 2 |
DDdd | Cell Voltage 3 |
EEee | Cell Voltage 4 |
FFff | PACK Voltage |
GGgg | BAT Voltage |
HHhh | Cell Current 1 |
IIii | Cell Current 2 |
JJjj | Cell Current 3 |
KKkk | Cell Current 4 |