San Diego State University logo
ME 205

The Simulation of Physical Systems

 

LabView Tutorial 7 - 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

Proceed to the Tutorial ->