#define PVCURGAIN 0009033203f0005371094f#define PVVLTGAIN 0016113281f#define BUSVLTGAIN 0136150f#define BUSVLTGAIN 0139316279fuint16_t u16OverCnt; AC_DATA tAc; struct ST_trapper trpVpv1; struct ST_t
//定义PV电流增益常量 #define PVCURGAIN 0.009033203f//0.005371094f //定义PV电压增益常量 #define PVVLTGAIN 0.016113281f //定义总线电压增益常量 #define BUSVLTGAIN 0.139316279f
//定义计数器变量 uint16_t u16OverCnt; //定义交流电源数据结构体 AC_DATA tAc; //定义PV1电压过压保护结构体 struct ST_trapper trpVpv1; //定义PV2电压过压保护结构体 struct ST_trapper trpVpv2; //定义PV3电压过压保护结构体 struct ST_trapper trpVpv3; //定义PV4电压过压保护结构体 struct ST_trapper trpVpv4; //定义总线电压过压保护结构体 struct ST_trapper trpVbus;
//定义PV1电流过流保护结构体 struct ST_trapper trpIpv1; //定义PV2电流过流保护结构体 struct ST_trapper trpIpv2; //定义PV3电流过流保护结构体 struct ST_trapper trpIpv3; //定义PV4电流过流保护结构体 struct ST_trapper trpIpv4
原文地址: https://www.cveoy.top/t/topic/ciXT 著作权归作者所有。请勿转载和采集!