The EasyUA client SDK provides a set of .NET classes that handle the OPC UA server access.
![]() |
EasyUA supports DA, HA, AC and UA Methods functionality.
The UaClient class is the base for each application. It handles the UA configuration and server discovery. The Session class handles the UA server communication. The Browser class implements the UA server browse features. The BrowseTree class browses the UA server hierarchically and displays the result in a TreeView or TreeView/ListView control. The Subscription class implements the UA server subscription features. The UaDataBind class links UA nodes to properties in Windows/WPF controls.
|
Requirements:
- .NET Framework V4.x
- WCF (Windows Communication Foundation) installed and activated.
Create a UA Client Application
C# and VB.NET sample applications are provided for the different kinds of .NET applications:
- Windows Forms
- WPF
- Windows Console Appllication
- Windows Service
Use the best matching sample as the base for your application or use the sample to copy/paste code secions into your project.
WPF applications need to reference the EasyUA.WPF.DLL, other applications EasyUA.DLL