LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

subvi

hi

Question:

Can i create an empty subvi?

 

My purpose is when i start a big program from scratch, i start from the big picture. Then, i create several small subsystems, which are obviously empty in the beginning. then, i will fill up those subvis. Then, continue to smaller one. Hence, this hierarchical metho is better.

 

0 Kudos
Message 1 of 5
(2,598 Views)

Yes.

Message 2 of 5
(2,594 Views)

To add a bit to Ravens Fan's answer, you might add Front Panel controls & indicators so you can wire them together and show what data types you plan to use.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 3 of 5
(2,572 Views)

I think you can just put a while loop and a stop button for a vi.(with a bit of delay.. else your system performance will be shooted to 100%). later you can think of the controls and indicators....

LV 8.0, 8.6, 2011,2012,2013 WinXP
0 Kudos
Message 4 of 5
(2,566 Views)

LabVIEW even has a bunch of vi templates you can use to speed development a bit.  For instance, there's one with error in and error out, already connected to a standard pattern in the expected the locations.

 

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 5 of 5
(2,543 Views)