ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Best practice ... structured programming in LabVIEW?

Solved!
Go to solution

We also have to account for "it got big enough to make into a sub-VI".  If I put a front-panel item into that then it changes the overall function when we make it into a sub-vi.  It causes a loss of function.

0 Kudos
Message 11 of 12
(845 Views)

@EngrStudent wrote:

We also have to account for "it got big enough to make into a sub-VI".  If I put a front-panel item into that then it changes the overall function when we make it into a sub-vi.  It causes a loss of function.


You have to be aware that by using the "Create SubVI" feature, it enforces a certain dataflow.  Occasionally this can change how your parent VI executes.  Hint: If you code according to LabVIEW "best practices", you rarely run into this kind of thing.  😉

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
(837 Views)