using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IntelligentControlForsx { public class Point { /// /// windpowerstationtestingpoint全省年发电量统一编码0,风电年发电量统一编码-1,光伏-2 /// public static string NFDL = "NFDL"; /// /// windpowerstationtestingpoint全省日发电量统一编码0,风电日发电量统一编码-1,光伏-2 /// public static string RFDL = "RFDL"; /// /// windpowerstationtestingpoint全省日发电量统一编码0,风电日发电量统一编码-1,光伏-2 /// public static string RFDLB = "RFDLB"; /// /// windpowerstationtestingpoint全省月发电量统一编码0,风电月发电量统一编码-1,光伏-2 /// public static string YFDL = "YFDL"; /// /// windpowerstationtestingpoint全省实时总功率,全省0,风电-1,光伏-2 /// public static string SSZGL = "SSZGL"; /************************************/ /// /// 月发电量 升压站 /// public static string YFDLB = "YFDLB"; /// /// 年发电量 升压站 /// public static string NFDLB = "NFDLB"; /// /// 全省运行台数 /// public static String YXTS = "YXTS"; /// /// 全省故障台数 /// public static string GZTJ = "GZTJ"; /// /// 全省待机台数 /// public static string DJTS = "DJTS"; /// /// 全省离线台数 /// public static string LXTS = "LXNUM"; /// /// 全省限电台数 /// public static string XDTS = "XDTS"; /// /// 维护台数 /// public static string WHTJ = "WHTJ"; /// /// 安全天数 /// public static string AQTS = ""; /// /// 全省实时平均风速 /// public static string SpeedNow = "SSFS"; /// /// 风电实时总功率 /// public static string PowerNow = "SSZGL"; /// /// windpowerstationtestingpoint实时风速统一编码 /// public static string SSFS = "SSFS"; // public static string SSZGL="SSZGL" } }