LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

image

hi,

I´m find a exemple that open one image if someone have this can post here.

Thanks a lot
0 Kudos
Message 1 of 23
(3,985 Views)

Can you describe what you are trying to achieve?

You can look under the Help menu in Labview and select "Find Examples".  If you describe what you are trying to do, we may be able to point you into the right direction.

RayR

0 Kudos
Message 2 of 23
(3,970 Views)
Umm...IMAQ Read File? (lol)
I can't help but laugh when just posting this for some reason.
 
0 Kudos
Message 3 of 23
(3,948 Views)

hi,

i want to do this:

i receive a external signal by serial port, and i save this values (this values is a number int), this is not my problem.

what i want do is depending this value open a different image.

i want a exemple that i can open a image according the number..

0 Kudos
Message 4 of 23
(3,942 Views)

As Steve mentionned,

Read IMAQ Image...  😉

Have a look under the Help menu and select Find Example.  Then do a search on image display or open image file.  There should be a few examples. 

Message 5 of 23
(3,928 Views)
Thanks for your help..
 
Since this is a forum the goal is change ideas... and if i asked is because i haven´t found any exemple..
 
if someone as any exemple that only open image, please post here..
 
Thanks
0 Kudos
Message 6 of 23
(3,906 Views)
You can use Read JPG File.vi, Read PNG File.vi, or Read BMP File.vi along with Draw Flattened Pixmap.vi to display an image.






Message Edited by Matthew Kelton on 11-03-2007 03:58 PM

Message Edited by Matthew Kelton on 11-03-2007 03:59 PM

Message Edited by Matthew Kelton on 11-03-2007 04:00 PM
Download All
0 Kudos
Message 7 of 23
(3,896 Views)
Without more information, its difficult to guess what your question really is, much less give you an example of what you want.

If you are asking how to open a picture file, such as a BMP or PNG, there are functions that do that. Open Help and look for BMP files.
If you are asking how to use a Picture Control (which is like a Ring Control) which lets you change pictures easily, then look up Ring Control.

If you want to see an example of using a Picture Control, open Picture Control - Zoom Attribute.vi. I found it using the NI Example Finer and searching for Pictures.

Hope this helps!

B-)
0 Kudos
Message 8 of 23
(3,887 Views)

If all you want is to display a jpg, png, or bmp, you only need to use one of the read functions from the Graphics and Sound>Graphics Formats palette and the Draw Flattened Pixmap from the Graphics and Sound>Picture Functions palette as shown below. As far as displaying an image based on a number you get, you're going to have to provide some details on how this number will correlate to an image you have.



Message Edited by Dennis Knutson on 11-03-2007 03:12 PM
0 Kudos
Message 9 of 23
(3,885 Views)
thanks all people for replys...
 
i have other doubt if someone can help me ...
I make this code to apear or desapear image, according if the number stay or not in string... but the image dont´dessapear...
i don´t know if is possible make a dinamic list of image because in this case i put 9 image display but in the future i want that apear the number of dysplays equal a number of ther strings...
 
Thanks all help
0 Kudos
Message 10 of 23
(3,837 Views)