Using OpcCmd Utility for Static OPC UA Operations

From OPC Labs Knowledge Base
Revision as of 11:26, 7 January 2021 by User (talk | contribs) (Created page with "= Command, Arguments and Options = == Command: ua nodeId == Example: Figure out standard name of a node ID in namespace 0 (reserved by OPC Foundation): <pre>ua nodeId i=2253</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Command, Arguments and Options

Command: ua nodeId

Example: Figure out standard name of a node ID in namespace 0 (reserved by OPC Foundation):

ua nodeId i=2253

Output:

Standard name: Server
Expanded text: nsu=http://opcfoundation.org/UA/ ;i=2253

Example: Find out a full node ID from its standard name (for nodes defined by OPC Foundation):

ua ni -sn=Server_NamespaceArray

Output:

Standard name: Server_NamespaceArray
Expanded text: nsu=http://opcfoundation.org/UA/ ;i=2255