How to set method after server importing xml? #567
Unanswered
LuckyHouse
asked this question in
Q&A
Replies: 2 comments 7 replies
-
"assuming you are the ua server" |
Beta Was this translation helpful? Give feedback.
5 replies
-
The xmlimporter just imports the "Node" itself, but not the logic behind it. The method has to be linked with this server method: opcua-asyncio/asyncua/server/server.py Line 634 in 84b4a60 I don't know atm if the other method stuff is imported as well (like input parameters with names etc....you may have to test this). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i'm new to OPCUA.
My xml contains method nodes. It seems normal after importing
But when i call the method UpdateCameras, the error message shown above is displayed.
Is there a way to reset the method of one node?
Beta Was this translation helpful? Give feedback.
All reactions