LabVIEW Flashcards
(43 cards)
Express VIs
interactive VIs with configurable dialog page
Standard VIs
modularized VIs customized by wiring
Functions
fundamental operator elements of LabVIEW
Editing Techniques
selecting, moving, deleting, resizing, labeling, coloring
Debugging Techniques
finding errors, highlight execution, breakpoints, probes
Finding errors
click broken run button
Execution highlighting
click on execution highlighting button; data flow is animated using bubbles
Probe
right clock on wire to display pride and it shows data as it flows through wire segement
Icon/Connector
representation of SubVI
Icon
represents a VI in other block diagrams
Connector
shows available terminals
Hierarchy window
displays structure of all VIs
Context help window
displays node information
Structures
for loop, while loop, case structure, sequence, formula node
For loop
executes code inside borders with a specific number of iterations
While loop
executes code inside borders until a true/false condition is met
Ways to time a loop
loop time delay or timed loops
Loop time delay
configure time delay express VI for seconds to wait for each iteration of the loop
Timed loops
configure special timed while loop
Shifted registers
transfer values from one iteration to the next
Case structure
method of executing conditional text
Formula node
allows programming of one of more algebraic formulas
Sequence structure
executes sub-diagrams sequentially
LabVIEW arrays
collection of elements