LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to load a picture into another picture

I need to put a  symbol(save as picture A) into another picture(shown on front panel).Is it possible?which  subvi can I use?
Thank you
0 Kudos
Message 1 of 2
(2,798 Views)

Hrm, you've posted this in the LabWindows/CVI forum.  Which is different from LabVIEW, however the terminology you are using sounds like you're using LabVIEW.  Anyhow, I'll answer the question for both languages.

For LabWindows/CVI:

Use the DisplayImageFile function or the SetCtrlBitmap function.

For LabVIEW:

Use the appropriate read image file function from the Graphics Format Palette, for example, use Read BMP File.vi to read a bitmap file.  Once you've read the file, wire the image data into the Draw Flattened Bitmap.vi and wire the output of that to your picture control.

 

Hope that helps,

Ryan K.

0 Kudos
Message 2 of 2
(2,774 Views)