03-29-2010 01:02 PM
I am using LabVIEW 8.0.1 Base Development System with Application Builder.
I want to implement Conditional Disable for some code when running in the development environment .
Only one symbol (TARGET_TYPE) appears in the symbol selection drop-down.
Conditional Disable Symbols does not appear under "Category" in Project Explorer.
Is this feature not available in the Base Package? Am I missing something?
I would like to have DEPLOY available as an option ....
Thanks
Solved! Go to Solution.
03-30-2010 02:59 PM
Hi clark.leach,
Here is an excerpt from LV 8.0 Help :
"TARGET_TYPE is the only symbol that is available by default. If you are using the Conditional Disable structure in a LabVIEW project, use the Conditional Disable Symbols page to define additional symbols."
Did you go to Project>> Properties before looking for Conditional Disable Symbols in the Category list? Is this where you are looking?
03-30-2010 03:12 PM
I was looking in the build properties which explains why I didn't find it.
I will try to make it work from here.
Thanks.