LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

help to access a file

sir,
   in my project i would store a waveform in agillent storage oscilloscope 64521d in floppy disk .the file extension is *.cls format which contain the values with some information about the scale.how can i retrive the data present in that file to perform the other opeartion with that data.
0 Kudos
Message 1 of 3
(2,662 Views)

Hey ilang,

LabVIEW ships with many examples of basic File Input/Output.  If you open LabVIEW, and choose Help > Find Examples, this will open the Example Finder.  You can navigate to the File I/O by choosing the Fundamentals >> File Input and Output, you should be able to see those examples.

Take a look, and let me know if you have any questions.


Regards,

Kevin H

National Instruments
WSN/Wireless DAQ Product Support Engineer
0 Kudos
Message 2 of 3
(2,626 Views)
Is this related to this question?

Do you specifically need to read the information from the file stored on floppy? Why not just get it directly from the scope? Or, do you not have access to it? If you need to read the file, you need to know the format. Is it an ASCII-based file? Can you open it and read it in Notepad? If it's in binary, then you need to know the exact format the data is saved in. This should be in the manual.
0 Kudos
Message 3 of 3
(2,618 Views)