Getting Started with LabVIEW Virtual Instruments

Slides:



Advertisements
Similar presentations
A. Virtual Instruments (VIs)
Advertisements

Chapter 7 – Managing Windows XP. Control Panel The main tool for configuring your system. Most of the tools to configure the system come with the normal.
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
Diego Torres LabVIEW Student Ambassador Fall 2011 ITESM CQ
1. 2 LabVIEW for FRC Doug Norman National Instruments January 6, 2012.
Using Macros and Visual Basic for Applications (VBA) with Excel
Course contents 1.Labview basics – virtual instruments, data flow, palettes 2.Structures – for, while, case,... – editing techniques 3.Controls&Indicators.
Introduction to LabVIEW
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.
Introduction to LabVIEW Seth Price Department of Chemical Engineering New Mexico Tech Rev. 10/5/14.
ME 411/511Prof. Sailor Data Acquisition & LabView Lecture goals… –Learn the basics of how to use and modify LabView Virtual Instruments –Become familiar.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Word Project 8 Working with Macros and Visual Basic for Applications (VBA)
Virtual Instrumentation With LabVIEW
E-LABORATORY PRACTICAL TEACHING FOR APPLIED ENGINEERING SCIENCES OPEN DAY University of Oradea 12 March 2012 Project HURO/0901/028 Acronym: EPRAS Pavel.
Lecture 13LabVIEW and GPIB LabVIEW (National Instruments) –Graphical program language –Widely used in academia (lab) and industry (R&D) General Purpose.
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.
V1: HMFR, V2: MFNB, 2007 LabView Seminar University of Puerto Rico Mayagüez Campus.
Design of Bio-Medical Virtual Instrumentation Tutorial 1.
Virtual Instrumentation With LabVIEW. Course Goals Understand the components of a Virtual Instrument Introduce LabVIEW and common LabVIEW functions Create.
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.
Physics 434 Welcome Toby Burnett [prof] Durmus Karatay[TA] Jason Alferness [Equipment] David Pengra [consultant]
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 – 2 Windows ► Front Panel- User Interface ► Block Diagram- Programming View.
1. 2 LabVIEW Intro, Basics, Tips, Tricks Doug Norman & Stephanie Brierty National Instruments January 8, 2010.
Introduction to LabVIEW 8.5
Lab 1 : Introduction to LabView 1 Southern Methodist University Bryan Rodriguez.
Introduction to LabVIEW
Virtual Instrumentation With LabVIEW. Front Panel Controls = Inputs Indicators = Outputs Block Diagram Accompanying “program” for front panel Components.
Physics 434 Welcome Leslie Rosenberg [prof] Scott Davis [TA] Thanks to Toby Burnett [prof] (for much of the course material) Jason Alferness [Equipment]
Laboratory #1 LabVIEW Supplement Prepared by Tiffany Morris.
A Presentation on Mr. SAJID NAEEM M.SC – Electronics (UOP) PG-DEP (C-DAC)
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
Chapter 10 Using Macros, Controls and Visual Basic for Applications (VBA) with Excel Microsoft Excel 2013.
LabVIEW Course Course 1.
Week 3 Data Structures and Common Tools. Common Tools in Labview Automatic Tool Selector Using the Operating Tool Using the Positioning Tool to Select.
EET 2259 Programming for Electronics Technology Professor Nick Reeder.
Week 3 Labview exercises
ECT 109 Help Bcome Exceptional
Dive Into® Visual Basic 2010 Express
Introduction to LabVIEW
Welcome! Workshop 3 of 7.
EET 2259 Unit 4 SubVIs Read Bishop, Chapter 4.
EE 200 Design Tools Laboratory 14
Microsoft Visual Basic 2005 BASICS
Learning the Basics – Lesson 1
EET 2259 Unit 3 Editing and Debugging VIs
Lesson 2: Introduction to Control programming using Labview
Chapter 7 Advanced Form Techniques
הודעות ריענון מהיר והרחבות Charts & Graphs גרף XY בניית מחולל אותות
הודעות ריענון מהיר והרחבות כתיבה לקובץ Low-Level דגימת אות Low-Level
Introduction to LabVIEW
Troubleshooting Hardware Devices
Introduction to LabVIEW
EET 2259 Unit 2 Virtual Instruments
EET 2259 Unit 4 SubVIs Read Bishop, Chapter 4.
EET 2259 Unit 3 Editing and Debugging VIs
Presentation transcript:

Getting Started with LabVIEW Virtual Instruments Chapter 1. Getting Started with LabVIEW Virtual Instruments By : 粘智硯 40004146

LabVIEW of Definition Through build a user interface, or front panel, with controls and indicators. This controls are knobs, push buttons, dials, and other input LabVIEW programs are called virtual instruments, or VIs, because their appearance and operation imitate physical instruments, such as oscilloscopes and multimeters. LabVIEW contains a comprehensive set of tools for acquiring, analyzing, displaying, and storing data, as well as tools to help you troubleshoot code you write. You can use LabVIEW to communicate with hardware such as data acquisition, vision, and motion control devices

How to Build a Virtual Instrument.(VI) 1. In the Getting Started window, click the New or VI from Template link to display the New dialog box. 2.From the Create New list, select VI. A preview and a brief description of the template VI appear in the Description section. 3. Click the OK button to create a VI from the template. LabVIEW displays two windows: the front panel window and the block diagram window. 4. Examine the front panel window. The user interface, or front panel, appears with a gray background and includes controls and indicators. The title bar of the front panel indicates that this window is the front panel for the Generate and Display VI.

Opening a New VI from a Template

Wiring Objects on the Block Diagram

Running a VI

Modifying a Signal Configure and Formula Dialog Box

Displaying Two Signals on a Graph

Customizing a Knob Control

Customizing a Waveform Graph

Finish the while loop

Summary and Gained knowledge It is my first time to learn the different Program which is LabVIEW ,and through this course I think that LabVIEW is more humane than Power Line Communication. There are following two Example to explain : First : This is because it could take a lot of time for you to finish all the stuff by Power Line Communication. But, if you know LabVIEW which can be of assistance to you and which is also willing to help you, then it can save you lots of time. Second : Because of the Interface of Human Machine is different with the traditional Interface ; LabVIEW use property dialog boxes or shortcut menus to configure how controls and indicators appear or behave on the front panel. The LabVIEW Help contains information about LabVIEW programming concepts, step-by-step instructions for using LabVIEW, and reference information about LabVIEW VIs, functions, palettes, menus, tools, properties, methods, events, dialog boxes, and so on. At final this chapter introduced the keyboard shortcuts that is very useful.

The End Thank you for reading.