Page 1 of 1

Issue with NodeManagerNodeSetXml

Posted: 13 Mar 2019, 14:00
by Lafond
Hi

I am working the OPCF Opc.Ua.Adi.NodeSet2.xml file.
I am using NodeManagerNodeSetXml to load it in its own namespace.
Most of the things work except that the input and output arguments of methods are not "processed", they do not appear in the generated types.
If I use UaModeler to process it, the code for the input / output arguments is generated.
Other issues in the code generated by UaModeler prevent its use as discussed before with support.

Is it a known problem?
Is there any other known issues with *.NodeSet2.xml processing?

Thanks for your support
Claude

Re: Issue with NodeManagerNodeSetXml

Posted: 13 Mar 2019, 14:52
by Lafond
Hi

The types are correctly loaded from XML, I forget to also create the UaPropertyMethodArgument on the instance.

Sorry for the trouble.
Claude