03-30-2009 04:10 PM
In a large Labview project, can one exclude portions of code
like something similar to #if 0,#endif or //rem in other languages
via a graphical method?
I am betting no, and the proper way would be to setup case statements
to segment sections of code...
Which is true?
-CSK
03-30-2009 04:12 PM - edited 03-30-2009 04:14 PM
While Case structures would work, we also have diagram disable, which is 100% analagous to commenting out text-based code.
03-30-2009 05:00 PM
Hi CSK,
There is also a conditional disable structure in the programming structures palette. You can add many cases and specify user defined parameters in the Project properties to select which case will be used.
Hope that helps
Ruben