whyclj
2020-10-11 e72ab6c7f9e4ca9b9f57af0cdcde135d049513e5
src/com/dev/base/data/Dynamicload_SocketClient_Thread.java
@@ -46,6 +46,12 @@
               writeDynamicload_Control(master,dcontrol);
               PowerArk_Task_SQL.update_Dynamicload_Control(conn_pool, dcontrol);
            }*/
            //控制页面
            PowerArk_Task_SQL.queryDynamicload_Control(conn_pool, dcontrol);
            {
            }
            if (runCount % 2 == 0) {
               // *************************** 更新负载按钮信息******************************//*
@@ -290,7 +296,7 @@
      BatchRead<Integer> batch = dstate.createBatchRead(master,dstate.fz_button_num);   
      //System.out.println("id"+dinf.getDev_id()+"  button_num"+dstate.fz_button_num);
      BatchResults<Integer> res = MyModbusUtils.readMutilRegisters(batch, master);
      dstate.putBatchResult(res);
      dstate.putBatchResult(res,dstate.fz_button_num);
   }
   
   /**