20:15, EEST
June 21, 2017
Hi Team,
We aare facing one issue while reading node name from the kepware ua server. With Browse name there is (en) getting appended with name and with display name “2:” getting appended with the tag name.
Please see the code below and its corresponding value:
NodeId nodeId=new NodeId(2, “Channel1.Device1.TestDevice1”);
String displayName = client.readAttribute(nodeId, Attributes.BrowseName).getValue().toString();
Output :2:TestDevice1
With following code:String displayName = client.readAttribute(nodeId, Attributes.DisplayName).getValue().toString();
Output: (en) TestDevice1
Any idea how can I get the absolute tag Name i.e . TestDevice1 without anything else appended to it. Please advice.
12:52, EEST
April 3, 2012
Hi,
What you are seeing is the “absolute tag name”, i.e. it is supposed to have the number part. Please read OPC UA Specification Part 3 for the different Attributes. Each of them maps to a class which you can cast the value to. Note that in OPC UA there is no concept of Tag the same way in old OPC had. In UA the NodeId Attribute is the unique identifier for a node.
BrowseName Attribute is a QualifiedName, which has a namespace index part and name part. It has .getName(), which can be used to get the name part. i.e.
DisplayName Attribute is a LocalizedText, which contains a locale part and the text part. It has .getText(), which can be used to get the text part.
Note that you can also call client.getAddressSpace().getNode(nodeId) and get the attributes from the UaNode.
– Bjarne
Most Users Ever Online: 1919
Currently Online:
14 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 88
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 737
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1524
Posts: 6450
Newest Members:
fannielima, kristiewinkle8, rust, christamcdowall, redaahern07571, nigelbdhmp, travistimmons, AnnelCib, dalenegettinger, howardkennerleyModerators: Jouni Aro: 1026, Pyry: 1, Petri: 0, Bjarne Boström: 1026, Jimmy Ni: 26, Matti Siponen: 346, Lusetti: 0
Administrators: admin: 1