p103_mmi2dsp.h

来自「人机界面程序」· C头文件 代码 · 共 48 行

H
48
字号
#define    YC_AIA             0   //Ia幅值
#define    YC_RIA             1   //Ia角度
#define    YC_AIB             2   //Ib幅值
#define    YC_RIB             3   //Ib角度
#define    YC_AIC             4   //Ic幅值
#define    YC_RIC             5   //Ic角度
#define    YC_A3I0            6   //3I0幅值
#define    YC_AUA             7   //Ua幅值
#define    YC_RUA             8   //Ua角度
#define    YC_AUB             9   //Ub幅值
#define    YC_RUB            10   //Ub角度
#define    YC_AUC            11   //Uc幅值
#define    YC_RUC            12   //Uc角度
#define    YC_AUAB           13   //Uab幅值
#define    YC_RUAB           14   //Uab角度
#define    YC_AUBC           15   //Ubc幅值
#define    YC_RUBC           16   //Ubc角度
#define    YC_AUCA           17   //Uca幅值
#define    YC_RUCA           18   //Uca角度
#define    YC_AIMA           19   //Ima幅值
#define    YC_RIMA           20   //Ima角度
#define    YC_AIMB           21   //Imb幅值
#define    YC_RIMB           22   //Imb角度
#define    YC_AIMC           23   //Imc幅值
#define    YC_RIMC           24   //Imc角度
#define    YC_P              25   //有功功率
#define    YC_Q              26   //无功功率
#define    YC_F              27   //频率
#define    YC_COS            28   //Cos
#define    YC_A3U0           29   //U0幅值
#define    YC_CHARGE         30   //充电状态
#define    YC_PEL            31   //正向有功电度(L)
#define    YC_PEH            32   //正向有功电度(H)
#define    YC_NEL            33   //反向有功电度(L)
#define    YC_NEH            34   //反向有功电度(H)
#define    YC_PNEL           35   //正向无功电度(L)
#define    YC_PNEH           36   //正向无功电度(H)
#define    YC_NNEL           37   //反向无功电度(L)
#define    YC_NNEH           38   //反向无功电度(H)
                              
int  Check_Instruction_Statue(unsigned int Command);

void   CommDspTimeUpdate(void);
void   ProcessMMI_DSP(void);
void   ComMMI2DSP_init(void);
int    MMI_DSP_Instruction(unsigned int Command,UI per1,UI per2);
void   Comm_103_Run(void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?