Owning Palette: Data Communication VIs and Functions
Requires: Base Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the DataSocket VI and functions to pass data between VIs programmatically.
The VI and functions on this palette can return networking error codes.
Note LabVIEW 64-bit does not support using DataSocket connections to an OPC server. |
Palette Object | Description |
---|---|
DataSocket Close | Closes a data connection you specify in connection id. |
DataSocket Open | Opens a data connection you specify in URL. |
DataSocket Read | Dequeues the next available data value from the client-side buffer associated with the connection you specify in connection in and returns the data. |
DataSocket Select URL | Displays a dialog box for the user to select a data source and returns the URL to that data. |
DataSocket Write | Writes data to the connection you specify in connection in. |