Maxim Integrated / MAX17055_EZconfig

Dependents:   Low_Power_Long_Distance_IR_Vision_Robot MAX17055_EZconfig MAX17055_EZconfig_Sample Low_Power_Long_Distance_IR_Vision_Robot

Fork of max17055 by Maxim Integrated

Embed: (wiki syntax)

« Back to documentation index

MAX17055::saved_FG_params_t Struct Reference

MAX17055::saved_FG_params_t Struct Reference

Saved Fuel Gauge Parameters. More...

#include <max17055.h>

Data Fields

int rcomp0
 The RComp0 is the characterization information critical to computing the open-circuit voltage of a cell under loaded conditions.
int temp_co
 The TempCo value is the temperature compensation information based on the RComp0 value.
int full_cap_rep
 The full capacity in relation with RepCap for reporting to the GUI.
int cycles
 The Cycles value maintains a total count of the number of charge/discharge cycles of the cell that have occurred.
int full_cap_nom
 This is the calculated full capacity of the cell, not including temperature and empty compensation.

Detailed Description

Saved Fuel Gauge Parameters.

It is recommended to save the learned capacity parameters every time bit 2 of the Cycles register toggles (so that it is saved every 64% change in the battery) so that if power is lost the values can easily be restored.

Definition at line 274 of file max17055.h.


Field Documentation

int cycles

The Cycles value maintains a total count of the number of charge/discharge cycles of the cell that have occurred.

Definition at line 278 of file max17055.h.

This is the calculated full capacity of the cell, not including temperature and empty compensation.

A new full-capacity nominal value is calculated each time a cell relaxation event is detected. This values is used to generate other outputs of the ModelGauge m5 algorithm.

Definition at line 279 of file max17055.h.

The full capacity in relation with RepCap for reporting to the GUI.

A new full-capacity value is calculated at the end of every charge cycle in the application.

Definition at line 277 of file max17055.h.

int rcomp0

The RComp0 is the characterization information critical to computing the open-circuit voltage of a cell under loaded conditions.

Definition at line 275 of file max17055.h.

int temp_co

The TempCo value is the temperature compensation information based on the RComp0 value.

Definition at line 276 of file max17055.h.