|
@@ -192,6 +192,7 @@ public class OpcUaValidate implements DataSourceValidate {
|
|
|
map.put("itemReadName", str + "." + name);
|
|
|
// map.put("nodeId", nd.getNodeId());
|
|
|
map.put("nodeIndex", nd.getNodeId().getNamespaceIndex().intValue());
|
|
|
+ map.put("identifier",nd.getNodeId().getIdentifier());
|
|
|
map.put("dataType", nd.getNodeId().getType());
|
|
|
map.put("description", nd.getDescription());
|
|
|
mapLeaveList.add(map);
|
|
@@ -224,6 +225,7 @@ public class OpcUaValidate implements DataSourceValidate {
|
|
|
map.put("nodeId", nd.getNodeId());
|
|
|
map.put("nodeIndex", nd.getNodeId().getNamespaceIndex().intValue());
|
|
|
map.put("dataType", nd.getNodeId().getType());
|
|
|
+ map.put("identifier",nd.getNodeId().getIdentifier());
|
|
|
map.put("description", nd.getDescription());
|
|
|
mapList.add(map);
|
|
|
}
|