DELL
2024-07-04 3188cb5ef25641a3204f6660926840953fe6e407
修改
1个文件已修改
4 ■■■■ 已修改文件
IEC61850_ForPowerSupply_ForNW/src/com/power/comm/Power_61850_SocketClient.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();
        }