wuyouming666
2024-05-09 a78422827afcedefd5a0ca1d893198d48ea8062f
springboot-vue3/src/main/java/com/example/springboot/component/PLCManualJog.java
@@ -33,14 +33,7 @@
        while (this != null) {
            try {
                Thread.sleep(500);
            } catch (InterruptedException e) {
                e.printStackTrace();
            }
           List<String> addressList21 = Arrays.asList(config.getProperty("PLCManualJog.button").split(","));
                List<String> addressList21 = Arrays.asList(config.getProperty("PLCManualJog.button").split(","));
       List<Boolean> arraylist = S7control.getinstance().readBits(addressList21);
@@ -112,6 +105,13 @@
                }
            }
            } catch (InterruptedException e) {
                e.printStackTrace();
            }
        }
    }