Page 1 of 1

How to force SDK to use the latest v1.05 nodeset?

Posted: 27 Mar 2023, 11:57
by Lafond
Hi
How can I force the UA SDK C++ v1.7.7 to load the OPC UA NodeSet v1.05 rather the v1.05 with Amendment 1 AnalogItemTpe.
I would like to use the new type: BaseAnalogType, AnalogUnitType, AnalogUnitRangeType.
Currently, when I am using UAExpert, they do not appears in the ObjectTypes folder under DataItemType.
Thanks
Claude

Re: How to force SDK to use the latest v1.05 nodeset?

Posted: 26 Jul 2023, 15:31
by Support Team
There is no possibility to change the opcfoundation namespace in the C++ SDK because it is built statically from generated code in contrast to loading dynamically from a nodeset file. The current version V1.8.1 includes support for the 1.05.02 Nodeset