#
zjj
2024-05-23 fc147addd6f957585002a242af54c33eaa326aba
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -180,6 +180,7 @@
                staProtocol.setWorkNo((short) 0);
                staProtocol.setNearbySta((short) 1);
                staProtocol.setLoading(false);
                staProtocol.setAutoing(false);
            }
        }
    }
@@ -269,6 +270,7 @@
                        station.put((i+1), staProtocol);
                    }
                    staProtocol.setWorkNo(wrkNo);
                    staProtocol.setAutoing(true);
                    staProtocol.setNearbySta(location);
                    staProtocol.setLoading(status[0]);
                }