zhubaomin
2 天以前 c2976b80e8850be2d28dc2132c6659856b871f3c
pipIrr-platform/pipIrr-mw/pipIrr-mw-simulate-rtu/src/main/java/com/dy/simRtu/tcpClient/downData/DownData.java
@@ -30,7 +30,16 @@
        }
    }
    private void dealP206V1(byte[] bs){
        //应该是链路检测数据
        String cdPre = ByteUtil.bytes2Hex(bs, false, ProtocolConstantV206V1.codeIndex, 1);
        if(cdPre.equals("50")){
            UpCd50.upData() ;
        }else if(cdPre.equals("66")){
            UpCd66.upData() ;
        }else if(cdPre.equals("91")){
            UpCd91.upData() ;
        }else if(cdPre.equals("92")){
            UpCd92.upData() ;
        }
    }
    private void dealUpgrade(byte[] bs){
        String cdPre = ByteUtil.bytes2Hex(bs, false, ProtocolConstantV206V1.UG_codeIndex, 1);