JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/job/PLCCleaning.java
@@ -51,8 +51,8 @@ if (machine.getIsLog()>0){ s7objectMachine.consoleLogInfo(); } int edgSpeedInt=PLCEdging.edgSpeed; int edgThinnessInt=PLCEdging.thinness; int edgSpeedInt=0; int edgThinnessInt=0; if(!(edgSpeedInt+"").equals(edgSpeed.getValue())||!(edgThinnessInt+"").equals(thinness.getValue())){ //给清洗机器发送磨边机速度 S7objectCleaning.getinstance().plccontrol.writeWord(edgSpeed.getAddress(), edgSpeedInt);