LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable all diagram block

Assuming this VI is called by Another VI, just Place that VI-call in a disable structure. 🙂

If this is the only VI, make a wrapper.

To test your new functionality, make a new VI that's in the Enable case.

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 11 of 12
(186 Views)

@crossrulz wrote:

@Alvaro.S wrote:

I would like to diseble the complete block diagram. Because  would like to test an aditional functionality in the same VI. Test it separately and when I will have tested it then enable the other functionalities.


This isn't a LabVIEW issue.  It is a Source Code Control (SCC) issue.  This is why SCC, such as SVN and GIT, have things like branches.


LOL I just went through some code the other day and removed all the disable structures and someone asked me why.  I said, "No need for dead code.  If you really want the code so badly, you can always go back and get it."

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 12
(165 Views)