PublishedDataItemsType

The representation of the PublishedDataItemsType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=14534 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | PublishedDataItemsType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | PublishedDataSetType |
Categories | PubSub Model PublishedDataSet |
The references from the PublishedDataItemsType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | PublishedData | PublishedVariableDataType[] | PropertyType | Mandatory |
HasComponent | Method | AddVariables | Optional | ||
HasComponent | Method | RemoveVariables | Optional |
AddVariables
Signature
AddVariables(
[in] ConfigurationVersionDataType ConfigurationVersion
[in] String FieldNameAliases
[in] Boolean PromotedFields
[in] PublishedVariableDataType VariablesToAdd
[out] ConfigurationVersionDataType NewConfigurationVersion
[out] StatusCode AddResults
);
Argument | Description |
---|---|
ConfigurationVersion | |
FieldNameAliases | |
PromotedFields | |
VariablesToAdd | |
NewConfigurationVersion | |
AddResults |
RemoveVariables
Signature
RemoveVariables(
[in] ConfigurationVersionDataType ConfigurationVersion
[in] UInt32 VariablesToRemove
[out] ConfigurationVersionDataType NewConfigurationVersion
[out] StatusCode RemoveResults
);
Argument | Description |
---|---|
ConfigurationVersion | |
VariablesToRemove | |
NewConfigurationVersion | |
RemoveResults |