lms新接口更新
This commit is contained in:
@@ -168,9 +168,9 @@ public class SiemensConveyorDeviceDriver extends AbstractOpcDeviceDriver impleme
|
||||
if(move == 0 && last_move == 1 ){
|
||||
last_vehicle_code = vehicle_code;
|
||||
last_inst_message = inst_message;
|
||||
}
|
||||
if (move == 0 && last_move == 1 && "06".equals(this.device.getRegion())) {
|
||||
this.requiresShipDeviceUpdate = false;
|
||||
if ("true".equals(this.device.getExtraValue().get("ship_device_update"))) {
|
||||
this.requiresShipDeviceUpdate = false;
|
||||
}
|
||||
}
|
||||
logServer.deviceItemValue(this.device_code, "move", String.valueOf(move));
|
||||
logServer.deviceExecuteLog(this.device_code, "", "", "信号move:" + last_move + "->" + move);
|
||||
|
||||
Reference in New Issue
Block a user