Replies: 3 comments
-
The spec says:
In this sense, what is the "empty targetName"?
In my experiment, the reference implementation does not recognize 4 (returns |
Beta Was this translation helpful? Give feedback.
-
If path string UA-.NETStandard/Stack/Opc.Ua.Core/Types/Utils/RelativePath.cs Lines 844 to 850 in c7381cf |
Beta Was this translation helpful? Give feedback.
-
migrating to discussion board. |
Beta Was this translation helpful? Give feedback.
-
Type of issue
Current Behavior
I want to know how
TranslateBrowsePathsToNodeIds
service works in the following request:BrowsePath(startingNode=<NodeId: /Objects>, relativePath=null)
BrowsePath(startingNode=<NodeId: /Objects>, relativePath=<RelativePath: elements=[])
BrowsePath(startingNode=<NodeId: /Objects>, relativePath=<RelativePath: elements=[<Element: targetName=null>])
BrowsePath(startingNode=<NodeId: /Objects>, relativePath=<RelativePath: elements=[<Element: targetName="">])
I also wonder how "" (empty) and "/" as RelativePath text format should be treated in the client/server implementation.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions