DELL
2024-06-27 a9da44eca9b13cc55382c319c53c6830ceab57a1
iec61850_forFoShanAES_Model/src/com/dec/fbs9100/BTS_61850_SocketClient.java
@@ -154,7 +154,7 @@
         try {
            m_ClientSap = new ClientSap();
            m_Association = m_ClientSap.associate(InetAddress.getByName(FBSDeviceIp), 102, null, null);
            System.out.println(m_ServerModel);
            //System.out.println(m_ServerModel);
            if(null == m_ServerModel || !FBSDeviceName.contains(m_ServerModel.getBaseDevName())) {
               //与预加载的模型文件不一致时
               System.out.println(99999);
@@ -1057,7 +1057,7 @@
                  if(fc_mode instanceof BdaBoolean) {
                     //JTextField tf_t = (JTextField) data.getValueField();
                     String fc_mode_str = fc_mode.toString1();
                     System.out.println("n:"+n+" "+fc_mode_str+"=="+((BdaBoolean)fc_mode).getValue());
                     //System.out.println("n:"+n+" "+fc_mode_str+"=="+((BdaBoolean)fc_mode).getValue());
                     if(fc_mode_str.contains(FBSDeviceName + "/ncdGGIO1.Alm1")){
                        //通信蓄电池远程核容装置常闭接触器K1告警
                        alm[0] = ((BdaBoolean)fc_mode).getValue();