0% found this document useful (0 votes)
13 views1 page

Experiment No.

1) The objective of the experiment was to create a LabVIEW program using numeric, string, and boolean controls and indicators. This included displaying water level and temperature readings, a name and address, and the on/off status of devices like a fan, light, heater and AC. 2) The apparatus used was a PC and the LabVIEW application. 3) The procedure involved creating a new LabVIEW project with a front panel and block diagram. Numeric controls and indicators were used for water level and temperature, string controls and indicators for a name and address, and boolean switches and indicators for devices. The controls were wired to their respective indicators and the code was run.

Uploaded by

Ashutosh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Experiment No.

1) The objective of the experiment was to create a LabVIEW program using numeric, string, and boolean controls and indicators. This included displaying water level and temperature readings, a name and address, and the on/off status of devices like a fan, light, heater and AC. 2) The apparatus used was a PC and the LabVIEW application. 3) The procedure involved creating a new LabVIEW project with a front panel and block diagram. Numeric controls and indicators were used for water level and temperature, string controls and indicators for a name and address, and boolean switches and indicators for devices. The controls were wired to their respective indicators and the code was run.

Uploaded by

Ashutosh Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like