To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example demonstrates data communication over Network, with two VIs as writer and reader respectively.
Description
In LabVIEW 2010 National Instruments introduce the new data communication technique called Network Stream. This function addresses some major issues with data communication over TCP/IP.
Now to transfer the data no need to flatten data, count the bytes and again unflatten the data. Now you can transfer any type of data over Network without extra efforts and coding.
Requirements
Steps to Implement or Execute Code
Additional Information or References
Front Panel of writer and reader
VI Snippet of Network Stream Write (2012).vi
VI Snippet of Network Stream Read (2012).vi
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.