LabVIEW 8" Student Edition

Size: px
Start display at page:

Download "LabVIEW 8" Student Edition"

Transcription

1 LabVIEW 8" Student Edition Robert H. Bishop The University of Texas at Austin PEARSON Prentice Hall Upper Saddle River, NJ 07458

2 CONTENTS Preface xvii LabVIEW Basics 1.1 System Configuration Requirements InstallingtheLabWEWSfudenfEd/f/on The LabVIEW Environment The Getting Started Screen Panel and Diagram Windows Front Panel Toolbar Block Diagram Toolbar Shortcut Menüs Pull-Down Menüs File Menü EditMenu View Menü Project Menü Operate Menü Tools Menü Window Menü Help Menü Palettes Tools Palette Controls Palette Functions Palette Opening, Loading, and Saving Vis 26

3 VÜi Contents 1.10 LabVIEW Help Options Context Help Window LabVIEW Help Building Blocks: Pulse Width Modulation Relaxed Reading: Remote Controlled Excavation with LabVIEW Summary 35 Exercises 37 Problems 41 Designs 42 2 Virtual Instruments What Are Virtual Instruments? Several Worked Examples The Front Panel Numeric Controls and Indicators Boolean Controls and Indicators Configuring Controls and Indicators The Block Diagram Vis and Express Vis Nodes Terminals Wiring Building Your First VI Data Flow Programming Building a VI Using Express Vis Building Blocks: Pulse Width Modulation Relaxed Reading: LabVIEW Automates Brain Wave Experiments Summary 86 Exercises 87 Problems 90 Designs 93 3 MathScript What is MathScript? Accessing the MathScript Interactive Window The Command History Window Copying Output Window Data Viewing Data in a Variety of Formats 100

4 ix 3.3 MathScript Help Syntax Key MathScript Functions Defining Functions and Creating Scripts User-Defined Functions Scripts Saving, Loading, and Exporting Data Files Saving and Loading Data Files Exporting to Microsoft Excel MathScript Nodes Accessing the MathScript Node Entering Scripts into the MathScript Node Input and Output Variables Saving Scripts from within the MathScript Node Applications of MathScript Instrument your Algorithms Graphical Signal Processing, Analysis, and Mathematics Integrating Measurement Hardware Building Blocks: Pulse Width Modulation Relaxed Reading Summary 141 Exercises 143 Problems 144 Designs Editing and Debugging Virtual Instruments Editing Techniques Creating Controls and Indicators on the Block Diagram Selecting Objects Moving Objects Deleting and Duplicating Objects Resizing Objects Labeling Objects Changing Font, Style, and Size of Text Selecting and Deleting Wires Wire Stretching and Broken Wires Aligning, Distributing, and Resizing Objects Coloring Objects 166

5 X Contents 4.2 Debugging Techniques Finding Errors Highlight Execution Single Stepping Through a VI and Its SubVIs Breakpoints and Probes Navigation Window AFewShortcuts Building Blocks: Pulse Width Modulation Relaxed Reading Summary 187 Exercises 188 Problems 191 Designs SubVIs What Is a SubVI? Review of the Basics Editing the Icon and Connector Icons Connectors Selecting and Modifying Terminal Patterns Assigning Terminals to Controls and Indicators The Help Window Using a VI as a SubVI Creating a SubVI from a Selection Saving Your SubVI The Hierarchy Window Building Blocks: Pulse Width Modulation Relaxed Reading: LabVIEW Real-Time at Biosphere Summary 223 Exercises 225 Problems 228 Designs Structures The For Loop Numeric Conversion The While Loop 239

6 xi 6.3 Shift Registers and Feedback Nodes Shift Registers Using Shift Registers to Remember Data Values from Previous Loop Iterations Initializing Shift Registers Feedback Nodes Case Structures Adding and Deleting Cases Wiring Inputs and Outputs Fiat Sequence Structures Evaluate and Control Timing in a Sequence Structure Avoid the Overuse of Sequence Structures The Formula Node Formula Node Input and Output Variables Formula Statements Some Common Problems in Wiring Structures Failing to Wire a Tunnel in All Cases of a Case Structure Overlapping Tunnels Wiring Underneath Rather Than Through a Structure Building Blocks: Pulse Width Modulation Relaxed Reading: Investigating Global Warming with LabVIEW Summary 278 Exercises 280 Problems 284 Designs Arrays and Clusters Arrays Creating Array Controls and Indicators Multidimensional Arrays Creating Arrays with Loops Creating Two-Dimensional Arrays Array Functions Array Size Initialize Array Build Array Array Subset Index Array 303

7 7.4 Polymorphism Clusters Creating Cluster Controls and Indicators Cluster Order Using Clusters to Pass Data to and from SubVIs Cluster Functions The Bündle Function The Unbundle Function Creating Cluster Constants on the Block Diagram Using Polymorphism with Clusters Building Blocks: Pulse Width Modulation Relaxed Reading: LabVIEW Monitors Medieval Bell Tower Summary 332 Exercises 334 Problems 337 Designs Charts and Graphs Waveform Charts Waveform Graphs XY Graphs Customizing Charts and Graphs Axes Scaling The Legend The Graph Palette and Scale Legend Special Chart-Customizing Features Special Graph-Customizing Features: Cursor Legend Using Graph Annotations Exporting Images of Graphs, Charts, and Tables Using Context Help Building Blocks: Pulse Width Modulation Relaxed Reading: Spacecraft Attitüde Determination on the Web Summary 378 Exercises 379 Problems 381 Designs 382

