Hello,
I am learning about OPC and setting up OPC Server(DA) in VTScada.
(Everything is on local machine)
I have setup an VTScada Application as OPC Server. docs
I can read the tagvalues from another VTScada Application (as opc client)
Unfortunately, DCOM can be is a real pain to get get working correctly. There's a whitepaper that covers the most common issues, if you haven't already seen it:
What I have understood is that the tunneler module helps streamline makeing remote OPC connections by 'wrapping' DA in a OPC-UA simulated device.
But first there has to exist a valid connection between the OPC-DA(my vtscada) and local ignition's DA. After that other remote ignition can connect via the additional craeted OPC-UA tunnel, which abstracts the DA and exposes a UA connection... as per my reading...
Does VTscada have an OPC-UA server? That would be a much better option than trying to connect over the dated DA method. Or would it be better to just do direct connections to the end devices with Ignition drivers? What's the end goal? Replacing VTscada?