Saturday, August 12, 2023

OPC UA Read service using C#

OPC UA Read service using C#

This is a sample bare bones OPC UA C# application performing a Read service.
Pre-Req

Steps
Full working code can be found here.

No comments:

Test Code

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...