ReaderGroupType

The representation of the ReaderGroupType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=17999 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | ReaderGroupType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | PubSubGroupType |
Categories | PubSub Model Base |
The references from the ReaderGroupType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasDataSetReader | Object | <DataSetReaderName> | DataSetReaderType | OptionalPlaceholder | |
HasComponent | Object | Diagnostics | PubSubDiagnosticsReaderGroupType | Optional | |
HasComponent | Object | TransportSettings | ReaderGroupTransportType | Optional | |
HasComponent | Object | MessageSettings | ReaderGroupMessageType | Optional | |
HasComponent | Method | AddDataSetReader | Optional | ||
HasComponent | Method | RemoveDataSetReader | Optional |
AddDataSetReader
Signature
AddDataSetReader(
[in] DataSetReaderDataType Configuration
[out] NodeId DataSetReaderNodeId
);
Argument | Description |
---|---|
Configuration | |
DataSetReaderNodeId |
RemoveDataSetReader
Signature
RemoveDataSetReader(
[in] NodeId DataSetReaderNodeId
);
Argument | Description |
---|---|
DataSetReaderNodeId |