Issue Details
I am developing a universal communication method for my hardware lineup using LabVIEW. I planned to use OPC UA since it integrates well with LabVIEW and fits the newer hardware. However, some of my older camera models only support OPC DA, which is now considered an obsolete protocol. Given this mix of protocols, I need to communicate with both OPC UA and OPC DA devices from LabVIEW.
Can LabVIEW communicate with both OPC UA and OPC DA devices? And if so, what’s the best approach to make that work?