Wrong Response when browsing through structure #1461
Unanswered
BenediktEnger
asked this question in
Q&A
Replies: 2 comments 10 replies
-
BadNodeIdUnknown means the server doesn't have the node id you requested. Can you check via UAExpert if a Node with the NodeId exists? |
Beta Was this translation helpful? Give feedback.
10 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I try to get an FreeOpcUa Server to run in combination with a B&R PLC.
I have similar Server developed with .NET and this one is running fine.
So I ran into an issue:
When the client wants to get the node Handle from the server it fails with error 8034_0000.
I tracked the communication and compared it with the .NET server.
The difference between these two is, that after requesting the encoding for the type inside the output argument, the FreeOpcUa Server returns an empty array.
The .NET server is returning the node of the description of the encoding type.
Does somebody know how to fix that?
If you need the full wireshark record, let me know.
EDIT: I had a deeper look on the wireshark record and the client is requesting a description of the encoding which seems not to be present. When following the references in UAExpert I get this node:
Instead of the node at the OPCBinaries Object:
Beta Was this translation helpful? Give feedback.
All reactions