LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save data from a waveform chart to a file?

Hi! I have a question:how to save a real time data from a waveform chart? attachement is a example,how can i do to save the data from 0 second to 25 seconds to a file ?thanks!
0 Kudos
Message 1 of 2
(2,920 Views)
You can use a property node to get the chart history as a array. Then you can write that data to the file. The data in the array in you example can also be writen to a file. If you only wnat a portion of the data to be saved, use the Array Subset function to get the part you want.

Lynn
0 Kudos
Message 2 of 2
(2,909 Views)