Avatar

Please consider registering
guest

sp_LogInOut Log In sp_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 RSS sp_TopicIcon
ExpandedNodeId to NodeId, is it unique?
May 22, 2014
10:02, EEST
Avatar
gjevremovic
Member
Members
Forum Posts: 49
Member Since:
January 30, 2014
sp_UserOfflineSmall Offline

Hi,
I have a question which is not really related to Prosys API. I have next peace of code:

AddressSpace addressSpace = uaClient.getAddressSpace();
List<ReferenceDescription> listOfReferences = addressSpace.browse(someNodeId);
if (null != listOfReferences) {
for (ReferenceDescription ref : listOfReferences) {
NodeId subNodeId = addressSpace.getNamespaceTable().toNodeId(ref.getNodeId())));
}
}

This is the only way which I found how from reference to reach NodeId. Please advice if there are better way.
Does call of method toNodeId(ExpandedNodeId n) return unique result, e.g. what will be the result if in same namespace exist
2 nodes with same browse name?

Best regards,
Goran

May 22, 2014
13:47, EEST
Avatar
Jouni Aro
Moderator
Moderators
Forum Posts: 1010
Member Since:
December 21, 2011
sp_UserOfflineSmall Offline

Yes, this is the best way to convert the NodeId and ExpandedNodeId. The NamespaceTable is the one that knows how the NamespaceURI and NamespaceIndex, which needs to be known.

You may also be able to use the UaNode objects, from which you can get the references:

UaNode node = client.getAddressSpace().getNode(prevId);
UaReference[] refs = node.getReferences();
May 23, 2014
13:58, EEST
Avatar
gjevremovic
Member
Members
Forum Posts: 49
Member Since:
January 30, 2014
sp_UserOfflineSmall Offline

Thanks Aro for this useful tip how to stay more on ProsysAPI side.
Best regards,
Goran

Forum Timezone: Europe/Helsinki

Most Users Ever Online: 518

Currently Online:
28 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

hbrackel: 135

pramanj: 86

Francesco Zambon: 81

rocket science: 77

Ibrahim: 76

Sabari: 62

kapsl: 57

gjevremovic: 49

Xavier: 43

fred: 41

Member Stats:

Guest Posters: 0

Members: 681

Moderators: 16

Admins: 1

Forum Stats:

Groups: 3

Forums: 15

Topics: 1467

Posts: 6261

Newest Members:

graciela2073, sagarchau, elviralangwell4, Donnavek, Eddiefauth, DonaldPooma, fidelduke938316, Jan-Pfizer, DavidROunc, fen.pang@woodside.com

Moderators: Jouni Aro: 1010, Otso Palonen: 32, Tuomas Hiltunen: 5, Pyry: 1, Petri: 0, Bjarne Boström: 983, Heikki Tahvanainen: 402, Jukka Asikainen: 1, moldzh08: 0, Jimmy Ni: 26, Teppo Uimonen: 21, Markus Johansson: 42, Niklas Nurminen: 0, Matti Siponen: 321, Lusetti: 0, Ari-Pekka Soikkeli: 5

Administrators: admin: 1