LabView Practice
LabView Practice
Pre-requisites :
Software required :
Operating System
: Windows 7/8/xp
Tools
:NI Labview
:NA
182
Connect the blocks based on the logic as shown in the screen shot below.
In the front panel click Run Continuously button and simulate the result.
DIAGRAMS:
183
OUTPUT:
RESULT :
The given binary number is converted into its decimal equivalent using Labview system
design software.
184
Connect the blocks based on the logic as shown in the screen shot below.
In the front panel click Run Continuously button and simulate the result.
DIAGRAM:
185
OUTPUT
186
RESULT
The given binary number is converted into its decimal equivalent using Labview system
design software.
187
8 BIT COUNTER
AIM :
To design a 8-bit counter in LABVIEW.
PROCEDURE :
In the front panel place LEDs and a Numeric indicator and connect as in the front
panel diagram.
Place a while loop and convert the tunnel into feedback node and connect as in the
block diagram.
DIAGRAM:
188
189
OUTPUT:
RESULT:
Thus 8-bit counter was designed and executed.
190
7-SEGMENT DISPLAY
AIM :
To design a seven segment display using LABVIEW.
PROCEDURE :
In the front panel place a Numeric control and 7 LEDs and arrange as in the front
panel diagram.
In the block diagram place a case structure and connect as in the block diagram using
Boolean constants (True and False) and local variables.
DIAGRAM:
191
192
OUTPUT:
RESULT:
Thus the seven segment led was designed and executed using labview.
193
Create a VI and place the blocks needed such as Numeric, LED and Case structure
block.
Connect the blocks based on the logic as shown in the screen shot below.
In the front panel click Run Continuously button and simulate the result.
DIAGRAM:
194
195
OUTPUT:
RESULT:
Thus the Frequency Response of Band-Pass IIR Filter is designed using LABVIEW.
196
ROTATION OF AN ARRAY
AIM:
To design the rotation of an array and to express the Boolean value of the array.
PROCEDURE:
Create a VI and place the blocks needed such as Numeric, LED and Case structure
block.
Connect the blocks based on the logic as shown in the screen shot below.
In the front panel click Run Continuously button and simulate the result.
DIAGRAM:
197
198
OUTPUT:
RESULT:
Thus the rotation of an array is designed using LABVIEW.
199
AIM:
To monitor the movement of keys in keyboard and Mouse in labview.
PROCEDURE:
Create a VI and place the blocks needed such as initialise keyboard, initialize mouse,
acquire input in input device control.
Connect the blocks based on the logic as shown in the screen shot below.
In the front panel click Run Continuously button and simulate the result.
DIAGRAMS :
200
201
OUTPUT:
RESULT:
Thus the movement of keys and mouse was monitored in labview.
202