OPC UA Read service using C#
This is a sample bare bones OPC UA C# application performing a Read service.Pre-Req
- Visual Studio 2022 Community Edition
- Run sample ConsoleReferenceServer
Steps
- Using Visual Studio, create C# .Net 6.0 Application
- Add a nuget reference to OPCFoundation.NetStandard.Opc.Ua.Client
- Copy/paste code from gist below into Program.cs
Comments