常规电力铁塔BTS版本通讯程序
whyclj
2020-10-23 fd920c6fa30c21c6eb93e53a9f2781b03e7d74b5
BattMonitor_FBS9100S/src/com/dev/btse/comm/FBS9100S_SocketClient2.java
@@ -123,7 +123,7 @@
            Thread.sleep(1000);
            comm_task_conn_time = Com.getDateTimeFormat(new Date(), Com.DTF_YMDhms);
            boolean f = SocketComm(FBS9100_ComBase.CMD_GetDeviceInf, ByteBuffer.allocate(0), socket);
            if(((m_StatAndParam.dev_id/1000000) == 910) && f) {
            if((((m_StatAndParam.dev_id/1000000) == 910)||  (m_StatAndParam.dev_id/1000000) == 911) && f ) {
               for(int i=0; i<m_Data.getItemCount(); i++) {
                  if(m_Data.getItem(i).FBSDeviceId == m_StatAndParam.dev_id) {
                     if(m_Data.getItem(i).getDevRegCode().length() > 8) {