SLUUBT5C November 2018 – June 2021 BQ40Z80
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 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 ZZYYaaAAbbBBccCCddDDeeEEffFFggGGhhHHiiIIjjJJkkKKllLLmmMMnnNNooOO:
Value | Description |
---|---|
ZZ | Rolling 8-bit counter, increments when values are refreshed. |
YY | Status, 1 when ManufacturerAccess() = 0xF081 or 0xF083, 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 | Cell Voltage 5 |
GGgg | Cell Voltage 6 |
HHhh | PACK Voltage |
IIii | BAT Voltage |
JJjj | Cell Current 1 |
KKkk | Cell Current 2 |
LLll | Cell Current 3 |
MMmm | Cell Current 4 |
NNnn | Cell Current 5 |
OOoo | Cell Current 6 |