8 xiii 9 Data Acquisition Components of a DAQ System Types of Signals Digital Signals Analog DC Signals Analog AC Signals Analog Frequency-Domain Signals One Signal Five Measurement Perspectives Common Transducers and Signal Conditioning Signal Grounding and Measurements Signal Source Reference Configuration Measurement System Analog to Digital Conversion Considerations DAQ VI Organization Choosing Your Data Acquisition Device M-Series Data Acquisition Devices Low Cost Data Acquisition for Students Simulated Data Acquisition Macintosh, Linux, Palm OS, Windows Mobile for Pocket PC, and select Windows CE OS devices DAQ Hardware Configuration Windows Channels and Tasks Using the DAQ Assistant DAQmx Task Name Constant Analog Input TaskTiming Task Triggering Analog Output TaskTiming Task Triggering Digital Input and Output Building Blocks: Pulse Width Modulation Generating Pulse Width Modulated Signals with Hardware Counters Applications of Pulse Width Modulation Relaxed Reading: Fuel Cell Catalyst Research 451

9 9.15 Summary 453 Exercises 457 Problems 457 Designs Strings and File I/O Strings Converting Numenc Values to Strings with the Build Text Express VI File I/O Writing Data to a File Reading Data from a File Manipulating Spreadsheet Files File I/O Express Vis Building Blocks: Pulse Width Modulation Relaxed Reading: Using LabVIEW in Drive-by-Wire Testing Summary 488 Exercises 489 Problems 491 Designs Analysis Linear Algebra Review of Matrices System of Algebraic Equations Linear System Vis Statistics and Curve Fitting Curve Fits Based on Least Squares Methods Fitting a Curve to Data with Normal Distributions The Curve Fitting Express VI Differential Equations Finding Zeroes of Functions Integration and Differentiation Signal Generation Normalized Frequency Wave and Pattern Vis The Simulate Signal Express VI 533

10 XV 11.7 Signal Processing The Fourier Transform Smoothing Windows The Spectral Measurements Express VI Filtering The Filter Express VI The LabVIEW Digital Filter Design Toolkit Building Blocks: Pulse Width Modulation Relaxed Reading: Motorcycle Brake Testing Summary 564 Exercises 566 Problems 567 Designs 568 A Instrument Control 569 A.1 Components of an Instrument Control System 570 A.1.1 WhatlsGPIB? 570 A.1.2 GPIB Messages 571 A.1.3 GPIB Devices and Configurations 571 A.1.4 Serial Port Communication 575 A.2 Detecting and Configuring Instruments 576 A.2.1 Windows 577 A.2.2 Macintosh OS X and Linux 577 A.3 Using the Instrument I/O Assistant 580 A.4 Instrument Drivers 587 A.4.1 Developing Your Own Instrument Driver 593 A.5 Future of Instrument Drivers and Instrument Control 594 A.6 Summary 595 B Other LabVIEW Applications 597 B.1 Acquiring Data with the Sound Card 598 B.2 Managing Programs with the LabVIEW Project 598 B.3 Sharing Data with Shared Variables 600 B.4 LabVIEW Toolkits 602 B.5 Prototyping a Model-Based Control Solution 603 B.5.1 Developing a Plant Model 603 B.5.2 Control Design 604 B.5.3 Simulation 605 B.5.4 Deployment 606

11 XVI Contents B.6 Using Multisim for Integrated Circuit Simulation and Verification 607 B.7 Summary 609 Index 611

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 1 2 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Creating a Typical Measurement Application 5 This chapter introduces you to common

More information

II. LAB. * Open the LabVIEW program (Start > All Programs > National Instruments > LabVIEW 2012 > LabVIEW 2012)

II. LAB. * Open the LabVIEW program (Start > All Programs > National Instruments > LabVIEW 2012 > LabVIEW 2012) II. LAB Software Required: NI LabVIEW 2012, NI LabVIEW 4.3 Modulation Toolkit. Functions and VI (Virtual Instrument) from the LabVIEW software to be used in this lab: niusrp Open Tx Session (VI), niusrp

More information

Digital Signal Processing System Design: LabVIEW-Based Hybrid Programming

Digital Signal Processing System Design: LabVIEW-Based Hybrid Programming Digital Signal Processing System Design: LabVIEW-Based Hybrid Programming by Nasser Kehtarnavaz University of Texas at Dallas With laboratory contributions by Namjin Kim and Qingzhong Peng 1111» AMSTERDAM

More information

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

NI USRP Lab: DQPSK Transceiver Design

NI USRP Lab: DQPSK Transceiver Design NI USRP Lab: DQPSK Transceiver Design 1 Introduction 1.1 Aims This Lab aims for you to: understand the USRP hardware and capabilities; build a DQPSK receiver using LabVIEW and the USRP. By the end of this

More information

Lab 12 Laboratory 12 Data Acquisition Required Special Equipment: 12.1 Objectives 12.2 Introduction 12.3 A/D basics

