LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save waveform graph

Hi!

I trie to save a waveform graph's data to file. Saving works, but when I try to load the data to the graph I get an empty array.
The attached file is an exapmle of what I tried to do. Perhaps you find the mistake.

Thanks
0 Kudos
Message 1 of 2
(2,683 Views)
LabViewStarter,

Wire the "header" input of "Write to File" to "True". When writing an array to file with header, the length of the array is stored on the file so you can retrieve the whole array on read. Otherwise, the elements are strored individually, without array lenght information.


LabVIEW, C'est LabVIEW

0 Kudos
Message 2 of 2
(2,683 Views)