自动化立体仓库 - WCS系统
*
lsh
2025-01-08 86cdf4583ebb884ecdcd7c90f057c103bbace121
src/main/java/com/zy/core/thread/SteThread.java
@@ -155,8 +155,8 @@
                boolean[] status2 = siemensS7Net.getByteTransform().TransBool(result.Content, 27, 1);
                steProtocol.setChargeStatus(status[0]?(short)1:(short)0);
                steProtocol.setTrack(status[1]?(short)1:(short)0);
                steProtocol.setChargeStatus(status2[0]?(short)1:(short)0);
                steProtocol.setTrack(status2[1]?(short)1:(short)0);
//                steProtocol.setLoad(status2[6]?(short)1:(short)0);
                steProtocol.setLoad(status2[7]?(short)1:(short)0);