Lab 12 Laboratory 12 Data Acquisition Required Special Equipment: 12.1 Objectives 12.2 Introduction 12.3 A/D basics Laboratory 12 Data Acquisition Required Special Equipment: Computer with LabView Software National Instruments USB 6009 Data Acquisition Card 12.1 Objectives This lab demonstrates the basic principals

More information

EE 300W Lab 2: Optical Theremin Critical Design Review

EE 300W Lab 2: Optical Theremin Critical Design Review EE 300W Lab 2: Optical Theremin Critical Design Review Team Drunken Tinkers: S6G8 Levi Nicolai, Harvish Mehta, Justice Lee October 21, 2016 Abstract The objective of this lab is to create an Optical Theremin,

More information

LabVIEW and MatLab. E80 Teaching Team. February 5, 2008

LabVIEW and MatLab. E80 Teaching Team. February 5, 2008 LabVIEW and MatLab E80 Teaching Team February 5, 2008 LabVIEW and MATLAB Objectives of this lecture Learn LabVIEW and LabVIEW s functions Understand, design, modify and use Virtual Instruments (VIs) Construct

More information

A Virtual Instrument for Automobiles Fuel Consumption Investigation. Tsvetozar Georgiev

A Virtual Instrument for Automobiles Fuel Consumption Investigation. Tsvetozar Georgiev A Virtual Instrument for Automobiles Fuel Consumption Investigation Tsvetozar Georgiev Abstract: A virtual instrument for investigation of automobiles fuel consumption is presented in this paper. The purpose

More information

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6.

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6. Faculty of Information Engineering & Technology The Communications Department Course: Advanced Communication Lab [COMM 1005] Lab 6.0 NI USRP 1 TABLE OF CONTENTS 2 Summary... 2 3 Background:... 3 Software

More information

Hashemite University Mechatronics Engineering Department Mechatronics Systems Laboratory Manual

Hashemite University Mechatronics Engineering Department Mechatronics Systems Laboratory Manual Hashemite University Mechatronics Engineering Department Mechatronics Systems Laboratory Manual Prepared By: Eng.Shatha AlQadomi Eng.Sarah AlBarguothi The Hashemite University Faculty of Engineering Department

More information

More Meaningful PSpice Simulations via LabVIEW*

More Meaningful PSpice Simulations via LabVIEW* Int. J. Engng Ed. Vol. 21, No. 1, pp. 3±10, 2005 0949-149X/91 $3.00+0.00 Printed in Great Britain. # 2005 TEMPUS Publications. More Meaningful PSpice Simulations via LabVIEW* DALE H. LITWHILER Penn State

More information

LAB II. INTRODUCTION TO LABVIEW

LAB II. INTRODUCTION TO LABVIEW 1. OBJECTIVE LAB II. INTRODUCTION TO LABVIEW In this lab, you are to gain a basic understanding of how LabView operates the lab equipment remotely. 2. OVERVIEW In the procedure of this lab, you will build

More information

Part 1. Using LabVIEW to Measure Current

Part 1. Using LabVIEW to Measure Current NAME EET 2259 Lab 11 Studying Characteristic Curves with LabVIEW OBJECTIVES -Use LabVIEW to measure DC current. -Write LabVIEW programs to display the characteristic curves of resistors, diodes, and transistors

More information

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Fong Mak, Ram Sundaram, Varun Santhaseelan, and Sunil Tandle Gannon University, mak001@gannon.edu,

More information

Lab 2: Introduction to NI ELVIS, Multisim, and LabVIEW

Lab 2: Introduction to NI ELVIS, Multisim, and LabVIEW Page 1 of 19 Lab 2: Introduction to NI ELVIS, Multisim, and LabVIEW Laboratory Goals Familiarize students with the National Instruments hardware ELVIS Learn about the LabVIEW programming environment Demonstrate

More information

PHYC 500: Introduction to LabView. Exercise 9 (v 1.1) Spectral content of waveforms. M.P. Hasselbeck, University of New Mexico

PHYC 500: Introduction to LabView. Exercise 9 (v 1.1) Spectral content of waveforms. M.P. Hasselbeck, University of New Mexico PHYC 500: Introduction to LabView M.P. Hasselbeck, University of New Mexico Exercise 9 (v 1.1) Spectral content of waveforms This exercise provides additional experience with the Waveform palette, along

More information

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits Reading Assignment Horowitz, Hill Chap. 1.25 1.31 (p35-44) Data sheets 1N4007 & 1N4735A diodes Laboratory Goals PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits In today s lab activities,

More information

Auntie Spark s Guide to creating a Data Collection VI

Auntie Spark s Guide to creating a Data Collection VI Auntie Spark s Guide to creating a Data Collection VI Suppose you wanted to gather data from an experiment. How would you create a VI to do so? For sophisticated data collection and experimental control,

More information

A Rapid Graphical Programming Approach to SDR Design and Prototyping with LabVIEW and the USRP

A Rapid Graphical Programming Approach to SDR Design and Prototyping with LabVIEW and the USRP A Rapid Graphical Programming Approach to SDR Design and Prototyping with LabVIEW and the USRP Filip Langenaken Academic Program Manager Benelux & Nordic National Instruments NI-USRP: a Platform for SDR

More information

