Developing OPC Clients in LabVIEW (Windows Only)

You have two options for developing OPC clients in LabVIEW that allow you to connect to OPC systems: LabVIEW DataSocket, which is available in the LabVIEW Development System, or the LabVIEW Datalogging and Supervisory Control (DSC) Module.

LabVIEW DataSocket

You can use DataSocket to open a connection to a data item published on an OPC server using the opc protocol. This option works well for applications with the following conditions:

Note��LabVIEW 64-bit does not support using DataSocket connections to an OPC server.

LabVIEW DSC Module

The DSC Module extends the LabVIEW graphical development environment with additional functionality for the rapid development of distributed measurement, control, and high-channel count monitoring applications. The DSC Module also extends the data services portion of the LabVIEW shared variable, which you can bind to data items published on an OPC server.

The DSC Module is ideal for applications with the following conditions:

Refer to ni.com/labviewdsc for information about or to purchase the DSC Module.