LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

programatically bypass or execute subVI

Hello

 

Is it possible to programmatically run or bypass a subVI? I have several subVIs in the main VI. Depending on which of them are selected using the front panel control booleans, I would like to run the selected SubVIs and bypass the rest of SubVIs. How can I achieve this? I have at least 8 of subVIs which can lead to several combinations, so I dont want to use the case structure for running the selected SubVIs.

 

Your help is highly appreciated,

 

Regards

Renju Zacharia

0 Kudos
Message 1 of 3
(2,445 Views)
You only need to deal with "combinations" if you use a single case satructur. Instead, put each one in its own case structure. 😉
0 Kudos
Message 2 of 3
(2,436 Views)
Sorry for the typos, posting via phone....
0 Kudos
Message 3 of 3
(2,435 Views)