springboot-vue3/src/main/java/com/example/springboot/component/PlcManualonePosition.java
@@ -54,10 +54,6 @@ while (this != null) { try { Thread.sleep(500); } catch (InterruptedException e) { e.printStackTrace(); } // this.readValue(); // String PlcAddress = this.name; // Integer Plccount = this.count; @@ -245,6 +241,11 @@ } } } } catch (InterruptedException e) { e.printStackTrace(); } } } }