Replies: 2 comments
-
The Object NodeId should be that of the parent Object Node that has a reference to the Method Node, i.e. to call the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Kevin, |
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 am currently trying to figure out how method calling is supposed to be done.
This is the tree of the server:
The "Set output"-method takes one uint parameter indicating the number of the DigitalOutput you want to set.
I am trying to call this method with the following code:
This doesn't work. I am not really sure what NodeId to put in for the object-NodeId.
So my guess is that I am using the wrong one there.
Can anyone tell me what I am doing wrong here and what NodeId to use for the objectid-parameter of the CallMethodRequest-constructor?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions