User manual

UniversitàdegliStudidiCatania
IntroductiontoNILabVIEW
IntroductiontoVirtualInstruments:FrontPanel
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
AVIcontains thefollowing three components:
Frontpanel Serves as theuser interface
Blockdiagram Contains thegraphical sourcecode(Glanguage)that defines thefunctionality of theVI
Icon andconnector panel Identifies theVIsothat you canusetheVIinanother VI.AVIwithin another VI
is called subVI.AsubVI corresponds to asubroutineintextbased programming languages.
You build thefront panel with controls
andindicators,which arethe
interactive inputandoutputterminals
of theVI,respectively.Controls are
knobs,push buttons,dials,andother
inputdevices.Indicators aregraphs,
LEDs,andother displays.Controls
simulateinstruments inputdevices
andsupply datato theblockdiagram of
theVI.Indicators simulateinstrument
outputdevices anddisplaydatathe
blockdiagram acquires orgenerates.
DIEEI