Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 438 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 438 Bytes

OPC-server-subscription

Simple C# client that can suscribe to one or more OPC server tag. Every time the value of a tag is updated, the DataChangedEventHandler event is raised.

Alt text

This is example is only presented as a starting point, you should add proper testing and refactoring before including it in your project.