An Interactive Approach to Signals and Systems Laboratory. By: Nasser Kehtarnavaz Philipos Loizou Mohammad Rahman

An Interactive Approach to Signals and Systems Laboratory. By: Nasser Kehtarnavaz Philipos Loizou Mohammad Rahman An Interactive Approach to Signals and Systems Laboratory By: Nasser Kehtarnavaz Philipos Loizou Mohammad Rahman An Interactive Approach to Signals and Systems Laboratory By: Nasser Kehtarnavaz Philipos

More information

Understanding the Arduino to LabVIEW Interface

Understanding the Arduino to LabVIEW Interface E-122 Design II Understanding the Arduino to LabVIEW Interface Overview The Arduino microcontroller introduced in Design I will be used as a LabVIEW data acquisition (DAQ) device/controller for Experiments

More information

LabVIEW Basics Peter Avitabile,Jeffrey Hodgkins Mechanical Engineering Department University of Massachusetts Lowell

LabVIEW Basics Peter Avitabile,Jeffrey Hodgkins Mechanical Engineering Department University of Massachusetts Lowell LabVIEW Basics Peter Avitabile,Jeffrey Hodgkins Mechanical Engineering Department University of Massachusetts Lowell 1 Dr. Peter Avitabile LabVIEW LabVIEW is a data acquisition software package commonly

More information

Dept. of Electrical, Computer and Biomedical Engineering. Data acquisition from a temperature sensor

Dept. of Electrical, Computer and Biomedical Engineering. Data acquisition from a temperature sensor Dept. of Electrical, Computer and Biomedical Engineering Data acquisition from a temperature sensor hermistors A thermistor is a temperature transducer, typically featuring relatively fast response times,

More information

DESIGNING A VIRTUAL MACHINE FOR IDENTIFICATION OF CARDIAC ARRHYTHMIAS USING LAB VIEW

DESIGNING A VIRTUAL MACHINE FOR IDENTIFICATION OF CARDIAC ARRHYTHMIAS USING LAB VIEW Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 5, May 2013, pg.184

More information

LabVIEW Day 2: Other loops, Other graphs

LabVIEW Day 2: Other loops, Other graphs LabVIEW Day 2: Other loops, Other graphs Vern Lindberg From now on, I will not include the Programming to indicate paths to icons for the block diagram. I assume you will be getting comfortable with the

More information

HIL Simulation Lab Work

HIL Simulation Lab Work 2017.03.09 HIL Simulation Lab Work with Step by Step Exercises that you can do in your own Pace http://home.hit.no/~hansha/?lab=hilsim Hans-Petter Halvorsen Introduction to HIL Lab Work Hans-Petter Halvorsen

More information

A software solution for mechanical change measurement through virtual instrumentation

A software solution for mechanical change measurement through virtual instrumentation A software solution for mechanical change measurement through virtual instrumentation NICOLAE PATRASCOIU ARON POANTA ADRIAN TOMUS BOGDAN SOCHIRCA Automatics, Applied Informatics and Computers Engineering

More information

Using Signal Express to Automate Analog Electronics Experiments

Using Signal Express to Automate Analog Electronics Experiments Session 3247 Using Signal Express to Automate Analog Electronics Experiments B.D. Brannaka, J. R. Porter Engineering Technology and Industrial Distribution Texas A&M University, College Station, TX 77843

More information

Signal Generation in LabVIEW

Signal Generation in LabVIEW Signal Generation in LabVIEW Overview LabVIEW 8 offers a multitude of signal generation options to meet your signal processing needs. This article describes the different methods of generating signals

More information

Experiment Guide: RC/RLC Filters and LabVIEW

Experiment Guide: RC/RLC Filters and LabVIEW Description and ackground Experiment Guide: RC/RLC Filters and LabIEW In this lab you will (a) manipulate instruments manually to determine the input-output characteristics of an RC filter, and then (b)

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Effective Teaching Learning Process for PID Controller Based on Experimental Setup with LabVIEW

Effective Teaching Learning Process for PID Controller Based on Experimental Setup with LabVIEW Effective Teaching Learning Process for PID Controller Based on Experimental Setup with LabVIEW Komal Sampatrao Patil & D.R.Patil Electrical Department, Walchand college of Engineering, Sangli E-mail :

More information

Associate In Applied Science In Electronics Engineering Technology Expiration Date:

Associate In Applied Science In Electronics Engineering Technology Expiration Date: PROGRESS RECORD Study your lessons in the order listed below. Associate In Applied Science In Electronics Engineering Technology Expiration Date: 1 2330A Current and Voltage 2 2330B Controlling Current

More information

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x IX000693 Feb. 015 Operation Guide Sequence Creation and Control Software SD011-PCR-LE Wavy for PCR-LE Ver. 5.5x About This Guide This PDF version of the operation guide is provided so that you can print

More information

AC : A LOW-COST LABORATORY EXPERIMENT TO GEN- ERATE THE I-V CHARACTERISTIC CURVES OF A SOLAR CELL

AC : A LOW-COST LABORATORY EXPERIMENT TO GEN- ERATE THE I-V CHARACTERISTIC CURVES OF A SOLAR CELL AC 2011-1842: A LOW-COST LABORATORY EXPERIMENT TO GEN- ERATE THE I-V CHARACTERISTIC CURVES OF A SOLAR CELL Erik A. Mayer, Pittsburg State University Erik Mayer received his Ph.D. in Engineering Science

