HomeModulesModule 1.3 (Labview Loops) → Exercise 1

FOR LOOP EXERCISE


INTRODUCTION

Create a VI that displays random numbers between Zero and 10 on a waveform graph. Use a for loop controlled by an iteration control for the number of iterations. Provide an indicator to indicate the number of iterations that have occurred. Make it so that the speed of iterations are 1/4th of a second.

Note: The iteration indicator will always display N - 1 iterations.

  • Start LabVIEW
  • Create a New VI
  • Run LabVIEW and Observe the Results
  • Save the VI
  • Exit LabVIEW