OPC XML-DA Support
The OPC XML standard is a variation of the OPC Classic Data Access standard that uses an XML data transport over a web service to communicate between the OPC client and OPC Server instead of COM/DCOM. This standard was eventually replaced by OPC UA Generic Data/Data Access but was used in many devices such as Siemens Wind Turbines and others.
This feature of the OPC Data Client is used to use OPC XML to talk to an OPC XML server. It is NOT for talking to devices via generic XML web services. The target device you connect to must support the OPC XML-DA standard.
Includes 7 example code snippets and an example Visual Studio.NET application.
Functions supported include
- Browse for items
- Read Data
- Subscribe to Data
- Write Data