#AI
Junjie
4 天以前 d8896f48cf6d3ab0b38d289522be15ad239552d3
src/main/java/com/zy/core/thread/impl/ZyStationThread.java
@@ -59,7 +59,7 @@
        //设备读取
        Thread readThread = new Thread(() -> {
            while (true) {
            while (!Thread.currentThread().isInterrupted()) {
                try {
                    readStatus();
                    Thread.sleep(200);
@@ -70,7 +70,7 @@
        });
        readThread.start();
        while (true) {
        while (!Thread.currentThread().isInterrupted()) {
            try {
                int step = 1;
                Task task = MessageQueue.poll(SlaveType.Devp, deviceConfig.getDeviceNo());