Browsepath format|OPC UA Implementation: Stacks, Tools, and Samples|Forum|OPC Foundation

Avatar
Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
Lost password?
sp_Feed sp_PrintTopic sp_TopicIcon
Browsepath format
Avatar
Marcel De Vreugd
New Member
Members
Forum Posts: 1
Member Since:
05/07/2015
sp_UserOfflineSmall Offline
1
10/20/2016 - 00:40
sp_Permalink sp_Print

A browse path from the Boiler server sample looks like this: /0:Objects/4:Boilers/5:Boiler #2/4:FCX001/4:Measurement.

Is it possible to have the browse path look like this: Objects.Boilers.Boiler #2.FCX001.Measurement or

/Objects/Boilers/Boiler #2/FCX001/Measurement. How can you program this in the Boiler server sample?

Avatar
Guest
Guests
2
10/21/2016 - 00:41
sp_Permalink sp_Print

The string has to have sufficient information to generate a "relative path" as required for the OPC UA service calls (e.g. TranslateBrowsePathToNodeId). The syntax used in the sample follows the BNF specified in OPC UA Part 4, Annex A. Omitting parts of the string will not produce correct results.

Note, that BrowseNames are qualified names - i.e. they consist of a namespaceId and a text. The preceding numbers represent the namespaceIds as supported by the Boiler sample server.

Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online:
Guest(s) 32
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1347
Posts: 4567