LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dumping data to excel from TDS 744

I'm using a TDS 744 for bench testing some circuits. I'd like to get screen snaps directly from scope to place in my report. I'd like to accuire the data then use Labview somehow to export a screen snap of the scope. Is this the right way to proceed or does anyone have a better suggestion.

Thanks for all your inputs.
0 Kudos
Message 1 of 2
(2,702 Views)
I'm not familiar enough with the 744 to even know if it has a screen shot command but what I would do is since the data is already in your VI, either get the image of the LabVIEW graph and paste that to Excel or just pass the data to Excel and have Excel do a plot. I suspect that the fastest thing to do is to just pass the existing data to Excel and let Excel create the plot. It's not going to look exactly like the Tek's screen but you'll have to decide what's more important - having the exact picture but taking quite a while to transfer a graphics file over the gpib bus, or doing it quickly but slightly different format.
0 Kudos
Message 2 of 2
(2,702 Views)