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

前端 未结 6 869
终归单人心
终归单人心 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:32

    First you need to know which OPC you want to use.

    • "Classical OPC" DA/HDA and A&E based on Windows COM/DCOM
    • OPC XML/DA, DA as a web service but with some limited perfomance.
    • OPC UA, the last specification allowing you to implement it on non Windows platform and merging DA, HDA and A&E.

    After that, you could choose the language you want to use and so use some SDK free or not.

    One good website for OPC : http://www.opcconnect.com/source.php has lists of Toolkits you could use.

提交回复
热议问题