LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call SubVI

If you are talking about my modified example, the main VI only stops when the stop button is clicked. If you are using your program and your subVI, since you did not post your subVI, I have no idea what you might have done to cause the main program to halt.
0 Kudos
Message 21 of 28
(1,030 Views)

Thanks Dennis

I have attached my Sub vi.

 

0 Kudos
Message 22 of 28
(1,021 Views)
Using a normal subVI call method (i.e. my example), the front panel does not 'finish' when your subVI is called but if you do not show the front panel of the subVI, you cannot operate any controls on the main because you pass execution to the subVI and there is no way to stop the subVI unless the front panel of it is visible. Making a VI visible when called is simply a matter of going to it's VI Properties>Window Appearance>Customize.
0 Kudos
Message 23 of 28
(1,001 Views)
Thanks Dennis,
 
I got it,its working now.Also as i said earlier in the list of applications in main program if i choose different applications the front of the previously opened  applications should go hidden.
 
Thanks
0 Kudos
Message 24 of 28
(998 Views)

I lookied through this entire thread and this is the first time you mentioned that if you have one window open, you want to close it when you select another.

Instead of passing out little bits of information here and there, can you just post in a single messge all of your requirements in a more concise manner? You have been very unclear on what you want and it has expanded from a trivial task to something much more complex.

0 Kudos
Message 25 of 28
(994 Views)

apologize Dennis,

Actually i have developed a part of the main task.

I got some 10 different applications(named application1,......) needs to run in one main program calling through the  different Subvis.

for ex,if i have opened application1( enabled through a button in main program) it will come up with the front corresponding front panel, this front panel  needs to be hidden before i open another application.

The next question is once i pressed the button for the particular application to start,it needs to go to a tab window where we enter some details manually and then from that window it needs to go to another tab window where the real measurements are done,finally a stop to finish that particular application selected.

Thanks

 

0 Kudos
Message 26 of 28
(987 Views)
Good morning
 
i tried to create a llb file, when the run the program it gives error ,the eeror code is 7. I searched the eeror code list in LabVIEW there is no such error code in the list.pls help
 
Thanks in advance
0 Kudos
Message 27 of 28
(967 Views)
I found the reason why is that error message.
 
could anyone tell how to add subvis to llb
 
Thanks
 
0 Kudos
Message 28 of 28
(964 Views)