11-02-2007 10:46 AM
11-02-2007 12:20 PM
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
11-02-2007 02:49 PM
11-02-2007 03:31 PM
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..
11-02-2007 08:24 PM
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.
11-03-2007 02:26 PM
11-03-2007 03:57 PM - edited 11-03-2007 04:00 PM
11-03-2007 04:10 PM
11-03-2007 04:11 PM - edited 11-03-2007 04:12 PM
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.
11-05-2007 11:12 AM