LSH
2023-07-25 cdcda32802aabe65fc6d20fb06907998b3bb9a61
src/main/java/com/zy/core/thread/RgvThread.java
@@ -158,7 +158,7 @@
     */
    private void readStatus(){
        try {
            OperateResultExOne<byte[]> result = siemensNet.Read("DB101.0", (short) 34);
            OperateResultExOne<byte[]> result = siemensNet.Read("DB1.0", (short) 34);
            if (result.IsSuccess) {
                if (null == rgvProtocol) {
                    rgvProtocol = new RgvProtocol();