foxBMS
1.2.1
The foxBMS Battery Management System API Documentation
|
#include <fram_cfg.h>
Data Fields | |
float | minimumSoe_perc [BS_NR_OF_STRINGS] |
float | maximumSoe_perc [BS_NR_OF_STRINGS] |
float | 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 number between 0.0f and 100.0f (0% and 100%)
Definition at line 130 of file fram_cfg.h.
float FRAM_SOE::averageSoe_perc[BS_NR_OF_STRINGS] |
average SOE
Definition at line 133 of file fram_cfg.h.
float FRAM_SOE::maximumSoe_perc[BS_NR_OF_STRINGS] |
maximum SOE
Definition at line 132 of file fram_cfg.h.
float FRAM_SOE::minimumSoe_perc[BS_NR_OF_STRINGS] |
minimum SOE
Definition at line 131 of file fram_cfg.h.