LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

exporting data

Is it possible to export data from graph automatically rather than right clicking on graph and exporting it? In our program, we need to export data directly from graph, as the number of data points exceeds 1 lakhs. Writing in a file simultaneously will slow down the process and will miss some data points. If we use the buffer memory for storing the data, all the data can't be saved as the number of data points are large.  

0 Kudos
Message 1 of 2
(1,874 Views)

@SanjoyJ wrote:

Writing in a file simultaneously will slow down the process and will miss some data points. 


Not if you use a proper Producer/Consumer setup.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(1,870 Views)