LabVIEW Flashcards
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