LABVIEW Overview
LABVIEW Overview
LABVIEW Overview
BY
V.BALAJI,
AP/EEE
DCE
LabVIEW Everywhere
Sensor
Embedded
(FPGA)
Handheld
Wireless
Networked I/O
PC Boards
Industrial Computer (PXI)
Tektronix Open Windows
Oscilloscopes
PC, Mac, Linux, Sun
Workstation
LabVIEW
LabVIEW, which stands for Laboratory
OBJECTIVES
OVERVIEW
LabVIEW Environment
Front Panel
Block Diagram
Dataflow Programming
LabVIEW Help
Debugging a VI
Startup Screen:
Start from a blank VI:
NewBlank VI
or
Start from an example:
ExamplesFind
Examples
Block Diagram
Graphical code
Data travels on wires from
controls through functions to
indicators
Blocks execute by data flow
Controls Palette
Contains the most commonly used controls
11
Controls Palette
Control:
Numeric
Customize
Palette View
Indicator:
Numeric Slide
Structure:
While Loop
Status Toolbar
Run Button
Continuous Run Button
Abort Execution
Demonstration 1: Creating a VI
Front Panel Window
Graph
Indicator
Block Diagram Window
Boolean
Control
Output
Terminal
Input
Terminals
Block Diagram
Control
Terminals
Indicator
Terminals
Wires
17
Nodes
Dataflow Programming
Block diagram execution
Dependent on the flow of data
Block diagram does NOT execute
left to right
Debugging Techniques
Finding Errors
Click on broken Run button.
Window showing error appears.
Execution Highlighting
Click on Execution Highlighting button; data flow is
animated using bubbles. Values are
displayed on wires.
Probes
Additional Help
Right-click on the VI icon and choose
Help, or
Choose Detailed help on the context
help window
SUMMARY
LabVIEW Environment
Front Panel
Block Diagram
Dataflow Programming
LabVIEW Help
Debugging a VI
THANK YOU