Hi,
'Lookout Drivers CD' is a suite of OPC Servers. You create Objects for the drivers you're using. The registers (datamembers) for this will then be exposed as OPC items.
Now, coming to LabVIEW, it needs to act as an OPC Client. For this, you can use the DataSocket VIs in LabVIEW. DataSocket VIs support the OPC "protocol" and hence can act as an OPC Client.
Search for OPC and Datasocket in LabVIEW's help. Also, check out the example from the comm\opc.llb.
If you however have the Datalogging and Supervisory Control Module for LabVIEW, it provides a built-in OPC Client functionality. You can just browse and create Tags from any OPC Server. For more info' on this, see the following:
US>LabVIEW Datalogging and Supervisory ControlAnd the following for OPC:
NI products and OPCHope this helps.
Khalid