Issue with NodeManagerNodeSetXml

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
Lafond
Hero Member
Hero Member
Posts: 25
Joined: 14 Oct 2008, 12:55

Issue with NodeManagerNodeSetXml

Post 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

Lafond
Hero Member
Hero Member
Posts: 25
Joined: 14 Oct 2008, 12:55

Re: Issue with NodeManagerNodeSetXml

Post 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

Post Reply