Workshop 2: Introduction to LabVIEW


1. Learn the basics using Sample.VI

A sample LabVIEW program was created to demonstrate some of the basics of LabVIEW. You will work individually during this session so that you each can get a feel for how the software works.

The front panel and diagram for the program is shown at the right. The program performs three tasks using two inputs: x+y, x*y, and x^y. Through a guided hands-on exploration of the program, the following questions will be answered (in order):

2. Study loop structures using For.VI and While.VI

Two programs were made for demonstrating the difference between For and While Loops. The programs are simply loops, with a delay of 200ms in each. The For Loop will stop after user-specified number of repetitions, and the While Loop will stop when the user clicks on the STOP switch.

3. Make a new program

Learn how to make and debug programs through performing simple tasks. The following exercises will be shown step-by-step:

You are now ready to create your own simple program.