Exercises - Measurement and control with LabVIEW

Do not plan to share the computer with someone else - you will need study time in front of the computer. The LabVIEW help system should be the first place to turn for help. It covers A LOT. To obtain help about an item, show the help window, place the cursor above the item, and then click on "Detailed help" in the help window.

A website that may be useful for a first introduction to LabVIEW is: http://www.iit.edu/~labview/Dummies.html

You are expected to study the examples below before the first physical meeting. If you have worked with LabVIEW before, make sure that you understand the examples. To show the "code", use control-E in LabVIEW. Use the help system to find out more about items. A good way to learn and understand is to build your own .vi to do the same thing as the example.

# Topic

1. Controls, Indicators
Example1

2. Loops, arrays
Example2

3. Cases
Example3

4. Events
Example4

5. Pop-ups, rings
Example5

6. Local variables
Example6

7. Property nodes
Example7

8. Clusters
Example8

9. Refnums
Example9