TargetVariablesType

The representation of the TargetVariablesType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=15111 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | TargetVariablesType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | SubscribedDataSetType |
Categories | PubSub Model SubscribedDataSet |
The references from the TargetVariablesType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | TargetVariables | FieldTargetDataType[] | PropertyType | Mandatory |
HasComponent | Method | AddTargetVariables | Optional | ||
HasComponent | Method | RemoveTargetVariables | Optional |
AddTargetVariables
Signature
AddTargetVariables(
[in] ConfigurationVersionDataType ConfigurationVersion
[in] FieldTargetDataType TargetVariablesToAdd
[out] StatusCode AddResults
);
Argument | Description |
---|---|
ConfigurationVersion | |
TargetVariablesToAdd | |
AddResults |
RemoveTargetVariables
Signature
RemoveTargetVariables(
[in] ConfigurationVersionDataType ConfigurationVersion
[in] UInt32 TargetsToRemove
[out] StatusCode RemoveResults
);
Argument | Description |
---|---|
ConfigurationVersion | |
TargetsToRemove | |
RemoveResults |