Lab 1 : Introduction to LabView 1 Southern Methodist University Bryan Rodriguez.

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.
Based on LabVIEW 2011 Student Edition
BTEC 149. Windows Desktop Click on the Start Button.
1. 2 LabVIEW for FRC Doug Norman National Instruments January 6, 2012.
Microsoft Word 2010 Lesson 1: Introduction to Word.
COMPREHENSIVE Windows Tutorial 3 Personalizing Your Windows Environment.
De la Rosa-Pohl ECE 1100 Introduction to Engineering Intro to LabVIEW: Programming for Symon University of Houston Diana de la Rosa-Pohl Len Trombetta.
Computer Basics. Using a computer The purpose of this class is to get comfortable with: Using Windows.
Introduction to LabVIEW 8.5
CS320n –Visual Programming LabVIEW Foundations. Visual ProgrammingLabVIEW Foundations2 What We Will Do Today Hand back and review the midterm Look at.
Lab 10: Creating a Presentation
Introduction to LabVIEW Seth Price Department of Chemical Engineering New Mexico Tech Rev. 10/5/14.
Creating First Class Web Pages Log into your account.
ME 411/511Prof. Sailor Data Acquisition & LabView Lecture goals… –Learn the basics of how to use and modify LabView Virtual Instruments –Become familiar.
Floyd, Digital Fundamentals, 10 th ed EET 2259 Unit 4 SubVIs  Read Bishop, Chapter 4.  Lab #4 and Homework #4 due next week.
Office XP Introductory Concepts and Techniques Windows XP Edition M i c r o s o f t Windows XP Project An Introduction to Windows XP Professional and Office.
Virtual Instrumentation With LabVIEW
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.
V1: HMFR, V2: MFNB, 2007 LabView Seminar University of Puerto Rico Mayagüez Campus.
Design of Bio-Medical Virtual Instrumentation Tutorial 1.
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
Biomedical Measurements & Analysis using LabVIEW
Lab 4- Intro to using Wii remotes Southern Methodist University Bryan Rodriguez.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
Some activities may not be enabled as part of the Kent School District network system.
Each VI has 2 Windows Front Panel User Interface (UI) –Controls = Inputs –Indicators = Outputs Block Diagram Graphical Code –Data travels on wires from.
Microsoft Excel By: Dr. K.V. Vishwanath Professor, Dept. of C.S.E,
Physics 434 Welcome Toby Burnett [prof] Durmus Karatay[TA] Jason Alferness [Equipment] David Pengra [consultant]
MagicInfo Pro Scheduler Now that a template has been created from content imported into the Library, the user is ready to begin scheduling content to.
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.
Working with Windows 2000 What it is: The system inside your computer that enables it to run software Uses icons (pictures) to access and work within programs.
Computing Fundamentals Module Lesson 3 — Changing Settings and Customizing the Desktop Computer Literacy BASICS.
Creating, Editing, & Debugging a VI A.How to Create VIs B.How to Edit VIs C.How to Debug VIs You Will Learn:
Floyd, Digital Fundamentals, 10 th ed EET 2259 Unit 3 Editing and Debugging VIs  Read Bishop, Chapter 3.  Lab #3 and Homework #3 due next week.  Quiz.
Lab 7 – Misc. pieces Southern Methodist University Bryan Rodriguez.
Lab 2: TCP /IP communication Southern Methodist University Bryan Rodriguez.
Microsoft Office XP Illustrated Introductory, Enhanced Started with Windows 2000 Getting.
Digital Electronics and Computer Interfacing Tim Mewes 4. LabVIEW - Advanced.
Introduction to LabVIEW 8.5
An Overview of LabVIEW by: The Software User-Interface Group!
Lesson No: 6 Introduction to Windows XP CHBT-01 Basic Micro process & Computer Operation.
CS320n –Visual Programming More LabVIEW Foundations.
Using skype for business to share desktops
Computer Programming Modeling a Passive Solar Home.
 Start Microsoft Word from the icon or shortcut for the application. This is usually accessible from the Start Button. Then go to Programs, then Microsoft.
1 Introduction to Microsoft Windows Lecture Outline.
Smart Web. To find a user the in the Directory you can use Last Name, First Name.
Digital Electronics and Computer Interfacing Tim Mewes 2. LabVIEW Basics part II.
Computer Programming Modeling a Passive Solar Home.
Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report/Presentation Closing.
Digital Literacy Introduction to Computers Unit 1, Lesson 1.
Windows Tutorial 3 Personalizing Your Windows Environment
Computer Literacy BASICS
EET 2259 Unit 3 Editing and Debugging VIs
Differences Between Word 2003 to 2007
Introduction to LabVIEW
Chapter 5 SubVIs.
Windows 7                      .
Introduction to TouchDevelop
EET 2259 Unit 2 Virtual Instruments
EET 2259 Unit 3 Editing and Debugging VIs
Presentation transcript:

