You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a sample code using this library working fine with "Matrikon OPC Server for Simulation and Testing" but that fails with "Matrikon OPC Server for DDE". Although its documentation says it supports DA3, I confirmed when using other OPC .NET OSS libraries that it works only if I use DA2.
Is it currently possible to switch DA2? The underlying Opc.ConnectData has a AlwaysUseDA20 property but I don't find a way to set it to true.
The text was updated successfully, but these errors were encountered:
We could add a DaOptions class to override default options when creating a DA client. If you have time to create that change and try to do a pull request, I'd be happy to review it and try to get it into our next release. If not, it will be on my backlog.
I have a sample code using this library working fine with "Matrikon OPC Server for Simulation and Testing" but that fails with "Matrikon OPC Server for DDE". Although its documentation says it supports DA3, I confirmed when using other OPC .NET OSS libraries that it works only if I use DA2.
Is it currently possible to switch DA2? The underlying Opc.ConnectData has a AlwaysUseDA20 property but I don't find a way to set it to true.
The text was updated successfully, but these errors were encountered: