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

Introduce - LabView
Case Structures

In this module you will learn about Case Structures which give you control over program decisions and branching, much like using If-Then-Else conditional statements.

The Select Function is also discussed which can be used instead of a Case Structure for very simple If-Then-Else situations.

This module will cover:

  • Case Structures
    • Definition
    • Case Structure Data Types
    • Creating a Case Structure
    • Managing Case Structures
  • The Select Function
    • Definition

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