0% found this document useful (0 votes)
33 views

Lab Task # 1: Waveform Chart or Two Separate Numeric Indicators. Use A While Loop To Execute The VI

This document provides instructions to build a LabVIEW VI that uses Celsius to Fahrenheit and Fahrenheit to Celsius converter subVIs. The VI takes a temperature input from a slider or numeric input and displays the outputs of the converters on a waveform chart or separate indicators. A while loop executes the VI until the converter outputs become equal. The completed VI and subVIs should be saved and submitted as task1.vi, c2f.vi, and f2c.vi through the learning management system.

Uploaded by

ilet09
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Lab Task # 1: Waveform Chart or Two Separate Numeric Indicators. Use A While Loop To Execute The VI

This document provides instructions to build a LabVIEW VI that uses Celsius to Fahrenheit and Fahrenheit to Celsius converter subVIs. The VI takes a temperature input from a slider or numeric input and displays the outputs of the converters on a waveform chart or separate indicators. A while loop executes the VI until the converter outputs become equal. The completed VI and subVIs should be saved and submitted as task1.vi, c2f.vi, and f2c.vi through the learning management system.

Uploaded by

ilet09
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Lab Task # 1

Build a VI which uses the following converters as subVIs


1. Celsius to Fahrenheit converter (use name c2f.vi)
2. Fahrenheit to Celsius converter (use name f2v.vi)
Use a horizontal/vertical pointer slide or numeric input for providing inputs to the above
subVIs. The outputs of the above converters should appear simultaneously on a single
waveform chart or two separate numeric indicators. Use a while loop to execute the VI.
The VI should stop executing if and only if the outputs of the above converters become
equal.
Hints

Use a merge signals function to plot two values on a single waveform chart.
Do not use numeric constants which contain fractional/decimal values.
If using pointer slide use input range from -45 to 10 only.
Do not use a stop button to terminate the while loop.

Notes:
Save the VI as task1.vi and submit the VI along with the subVI files (i.e., c2f.vi and
f2c.vi) through webCT using the WinZip software. The subject of the email should be
task1. Only one student of a group should submit the task by mentioning the names and
IDs of the group students.

You might also like