foxBMS  1.6.0
The foxBMS Battery Management System API Documentation
FRAM_SOC_s Struct Reference

#include <fram_cfg.h>

Data Fields

float_t minimumSoc_perc [BS_NR_OF_STRINGS]
 
float_t maximumSoc_perc [BS_NR_OF_STRINGS]
 
float_t averageSoc_perc [BS_NR_OF_STRINGS]
 

Detailed Description

state of charge (SOC). Since SOC is voltage dependent, three different values are used, min, max and average. SOC defined as a float_t number between 0.0f and 100.0f (0% and 100%)

Definition at line 140 of file fram_cfg.h.

Field Documentation

◆ averageSoc_perc

float_t FRAM_SOC_s::averageSoc_perc[BS_NR_OF_STRINGS]

average SOC

Definition at line 143 of file fram_cfg.h.

◆ maximumSoc_perc

float_t FRAM_SOC_s::maximumSoc_perc[BS_NR_OF_STRINGS]

maximum SOC

Definition at line 142 of file fram_cfg.h.

◆ minimumSoc_perc

float_t FRAM_SOC_s::minimumSoc_perc[BS_NR_OF_STRINGS]

minimum SOC

Definition at line 141 of file fram_cfg.h.


The documentation for this struct was generated from the following file: