User manual

UniversitàdegliStudidiCatania
IntroductiontoNILabVIEW
IntroductiontoVirtualInstruments:Icon&ConnectionPanel
LabVIEW programs are called virtual instruments (VI) because their appearance and operation imitate physical instruments, such as
oscilloscopes and multimeters. Every VI uses functions that manipulate input from the user interface or other sources and display that
infromation or move to other file or other computers.
LabVIEW User Manual
AVI contains thefollowing three components:
Front panel Serves as theuser interface
Blockdiagram Contains thegraphical sourcecode(Glanguage)that defines thefunctionality of theVI
Icon andconnectionpane Identifies theVI sothat you canuse theIinanother VI.AVI within another VI is
called subVI.AsubVI corresponds to asubroutineintextbased programming languages.
TheIcon identifies theVI soyou canuse
it inanother VI
Theconnector paneis asetof terminals
that corresponds to thecontrols and
indicators of that VI,similar to the
parameter list of afunction call intext
based programming languages.The
connector panedefines theinputs and
outputs you canwire to theVI
Icon
Connectionpane
DIEEI