0% found this document useful (0 votes)
53 views9 pages

Ead Exp-1

This document describes an experiment conducted in LabVIEW to perform various operations like multiplication, division, computing equations, converting degrees to radians, and implementing Boolean expressions. It provides details on the LabVIEW interface, including the front panel to input and output data and the block diagram containing graphical source code. Screenshots and step-by-step procedures are given for programs implementing each operation. The results showed that all operations were successfully performed using LabVIEW.

Uploaded by

Aditya Mittal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views9 pages

Ead Exp-1

This document describes an experiment conducted in LabVIEW to perform various operations like multiplication, division, computing equations, converting degrees to radians, and implementing Boolean expressions. It provides details on the LabVIEW interface, including the front panel to input and output data and the block diagram containing graphical source code. Screenshots and step-by-step procedures are given for programs implementing each operation. The results showed that all operations were successfully performed using LabVIEW.

Uploaded by

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

Experiment no.

1
Aim
To perform various operation-
 multiplication of 4 numerical input
 dividing two numbers in finding remainder and quotient
 compute the equation
 convert degree to radians
 implement a Boolean expression

Apparatus
A computer system with labview 2018 installed

Theory
Labview is a development environment for creating graphical programs called
virtual instrumentation(VI) that simulate actual laboratory instruments. A VI
consists of two parts-
a front panel in the back panel. The front panel allows the user to interact with
the VI by displaying output and allowing user to supply the program with input.
The back panel consists of the code used by the way to obtain input from the
front panel, operate on the input display result.

The front panel is built using control and indicators control and inputs that allow a
used to supply information to the VI controls can be switches, knobs, dials and
button. Indicator can be metres, gauges, led and display. These are located on the
controls palette and can be placed on the front panel

The back panel which is a block diagram contains the graphical source code. All of
the objects placed on the front panel will appear on the back panel as terminals.
The Back panel also contains structures and functions that perform operations on
controls and supply data to indicators. Structures and functions are found on the
functions palette and can be placed on the back panel. Collectively control and
indicators, structures and functions are found on the functions pallete and can be
placed on the back panel.
Collectively controls and indicators, structures and functions are referred to as
nodes. Nodes are connected to other using wires.
LabView can be utilised to physically interface with the outside world.

Multiplication four numerical inputs

Program Screenshot
Procedure
1. start the lab view in select the blank VI.
2. create front end block diagram panel.
3. Numeric Controls are given as input and numeric indicators are given as
output they are selected by right clicking on Front panel.
4. first using two multiplication operator do multiplication of 2-2 input
separately.
5. Then using third multiply operator do multiplication of the two outputs to
get the desired result.
6. Input values are given in the front panel and the program is executed.
Hence the output is generated.

dividing two Input and finding quotient and remainder

Program screenshot
Procedure
1. Start the labview and select the blank VI.
2. Create front and block diagram panel.
3. Numeric controls are given as inputs and numeric indicators are given as
output they are selected by right clicking on the front panel.
4. Use the division operator to get quotient and remainder.
5. Using wiring operation inputs and outputs are connected to the respective
operators in the block diagram panel.
6. Input values are given in the front panel and the program is executed as
the output is generated

Compute the equation x1^2+logx1+x2^2

Program Screenshot
Procedure
1. start the labView and select the blank VI.
2. create front and block diagram panel.
3. Numeric controls are given as inputs and numeric indicators are given as
output they are selected by right clicking on the front panel.
4. Use square operator in log operation from exponential functions panel with
the given inputs.
5. After that use add operator to at the output of square and log operator.
6. Using wearing operation input and output are connected to the respective
operators in the block diagram panel. Input values are given in the front
panel and the program is executed. Hence the output is generated.

convert degree to radians

Program Screenshot
Procedure
1. Start the labView and select the blank VI.
2. Create front and block diagram panel.
3. Numeric controls are given as inputs numeric indicators are given as output
they are selected by right clicking on the front panel.
Use degree to Radian operator from special functions.
4. Using wiring operation inputs and outputs values are connected to the
respective operators in the block diagram panel.
5. Input values are given in the front panel and the program is executed.
Hence the output is generated.

implement a Boolean expression

Program Screenshot
Procedure
1. Start the lab view and select the blank VI.
2. Create front and block diagram panel.
3. Numeric controls are given as inputs and numeric indicators are given as
output they are selected. Use add operator and multiply operator and
XNOR Boolean operator.
4. Using wiring operation inputs and outputs are connected to the respective
operators in the block diagram panel.
5. Input values are given in the front panel program is executed. Hence the
output generated.

Result
All of the operations were performed and the result is verified using LabView.

You might also like