here is my situation:
We have software that is used to monitor solar power plants under development. I have to introduce OPC as a new way to receive data from the physical devices themselves, which is why I tried to find out about opc, which is still frustrating.
I installed the Matrikon simulator and using the Matrikon analyzer, I see that the data is being modeled. now I need to create a very basic proof of concept that I can connect to it and print something using C #. As far as I understand, I should use some proprietary API / SDK. Im only experiencing things so I donβt want to commit to my own way of doing everything right now. Isn't OPC created to precisely avoid this?
Is there a simple Opensource DLL that I can use to connect to an OPC server that supports DA, HDA, and AE, which allows me to work without worrying about / sdks?
To add to the confusion, I found OPC Xi and OPC UA .... and I did not find the tutorial from zero zero, and this is what I am looking for.
source share