rev 其他问题
This commit is contained in:
@@ -236,6 +236,7 @@ public class LnshLaminatingMachineDeviceDriver extends AbstractOpcDeviceDriver i
|
||||
last_move = move;
|
||||
last_task = task;
|
||||
last_container_type = container_type;
|
||||
last_to_command= to_command;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -194,8 +194,10 @@ public class DeviceOpcProtocolRunable implements Runnable, DataCallback, ServerC
|
||||
if (true) {
|
||||
this.logItemChanged(itemId, accessor_value, value, itemDto);
|
||||
}
|
||||
|
||||
if(!ObjectUtil.isEmpty(value)){
|
||||
accessor_value.setValue(itemId, value);
|
||||
}
|
||||
//accessor_value.setValue(itemId, value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user