dOPC Client Toolkit
|
Close
|
Stores the NodeId of the OPC UA server as string
Parameters |
Description |
Value |
Name, number or GUI of the NodeId |
IdentifierType |
A flag that specifies the identifier type. The flag has the following values: i= NUMERIC (UInteger) s= STRING (String) g= GUID (Guid) b= OPAQUE (ByteString) |
NamespaceIndex |
Number of namespace (default is '0') |
Stores the NodeId of the OPC UA server as string. The NodeId under OPC UA is normally a object with following properties:
Value
IdentifierType
NamespaceIndex
To be compatible with OPC classic and OPC XML where all OPC item tags are strings, we decided to use also strings for OPC UA node ids.
the format is: ns=<NamespaceIndex>;<IdentifierType>=<Value>
Kassl GmbH Copyright © 2023. All rights reserved.
|