LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I unload a vi from memory?

Hi,

How can I unload a vi from memory? and.... how can I put an image in a button?

Thanks,

ToNi
0 Kudos
Message 1 of 2
(3,218 Views)
simply closing a vi does not remove it from memory.
one way to do that is to load the vi dynamically, run it, and when done close its refernce. That will remove it from memory. Look at the examples that ship with LabView for loading vi's dynamically.

to put an image in a button. Select the buton.
Edit-----customize control you are now in screen to cutomize the vi
Edit--Import picture from file
the right click on the button... import picture
Update
0 Kudos
Message 2 of 2
(3,203 Views)