This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ24610: STAT1 blinking - Charger constantly tries recharging the battery pack

Part Number: BQ24610
Other Parts Discussed in Thread: BQ40Z50-R2,

We are seeing a similar phenomena reported by other users at the end of charging.  The STAT1 signal constantly cycles between low and high about every 2 seconds.  The STAT2 signal always stays high.  (STAT1 is low for about 140msec during every ~2 seconds cycle.)

We are using BQ24610 to charge a smart battery pack.  The battery pack uses the BQ40Z50-R2 fuel gauge.  The battery pack has the charge termination current set to 0.35A so that it shuts off charging before the charger does.  (The BQ24610 termination current is set to 0.3A)  The reason is (I am told) that the fuel gauge needs to end the charging process in order to accurately set  the SOC to 100%.

When the fuel gauge shuts off charging,  we believe the charge FET inside the battery pack turns off.  When that happens, the external no-load battery pack voltage drops about 0.5V (diode drop + battery relaxation) lower than the charging voltage.  This voltage is slightly lower than the Vrech threshold, so the battery charger circuit tries to recharge the battery.  But the battery is shut off from charging.  This results in an endless cycle.  We have never seen the BQ24610 outputting the "Charge Complete" status.

1.  What is the best way for the charger IC and fuel-gauge IC to work together and implement charging termination properly?

2. How do we get the BQ24610 to output the  "Charge Complete" status at the end of charging?

3.  The BQ24610 TTC pin is currently connected to a 0.1uF capacitor.  Do you recommend grounding this pin in order to disable charger termination?  Would this help?

4.  Do you offer another charge controller IC similar to the BQ24610 that works better with the fuel gauge IC BQ40Z50-R2?

