From 3188cb5ef25641a3204f6660926840953fe6e407 Mon Sep 17 00:00:00 2001
From: DELL <1525436766@qq.com>
Date: 星期四, 04 七月 2024 17:09:33 +0800
Subject: [PATCH] 修改

---
 IEC61850_ForPowerSupply_ForNW/src/com/power/comm/Power_61850_SocketClient.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/IEC61850_ForPowerSupply_ForNW/src/com/power/comm/Power_61850_SocketClient.java b/IEC61850_ForPowerSupply_ForNW/src/com/power/comm/Power_61850_SocketClient.java
index fab8364..ba3ff30 100644
--- a/IEC61850_ForPowerSupply_ForNW/src/com/power/comm/Power_61850_SocketClient.java
+++ b/IEC61850_ForPowerSupply_ForNW/src/com/power/comm/Power_61850_SocketClient.java
@@ -212,13 +212,13 @@
 		}
 		else if(devIndex%3 == 1) {
 			//System.out.println("读取交流交流配电柜"+Com.getDateTimeFormat(new Date(), Com.DTF_YMDhms));
-			read_AC_LD();
+			//read_AC_LD();
 			
 			pwrDev_rtData.UpdatePower_AC_Data_ToTable();
 		}
 		else {
 			//System.out.println("读取直流配电柜"+Com.getDateTimeFormat(new Date(), Com.DTF_YMDhms));
-			read_DC_LD();
+			//read_DC_LD();
 			
 			pwrDev_rtData.UpdatePower_DC_Data_ToTable();
 		}

--
Gitblit v1.9.1