0% found this document useful (0 votes)
52 views10 pages

13 and Continue

The document describes 17 experiments conducted in LabVIEW. Each experiment has the aim of creating or manipulating data structures like arrays, matrices, or calculating values like factorials, roots of equations, or determinants. The procedure for each experiment involves opening LabVIEW, adding indicators and instruments, connecting them in the block diagram, and simulating the code. The results show the objectives of finding factorials, roots, determinants, transposing matrices, and multiplying array elements were achieved through LabVIEW.

Uploaded by

Claire Rhodes
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)
52 views10 pages

13 and Continue

The document describes 17 experiments conducted in LabVIEW. Each experiment has the aim of creating or manipulating data structures like arrays, matrices, or calculating values like factorials, roots of equations, or determinants. The procedure for each experiment involves opening LabVIEW, adding indicators and instruments, connecting them in the block diagram, and simulating the code. The results show the objectives of finding factorials, roots, determinants, transposing matrices, and multiplying array elements were achieved through LabVIEW.

Uploaded by

Claire Rhodes
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/ 10

Experiment No.

13

Aim: To Design a Factorial in LabVIEW.

Apparatus: LabVIEW Software, Computer with i5 processor etc.

Procedure: 1. Open LabView with side by side front panel and block diagram.

2. Choose the indicators and in front panel

3. Choose the instruments or measurement I/O in Block diagram.

4. Connect these indicators and instruments.

5. Simulate the code.

Block Diagram:
Result: The Factorial has been designed and implemented on LabVIEW.
Experiment No.14

Aim: To find roots of a quadratic equation in LabVIEW.

Apparatus: LabVIEW Software, Computer with i5 processor etc.

Procedure: 1. Open LabView with side by side front panel and block diagram.

2. Choose the indicators and in front panel

3. Choose the instruments or measurement I/O in Block diagram.

4. Connect these indicators and instruments.

5. Simulate the code.

Block Diagram:
Result: The roots for the given quadratic equation have been found in LabView.
Experiment No.15

Aim: To to find the determinant of a 2 X 2 matrix which is represented in the form of a 2D


array using Index array function.

Apparatus: LabVIEW Software, Computer with i5 processor etc.

Procedure: 1. Open LabView with side by side front panel and block diagram.

2. Choose the indicators and in front panel

3. Choose the instruments or measurement I/O in Block diagram.

4. Connect these indicators and instruments.

5. Simulate the code.

Block Diagram:
Result: The determinant of a 2 X 2 matrix has been found in LabView.
Experiment No.16

Aim: Build a VI that generates a 1D array and then multiplies pairs of elements together and
outputs the resulting array. For example, the input array with values 1, 23, 10, 5, 7, 11 will
result in the output array 23, 50, 77.

Apparatus: LabVIEW Software, Computer with i5 processor etc.

Procedure: 1. Open LabView with side by side front panel and block diagram.

2. Choose the indicators and in front panel

3. Choose the instruments or measurement I/O in Block diagram.

4. Connect these indicators and instruments.

5. Simulate the code.

Block Diagram:
Result: A 1 D array has been generated accordingly.
Experiment No.17

Aim: Create a 2D numeric array (5 X 5) containing random numbers and find its transpose.

Apparatus: LabVIEW Software, Computer with i5 processor etc.

Procedure: 1. Open LabView with side by side front panel and block diagram.

2. Choose the indicators and in front panel

3. Choose the instruments or measurement I/O in Block diagram.

4. Connect these indicators and instruments.

5. Simulate the code.

Block Diagram:
Result: A 2D array has been generated accordingly.

You might also like