SLUUCA6 October 2021 BQ27Z746
This command instructs the device to output the raw values for calibration purposes on MACData(). All values are updated every 1000 ms and the format of each value is 2's complement, MSB first.
Status | Condition | Action |
---|---|---|
Disable | OperationStatusB()[CAL] = 1 AND 0xF080 to AltManufacturerAccess() | OperationStatusB()[CAL] = 0 Stops output of ADC and CC data on MACData() |
Enable | 0xF081 to AltManufacturerAccess() | OperationStatusB()[CAL] = 1 Outputs the raw CC and AD values on MACData() in the format of ZZYYaaAAbbBBccCCddDDeeEEffFF ggGGhhHHiiIIjjJJkkKK: ZZ: Rolling 8-bit counter, increments when values are refreshed. YY: Status, 1 when AltManufacturerAccess() = 0xF081 AAaa: Current (coulomb counter) BBaa: Cell Voltage CCaa: DDaa: EEee: FFff: Pack Pin Voltage GGgg: HHhh: Cell Current IIii: JJjj: KKkk: |