| | |
| | | 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);
|
| | |
| | | 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();
|