| | |
| | | //*************************** 更新水冷系统实时信息******************************//* |
| | | //readWater_rt(master,wrt); |
| | | readMutilWater_rt(master, wrt); |
| | | Water_Task_SQL.replace_water_rt(conn_pool, wrt); |
| | | Water_Task_SQL.update_water_rt(conn_pool, wrt); |
| | | |
| | | //**************************** 更新水冷系统分支实时信息 *****************************//* |
| | | //readWater_brach(master,wbrach); |
| | | readMutilWater_brach(master, wbrach); |
| | | Water_Task_SQL.replace_water_brach(conn_pool, wbrach); |
| | | Water_Task_SQL.update_water_brach(conn_pool, wbrach); |
| | | |
| | | //**************************** 更新水冷系统状态信息 *****************************//* |
| | | //readWater_state(master,wstate); |
| | | readMutilWater_state(master, wstate); |
| | | Water_Task_SQL.replace_water_state(conn_pool, wstate); |
| | | Water_Task_SQL.update_water_state(conn_pool, wstate); |
| | | } |
| | | |
| | | if(runCount %4 == 0) { |