A Presentation on Mr. SAJID NAEEM M.SC – Electronics (UOP) PG-DEP (C-DAC)

Slides:



Advertisements
Similar presentations
LabVIEW Crash Course Presented by:.
Advertisements

LabVIEW is a graphical programming development environment for data acquisition and control, data analysis, and data presentation. With LabVIEW you can.
Floyd, Digital Fundamentals, 10 th ed EET 2259 Unit 2 Virtual Instruments Read Bishop, Chapter 2. Lab #2 and Homework #2 due next week. Quiz #1 next week.
Lesson 2 Navigating LabVIEW
LabVIEW and G Graphical Programming Language By: Ramtin Raji Kermani.
LabVIEW 7.1 Tutorial. Measurement Lab. MECH262-MECH261 Imran Haider Malik January 16, 2006.
1. 2 LabVIEW for FRC Doug Norman National Instruments January 6, 2012.
Workshop 7 of 7 Welcome!. Today's Topics Data Acquisition MAX DAQ Assistant Express VI DAQmx API Create Task Configure Task Configure Trigger Start Task.
Course contents 1.Labview basics – virtual instruments, data flow, palettes 2.Structures – for, while, case,... – editing techniques 3.Controls&Indicators.
Data Acquisition Risanuri Hidayat.
Introduction to LabVIEW
Using an FPGA to Control the Protection of National Security and Sailor Lives at Sea Brenda G. Martinez, Undergraduate Student K.L. Butler-Purry, Ph.D.,
Introduction to LabVIEW 8.5
Virtual Instrumentation With LabVIEW. Course Goals Understand the components of a Virtual Instrument Introduce LabVIEW and common LabVIEW functions Build.
PC Applications Course LabVIEW: Laboratory Virtual Instrument Engineering Workbench Graphical Programming Easy to use Faster Development Time.
FOLLOWER SENSORS AND ACTUATORS EE 552 INTSTRUCTOR :Dr MOHAN KRISNAN BY MOHAMMED KASHIF IQBAL ANESH BODDAPATTI UNIVERSITY OF DETROIT MERCY.
Laboratory 5: Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report / Presentation Closing.
ESE Lab Computer based Temperature Control Sid Deliwala, ESE Labs.
Arduino Week 3 Lab ECE 1020 Prof. Ahmadi. Objective Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon such as voltage,
Dan O. Popa, Intro to EE – Practicum, Spring 2015 EE 1106 : Introduction to EE Freshman Practicum Lecture 2: Signals, Systems and Circuits with Introduction.
CS320n –Visual Programming Introduction to LabVIEW.
EG1003: Introduction to Engineering and Design Introduction to LabVIEW.
ME 411/511Prof. Sailor Data Acquisition & LabView Lecture goals… –Learn the basics of how to use and modify LabView Virtual Instruments –Become familiar.
Virtual Instrumentation With LabVIEW
Infinity-project.org Engineering education for today’s classroom The Infinity Project SM LabVIEW for The Infinity Project.
How to use LabVIEW Ihor Korolov February 2011.
Virtual Instrumentation With LabVIEW. Course Goals Understand the components of a Virtual Instrument Introduce LabVIEW and common LabVIEW functions Build.
Get Real About Teaching with LabVIEW and myDAQ National Instruments Confidential2 STEM Education  Science, Technology, Engineering and Math Education.
MCEN 371 – Mechanical Engineering Lab Chapter 6: LabVIEW Part 1: Introduction.
Chapter 1 LabVIEW Basics. Features > Uses Graphic Symbols > Created by National Instruments > Virtual Instruments (VIs) > Extensive Library of VIs.
Virtual Instrumentation With LabVIEW. Front Panel Controls = Inputs Indicators = Outputs LabVIEW Programs Are Called Virtual Instruments (VIs) Block Diagram.
LabVIEW an Introduction
Introduction to LabVIEW
Physics 145 Introduction to Experimental Physics I Instructor: Karine Chesnel Office: N319 ESC Tel: Office hours: on appointment.
Biomedical Measurements & Analysis using LabVIEW
Electronic Devices Laboratory CE/EE 3110 Introduction to LabView.
Each VI has 2 Windows Front Panel User Interface (UI) –Controls = Inputs –Indicators = Outputs Block Diagram Graphical Code –Data travels on wires from.
Data Acquisition Data acquisition (DAQ) basics Connecting Signals Simple DAQ application Computer DAQ Device Terminal Block Cable Sensors.
LabVIEW in 3 Hours. What is Test & Measurement? Keypad Functionality Keypad Functionality LCD Testing LCD Testing Sound Quality Sound Quality Acoustic.
Part I MVRT 2011 – 2012 Season Introduction to LabVIEW.
LabVIEW and MatLab E80 Teaching Team February 5, 2008.
Department of Electrical and Computer Engineering The Tektronix MSO4000 series of oscilloscopes are mixed-signal oscilloscopes that contain both digital.
Instrumentation Overview Spring 2012 The laboratory is a controlled environment where we can measure isolated physical phenomena with a view to eventual.
Introduction to LabVIEW 8.5
An Overview of LabVIEW by: The Software User-Interface Group!
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 1P. 1Winter Quarter Data Acquisition System Fundamentals Lab 1.
Laboratory 5: Introduction to LabVIEW
Introduction to LabVIEW
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report/Presentation Closing.
EG1003: Introduction to Engineering and Design Introduction to LabVIEW.
Arduino Week 3 Lab ECE 1020 Prof. Ahmadi. Objective Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon such as voltage,
EET 2259 Programming for Electronics Technology Professor Nick Reeder.
EET 2259 Unit 12 Data Acquisition
Intro to USB-6009 DAQ.
Introduction to LabVIEW
@ Professor Doug Harper Department of Physics and Astronomy
Getting Started with LabVIEW Virtual Instruments
Data Acquisition Systems
Project Members: M.Premraj ( ) G.Rakesh ( ) J.Rameshwaran ( )
Lesson 2: Introduction to Control programming using Labview
EET 2259 Unit 12 Data Acquisition
Programming for Electronics Technology Professor Nick Reeder
הודעות ריענון מהיר והרחבות Charts & Graphs גרף XY בניית מחולל אותות
Introduction to LabVIEW
Introduction to LabVIEW
Data Acquisition (DAQ)
Introduction to LabVIEW
Introduction to LabVIEW
Introduction to LabVIEW
Presentation transcript:

