First, go to the
Instrument Driver Network, click the Search Drivers link and look for a driver for the make and model of the scope. Most drivers come with an example VI that can help get you started. Functions and controls are usually documented. You should turn Context Help on in LabVIEW to see this. Second, there are numberous functions for saving data. Depending on which LabVIEW version you have and how you want it saved, there are Write to Spreadsheet File and Write LabVIEW Measurement File on the File I/O palette. The Write LabVIEW Measurement File has an input called Enable that you can wire to a front panel control and if true, will prompt for a file name (if configured to do so), and then save the data. Look through the shipping examples (Help>Find Examples) for File functions. There are a lot to look at. Which one you might be able to modify will also depend on the type of data returned from the scope (i.e. dbl array or waveform). The task you are atttempting is pretty simple and I'm sure that you can get it done with a little help from the forum.