优化
This commit is contained in:
@@ -163,7 +163,7 @@ public class SiemensConveyorDeviceDriver extends AbstractOpcDeviceDriver impleme
|
||||
inst_message = null;
|
||||
this.clearWrite();
|
||||
}
|
||||
if (move == 0 && last_move == 1) {
|
||||
if (move == 0 && last_move == 1 && "06".equals(this.device.getRegion())) {
|
||||
this.requiresShipDeviceUpdate = false;
|
||||
}
|
||||
logServer.deviceItemValue(this.device_code, "move", String.valueOf(move));
|
||||
|
||||
Reference in New Issue
Block a user