Avatar
Please consider registering
guest
sp_LogInOut Log Insp_Registration Register
Register | Lost password?
Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Feed Topic RSSsp_TopicIcon
Issue while read tag name from Kepware UA server
September 27, 2017
20:15, EEST
Avatar
bijesh.r@tcs.com
Member
Members
Forum Posts: 11
Member Since:
June 21, 2017
sp_UserOfflineSmall Offline

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.

September 28, 2017
12:52, EEST
Avatar
Bjarne Boström
Moderator
Moderators
Forum Posts: 1047
Member Since:
April 3, 2012
sp_UserOfflineSmall Offline

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.

((QualifiedName) client.readAttribute(nodeId, Attributes.BrowseName).getValue()).getName();

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

Forum Timezone: Europe/Helsinki
Most Users Ever Online: 1919
Currently Online:
Guest(s) 21
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 90
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 734
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1545
Posts: 6521
Newest Members:
wilfredoforeman, ptdenriqueta, basilpullman, Richardmip, mood edibles, LouieWreve, daniellabdx, janessan21, sammiebeak359, gena7127517
Moderators: Jouni Aro: 1029, Pyry: 1, Petri: 1, Bjarne Boström: 1047, Jimmy Ni: 26, Matti Siponen: 353, Lusetti: 0
Administrators: admin: 1