foxBMS
1.5.0
The foxBMS Battery Management System API Documentation
|
#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] |
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.
float_t FRAM_SOE_s::averageSoe_perc[BS_NR_OF_STRINGS] |
average SOE
Definition at line 154 of file fram_cfg.h.
float_t FRAM_SOE_s::maximumSoe_perc[BS_NR_OF_STRINGS] |
maximum SOE
Definition at line 153 of file fram_cfg.h.
float_t FRAM_SOE_s::minimumSoe_perc[BS_NR_OF_STRINGS] |
minimum SOE
Definition at line 152 of file fram_cfg.h.