foxBMS  1.2.1
The foxBMS Battery Management System API Documentation
FRAM_SOE Struct Reference

#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]
 

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 number between 0.0f and 100.0f (0% and 100%)

Definition at line 130 of file fram_cfg.h.

Field Documentation

◆ averageSoe_perc

float FRAM_SOE::averageSoe_perc[BS_NR_OF_STRINGS]

average SOE

Definition at line 133 of file fram_cfg.h.

◆ maximumSoe_perc

float FRAM_SOE::maximumSoe_perc[BS_NR_OF_STRINGS]

maximum SOE

Definition at line 132 of file fram_cfg.h.

◆ minimumSoe_perc

float FRAM_SOE::minimumSoe_perc[BS_NR_OF_STRINGS]

minimum SOE

Definition at line 131 of file fram_cfg.h.


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