Object Instance with method from ObjectType - no arguments and badNotImplemented #1500
Siedlerchr
started this conversation in
General
Replies: 1 comment 4 replies
-
Is Instead of adding the invocation handler to the method that is part of the type declaration, try adding it to the method instance that is created once you have created an object instance. e.g.
|
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
maybe that's a stupid question but I am new to opcua and didn't find anything in the code related to this. I have an ObjectType modeled like in the ExampleNamespace and added a method.
When I now create an instance, I see the method with no arguments in OPCUAExpert and when I try to call it I see BadNotImplemented.
How do I wire the method definition to the instance?
Thanks in advance
Instance creation
Beta Was this translation helpful? Give feedback.
All reactions