Support for Lockingservicetype in c# sdk

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

Moderator: uasdknet

Post Reply
sudha
Full Member
Full Member
Posts: 5
Joined: 01 Mar 2018, 14:15

Support for Lockingservicetype in c# sdk

Post by sudha »

Hi,

Does c# sdk provides interface for locking service of opcua ?
If yes, please provide me sample code snippet.

Thanks

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

Re: Support for Lockingservicetype in c# sdk

Post by Support Team »

Hello,

I assume you ask for the LockingServicesType in OPC UnifiedArchitecture for Devices specification. The DI model is not part of the sdk. But you can download it from github (https://github.com/OPCFoundation/UA-Nodeset/). Also UaModeler contains the DI model. You can also generate code with UaModeler for the model to get some helper methods.

But the methods of the LockingServiveType must be implemented by the application.
Best regards
Unified Automation Support Team

Post Reply