This is not the document you are looking for? Use the search form below to find more!

Report home > Science

Labview basic tutorial

0.00 (0 votes)
Document Description
Labview basic tutorial
File Details
Submitter
  • Name: amit verma
Embed Code:

Add New Comment




Related Documents

Matlab Basic Tutorial

by: tadeusz, 52 pages

By Muhammad Rizwan I060388 For Section A&B C&D INTRODUCTION TO MATLAB MATLAB It stands for MATrix LABoratory It is ...

Microsoft Word Tutorial

by: desantis, 8 pages

You have just finished a very basic tutorial in using Microsoft Word. There are many other things you can do with this amazing program. The Question Mark icon at the extreme top right of your screen ...

tutorial on Android development

by: TRIPTY SINGH, 242 pages

it is a short and basic tutorial on android developed for educational purpose of students.

Guice tutorial

by: tadeusz, 31 pages

GIN A basic tutorial by anhquan.de What the heck is Google GIN? • GIN = GWT INjection • Guice brings automatic dependency injection to server side code, while GIN ...

Visual Basic .NET Tutorial

by: dutcher, 26 pages

This tutorial was originally prepared by Sarah Thompson for Visual Basic 4.0. Visual Basic is a programming language that is designed especially for windows programming. This tutorial ...

Tutorial: Programming in Visual Basic 6.0

by: dutcher, 15 pages

This tutorial contains a beginner’s guide to Visual Basic 6.0, introducing the programming environment, defining key terms and introducing exercises to demonstrate the five control structures ...

How to create PDF file from Visual Basic: example "Hello, PDF!"

by: dutcher, 5 pages

How to create PDF file from Visual Basic: example "Hello, PDF!" This page contains step-by-step tutorial aimed to teach you how to create PDF file from Visual Basic application ...

Tutorial: Creating and Meshing Basic Geometry in Gambit

by: manualzon, 20 pages

Gambit tutorial to master mesh creation and geometry tutorial

Excel Tutorial

by: desantis, 6 pages

The purpose of this tutorial is to provide instruction on performing basic functions using Microsoft Excel. Although Excel has the ability to perform a large array of mathematical and statistical ...

ADOBE PHOTOSHOP CS3 TUTORIAL

by: desantis, 37 pages

Adobe Photoshop CS3 is a popular image editing software that provides a work environment consistent with Adobe Illustrator, Adobe InDesign, Adobe ImageReady, and other products in the Adobe Creative ...

Content Preview
VIRTUAL INSTRUMENT (VI)
USING LabVIEW by Amit Verma

A virtual instrument (VI) has three main
components - the front panel, the block
diagram and the Icon/connector pane.


THE FRONT PANEL WINDOWS
It is the interactive user
interface for the VI.
It is called front panel
because it stimulates the
front panel of a physical
instrument.
The front panel can
include virtual knobs,
push buttons, graphs
and various other
controls (user input) and
indicators (user output).
Controls are inputs used
to simulate instrument
input device and supply
data to the block
diagram and indicators
are outputs to display
result of simulation.

THE BLOCK DIAGRAM WINDOWS
It is the
programming
windows.
Block diagram
contains the
graphical source
code composed of
nodes, terminals,
and wires.
Front panel objects
appear as terminal
on the block diagram
and the components
wired together to
form a program.
The data is passed
through the wire

*

PALETTES
Palettes are 3 types - Tools, Controls, and Function palettes.


DATA AND WIRE TYPES

REPETITION AND LOOPS

For loop - the For loop is
execute until the count
terminal is not equal to one less
than Iteration terminal (i=N-1).

While loop executes a program
till the condition is not met.
There are two condition in while
loop -1) Stop if true, 2)
Continuous If true.

Case Structure - the case
structure execute a subdiagram
for two condition - true and
false . If we want to give two
condition similar as text based
programming language then we
can use it.

Event Structure - The event
structure generate the event
and execute them accordingly.

Formula Node - In the formula
node you can type your formula,
select input/output and use
directly in program.

Shift Register, Feedback Node and Local Variable
Shift Register - The Shift Register
is used to pass data from current
Iteration to next Iteration till loop
execute.
If we Initialize shift register with
constant 0 then on every
execution loop start with result 0
and no previous execution value
is add the results.
If we doesn't initialize shift
register then on every execution
previous result will be add to
new iteration which is generally
not required by us.
Feedback Node - Like a shift
register, the feedback node is
also used to pass data of current
iteration to next iteration.
Control Timing is used to control
the execution rate of VI.
Local Variable - It transfer data
within a single VI and allow data
to passed between parallel loops.

ARRAY
The Array can be selected
from
Control>>Modern>>Arrays,
Matrix & Clusters palette.
Insert any Data type to
empty array shell and drag
either horizontally or
vertically.
If you want to Change array
1D to 2D then right click the
left box and select Add
Dimension and further drag.
You can use Array as a
control, Indicator and
constant.
Use Auto Indexing to see
value.
Array follow simple Addition,
Subtraction, Multiplication
and Division rule.
Array is used to store
Multiple data which comes
from each iteration of loop.

Download
Labview basic tutorial

 

 

Your download will begin in a moment.
If it doesn't, click here to try again.

Share Labview basic tutorial to:

Insert your wordpress URL:

example:

http://myblog.wordpress.com/
or
http://myblog.com/

Share Labview basic tutorial as:

From:

To:

Share Labview basic tutorial.

Enter two words as shown below. If you cannot read the words, click the refresh icon.

loading

Share Labview basic tutorial as:

Copy html code above and paste to your web page.

loading