Introduction To LabView
Introduction To LabView
2
1.Objective
2. Overview
3.Procedure
2-There is an alarm when the temperature exceeds 100° C or the pressure exceeds 15KPa.
3-The transfer function of the temperature and pressure transducers are 3.2mV/ °C , 0.3V/KPa
respectively .
This example is very simple, try to draw a simple design before starting with LabView, and try to
recognize the required components of the system.
The following steps describe how to assemble a VI that implements Simple Alarm
System. When this VI is completed, you will be able to test the functionality of the system.
Inspect Figure (3.1) and Figure (3.2) which represent the front panel and block diagram of the
system.
Figure (3.1): Simple Alarm System VI Front Panel
The block diagram consists of a while loop which contains the components that change their
values while the program is running.
To find any component in the LABVIEW , simply make a right click , the you can search on it
.Also to find the components of this system , you can follow these steps.
Design a simple liquid store system in the LABVIEW with the following specifications:
1-The system has four inputs (volume of the liquid, temperature of the liquid and two enables)
and two outputs (led and screen).
2-When the volume of the liquid exceeds 6 liters and led enable is on, the led will turn into Red
color.
3- When the temperature of the liquid exceeds 60 ° C and temperature enable is on, the message
“The temperature of the liquid is high” should be displayed on the screen.
The front panel of the system should be like figure3.3 and figure 3.4.
Figure 3.3 front panel of the system (condition #2)
a. Build Lowpass and Highpass filters VI, then explain the result.
Notes:
After adding the “Simulate Sig” you must add noise on it by right clicking on it
“proprieties”.
The following figures Figure (3.5) and Figure (3.6) represent the front panel and block diagram of
lowpass and highpass filters VI.
c. For high pass filter try to make the cutoff frequency greater than the signal frequency, for
both cases with and without noise and explain the result in your report.
1-Delete the simulate signal from previous block diagram and put Acquire Sound
component in its place. See the wave form of your voice before and after the filter
stage.
2-Connect the Play Waveform Component to a wire before filter stage to hear you
voice. Then connect another instance of this component after LowPass filter and
another one after High Pass filter. What is the difference?
Lab Report