<< Chapter < Page Chapter >> Page >

The power of LabVIEW lies in the hierarchical nature of the VI. After you create a VI, you can use it on the block diagramof another VI. There is no limit on the number of layers in the hierarchy. Using modular programming helps you manage changesand debug the block diagram quickly.

A VI within another VI is called a subVI. A subVI corresponds to a subroutine in text-based programming languages. When youdouble-click a subVI, a front panel and block diagram appear, rather than a dialog box in which you can configure options. Thefront panel includes controls and indicators that might look familiar. The block diagram includes wires, front panel icons,functions, possibly subVIs, and other LabVIEW objects that also might look familiar.

The upper right corner of the front panel and block diagram displays the icon for the VI. This icon is the same as the iconthat appears when you place the VI on the block diagram.

Icon and connector pane

After you build a front panel and block diagram, build the icon and theconnector pane so you can use the VI as a subVI. Every VI displays an icon, such as the one shown in , in the upper right corner of the front panel and block diagram windows. An icon is a graphicalrepresentation of a VI. It can contain text, images, or a combination of both. If you use a VI as a subVI, the iconidentifies the subVI on the block diagram of the VI. You can double-click the icon to customize or edit it.

You also need to build a connector pane, shown in , to use the VI as a subVI. The connector pane is a set of terminals that correspond to the controls andindicators of that VI, similar to the parameter list of a function call in text-based programming languages. Theconnector pane defines the inputs and outputs you can wire to the VI so you can use it as a subVI. A connector pane receivesdata at its input terminals and passes the data to the block diagram code through the front panel controls and receives theresults at its output terminals from the front panel indicators.

As you create VIs, you might find that you perform a certain operation frequently. Consider using subVIs or loops toperform that operation repetitively. For example, the block diagram in contains two identical operations.

You can create a subVI that performs that operation and call the subVI twice. The example in calls the Temperature VI as a subVI twice on its block diagram and functions the same as the previous blockdiagram.You also can reuse the subVI in other VIs. Refer to Repetition and Loops for more information about using loops to combine common operations.

Refer to the LabVIEW Basics II: Development Course Manual for more information about application development. The following pseudo-code and block diagramsdemonstrate the analogy between subVIs and subroutines.

Function Code Calling Program Code
main {average (point1, point2, pointavg)}
function average (in1, in2, out){ out = (in1 + in2)/2.0;}
SubVI Block Diagram CallingVI Block Diagram

Questions & Answers

if three forces F1.f2 .f3 act at a point on a Cartesian plane in the daigram .....so if the question says write down the x and y components ..... I really don't understand
Syamthanda Reply
hey , can you please explain oxidation reaction & redox ?
Boitumelo Reply
hey , can you please explain oxidation reaction and redox ?
Boitumelo
for grade 12 or grade 11?
Sibulele
the value of V1 and V2
Tumelo Reply
advantages of electrons in a circuit
Rethabile Reply
we're do you find electromagnetism past papers
Ntombifuthi
what a normal force
Tholulwazi Reply
it is the force or component of the force that the surface exert on an object incontact with it and which acts perpendicular to the surface
Sihle
what is physics?
Petrus Reply
what is the half reaction of Potassium and chlorine
Anna Reply
how to calculate coefficient of static friction
Lisa Reply
how to calculate static friction
Lisa
How to calculate a current
Tumelo
how to calculate the magnitude of horizontal component of the applied force
Mogano
How to calculate force
Monambi
a structure of a thermocouple used to measure inner temperature
Anna Reply
a fixed gas of a mass is held at standard pressure temperature of 15 degrees Celsius .Calculate the temperature of the gas in Celsius if the pressure is changed to 2×10 to the power 4
Amahle Reply
How is energy being used in bonding?
Raymond Reply
what is acceleration
Syamthanda Reply
a rate of change in velocity of an object whith respect to time
Khuthadzo
how can we find the moment of torque of a circular object
Kidist
Acceleration is a rate of change in velocity.
Justice
t =r×f
Khuthadzo
how to calculate tension by substitution
Precious Reply
hi
Shongi
hi
Leago
use fnet method. how many obects are being calculated ?
Khuthadzo
khuthadzo hii
Hulisani
how to calculate acceleration and tension force
Lungile Reply
you use Fnet equals ma , newtoms second law formula
Masego
please help me with vectors in two dimensions
Mulaudzi Reply
how to calculate normal force
Mulaudzi
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Labview graphical programming. OpenStax CNX. Apr 09, 2015 Download for free at https://legacy.cnx.org/content/col11408/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Labview graphical programming' conversation and receive update notifications?

Ask