WriterGroupType

The representation of the WriterGroupType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=17725 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | WriterGroupType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | PubSubGroupType |
The references from the WriterGroupType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | WriterGroupId | UInt16 | PropertyType | Mandatory |
HasProperty | Variable | PublishingInterval | Duration | PropertyType | Mandatory |
HasProperty | Variable | KeepAliveTime | Duration | PropertyType | Mandatory |
HasProperty | Variable | Priority | Byte | PropertyType | Mandatory |
HasProperty | Variable | LocaleIds | LocaleId[] | PropertyType | Mandatory |
HasProperty | Variable | HeaderLayoutUri | String | PropertyType | Mandatory |
HasComponent | Object | TransportSettings | WriterGroupTransportType | Optional | |
HasComponent | Object | MessageSettings | WriterGroupMessageType | Optional | |
HasDataSetWriter | Object | <DataSetWriterName> | DataSetWriterType | OptionalPlaceholder | |
HasComponent | Object | Diagnostics | PubSubDiagnosticsWriterGroupType | Optional | |
HasComponent | Method | AddDataSetWriter | Optional | ||
HasComponent | Method | RemoveDataSetWriter | Optional |
AddDataSetWriter
Signature
AddDataSetWriter(
[in] DataSetWriterDataType Configuration
[out] NodeId DataSetWriterNodeId
);
Argument | Description |
---|---|
Configuration | |
DataSetWriterNodeId |
RemoveDataSetWriter
Signature
RemoveDataSetWriter(
[in] NodeId DataSetWriterNodeId
);
Argument | Description |
---|---|
DataSetWriterNodeId |