SLUUD50 October 2024 BQ27Z758
This command enables or disables the gauging function to ease testing during manufacturing.
| Status | Condition | Action |
|---|---|---|
| Disable | ManufacturingStatus()[GAUGE_EN] = 1 AND 0x0021 to AltManufacturerAccess() | ManufacturingStatus()[GAUGE_EN] = 0 Disables the gauging feature |
| Enable | ManufacturingStatus()[GAUGE_EN] = 0 AND 0x0021 to AltManufacturerAccess() | ManufacturingStatus()[GAUGE_EN] = 1 Enables the gauging feature |