wuyouming666
2024-05-06 627d77af3fcc77d012160c916349adc2340a846f
springboot-vue3/src/main/java/com/example/springboot/component/Plcstate.java
@@ -61,10 +61,6 @@
    while (this != null) {
      try {
        Thread.sleep(1000);
      } catch (InterruptedException e) {
        e.printStackTrace();
      }
//      this.readValue();
//      String PlcAddress = this.name;
//      Integer Plccount = this.count;
@@ -96,6 +92,10 @@
        }
      }
      } catch (InterruptedException e) {
        e.printStackTrace();
      }
    }
  }
}