Server custom structures not readable by every client #1527
Unanswered
BenjaminKraus4711
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This library is not supported anymore, switch to opcua-asyncio which also has a sync-wrapper, with very few changes in API. If your problem still exists open a ticktet there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since I need to implemnt an opc ua server with several custom structures, I tried out the example (https://github.com/FreeOpcUa/python-opcua/blob/master/examples/server-create-custom-structures.py) and modified it to my needs.
I tested my server with UAExpert and everything seemed to be fine, finally I tested with another client (Codesys OPC-UA client) and noticed that the structures can't be read - The even do not appear when browsing the address space. I know that the Codesys client is able to read structures (I tested it with the Codesys server).
I spend some hours investigating potential issues, the only thing I found is that the structures I create have the attribute (IsAbstract=True). The structures in the working Codesys Server set this attribute to False. So I thought this might be the reason but I can't find a way to change the IsAbstract attribute in my server.
Has someone
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions