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:

You can use the DSC Module as an OPC client to access OPC servers, including the NI OPC Servers that the DSC Module provides. Use the NI OPC Servers application, available by selecting Start�All Programs�National Instruments�NI OPC Servers�NI OPC Servers, to transfer data from industrial devices and systems to client applications on a host machine. The NI OPC Servers application enables data sharing between a variety of applications, such as human-machine interface software, manufacturing execution systems, and enterprise resource planning applications.

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