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.
Status | Condition |
---|---|
Disable | ManufacturingStatus()[CAL] = 1 AND 0xF080 to ManufacturerAccess() |
Action: OperationStatus()[CAL] = 0, [CAL_OFFSET] = 0
Stops output of ADC and CC data on ManufacturerBlockAccess() or ManufacturerData()
Status | Condition |
---|---|
Enable | 0xF083 to ManufacturerAccess() |
Action: OperationStatus()[CAL] = 1, [CAL_OFFSET] = 0
Outputs the raw CC and AD values on ManufacturerBlockAccess() or ManufacturerData() in the format of ZZYYaaAAbbBB:
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 | Cell Voltage 7 |
BBbb | Cell Current 7 |