|
|
@ -161,7 +161,11 @@ public class DeviceOpcSynchronizeAutoRun extends AbstractAutoRunnable { |
|
|
|
} |
|
|
|
|
|
|
|
// boolean allNull = itemStatus.entrySet().stream().map((map) -> {
|
|
|
|
// return OpcUtl.getValue((Item)map.getKey(), (ItemState)map.getValue());
|
|
|
|
// try {
|
|
|
|
// return OpcUtl.getValue((Item)map.getKey(), (ItemState)map.getValue());
|
|
|
|
// } catch (Exception e) {
|
|
|
|
// throw new RuntimeException(e);
|
|
|
|
// }
|
|
|
|
// }).allMatch(Objects::isNull);
|
|
|
|
// if (allNull) {
|
|
|
|
// opcEntity.getItems().clear();
|
|
|
|