LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simple question about saving graph to file

Hello
I've got a library from ni.com developer zone to my oscyloskope. And there is a file  insode "TKDS 3xx Application example " which i'm using to download graph from osciloskope to labview. But now i need to save the downloaded graph to txt file and i don't know how to do that .

I tried to add some writing icons to the place where is waveform out , but it;s not working.

So if somebody of you can help my, i will be grateful.
0 Kudos
Message 1 of 2
(2,356 Views)
You can use an Unbundle function on the wavefrom output which is a cluster. The first element of the cluster is t0, the secnd element is delta t, and the third element is the waveform array. You could then use Write to file to create a header with t0 and dt and Write to Spreadsheet for the waveform data. You could also unbundle and then the Build Waveform function. Once you have waveform datatype, you can use Export Waveforms to Spreadsheet File or the Write LabVIEW Measurement File function.
 

Message Edited by Dennis Knutson on 04-01-2007 01:20 PM

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