More information

Experiment 2: Electronic Enhancement of S/N and Boxcar Filtering

Experiment 2: Electronic Enhancement of S/N and Boxcar Filtering Experiment 2: Electronic Enhancement of S/N and Boxcar Filtering Synopsis: A simple waveform generator will apply a triangular voltage ramp through an R/C circuit. A storage digital oscilloscope, or an

More information

Excel Lab 2: Plots of Data Sets

Excel Lab 2: Plots of Data Sets Excel Lab 2: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24 Gentec-EO USA T-RAD-USB Users Manual Gentec-EO USA 5825 Jean Road Center Lake Oswego, Oregon, 97035 503-697-1870 voice 503-697-0633 fax 121-201795 11/15/2010 Page 1 of 24 System Overview Welcome to the

More information

An Introductory Guide to Circuit Simulation using NI Multisim 12

An Introductory Guide to Circuit Simulation using NI Multisim 12 School of Engineering and Technology An Introductory Guide to Circuit Simulation using NI Multisim 12 This booklet belongs to: This document provides a brief overview and introductory tutorial for circuit

More information

Module: Arduino as Signal Generator

Module: Arduino as Signal Generator Name/NetID: Teammate/NetID: Module: Laboratory Outline In our continuing quest to access the development and debugging capabilities of the equipment on your bench at home Arduino/RedBoard as signal generator.

More information

Data Acquisition Basics Manual

Data Acquisition Basics Manual Data Acquisition Basics Manual LabVIEW Data Acquisition Basics Manual July 1999 Edition Part Number 320997D-01 Worldwide Technical Support and Product Information www.natinst.com National Instruments Corporate

More information

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours)

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) nfi Industrial Automation Training Academy Presents Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) For: Electronics & Communication Engineering Electrical Engineering Instrumentation

More information

Creo Parametric 2.0: Introduction to Solid Modeling. Creo Parametric 2.0: Introduction to Solid Modeling

Creo Parametric 2.0: Introduction to Solid Modeling. Creo Parametric 2.0: Introduction to Solid Modeling Creo Parametric 2.0: Introduction to Solid Modeling 1 2 Part 1 Class Files... xiii Chapter 1 Introduction to Creo Parametric... 1-1 1.1 Solid Modeling... 1-4 1.2 Creo Parametric Fundamentals... 1-6 Feature-Based...

More information

Development of 4/16-Channel Data Acquisition System Using Lab VIEW

Development of 4/16-Channel Data Acquisition System Using Lab VIEW Development of 4/16-Channel Data Acquisition System Using Lab VIEW Kishori Jadhav 1, Nisha Sarwade 2 1 PG scholar, Electrical department, VJTI, Matunga, 400019 2 Associate professor, Electrical department,

More information

Software Development & Education Center NX 8.5 (CAD CAM CAE)

Software Development & Education Center NX 8.5 (CAD CAM CAE) Software Development & Education Center NX 8.5 (CAD CAM CAE) Detailed Curriculum Overview Intended Audience Course Objectives Prerequisites How to Use This Course Class Standards Part File Naming Seed

More information

LabVIEW Based Biomedical Signal Acquisition and Processing

LabVIEW Based Biomedical Signal Acquisition and Processing Proceedings of the 7th WSEAS Int. Conf. on Signal Processing, Computational Geometry & Artificial Vision, Athens, Greece, August 24-26, 2007 7 LabVIEW Based Biomedical Signal Acquisition and Processing

More information

Design of PID Control System Assisted using LabVIEW in Biomedical Application

Design of PID Control System Assisted using LabVIEW in Biomedical Application Design of PID Control System Assisted using LabVIEW in Biomedical Application N. H. Ariffin *,a and N. Arsad b Department of Electrical, Electronic and Systems Engineering, Faculty of Engineering and Built

More information

ADC Automated Testing Using LabView Software

ADC Automated Testing Using LabView Software Session Number 1320 ADC Automated Testing Using LabView Software Ben E. Franklin, Cajetan M. Akujuobi, Warsame Ali Center of Excellence for Communication Systems Technology Research (CECSTR) Dept. of Electrical

More information

CHAPTER 1 INTRODUCTION...

CHAPTER 1 INTRODUCTION... GSE 460 and 465 Technical Reference Manual Manual TABLE OF CONTENTS CHAPTER 1 INTRODUCTION...1-1 INTRODUCTION...1-2 About This Manual...1-2 Conventions...1-2 CHAPTER 2 INSTALLATION...2-1 INSTALLATION...2-1

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 ISSN 0976-6480 (Print) ISSN

More information

CHAPTER 7 HARDWARE IMPLEMENTATION

CHAPTER 7 HARDWARE IMPLEMENTATION 168 CHAPTER 7 HARDWARE IMPLEMENTATION 7.1 OVERVIEW In the previous chapters discussed about the design and simulation of Discrete controller for ZVS Buck, Interleaved Boost, Buck-Boost, Double Frequency

More information

Exp e riment 1a: Intro duction to PC-Base d Data Acquisition and Real-Time Control

