HomeModules → Module 1.3 (LabView Loops) → Introduce
I ntroduce
C onnect
A pply
R eflect
E xtend

Introduce - LabView Loops

In this module you will learn about Loops. Loops allow a program to repeat commands over and over either forever or for a finite period.

The first loop you will learn is the For Loop which repeats commands until told, via a control or instruction, to stop the iteration. The second loop you will learn is the While Loop which repeats commands a certain pre-determined number of times.

This module will cover:

  • The While Loop
    • Definition
    • How to Create a While Loop
    • While Loop Components
      • The While Loop
      • The Conditional Indicator
      • The Iteration Indicator
      • Controlling a While Loop
  • The For Loop
    • Definition
    • How to Create a For Loop
    • For Loop Components
      • The For Loop
      • The Count Terminal
      • The Iteration Indicator

Click here to move on to the next section (Connect).