From 177a7911bef4111d64ec0dfc6184eebb84fe23ed Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 31 七月 2023 00:47:04 +0800 Subject: [PATCH] 三相备份 --- HDL_ON/Common/R.cs | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 40 insertions(+), 5 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 5bad366..008a8ef 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,11 +4,46 @@ { public static class StringId { - - - - - + /// <summary> + /// 杩囧幓涓�骞寸殑姣忔湀鏁版嵁 + /// </summary> + public const int AirSwitchP3HistroyTip3 = 696; + /// <summary> + /// 杩囧幓涓�涓湀鐨勬瘡鏃ユ暟鎹� + /// </summary> + public const int AirSwitchP3HistroyTip2 = 695; + /// <summary> + /// 杩囧幓24灏忔椂鐨勬瘡灏忔椂鐢ㄧ數閲� + /// </summary> + public const int AirSwitchP3HistroyTip1 = 694; + /// <summary> + /// 鎬荤敤鐢甸噺锛圞W路h锛� + /// </summary> + public const int TotalPowerAndUnit = 693; + /// <summary> + /// 瀹炴椂鍔熺巼 + /// </summary> + public const int ActivePower = 692; + /// <summary> + /// 鐢垫祦 + /// </summary> + public const int Current = 691; + /// <summary> + /// 鐢靛帇 + /// </summary> + public const int Voltage = 690; + /// <summary> + /// C鐩稿疄鏃剁敤鐢垫暟鎹� + /// </summary> + public const int RealTimeElectricityConsumptionDataOfPhaseC = 689; + /// <summary> + /// B鐩稿疄鏃剁敤鐢垫暟鎹� + /// </summary> + public const int RealTimeElectricityConsumptionDataOfPhaseB = 688; + /// <summary> + /// A鐩稿疄鏃剁敤鐢垫暟鎹� + /// </summary> + public const int RealTimeElectricityConsumptionDataOfPhaseA = 687; /// <summary> /// 鎬昏 /// </summary> -- Gitblit v1.8.0