Exp e riment 1a: Intro duction to PC-Base d Data Acquisition and Real-Time Control Exp e riment 1a: Intro duction to PC-Base d Data Acquisition and Real-Time Control Tools/concepts emphasized: Matlab, Simulink, Real-Time-Workshop (RTW), WinCon, MultiQ-3, data acquisition, and real-time

More information

A software solution for displacement and angular speed measurement through virtual instrumentation

A software solution for displacement and angular speed measurement through virtual instrumentation software solution for displacement and angular speed measurement through virtual instrumentation NICOLE PTRSCOIU RON PONT DRIN TOMUS OGDN SOCHIRC utomatics, pplied Informatics and Computers Engineering

More information

Computer-Aided Three-Dimensional

Computer-Aided Three-Dimensional CATIA CORE TOOLS Computer-Aided Three-Dimensional Interactive Application MICHEL MICHAUD Mc Graw Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore

More information

Laser Induced Fluorescence Imaging Of Thermal Damage in Polymer Composites Using LabView and IMAQ Vision

Laser Induced Fluorescence Imaging Of Thermal Damage in Polymer Composites Using LabView and IMAQ Vision Session 3659 Laser Induced Fluorescence Imaging Of Thermal Damage in Polymer Composites Using LabView and IMAQ Vision Asad Yousuf, P.E Professor, Electronics Engineering Technology Savannah State University

More information

SpinCore RadioProcessor LabVIEW Extensions

SpinCore RadioProcessor LabVIEW Extensions NMR Interface User's Manual SpinCore Technologies, Inc. http:// Congratulations and thank you for choosing a design from SpinCore Technologies, Inc. We appreciate your business! At SpinCore we try to fully

More information

Parametric Modeling with

Parametric Modeling with Parametric Modeling with UGS NX 6 Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com Better Textbooks. Lower Prices. Parametric Modeling with

More information

Version Futek Instruments, LLC

Version Futek Instruments, LLC FT_ez_DAQ User s Manual Version 2.0.0 Futek Instruments, LLC Table of Contents 1. Introduction... 3 2. System Requirements... 3 3. Software Installation... 4 3.1 Application software and USB driver installation...

More information

Experiment P55: Light Intensity vs. Position (Light Sensor, Motion Sensor)

