Noob guide to OPC: how to write a C# Hello World client?

前端 未结 6 883
终归单人心
终归单人心 2021-02-10 16:36

Here is my situation:

We have a software that is used to monitor solar power plants developed. I have to introduce OPC as a new way to acquire data from the physical devi

6条回答
  •  感情败类
    2021-02-10 17:27

    You can download all OPC materials from OPC Foundation, specifically you are looking for the OPC .NET API 2.00 Source Code Download Link. It contains a solution that has the OPC dlls and sample clients (AE, DA, DX, HDA) to give you an idea of how OPC works. This source and DLLs are the basis for the OPC standards. Using these you can call to any proprietary OPC server that is compliant with the OPC standards.

提交回复
热议问题