11-21-2010 07:10 PM
11-21-2010 08:39 PM
Don't quite understand what you mean. Are you asking about the various ways you can save/export a LabVIEW graph? You can import a variety of formats as static images but of corse you can't write anything to them.
11-21-2010 08:40 PM
What are you trying to do? I don't understand your question.
Graphs are a way of displaying data. BMP's and JPG's are file formats for displaying bitmap images.
11-21-2010 08:54 PM
i am trying to import a waveform from oscilloscope. The signal from the waveform will go through a waveform peak detector. Do you know what format shld i use for the waveform? These are the format given for my oscilloscope --> JPEG,PCX,RLE,TIFF,BMP and EPSIMAGE.
11-21-2010 08:59 PM
You need to get the actual data from the O-scope, not an image from it.
11-21-2010 09:06 PM
The driver for the scope will return actual data you can graph and analyze. Since you did not include the important information of make and model of the scope, you'll have to find that on your own. Start at the Instrument Driver Network.
11-21-2010 09:15 PM
I have a file format --> .CSV that can be open by microsoft excel with all the data there but when i open it with labview, the graph does not appear. So is there a possibility that my program is wrong?
11-21-2010 10:07 PM
Very much a possibility but you did not attach the file or program so how do you expect anyone to suggest a fix? Why do you have a csv file? Don't you have a USB/Ethernet/GPIB/RS-232 connection to the scope?
11-21-2010 11:24 PM
attached is the file of my .CSV file. i have the USB but the image formats are all those that i have mentioned above.
11-21-2010 11:29 PM
Nothing is attached. Do not do a preview.
The image files are irrelevant. Just attach the csv file and your VI. Thats what you want fixed, correct?
If you have a USB connection to the scope, use that to control and directly transfer data to the pc.