Experiment P55: Light Intensity vs. Position (Light Sensor, Motion Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P55-1 Experiment P55: (Light Sensor, Motion Sensor) Concept Time SW Interface Macintosh file Windows file illuminance 30 m 500/700 P55 Light vs. Position P55_LTVM.SWS

More information

Supplementary Software Document for A Fully Automated Microfluidic Femtosecond Laser Axotomy Platform for Nerve Regeneration Studies in C.

Supplementary Software Document for A Fully Automated Microfluidic Femtosecond Laser Axotomy Platform for Nerve Regeneration Studies in C. Supplementary Software Document for A Fully Automated Microfluidic Femtosecond Laser Axotomy Platform for Nerve Regeneration Studies in C. elegans Sertan Kutal Gokce, Samuel X. Guo, Navid Ghorashian, W.

More information

Physics 472, Graduate Laboratory DAQ with Matlab. Overview of data acquisition (DAQ) with GPIB

Physics 472, Graduate Laboratory DAQ with Matlab. Overview of data acquisition (DAQ) with GPIB 1 Overview of data acquisition (DAQ) with GPIB The schematic below gives an idea of how the interfacing happens between Matlab, your computer and your lab devices via the GPIB bus. GPIB stands for General

More information

Related Documentation

Related Documentation NI-DAQ mx Help January 2008, 370466L-01 This help file contains information about using NI-DAQmx to program your National Instruments device. NI-DAQmx is the software you use to communicate with and control

More information

Experiments #6. Convolution and Linear Time Invariant Systems

Experiments #6. Convolution and Linear Time Invariant Systems Experiments #6 Convolution and Linear Time Invariant Systems 1) Introduction: In this lab we will explain how to use computer programs to perform a convolution operation on continuous time systems and

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 2 1 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Measuring Strain 10 This chapter describes how to measure strain using DAQ devices

More information

Automated Industrial Wind Tunnel Network Control with LabVIEW. Matt Draear

Automated Industrial Wind Tunnel Network Control with LabVIEW. Matt Draear Automated Industrial Wind Tunnel Network Control with LabVIEW Matt Draear Advisor: Dr. Malinowski 1 Presentation Outline Overview of Old Hardware Overview of New Hardware Details of New Hardware FPGA LabVIEW

More information

OOo Switch: 501 Things You Wanted to Know About Switching to OpenOffice.org from Microsoft Office

OOo Switch: 501 Things You Wanted to Know About Switching to OpenOffice.org from Microsoft Office OOo Switch: 501 Things You Wanted to Know About Switching to OpenOffice.org from Microsoft Office Tamar E. Granor Hentzenwerke Publishing ii Table of Contents Our Contract with You, The Reader Acknowledgements

More information

Beginning 3D Game Development with Unity:

Beginning 3D Game Development with Unity: Beginning 3D Game Development with Unity: The World's Most Widely Used Multi-platform Game Engine Sue Blackman Apress* Contents About the Author About the Technical Reviewer Acknowledgments Introduction

More information

Indiana K-12 Computer Science Standards

Indiana K-12 Computer Science Standards Indiana K-12 Computer Science Standards What is Computer Science? Computer science is the study of computers and algorithmic processes, including their principles, their hardware and software designs,

More information

ME 365 EXPERIMENT 8 FREQUENCY ANALYSIS

ME 365 EXPERIMENT 8 FREQUENCY ANALYSIS ME 365 EXPERIMENT 8 FREQUENCY ANALYSIS Objectives: There are two goals in this laboratory exercise. The first is to reinforce the Fourier series analysis you have done in the lecture portion of this course.

More information

CATIA V5 Workbook Release V5-6R2013

CATIA V5 Workbook Release V5-6R2013 CATIA V5 Workbook Release V5-6R2013 Richard Cozzens SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to learn more

More information

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW Instructor s Portion Wei Lin Department of Biomedical Engineering Stony Brook University Summary Uses This experiment requires the student

More information

CONTENTS CHAPTER 1 WHAT THIS IS ALL ABOUT...

CONTENTS CHAPTER 1 WHAT THIS IS ALL ABOUT... CONTENTS CHAPTER 1 WHAT THIS IS ALL ABOUT... 17 INTRODUCTION... 17 Terminology... 18 MACINTOSH AND WINDOWS... 20 CONVENTIONS USED IN THIS TUTORIAL... 21 Command Menu Title And Pull-Down Menu... 22 Commands,

More information

Unity 3.x. Game Development Essentials. Game development with C# and Javascript PUBLISHING

Unity 3.x. Game Development Essentials. Game development with C# and Javascript PUBLISHING Unity 3.x Game Development Essentials Game development with C# and Javascript Build fully functional, professional 3D games with realistic environments, sound, dynamic effects, and more! Will Goldstone

More information

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science?

LESSONS Lesson 1. Microcontrollers and SBCs. The Big Idea: Lesson 1: Microcontrollers and SBCs. Background: What, precisely, is computer science? LESSONS Lesson Lesson : Microcontrollers and SBCs Microcontrollers and SBCs The Big Idea: This book is about computer science. It is not about the Arduino, the C programming language, electronic components,

More information

Digital Control Lab Exp#8: PID CONTROLLER

Digital Control Lab Exp#8: PID CONTROLLER Digital Control Lab Exp#8: PID CONTROLLER we will design the velocity controller for a DC motor. For the sake of simplicity consider a basic transfer function for a DC motor where effects such as friction

More information

SigCal32 User s Guide Version 3.0

SigCal32 User s Guide Version 3.0 SigCal User s Guide . . SigCal32 User s Guide Version 3.0 Copyright 1999 TDT. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

PADS Layout for an Integrated Project. Student Workbook

PADS Layout for an Integrated Project. Student Workbook Student Workbook 2017 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors and is subject

More information

Dept. of Electrical, Computer and Biomedical Engineering. Inverting and non inverting amplifier

Dept. of Electrical, Computer and Biomedical Engineering. Inverting and non inverting amplifier Dept. of Electrical, Computer and Biomedical Engineering Inverting and non inverting amplifier Purpose of this lab Build an inverting and a non inverting amplifier based on a TL081 op amp - use the NI

More information

ME 144L Prof. R.G. Longoria Dynamic Systems and Controls Laboratory. Department of Mechanical Engineering The University of Texas at Austin

ME 144L Prof. R.G. Longoria Dynamic Systems and Controls Laboratory. Department of Mechanical Engineering The University of Texas at Austin Summary The first week of this lab takes the steps toward building and demonstrating open loop control of an analog meter needle position. A first step is learning about and using LabVIEW vision tools

More information

Contents. Software Requirements

Contents. Software Requirements CALIBRATION PROCEDURE NI PXIe-4154 This document contains information for calibrating the NI PXIe-4154 Battery Simulator. For more information about calibration, visit ni.com/calibration. Contents Software

More information

Full Contents. Essentials, Workbook

Full Contents. Essentials, Workbook Section 1: Overview Essentials 1.1 Introduction... 3 Learning InRoads... 3 Basic Rules... 3 How to Use This Guide... 4 Section Breakdown... 5 Section 1: Overview Essentials... 5 Section 2: Production Essentials...

More information

MEC751 Measurement Lab 2 Instrumented Cantilever Beam

MEC751 Measurement Lab 2 Instrumented Cantilever Beam MEC751 Measurement Lab 2 Instrumented Cantilever Beam Goal: 1. To use a cantilever beam as a precision scale for loads between 0-500 gr. Using calibration procedure determine: a) Sensitivity (mv/gr) b)

More information

LV-Link 3.0 Software Interface for LabVIEW

LV-Link 3.0 Software Interface for LabVIEW LV-Link 3.0 Software Interface for LabVIEW LV-Link Software Interface for LabVIEW LV-Link is a library of VIs (Virtual Instruments) that enable LabVIEW programmers to access the data acquisition features

More information

Lab 3: Digital Multimeter and Voltage Generator

Lab 3: Digital Multimeter and Voltage Generator Lab 3: Digital Multimeter and Voltage Generator Lab Goals: Learn how to use your mydaq as a Digital Multimeter (DMM) Learn how to output a signal to a specified output port on the mydaq and verify its

More information

Required Course Numbers. Test Content Categories. Computer Science 8 12 Curriculum Crosswalk Page 2 of 14

