LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Formats for graphs that can be use in Labview like jpg,bmp or etc.

what kind of formats can be used?? anyone knows??
0 Kudos
Message 1 of 30
(4,111 Views)

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.

0 Kudos
Message 2 of 30
(4,097 Views)

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.

0 Kudos
Message 3 of 30
(4,091 Views)

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.

0 Kudos
Message 4 of 30
(4,080 Views)

You need to get the actual data from the O-scope, not an image from it.

0 Kudos
Message 5 of 30
(4,076 Views)

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.

0 Kudos
Message 6 of 30
(4,071 Views)

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?

0 Kudos
Message 7 of 30
(4,063 Views)

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?

0 Kudos
Message 8 of 30
(4,047 Views)

attached is the file of my .CSV file. i have the USB but the image formats are all those that i have mentioned above.

0 Kudos
Message 9 of 30
(4,035 Views)

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.

0 Kudos
Message 10 of 30
(4,024 Views)