Lab 1 : Introduction to LabView 1 Southern Methodist University Bryan Rodriguez

Objectives To learn about and experiment with the LabView software To create your own LabView VI 2 Southern Methodist University Bryan Rodriguez

Part I : Intro to Labview VIs 3 Southern Methodist University Bryan Rodriguez

Double click the LabView shortcut icon on the desktop to open LabView 4 Southern Methodist University Bryan Rodriguez

This is what you should see 5 Southern Methodist University Bryan Rodriguez

We will begin by looking at one of the LabView example Vis Highlight: 3-Making Digital Images > 3-01 Image Quantization > 2- Image Quantization – Color Then, Press the upper Green Arrow 6 Southern Methodist University Bryan Rodriguez

Toolbar Buttons Run 2- Run continuous 3- Stop 4- Pause 5- Highlight Execution (Available in Block Diagram) 7 Southern Methodist University Bryan Rodriguez

This is what you should see Press “Run” to start VI 8 Southern Methodist University Bryan Rodriguez

On the toolbar press Window > Show Block Diagram This shows how everything is connected and working together 9 Southern Methodist University Bryan Rodriguez

To see details about certain block simply click on the block and it will show in the “Context Help” window To see where something is located just Double click 10 Southern Methodist University Bryan Rodriguez

Press “Highlight Execution” then “Run” to see what is happening 11 Southern Methodist University Bryan Rodriguez

Part II : Make your own VI 12 Southern Methodist University Bryan Rodriguez

Click on “On My Computer” then press the green arrow 13 Southern Methodist University Bryan Rodriguez

You should see this which is the front panel and is used as the user interface (buttons, knobs, display screens, etc) 14 Southern Methodist University Bryan Rodriguez

Right click to see interface features you can add to your project Displays, Inputs, gauges, etc 15 Southern Methodist University Bryan Rodriguez

16 Right click and you will see the Control panel These are the user interfaces you can add to your project -To lock this panel in place click the push pin in the upper left corner

Southern Methodist University Bryan Rodriguez 17 We will begin by looking at the numeric controls shown below

Southern Methodist University Bryan Rodriguez 18 By adding these elements we can use them as inputs and outputs for the user Once added they will also appear on the block diagram to be connected

Let’s do an example: Add 2 numeric inputs and a numeric output 19 Southern Methodist University Bryan Rodriguez

Go to the Block Diagram and verify you have 2 inputs and 1 output (Display) 20 Southern Methodist University Bryan Rodriguez

Right click to see operations that you can perform 21 Southern Methodist University Bryan Rodriguez

Under “Math” add the “Addition” block Connect wires but clicking the arrow on a block and then clicking the arrow on the piece to be connected Connect like below 22 Southern Methodist University Bryan Rodriguez

23 Right click and add a while loop by dragging a box around what you just built

Southern Methodist University Bryan Rodriguez 24 This is what you should see

Southern Methodist University Bryan Rodriguez 25 This loop will run continuously forever and therefore needs a way to terminate Right click the stop sign in the lower left corner of the while loop Choose create control to add a button to stop this loop

Southern Methodist University Bryan Rodriguez 26 It should look like this

Press “Run” and verify everything is working This project should add the numbers and display the result Press the stop button you added to terminate 27 Southern Methodist University Bryan Rodriguez

28 Part III : Additional tips

Southern Methodist University Bryan Rodriguez 29 Double click text to rename features Double click anywhere to add comments

Southern Methodist University Bryan Rodriguez 30 Useful shortcuts: To “take a picture” of your screen (useful for lab reports) Press “Print Screen” button on the keyboard To “take a picture of just a certain window Press ALT + “Print Screen” For labview: To jump to the Block Diagram CTL +E For Context Help CTL + H To tile windows CTL + T

1.Add onto this example using different types of inputs, displays, sliders, etc. 2.Make a sheet that can compute the average of 3 numbers ie. (X1 + X2 + X3 ) / 3 3. Create your own function and provide comments for the operations and final result Make sure to take screen shots to include in your report In your report- Discuss and describe your projects Your assignment- 31 Southern Methodist University Bryan Rodriguez

32 Southern Methodist University Bryan Rodriguez