Required Course Numbers. Test Content Categories. Computer Science 8 12 Curriculum Crosswalk Page 2 of 14 TExES Computer Science 8 12 Curriculum Crosswalk Test Content Categories Domain I Technology Applications Core Competency 001: The computer science teacher knows technology terminology and concepts; the

More information

WaveAce Integration with WaveStation

WaveAce Integration with WaveStation WaveAce Integration with WaveStation APPLICATION BRIEF August 3, 2012 Summary Debugging sometimes requires transfer of signals from oscilloscope to waveform generator. This document describes how to transfer

More information

IVI STEP TYPES. Contents

IVI STEP TYPES. Contents IVI STEP TYPES Contents This document describes the set of IVI step types that TestStand provides. First, the document discusses how to use the IVI step types and how to edit IVI steps. Next, the document

More information

Figure 1: Electronics Workbench screen

Figure 1: Electronics Workbench screen PREFACE 3 Figure 1: Electronics Workbench screen When you concentrate on the concepts and avoid applying by rote a memorized set of steps you are studying for mastery. When you understand what is going

More information

Seasonal Progression of the Normalized Difference Vegetation Index (NDVI)

Seasonal Progression of the Normalized Difference Vegetation Index (NDVI) Seasonal Progression of the Normalized Difference Vegetation Index (NDVI) For this exercise you will be using a series of six SPOT 4 images to look at the phenological cycle of a crop. The images are SPOT

More information

Harmonic Distortions Analyzer for Power Rectifiers

Harmonic Distortions Analyzer for Power Rectifiers The 18 th National Conference on Electrical Drives CNAE 016 Harmonic Distortions Analyzer for Power Rectifiers Gheorghe-Eugen Subtirelu 1 1 Faculty of Electric Engineering, University of Craiova, Romania

More information

TOSHIBA MACHINE CO., LTD.

TOSHIBA MACHINE CO., LTD. User s Manual Product SHAN5 Version 1.12 (V Series Servo Amplifier PC Tool) Model SFV02 July2005 TOSHIBA MACHINE CO., LTD. Introduction This document describes the operation and installation methods of

More information

Advantages of Using LabVIEW in Academic Research

Advantages of Using LabVIEW in Academic Research 1 of 10 12/19/2013 10:09 AM Advantages of Using LabVIEW in Academic Research Publish Date: Feb 01, 2012 13 Ratings 4.08 out of 5 Overview Scientists and researchers around the world have applied LabVIEW

More information

BIOMEDICAL DIGITAL SIGNAL PROCESSING

BIOMEDICAL DIGITAL SIGNAL PROCESSING BIOMEDICAL DIGITAL SIGNAL PROCESSING C-Language Examples and Laboratory Experiments for the IBM PC WILLIS J. TOMPKINS Editor University of Wisconsin-Madison 2000 by Willis J. Tompkins This book was previously

More information

XDC 6000 Watt and Watt Series Digital Programmable DC Power Supply. Operating Manual

XDC 6000 Watt and Watt Series Digital Programmable DC Power Supply. Operating Manual XDC 10-600 XDC 20-300 XDC 30-200 XDC 40-150 XDC 60-100 XDC 80-75 XDC 100-60 XDC 150-40 XDC 300-20 XDC 600-10 XDC 10-1200 XDC 20-600 XDC 30-400 XDC 40-300 XDC 60-200 XDC 80-150 XDC 100-120 XDC 150-80 XDC

More information

THOMAS PANY SOFTWARE RECEIVERS

THOMAS PANY SOFTWARE RECEIVERS TECHNOLOGY AND APPLICATIONS SERIES THOMAS PANY SOFTWARE RECEIVERS Contents Preface Acknowledgments xiii xvii Chapter 1 Radio Navigation Signals 1 1.1 Signal Generation 1 1.2 Signal Propagation 2 1.3 Signal

More information

Experiment 1 Introduction to MATLAB and Simulink

Experiment 1 Introduction to MATLAB and Simulink Experiment 1 Introduction to MATLAB and Simulink INTRODUCTION MATLAB s Simulink is a powerful modeling tool capable of simulating complex digital communications systems under realistic conditions. It includes

More information

Appendix 3 - Using A Spreadsheet for Data Analysis

Appendix 3 - Using A Spreadsheet for Data Analysis 105 Linear Regression - an Overview Appendix 3 - Using A Spreadsheet for Data Analysis Scientists often choose to seek linear relationships, because they are easiest to understand and to analyze. But,

More information

GE 320: Introduction to Control Systems

GE 320: Introduction to Control Systems GE 320: Introduction to Control Systems Laboratory Section Manual 1 Welcome to GE 320.. 1 www.softbankrobotics.com 1 1 Introduction This section summarizes the course content and outlines the general procedure

More information

IMPLEMENTATION OF SOFTWARE-DEFINED RADIO USING LABVIEW

IMPLEMENTATION OF SOFTWARE-DEFINED RADIO USING LABVIEW Volume 3 Number 1 January-June 2012, pp. 29-43 IMPLEMENTATION OF SOFTWARE-DEFINED RADIO USING LABVIEW Agare Gomatesh B1, Bharath K M2, Deepak A V3, and Sanjay H M4 ABSTRACT: A software-defined radio consists

More information