LabVIEW does not automatically display data items for OPC 1.x and OPC 2.x servers that do not support the Server Browse Address Space Interface. Complete the following steps to bind a shared variable to a data item on an OPC server that does not support the Server Browse Address Space Interface.
- Add a shared variable to the project or right-click an existing shared variable in the Project Explorer and select Properties from the shortcut menu to display the Shared Variable Properties dialog box.
- On the Variable page, place a checkmark in the Bind to Source checkbox.
- Click the Browse button to launch the Select Source Item dialog box.
- Select the OPC client instance for the OPC server data item to which you want to bind the shared variable
- Click the OK button to return to the Shared Variable Properties dialog box. Notice how LabVIEW added the project path to the OPC client instance to the Path text box.
- Enter the remaining path to the data item in the Path text box, as defined by the documentation for the OPC server.
- Click the OK button.