Experiment No.
Experiment No.
01
Objective:
Make a V1 program using numeric, string and boolean controls and indicators.1.
To feed level of water and temperature values and display results on respective
indicators
2. To feed your name and home address and read the same on the indicator.3. To
switch ON/OFF the operation of fan, light, heater and AC using virtual switches
and show status of each device on indicators.
Apparatus :
PC
LabVIEW Application
Procedure :
following steps were taken for the realisation of our aim.1. Create a new project
which will open a front panel and a block diagram window.
2. By right clicking on the empty space of the front panel a control palette will
open.3. Drag and drop two controls and two indicators for water level and
temperature value undernumetric category.4. Connect their terminals in the
block diagram window and run the code
5. Similarly Under String & Path folder we can use two string controls and string
indicators for showing name and address of a student
6. For the last problem we use four boolean switches(vert rocker) and four round
LEDs(booleanindicators) for fan,light, heater and AC.7. Connect all the controls to
their respective indicator in block diagram and run the code.