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

#include <fram_cfg.h>

Data Fields

float_t minimumSoe_perc [BS_NR_OF_STRINGS]
 
float_t maximumSoe_perc [BS_NR_OF_STRINGS]
 
float_t averageSoe_perc [BS_NR_OF_STRINGS]
 

Detailed Description

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

Definition at line 151 of file fram_cfg.h.

Field Documentation

◆ averageSoe_perc

float_t FRAM_SOE_s::averageSoe_perc[BS_NR_OF_STRINGS]

average SOE

Definition at line 154 of file fram_cfg.h.

◆ maximumSoe_perc

float_t FRAM_SOE_s::maximumSoe_perc[BS_NR_OF_STRINGS]

maximum SOE

Definition at line 153 of file fram_cfg.h.

◆ minimumSoe_perc

float_t FRAM_SOE_s::minimumSoe_perc[BS_NR_OF_STRINGS]

minimum SOE

Definition at line 152 of file fram_cfg.h.


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