src/com/sp_comm/Central_Monitor_Thread.java
@@ -19,6 +19,7 @@ public boolean auto_update_data = false; //自动随机数据 public boolean write_data = false; //写入数据 public boolean running_en = true; //是否运行 public Central_ST_Data data; @@ -38,7 +39,8 @@ } catch (InterruptedException e1) { e1.printStackTrace(); } while(true) { while(running_en) { //System.out.println(this.getClass().getName()); try { /********* 读取数据 ****************************************************/ if(read_data) {