DELL
2024-10-19 90655207168457cc5748ca19c1c3c75dd6b1af68
IEC61850_ForPowerSupply_ForNW/src/com/power/comm/Power_61850_SocketClient.java
@@ -131,6 +131,13 @@
            m_Association = m_ClientSap.associate(InetAddress.getByName(pwrDev_rtData.PowerDevDeviceIp), 102, null, null);
         } catch (Exception e) {
            logger.debug("PowerDev_IEC61850_Client Unable to connect to device IP:" + pwrDev_rtData.PowerDevDeviceIp);
            if(null != m_Association) {
               try {
                  m_Association.close();
               } catch (Exception e1) {
                  e1.printStackTrace();
               }
            }
            continue;
         }