0% found this document useful (0 votes)
36 views12 pages

What Is Labview?: Lab V I E W

LabVIEW is a graphical programming environment used in research and development labs for data acquisition and instrumentation control. It allows monitoring and connecting to sensors, retrieving signals, processing and analyzing data. While originally focused on instrumentation, LabVIEW now also enables complex math calculations. The basics include virtual instruments with a front panel for user inputs/outputs and a block diagram for programming. Data acquisition devices are used to transfer continuous physical signals to digital form for computer processing and display.

Uploaded by

장연규
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views12 pages

What Is Labview?: Lab V I E W

LabVIEW is a graphical programming environment used in research and development labs for data acquisition and instrumentation control. It allows monitoring and connecting to sensors, retrieving signals, processing and analyzing data. While originally focused on instrumentation, LabVIEW now also enables complex math calculations. The basics include virtual instruments with a front panel for user inputs/outputs and a block diagram for programming. Data acquisition devices are used to transfer continuous physical signals to digital form for computer processing and display.

Uploaded by

장연규
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

What is LabVIEW?

Laboratory Virtual Instrument Engineering Workbench


A Graphical Program Development Environment Used in some of the most advanced R&D labs (JPL, Siemens Medical, )

The best way to learn LabVIEW is to PRACTICE, PRACTICE, PRACTICE

LabVIEW in 3110?
We will use LabVIEW to.
Monitor and connect to sensors and measurement devices in an experiment Retrieve signals using data acquisition platforms controlled by LabVIEW Process data and represent them in a meaningful, efficient way
Consolidate all the data obtained in the experiment to perform analysis

MatLab vs Lab VIEW


Roots:
Matlab - tool for matrix calculation. Labview - tool for instrumentation control.

Now:
Matlab - allow control and data acquisition Labview - allow more complex math calculations

Matlab still better at math


Labview still better for instrumentation

The very first step


?

This is what you see if you run LabVIEW

Basics
LabVIEW programs are called Virtual Instruments (VIs)

Front Panel Controls = Inputs Indicators = Outputs

Every LabVIEW vi has a Front Panel and a Block Diagram

Block Diagram Behind the scene Components wired

The Block diagram

Tip: Use Ctrl-E to switch between front panel and block diagram

Tools Palette

Activating Tools Palette

VIs and Functions

What is the use of data acquisition?


Sensors or transducers as our sensing tools convert physical signal to an electrical signal. 1) Need DAQ devices to grab those signals and hand them to computer for display and processing May need to control the flow of data from our transducers (triggering)

2)

3)

Will convert continuous time signals to digital which is suitable for computers

DAQ devices can be internal (PCI cards) or external (USB)

Types Of Signals

State Rate Level Shape Frequency Content

Signal Conditioning
Electrical signal from a transducer may not be very suitable for Analog-to-Digital converters.

?
Signal conditioning (filtering, amplifying, )

DAQ
LabVIEW

You might also like