Page 1 of 1

Does ANSI C SDK Client have function like ClientUtils.Trans

Posted: 17 Jul 2016, 11:33
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);

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

Posted: 18 Jul 2016, 10:29
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

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

Posted: 18 Jul 2016, 16:12
by ilike28
Thanks ^____________^