Thank you...

  • Hi David,
    Yes, your explanation of STAT1 blinking is a common phenomenon when system design causes a voltage drop at the end of a charge cycle which will trigger the recharge threshold and initiate a new charge cycle. In this system, the external diode drop + relaxation will contribute to that (other examples are high termination current causing a voltage drop across any impedance, in between the battery and where charger senses battery voltage). In general the recharge threshold is an important feature to ensure battery is fully charged, and as such cannot be disabled on this device.

    For BQ24610, the charge complete feature (STAT2 low) would show up when 2 conditions are satisfied: 1. VFB>VRECH and 2. ICHG<ITERM. As BQ24610 termination threshold is lower than that of the gauge, that condition looks like it cant be satisfied, as gauge termination loop will already take care of it.
    To understand if the charge FET in the battery pack is indeed being shut off, capture a waveform at VFB once gauge has terminated charge. If battery absent detection occurs, this means that FET has turned off and hidden the battery from the charger. A good scope capture to take would be Charge current, VFB, STAT1, and actual battery cell voltage.
    Grounding TTC will disable charger termination, however as gauge is essentially taking care of the termination right now, it seems as if the cyclic gauge termination, and recharge threshold would still happen. Moreover STAT2 would not show charge complete.

    Looking at the results for the test mentioned above will be useful in determining whether a different part is required, or if a modification to the system would stop this STAT1 cycling. Just to reiterate, the STAT1 flashing is not BQ24610 bug, but expected when system design causes a voltage drop larger than the recharge threshold.
  • Hi Kedar,
    Thank you very much for the information. We'll get back to you next week...
  • Hello,

    We have been able to capture internal battery pack states from the BQ40Z50-R2 via the SMBus interface.  The data confirms that the fully charged battery pack has shut off the Charge FET.

    Pls review the file: FULLY_CHARGED_PACK-CHARGING.txt.  For comparison, we have included a capture of the same battery pack in the IDLE state (no charging).

    Also for comparison, we have included two files from a different battery pack that is not fully charged.  (4 files total)

    The battery pack internal states were captured once per second and logged to these files.  Pls let us know if you need any additional information.

    Thank you.

    ---- 1 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 2 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 3 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 4 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 5 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 6 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 7 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 8 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 9 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 10 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 11 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 12 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 13 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 14 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 15 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 16 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 17 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 18 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 19 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 20 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 21 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 22 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 23 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 24 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 25 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 26 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 27 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 28 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 29 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 30 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    
    ---- 1 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 2 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 3 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 4 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 5 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 6 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 7 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 8 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 9 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 10 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 11 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 12 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 13 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 14 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 15 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 16 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 17 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 18 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 19 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 20 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 21 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 22 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 23 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 24 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 25 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 26 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16230 mV
    
    ---- 27 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 28 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 29 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 30 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 31 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 32 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 33 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 34 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 35 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 36 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 37 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 38 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 39 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16229 mV
    
    ---- 40 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 41 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16229 mV
    
    ---- 42 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16229 mV
    
    ---- 43 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 44 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 45 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 46 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -7 mA
    Pack Voltage = 16230 mV
    
    ---- 47 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 48 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 49 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 50 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 51 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 52 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 53 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 54 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 55 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 56 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 57 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 58 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 59 ----
    hunterClearS1Interrupt: Failed to find the TR block for mcu 1 at slot 1
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 60 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 61 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 62 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 63 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 64 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 65 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 66 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 67 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 68 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 69 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 70 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 71 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 72 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 73 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 74 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 75 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 76 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 77 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 78 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 79 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 80 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 81 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 82 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 83 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 84 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 85 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 86 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 87 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 88 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 89 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 90 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 91 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 92 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 93 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 94 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 95 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 96 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 97 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 98 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 99 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 100 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 101 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 102 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 103 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 104 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 105 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 106 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 107 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 108 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 109 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 110 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 111 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 112 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 113 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 114 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 115 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 116 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 117 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 118 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 119 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 120 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 1 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 2 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 3 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 4 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 5 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 6 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 7 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 8 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 9 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 10 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 11 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 12 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 13 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 14 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 15 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 16 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 17 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 18 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 19 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 20 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 21 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 22 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 23 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 24 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 25 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 26 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16230 mV
    
    ---- 27 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 28 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 29 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 30 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 31 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 32 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 33 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 34 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 35 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 36 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 37 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 38 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 39 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16229 mV
    
    ---- 40 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16230 mV
    
    ---- 41 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16229 mV
    
    ---- 42 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16229 mV
    
    ---- 43 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 44 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16230 mV
    
    ---- 45 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 46 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -7 mA
    Pack Voltage = 16230 mV
    
    ---- 47 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16230 mV
    
    ---- 48 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16230 mV
    
    ---- 49 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 50 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 51 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 52 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 53 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 54 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 55 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 56 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 57 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 58 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 59 ----
    hunterClearS1Interrupt: Failed to find the TR block for mcu 1 at slot 1
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 60 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 61 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 62 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 63 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 64 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 65 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 66 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 67 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 68 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 69 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 70 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 71 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 72 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 73 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 74 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 75 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 76 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 77 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 78 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 79 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 80 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 81 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 82 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 83 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 84 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 85 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 86 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 87 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 88 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 89 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 90 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 91 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 92 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 93 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 94 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 95 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 96 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 97 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 98 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 99 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 100 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 101 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 102 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 103 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 104 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 105 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 106 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 107 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 108 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 109 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 110 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 111 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -6 mA
    Pack Voltage = 16228 mV
    
    ---- 112 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 113 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 114 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 115 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -3 mA
    Pack Voltage = 16228 mV
    
    ---- 116 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -4 mA
    Pack Voltage = 16228 mV
    
    ---- 117 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 118 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 119 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 120 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = -5 mA
    Pack Voltage = 16228 mV
    
    ---- 1 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 2 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 3 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 4 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 5 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 6 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 7 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 8 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 9 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 10 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 11 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 12 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 13 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 14 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 15 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 16 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 17 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 18 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 19 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 20 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 21 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 22 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 23 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 24 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 25 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 26 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 27 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 28 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    ---- 29 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16229 mV
    
    ---- 30 ----
    BatteryStatus = 0x00e0
     FC   = 1 (Full charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00004383
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 0 (CHG FET inactive)
     XDSG = 0 (Discharging enabled)
     XCHG = 1 (Charging disabled)
    GaugingStatus = 0x0001195a
     FC   = 1 (Full charge detected)
     TC   = 1 (Terminate charge detected)
    RSOC = 100%
    ASOC = 93%
    Current = 0 mA
    Pack Voltage = 16228 mV
    
    
    ---- 1 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14030 mV
    
    ---- 2 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14031 mV
    
    ---- 3 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14033 mV
    
    ---- 4 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3278 mA
    Pack Voltage = 14034 mV
    
    ---- 5 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14036 mV
    
    ---- 6 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14037 mV
    
    ---- 7 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3281 mA
    Pack Voltage = 14038 mV
    
    ---- 8 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3278 mA
    Pack Voltage = 14040 mV
    
    ---- 9 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14041 mV
    
    ---- 10 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14042 mV
    
    ---- 11 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14043 mV
    
    ---- 12 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14044 mV
    
    ---- 13 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14045 mV
    
    ---- 14 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14046 mV
    
    ---- 15 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14047 mV
    
    ---- 16 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14048 mV
    
    ---- 17 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14049 mV
    
    ---- 18 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14050 mV
    
    ---- 19 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14051 mV
    
    ---- 20 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14052 mV
    
    ---- 21 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14052 mV
    
    ---- 22 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3278 mA
    Pack Voltage = 14053 mV
    
    ---- 23 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3281 mA
    Pack Voltage = 14054 mV
    
    ---- 24 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14055 mV
    
    ---- 25 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14056 mV
    
    ---- 26 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14056 mV
    
    ---- 27 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14057 mV
    
    ---- 28 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14058 mV
    
    ---- 29 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3279 mA
    Pack Voltage = 14059 mV
    
    ---- 30 ----
    BatteryStatus = 0x0080
     FC   = 0 (Not fully charged)
     DSG  = 0 (Charging)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101810
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 3280 mA
    Pack Voltage = 14060 mV
    
    
    ---- 1 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 2 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13806 mV
    
    ---- 3 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 4 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 5 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 6 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 7 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 8 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 9 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 10 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 11 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 12 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 13 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 14 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 15 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 16 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 17 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 18 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13806 mV
    
    ---- 19 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 20 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 21 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 22 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13806 mV
    
    ---- 23 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13806 mV
    
    ---- 24 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 25 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 26 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 27 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13806 mV
    
    ---- 28 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 29 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13807 mV
    
    ---- 30 ----
    BatteryStatus = 0x00c0
     FC   = 0 (Not fully charged)
     DSG  = 1 (Discharging or in RELAX mode)
    OperationStatus = 0x00000387
     PRES = 1 (System present)
     DSG  = 1 (DSG FET active)
     CHG  = 1 (CHG FET active)
     XDSG = 0 (Discharging enabled)
     XCHG = 0 (Charging enabled)
    GaugingStatus = 0x00101850
     FC   = 0 (Full charge not detected)
     TC   = 0 (Terminate charge not detected)
    RSOC = 16%
    ASOC = 16%
    Current = 0 mA
    Pack Voltage = 13806 mV
    
    

  • Hi David,
    Thanks for the results. As the data confirms the fully charged battery pack has shut off the charge FET, disconnecting the battery from the charger, the waveforms from the test I mentioned above will be helpful. If we can capture the VFB, charge current when charge terminates will be helpful (can tell us exactly how much the voltage drop might be). If possible, can termination current of both gauge and charger be decreased? This will possibly decrease the artificial voltage drop I mentioned above, that can contribute to immediately hitting recharge threshold when charge terminates.
    I will also review the results you just sent me
  • Hi Kedar,

    I have attached some of the requested scope traces.   I don't have a way to capture the current though.  The BQ40Z50-R2 measured only a few milliamps. (see files sent previously)

    (Same capture - Cursors moved lower)

  • Hi, just wondering if you've had any time to review our data?

    Thanks...

  • Hi, just checking in to see if you have any ideas on how to solve this issue?

    Thanks...

  • Hi David,
    This confirms what I talked about in the first post, with regards to charger hitting termination and recharge threshold cyclically. As charger is already deep in CV, charge current would be low during the period that STAT1 is low, and once the termination deglitch timer has been hit (termination criteria has been satisfied, with VFB ~2.1V and charge current very low), the charger will terminate. Can you repeat the same test, with VFB offset by 2V? We want to see this in fine resolution, so we can see when the VRECHG (relative to VFB) is hit, and STAT1 turns on. Is there any external load supplied by the battery in your system?
    I am looking in to STAT2 behavior as well on the EVM board, and will get back to you with results as soon as possible.
  • Hi Kedar,

    I've captured a few more traces and tried to zoom them up as much as possible.  Pls let me know if you want any trace captured differently.

    Yellow trace = STAT1

    Red trace = VBAT

    Blue trace = VFB

    Thanks,

    David

  • In response to your previous question, there is no load connected during these captures. The battery charger is only connected to the battery pack.
  • Hello, just checking on the status...

  • Hey David,

    If you do not need the Charge Done indication coming from the STATx pins, I would recommend disabling termination and let the fuel gauge handle the termination criterion.

    In this scenario, charging current will only stop flowing into the battery when your gauge disables the Charge FETs.


    Regards,
    Joel H
  • Hi Joel,

    Thanks for your reply.   We were hoping to use the STATx pins in order to drive LEDs to tell the user when the charging process has been completed.  We're trying to think of another way to do this, but it will definitely require adding additional hardware to our circuit board.  If there aren't any other options, I'll close this request.

    Thanks,

    David

  • One concern we had was related to disabling termination on the BQ24610. If we disable termination by holding TTC pin low, the datasheet says that the safety timer will also be disabled. We were hoping to have the safety timer stay functional for safety reasons.
  • Hey Davidr,

    Is it also possible for you to increase the ISET2 voltage to get a higher termination than your fuel gauge?

    Alternatively, if your fuel gauge is being used for SoC measurement by your host, I would recommend just using another GPIO to disable charge using the CE pin to implement a some what similar effect on the STATx pins. 

    Regards,

    Joel H