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

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

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

Post 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

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

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

Post 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
Best regards
Unified Automation Support Team

Post Reply