LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to show up a picture depending on different controls the user selects in labview how do i do it

i want to show up a different pictures depending on different controls the user selects in labview how do i do it
0 Kudos
Message 1 of 5
(3,015 Views)
Hey Guys,
sorry i have found a solution my self for the problem i had ,tanhz for your support
vicky
0 Kudos
Message 2 of 5
(3,016 Views)
Hello,

i would like to do the same, so show up a picture by pressing a bouton and closing it after with a button.

Can you tell me how you did it?

Thanks
Lukas
0 Kudos
Message 3 of 5
(2,964 Views)
Hello Lukas,

One simple way to do this is to display images the way you normally would using the Read JPEG File.vi and the Draw Flattened Pixmap.vi. Then for the file path input, have different file paths in each case of a case structure. Then, when you select each case you select the file path and display the corresponding image. There are many different ways to do this in LabVIEW. This is just one way. I hope it helps!

Best Regards,
Chris J
0 Kudos
Message 4 of 5
(2,934 Views)
Here's an example of how a .jpg file can be loaded in LabVIEW

Regards
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 5 of 5
(2,926 Views)