Programming: Labview Course 1 Quick Reminder of Labview
Programming: Labview Course 1 Quick Reminder of Labview
LabVIEW
Course 1
Quick reminder of LabVIEW
Course Goals
Block Diagram
• Accompanying “program”
for front panel
• Components “wired”
together
VI Front Panel
Front Panel Icon
Toolbar
Boolean
Control Graph
Legend
Waveform
Graph
Plot Scale
Legend Legend
VI Block Diagram
Block
Diagram
Toolbar Divide
Function
SubVI
Graph
Terminal
Wire
Data
Functions Palette
(Block Diagram Window)
Tools Palette
• Floating Palette
• Used to operate and modify
front panel and block diagram
objects.
Automatic Selection Tool
Control Indicator
Terminals Terminals
Creating a VI – Block Diagram
Help Options
Context Help
• Online help
• Lock help
• Simple/Complex Diagram help
• Ctrl + H
Online reference
• All menus online
• Pop up on functions in diagram to access online info directly
Repetition and Loops
TOPICS
While Loops
For Loops
Accessing Previous Loop Data
Arrays
TOPICS
Introduction to Arrays
Auto Indexing Arrays
Array Functions
Polymorphism
Clusters
TOPICS
Introduction to Clusters
Cluster Functions
Error Clusters
Plotting Data
TOPICS
Waveform Charts
Waveform and XY Graphs
Intensity Graphs
Making Decisions in a VI
TOPICS
Decision making with the Select function
Case Structures
Formula Nodes
Simple Decision: Select Function
• If Temp Scale is TRUE, pass top input;
if temp scale is FALSE, pass bottom input.
TOPICS
SubVIs
Icon and Connector Pane
Using SubVIs
Creating a SubVI from sections of a VI