08-04-2009 05:38 AM
08-04-2009 05:40 AM
08-04-2009 11:07 PM
08-05-2009 07:15 AM
is thery any way to unload a VI?
InAdvance Thanks
Regards
Soundarya
08-05-2009 02:12 PM
Hi Soundarya,
again there is not enough information to give good advice... It depends on context and what you try to achieve!
Short answer:
When the vi is loaded by vi server functions you can also unload it! But you better give more info...
08-07-2009 12:46 AM
hi,
I have two vi's. In my first VI, i have a button named Cancel. So when i press Cancel, the particular vi should get closed and it should open the second VI?
how can i do this in labview?
InAdvance Thanks
Regards
Soundarya
08-07-2009 01:09 AM - edited 08-07-2009 01:11 AM
Go through the Labview Basics 1&2 For programming practices.
Try the attached VIs
08-07-2009 01:13 AM - edited 08-07-2009 01:14 AM
Go to File >> VI Properties >> Window Appearance category >> Customize...
Check the "Close if originally closed" option, you re done. It ll automatically close the first VI when you click the Cancel button, that is (only if) connected to the conditional terminal of the while loop.
Your second VI should be residing inside the case structure that will execute on Cancel=True inside the while loop of the first VI.
I suggest you to rename your Cancel button as 'Close', for easy user-understanding.
08-07-2009 06:44 AM
hi,
thanks for your answer. but i have one more query which is related to vi.
so as i already told u that i have one cancel button in one vi. another vi consists of one string control. once i select cancel button, it has to focus to that string control. i mean curson have to be placed in the string control
InAdvance Thanks
Regards
Soundarya
08-07-2009 06:56 AM