이 내용은 고객님의 설정 언어로 확인할 수 없습니다

이 내용은 다른 사용 가능한 언어로 표시됩니다. 고객님께서 사용하시는 브라우저에 텍스트 번역에 도움이되는 기능이 포함되어 있을 수 있습니다.

Connecting LabVIEW to an OPC Server Using Front Panel DataSocket

Updated Dec 18, 2023

Environment

Software

  • LabVIEW
  • OPC Servers

With LabVIEW, you can connect to an OPC Server. There are several ways to connect to an OPC server, but the easiest way to use front panel DataSocket connections.

  1. Create a numeric or Boolean indicator on the front panel of your VI.

  2. Right-click the indicator and select Data Operations»Datasocket Connection.



 

  1. In the DataSocket Connection dialog box, click the Browse button and select Browse Measurement data.

  2. All the OPC Servers installed on your computer appear in the Browse for Item dialog box.

  3. Expand the node for an OPC Server and navigate to the desired data items. The URL for the data item appears in the URL text box.

  4. Click the OK button.
     


 
  1. LabVIEW populates the Connect To text box with the URL for the data item you selected.

  2. Select a Connection Type. Selecting Publish sets the connection to write-only, Subscribe sets the connection to read-only, and Publish and Subscribe sets the connection to read/write.

  3. Click the Attach button.
     


 
  1. Add a While Loop and Stop button to the block diagram to make the VI run continuously. The indicator on the front panel does not have to be inside the loop.

  2. Place a Wait Until Next Millisecond Multiple function in the While Loop to prevent the VI from using too much memory.
     



12. Run the VI. The LED on the indicator turns green and the value of the indicator updates if the connection to the OPC Server is successful.



If you want to connect to many data items in an OPC Server, use the LabVIEW Datalogging and Supervisory Control (DSC) Module. The DSC Module simplifies the task of monitoring ranges of OPC items and includes alarming and security.