A Presentation on Mr. SAJID NAEEM M.SC – Electronics (UOP) PG-DEP (C-DAC)

Introduction to LabVIEW LabVIEW Software Overview Data Acquisition System Instrumentation in LabVIEW Control System in LabVIEW Examples Advantages Applications References

Introduction to

.Lab VIEW is a graphical programming language that uses icons instead of lines of text to create programs..LabVIEW program called Virtual Instrument produced by National Instruments in LabVIEW is a much loved tool of the scientist and engineer.. Jeff Kodosky is the “Father of LabVIEW”.

VIs.Lab VIEW programs are called virtual instruments, or VIs, because their appearance and operation imitate physical instruments, such as oscilloscopes and multimeters etc..After build the user interface, add code using VIs and structures to control the front panel objects. The block diagram contains this code.

VI Front Panel:

VI Block Diagram:

Controls and Functions Palettes:

Tools Palette:

Status Toolbar:

Creating VI:

Wiring Tips:

data type.Each wire has different style or color, depending on the data type that flows through the wire:

Help Options:

 LabVIEW is written on graphical structure. summation  While in LabVIEW summation is a function and it is represent by following symbol.  In LabVIEW, such mathematical and logical functions are represented graphically.

°F = (1.8 * °C) + 32 Control Indicator

Introduction to DAQ Card

1. Transducer: A device that converts a physical phenomenon such as light, temperature, pressure, or sound into a measurable electrical signal such as voltage or current. 2. Signal: The output of the transducer. 3. Signal conditioning: Hardware that you can connect to the DAQ device to make the signal suitable for measurement or to improve accuracy or reduce noise. 4. DAQ hardware: Hardware you use to acquire, measure, and analyze data. 5. Software: NI application software is designed to help you easily design and program your measurement and control application (LABVIEW).

 DAQ devices have four standard elements: 1. Analog input (AI) 2. Analog output (AO) 3. Digital I/O (DIO) 4. Counter/Timers

.Eight 14-bit analog inputs..12 digital I/O lines..2 analog outputs..1 counter. AnalogDigital

1.Open the Labview program, in the Block Diagram select functions, express input then select the DAQ Assistant icon.

2.Select “Analog Input” so as to input your analog data to the computer and Labview.

3.We have 16 physical input channels from ai0 to ai15, select a channel like ai0.

4.Select your input voltage setup

5.Now make the connections and select test then Run to see the input voltage.

Example

 Temperature ( o C) = Vout * (100 o C/V) Convert from Dynamic Data

XY Graph

LM35 Thermistor PT100