LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to ignore/suppress portions of a diagram

is there a way to ignore or suppress certain portions of a block diagram while running the rest of it? say I've just finished a complex portion of the program and I need to work on some other aspect that is unrelated. If there is no hard-coded feature like this, any suggestions on a good way to fake it?
0 Kudos
Message 1 of 2
(2,469 Views)
If I understand you correctly, you want to be able to not execute a portion of your code within the same VI. For example a function that you wrote and finished, etc... If this is the case then you could just include this portion of code inside a case statement with a boolean constant selecting the case without the code. Everything else will run except this code. I hope I've answered your question.
0 Kudos
Message 2 of 2
(2,469 Views)