Does ANSI C SDK Client have function like ClientUtils.Trans

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

Moderator: uasdkc

Post Reply
ilike28
Full Member
Full Member
Posts: 8
Joined: 17 Jul 2016, 11:23

Does ANSI C SDK Client have function like ClientUtils.Trans

Post by ilike28 »

hello @@

Does ANSI C SDK Client have function like the following OPC Foundation SDK function??

That can let user get the Server Node's NodeId by the String PATH.

something like : 2:Objects/2:CTT/2:Methods ===> ns=2;i=163

List<NodeId> nodes = ClientUtils.TranslateBrowsePaths(
m_session,
ObjectIds.ObjectsFolder,
m_session.NamespaceUris,
path);

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

Re: Does ANSI C SDK Client have function like ClientUtils.T

Post by Support Team »

Hello ilike28,

TranslateBrowsePathsToNodeIds is an OPC UA service and is of course usable when using the AnsiC Client SDK: http://documentation.unified-automation ... e624cc487e

Best regards
Unified Automation Support Team

ilike28
Full Member
Full Member
Posts: 8
Joined: 17 Jul 2016, 11:23

Re: Does ANSI C SDK Client have function like ClientUtils.T

Post by ilike28 »

Thanks ^____________^

Post Reply