How to read tag values for a group of tags?
The read method needs an array of nodeIDs, are all ID unique in the server in the entire browse space?
How to get the fully qualified tag path on the OPCUA server of Ignition?
Prafull
How to read tag values for a group of tags?
The read method needs an array of nodeIDs, are all ID unique in the server in the entire browse space?
How to get the fully qualified tag path on the OPCUA server of Ignition?
Prafull
Does Ignition opcserver support the âTranslateBrowsePathsToNodeIdsâ service?
What is the correlation between tag paths and the exposed tagâs paths in opcua server?
Regards
PRAMANJ
http://www.pramanj.com
[quote=âPramanjâ]Does Ignition opcserver support the âTranslateBrowsePathsToNodeIdsâ service?
What is the correlation between tag paths and the exposed tagâs paths in opcua server?
Regards
PRAMANJ
http://www.pramanj.com[/quote]
Yes, TranslateBrowsePathsToNodeIds is supported, but doesnât have anything to do with the Ignition tag path.
It looks like nodes that represent Ignition tags being exposed via the OPC-UA server just use the tag path as the NodeId.
Oh I see! It makes sense, as the Tag Path is unique. I thought node ID is a number, but its a string!
But the tag path on the OPC Browser shows value as âns=2;s=[default]New Tagâ as tag path. What is ns=2?
regards
Prafull
http://www.pramanj.com
namespace 2; in OPC-UA all nodes belong to a namespace. The NodeId has two components - namespace and identifier. âns=2;s=âŚâ is the syntax for describing a NodeId.
Ok thanks a lot for the explanation.
Best regards
Prafull
http://www.pramanj.com