Replies: 1 comment 1 reply
-
What does the implementation of |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I creating a name space, create a method to automate the creation of nodes,
then I use this:
addNodeX(wrd1OXI,"TEMP",(Main.thPrincipal.wrd1.opcUAInput.oxi.getTemp()),engUnitTemp);
When I use this method, the node is created I can subscribe the node, but when I update the value, the value not reflect on client .
the Temp keep on zero, but I've updated the variable reference on object.
opcUAInput.tc.setTemp(2222);
And the strange, if I insert the full add node on name space, it works, I just create method to avoid a lot of lines and keep maintenance better.
the red using addNodeX not update, if I do like a green block, it work.
I really dont know what is the problem, since is possible to install the filter to watch a variable .
Beta Was this translation helpful? Give feedback.
All reactions