P103_MMI2DSP.H
上传用户:jndfzc
上传日期:2014-06-02
资源大小:325k
文件大小:2k
源码类别:

单片机开发

开发平台:

Others

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