Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches

Declaration of macros calculating additional parameters for Control Loop. More...

+ Collaboration diagram for Control Loop:

Modules

 Conversion Macros
 Conversion macros for user-declarations of Adaptive Gain Modulation parameters.
 
#define VPLOOP_ILOOP_EXE_RATIO   (uint16_t)(10 / 2)
 ratio of ILOOP /VPLOOP execution [100KHz / 10KHz], the divide 2 is for interleaved VLoop and PLoop
 
#define AGC_MINIMUM_VIN_THRESHOLD   160u
 Minimum VIN threshold to activate AGC in [V]

 
#define AGC_MINIMUM_ISEC_THRESHOLD   7
 Minimum current threshold to activate AGC in [A].
 
#define AGC_MINIMUM_VIN_THRESHOLD_SEC   160u
 Minimum VIN secondary threshold to activate AGC reverse mode in [V]

 

Detailed Description

Note
The Control Loop Declarations only contain user settings and conversion macros.

Macro Definition Documentation

◆ AGC_MINIMUM_ISEC_THRESHOLD

#define AGC_MINIMUM_ISEC_THRESHOLD   7

Definition at line 46 of file config.h.

◆ AGC_MINIMUM_VIN_THRESHOLD

#define AGC_MINIMUM_VIN_THRESHOLD   160u

Definition at line 45 of file config.h.

◆ AGC_MINIMUM_VIN_THRESHOLD_SEC

#define AGC_MINIMUM_VIN_THRESHOLD_SEC   160u

Definition at line 47 of file config.h.

◆ VPLOOP_ILOOP_EXE_RATIO

#define VPLOOP_ILOOP_EXE_RATIO   (uint16_t)(10 / 2)

Definition at line 44 of file config.h.