LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between Buffered Read and Read Mode on DataSocket Open

What are the behavior differences when opening a DataSocket connection with a Buffered Read verses Read?
0 Kudos
Message 1 of 2
(2,785 Views)

Mlenz,

You can learn about buffering data from our website, or in the LabVIEW help.  By using the Datasocket Buffered Read, you are enabling Client-side Buffering.  If you do not use a Buffered Read, then the LabVIEW does not store the values in a buffer, which are written when the value changes.

Hope this helps,

 
TheDillo
0 Kudos
Message 2 of 2
(2,776 Views)