Sie sind auf Seite 1von 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.

Das könnte Ihnen auch gefallen