CMPS 273 Assignment 10, LabView Programming, Due April 27, 2009; 200 points

Instructions: Do the work/answer the questions below.

  1. At the top of your program’s user interface put your:
  2. Name
  3. W number

LabView Questions (100 points)

  1. What is the diagram used for in LabView?
  2. How is the diagram different than the front panel?
  3. How are indicators used?
  4. What is the difference between indicators and controls?
  5. Draw by hand the diagram for a program that displays a count from 0 to 10.
  6. The program takes 10 seconds to run.
  7. Draw by hand the diagram for a program that displays a count that increments 5 times per-second until the user pushes a stop button. The count starts at 0 and goes until the user pushes the stop button.
  8. What is the difference between for loops and while loops?
  9. What is the remainder in the following division problems:
  10. 30/60
  11. 92/60
  12. 123/60
  13. What function can we use to get the remainder?

LabView Program (100 points)

  1. Make a stopwatch program that has a 100ths of a second dial and a seconds dial.
  2. The program should run until the user pushes the stop button.
  3. The following dials should be present:
  4. 100ths of a second – 0 to 99
  5. Seconds – 0 to 59
  6. Minutes – 0 to 59
  7. Hours – 0 to 23

1