0% found this document useful (0 votes)
32 views5 pages

Lab View 22bec108

The document describes an experiment to create a scientific calculator using LabVIEW. It involves designing a front panel with numerical inputs and operation buttons. The block diagram connects these to mathematical functions to perform basic and advanced operations like addition, subtraction, multiplication, division, square root, trigonometric functions and simple interest calculations.

Uploaded by

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

Lab View 22bec108

The document describes an experiment to create a scientific calculator using LabVIEW. It involves designing a front panel with numerical inputs and operation buttons. The block diagram connects these to mathematical functions to perform basic and advanced operations like addition, subtraction, multiplication, division, square root, trigonometric functions and simple interest calculations.

Uploaded by

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

DEPARTMENT OF ELECTRONICS AND

COMMUNICATION ENGINEERING
PDPM IIITDM JABALPUR

Lab Manual
For
IT2E02:- IT Workshop

Submitted to: Submitted By:


Dr. Trivesh Kumar Saumya Kumar
22BEC108
List of Experiments

Sr.No. Experiment Name Page.No Date Remarks


1 Scientific Calculator 11/03/2024
2
3
4
5

List of Assignments

Sr. Experiment Page Submission Remarks


No Name No. Date
1 Scientific calculator 11/03/2024
2
3
4
5
Experiment No.1
Scientific Calculator Using LabVIEW

Aim: The aim of this laboratory experiment is to design and


implement a scientific calculator using LabVIEW, a graphical
programming environment, to perform basic and advanced
mathematical operations.

Theory: LabVIEW (Laboratory Virtual Instrument Engineering


Workbench) is a powerful graphical programming language
commonly used for measurement and control systems. In this
experiment, we will use LabVIEW to create a virtual scientific
calculator that can perform operations such as addition, subtraction,
multiplication, division, square root, trigonometric functions and
also Simple Interest(SI) calculations.

Procedure:
1. Launch LabVIEW: Open LabVIEW on your computer and create a
new VI (Virtual Instrument).
2. Design the Front Panel: Add controls for numerical inputs
(numeric controls) and buttons for different operations (Boolean
controls).
Include indicators to display results.
3. Build the Block Diagram: Connect the controls to various
mathematical and trigonometric functions.
Implement the logic for each operation using LabVIEW's
programming nodes.
4. Implement Basic Operations:
- Add nodes for addition, subtraction, multiplication, and division.
- Use Case structures or other control structures for decision-
making.
5. Implement Advanced Operations:
- Add nodes for square root, sin, cos, tan, log, etc.
- Utilize LabVIEW's built-in mathematical functions.

Result:
The virtual scientific calculator will be able to perform basic and
advanced mathematical operations based on user inputs.

Front end:
Back End:

Analysis:
- Evaluate the accuracy and efficiency of the calculator.
- Consider improvements or additional features that could enhance
the calculator's functionality.

You might also like