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
|