07-27-2008 06:11 AM
07-27-2008 01:46 PM
07-27-2008 02:17 PM
It can be used for debugging or to allow you to test portions of the code while still implementing portions of the code.
See attached example where you can run the coder while the code in the disable structure is not yet finished.
R
07-27-2008 02:22 PM
07-28-2008 12:55 AM
07-28-2008 03:17 AM
@JoeLabview
I think muks asked about Conditional Disable structure, not the "Diagram disable structure", like your example.
I never used the conditional disable but I think it's used at project level in this way:
1) you can define some "parameters" in the project property windows.
2) place the structure and add conditions: you will see the new paramenters.
The use is at project level, so you can have 1 VI but 2 different project (not only difference with the default paramenters CPU, OS, TARGET_TYPE, but also other custom paramenters defined like "_standaloneBuild", one project set it to TRUE, and another project set it to FALSE, so you get the point.
07-28-2008 03:21 AM
07-28-2008 03:28 AM
07-28-2008 06:06 AM
Slyfer wrote:
@JoeLabview
I think muks asked about Conditional Disable structure, not the "Diagram disable structure", like your example.
07-28-2008 06:11 AM