LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conditional disable structure

 

 

It is not in the properties list of the project class, although you may be able to access it through LabVIEW scripting. However, accessing the conditional variables completely breaks the concept of having them. If you could access them, you could create a control and change their value at run time, but the other cases are not compiled into the VI so they could not execute.

 

If you are attempting to use this feature as a case structure, then use a case structure instead.

Message Edited by yenknip on 01-08-2009 03:24 PM
_____________________________
- Cheers, Ed
0 Kudos
Message 21 of 22
(603 Views)
One thing we use the conditional disable structure for is to enable/disable sub VIs based on hardware requirements. We set the conditions in the project properties. It lets us customize our software for different applications without re-writing a lot for each customer.
0 Kudos
Message 22 of 22
(596 Views)