You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear all,
I would like to start and initialize a opcua server with the following logic steps:
It seems simple but I'm failing on point 3.
The code is always creating the new nodes and is not able to find the imported ones.
So to give an example I'm importing the following nodes (created with the first run of the program):
but the server nodes at the end of the
main_server
function the second time that I execute the code is printing the following nodes:To find if a node already exists I've defined the following function:
Do you spot anything that is it clearly wrong? Have I miss some other way that I should I use / check?
The full code is a bit lengthy and i put it inside a dedicated gist
Beta Was this translation helpful? Give feedback.
All reactions