Vabview Manual
Vabview Manual
LABVEIW MANUAL
List of Experiments
BLOCK DIAGRAM:
FRONT PANEL:
Input: Output:
RESULT: Thus the arithmetic operations were performed and the result
is Verified using lab view.
EXPERIMENT2: TO PERFORM BOOLEAN OPERATIONS USING
VABVIEW.
BLOCK DIAGRAM:
FRONT PANEL:
Input: Output:
TRUTH TABLE:
X1 X2
X2 YY
0 0 0
0 1 0
1 0 0
1 1 1
X1
0 0 0
0 1 1
1 0 1
1 1 1
NOT: Y= COMPLIMENT OF X
X Y
0 1
1 0
NAND: NOR
X1 X2
X2 Y
Y
0 0 1
0 1 1
1 0 1
1 1 0
X1
0 0 1
0 1 0
1 0 0
1 1 0
XOR
X1 X2 Y
0 0 0
0 1 1
1 0 1
1 1 0
RESULT: Thus the Boolean operation using LAB view is performed.
BLOCK DIAGRAM:
FRONT PANEL:
Input: OUTPUT:
RESULT: Thus the sum of ‘n’ natural numbers using FOR loop is performed in
LABview.
EXPERIMENT4: TO PERFORM THE FACTORIAL OF A GIVE
NUMBER USING FOR LOOP
BLOCK DIAGRAM:
FRONT PANEL:
Input: Output:
RESULT: Thus the factorial of a given number is using FOR loop is performed
in LAB view.
EXPERIMENT 5: TO FIND SUM OF ‘n’ NATURAL NUMBERS
USING WHILE LOOP.
BLOCK DIAGRAM:
FRONT PANEL:
Input: Output:
BLOCK DIAGRAM:
FRONT PANEL:
Input: Output:
RESULT: Thus the factorial of the given number using WHILE loop is
performed.