Sample Selection: Labview Academy Student Edition
Sample Selection: Labview Academy Student Edition
SAMPLE SELECTION
Table of Contents
Problem Solving ........................................................................................... 2- 15
Navigating LabVIEW................................................................................... 16- 39
Troubleshooting and Debugging VIs ............................................................ 40- 62
Implementing a VI ...................................................................................... 63- 86
Relating Data ........................................................................................... 87- 106
Storing Measurement Data .................................................................... 107- 127
Developing Modular Applications ........................................................... 128- 145
Acquiring Data ........................................................................................ 146- 167
Instrument Control ................................................................................ 168- 189
Common Design techniques and Patterns ............................................... 190- 222
Communicating Among Multiple Loops .................................................. 223- 246
Event Programming ............................................................................... 247- 263
Improving an Existing VI ......................................................................... 264- 282
Controlling the User Interface ................................................................ 283- 301
Advanced File I/O Techniques ................................................................ 302- 325
Creating and Distributing Applications .................................................... 326-342
Page 1
LabVIEW Academy Student Edition Navigating LabVIEW
Page 2
LabVIEW Academy Student Edition Navigating LabVIEW
True or False: Boolean controls and indicators represent only a True or False status.
Page 3
LabVIEW Academy Student Edition Navigating LabVIEW
True or False: All LabVIEW VIs must be created within a LabVIEW project or it will be impossible to edit
them after the first save.
Page 4
LabVIEW Academy Student Edition Navigating LabVIEW
Page 5
LabVIEW Academy Student Edition Navigating LabVIEW
Page 6
LabVIEW Academy Student Edition Navigating LabVIEW
The above icons are examples of _______________ controls and indicators. The ________________ and
_______________ are controls and the _____________ is an indicator. This data type has
_____________ parts.
Page 7
LabVIEW Academy Student Edition Troubleshooting and Debugging VIs
The above VI no longer works, and has a broken run arrow. It worked at one time, but would take
close to 100% of the computer’s resources when running. A general approach to debugging and
fixing this VI would be to first ___________ , followed by clicking the _________. With that
knowledge it should be possible to make changes and run the VI. Finally, in order to reduce the use
of computer resources it would be beneficial to add a ______ function inside the while loop. It
would also be good programming practice to replace the Boolean constant with a ______.
Page 8
LabVIEW Academy Student Edition Troubleshooting and Debugging VIs
If you created this block diagram, what would be the two indications that there is a problem?
Page 9
LabVIEW Academy Student Edition Storing Measurement Data
Page 10
LabVIEW Academy Student Edition Creating and Distributing Applications
Page 11