LabVIEW Device and Instrument Control

Size: px
Start display at page:

Download "LabVIEW Device and Instrument Control"

Transcription

1 LabVIEW Device and Instrument Control D.Ursutiu 1, P.Cotfas 1 and C.Samoila 2 1 University Transylvania of Brasov / Physics Department, Brasov, Romania 2 University Transylvania of Brasov / UTSM Department, Brasov, Romania Abstract This work intends to present the actual developments done by the team from Center for Valorization and Transfer of Competences CVTC (University Transylvania of Brasov) in the field of devices and instruments control using Graphical Programming (such as LabVIEW, VEE-Pro). At CVTC we develop and implement new technologies in the field of Remote Controlled Laboratories. The permanent evolution of devices and the new DAQ systems impose us to develop new drivers (based on.net technologies) and to implement controls through the Interchangeable Virtual Instrument (IVI) technologies. Index Terms - Graphical Programming, IVI, Remote Labs, Virtual Instruments. I. INTRODUCTION In our developments at Transylvania University of Brasov Romania, in connection with Remote laboratory and Remote control we selected and intensively used LabVIEW and VEE-Pro software. We are trying to develop drivers and interfaces for different measurement and data acquisition systems. If we have a look at different actual strategies connected with remote control, device interchangeability, software compatibility, virtual instruments (VI) and communication facilities we can and must adapt our development strategies to the actual evolution. Because we work in a polytechnic university we must use different measurement systems (with or without the necessary drivers) and at the same time we also have to use many Data Acquisition Cards (DAQs). The permanent evolution of devices and the selection of software for control impose us to develop drivers (based on.net technologies) and to implement controls through the Interchangeable Virtual Instrument (IVI) technologies. II. IVI DRIVERS AND DEVICE CONTROL Systems designed with IVI drivers enjoy the benefits of standardized code that can be interchanged into other systems. This code also supports the interchanging of measurement devices helping to prevent hardware obsolescence. Interchangeability is supported on three levels. The IVI architecture specifications allow architectural interchangeability that is a standard driver architecture that can be reused. The class specifications provide syntactic interchangeability which supports instrument exchange with minimal code changes. The highest level of interchangeability is achieved by using the IVI signal specifications. Many new engineering field applications deal with the corrosions and electrochemical measurements. At Faculty of Technological Engineering we need to provide laboratory facilities controlled by computer and by remote systems for corrosion and electrochemical applications. In this research and virtual instrumentation direction we have been collaborating with EcoChemie from Netherlands and we developed LabVIEW drivers for all their AUTOLAB - PGSTAT electrochemical measurement devices. These drivers development in LabVIEW, based on control of Dynamic Link Libraries (.NET DLLs) will be presented in our paper. For the same measurement and laboratory works we need DAQ cards to measure, control and simulate different processes. Because of the permanent evolution of software and hardware systems we selected the new line of USB DAQ cards from Agilent Technologies (the series of U23XXA) and the corresponding IVI drivers. These cards can be used together with the 6-slot USB Modular Instrument Chassis U2781A which offers a high density of measurement channels at an excellent resolution and uses only one USB connection [5]. The Center for Valorization and Transfer of Competence (CVTC) from Transylvania University of Brasov Romania was selected and involved by Agilent Technologies in the beta test program for this USB DAQ card. In this way, we were able to receive these cards and to test and develop applications before their first release on the market. III. VIRTUAL INSTRUMENTS FOR ELECTROCHEMICAL DEVICES CONTROL During the last years the CVTC from Transylvania University of Brasov Romania together with the young Romanian company, EPI SITEM SRL were involved in a collaboration with ECO CHEMIE Company from Netherlands in sales and promotion in Romania of AUTOLAB electrochemical instruments. In a bilateral agreement with ECO CHEMIE, CVTC developed a class of Virtual Instruments (VIs) as the necessary bricks useful for the researcher to build any electrochemical measurement strategies and to control the PGSTAT (electrochemical device from AUTOLAB line of devices). In Figure 1 we present these simple elementary VIs (the bricks for the new developments) and in Figure 2 some simple examples how to use these VIs to build REV

2 one application that uses the Analog Digital Converter (ADC) to monitor one signal with the PGSTAT system. For developing a.net application in LabVIEW, there is a previously created palette containing all the necessary functions (Figure 3) to communicate with.net Assembly [6]. Also, different methods or actions of the object can be invoked using the Invoke Node function. When finishing working with the object instance, the instance must be closed using the Close Reference function. An example of using this technology can be seen in Figure 4. This application creates an Autolab Instruments instance that is necessary for communicating with Autolab System [1]. Figure 1 Elementary VI s for Autolab Figure 4 Creating Autolab Instruments interface Figure 2 Autolab ADC example: Panel and Diagram The first step in starting to build an application is the creation of an instance of an object. This can be done using a.net constructor and associate this constructor with the desired object. If the object instance creation succeeds then, using the new reference offered by this constructor, the proprieties of the object can be get or set using the Property Node function. Figure 3 The.NET Functions Palette The researcher can now develop any application or he can increase the number of parameters in an already built application after his own desire. Also our students who use these interfaces with a low level of programming knowledge can build new measuring scenarios and test them on the Autolab systems. In Figure 2 is presented a simple example of using the set of icons presented in Figure 1. The example is dedicated to control the Analog Digital Converter. At first it is necessary to establish the communication with the Autolab system interface. This is realized with the load interface icons. Then, the Autolab Instruments instance that is presented in Figure 4 has to be created. If these steps succeed then the ADC object can be called. For this is necessary to follow the next steps: Initialize the ADC interface ADC Init icon Read the value from ADC ADC read icon Close the ADC interface ADC release icon At the end of the application, the Autolab system interface must be released by using the release interface icon. In Figure 5 is presented the Autolab Manual Control example that controls all the facilities of Autolab that were implemented in LabVIEW [1]. REV

3 After that, for an easier integration with the Autolab systems (or any other laboratory or research applications) we developed a line of LabVIEW drivers which interact with the IVI drivers and in the same way they can be used with any similar DAQ cards. These drivers (Figure 6) were developed in a similar structure as the virtual instruments presented in Figure 1 and will be the new bricks for development of any data acquisition system based on these USB DAQ cards. In Figure 7 we present one IVI application able to generate (using the digital analog channel of the DAQ card) different waveforms and at the same time to measure using one or more analog digital channels. Figure 5 The Autolab Manual Control example: Panel and Diagram IV. LABVIEW DAQ CONTROL USING IVI We used a USB DAQ card from Agilent (for example the U2353A) which comes with one IVI driver. At first we tested and we controlled the DAQ card in VEE-Pro graphical programming offered by Agilent Technologies with this family of cards [5]. Figure 7 Agilent U23XXA DAQ example: Panel and Diagram Programming in IVI technology is almost the same as programming in.net technology. In Figure 8 is presented the Initialize application for Agilent U235x DAQ. The difference is that instead of using a constructor, here an Automation Open function must be used [7]. Another example of using the icons from Figure 6 is presented in Figure 9. This application is dedicated to the monitoring and controlling of pollution with CO 2 in a room. Also, the application allows the monitoring of temperature in the room. In order to determine the CO 2 level, a STEINEL sensor was used and for determining the temperature, a K type thermocouple was used. The signals given by the two sensors were measured by using the first two channels of Agilent U235x DAQ. When exceeding the accepted levels of CO 2 and temperature, a ventilating fan is starting. The ventilating fan is controlled by using the DIO ports of the DAQ card. Figure 6 Elementary VIs for Agilent U23XXA DAQ boards REV

4 A similar control as in the application presented in Figure 9 can be done using CORES ZigBee wireles sensors (see Figure 10). The Wireless Node (WN-K100) family of 14 wireless measurement modules deliver information in real-time from environments and processes where data collection is impossible or impractical through wired sensors. The WN-family utilizes the (ZigBee) protocol and provides small size, compact and low-cost modules for both measurement and connectivity to the PC. Figure 8 The Initialize icon for Agilent U235X DAQ: Panel and Diagram Figure 10 CORES ZigBee Wireless modules The user interface of the application that uses the ZigBee wireless technology described above is presented in Figure 11 [2]. Figure 11 The interface of CO 2 &Temp application with Wireless Nodes V. CONCLUSIONS Using LabVIEW we can easily implement drivers (with the.net DLLs or IVI technologies) and offer an easy way for researchers and students to develop more sophisticated applications. Based on these virtual instruments we can integrate new measuring devices and DAQ cards in local and remote controlled laboratories. These technologies increase the development speed and offer a relative immunity of our labs to the permanent exchanges registered at the equipment and DAQ cards level. Students and researchers with beginner knowledge of LabVIEW programming can play with these VIs and develop new applications. Figure 9 Temperature and CO 2 monitoring application: Panel, Diagram and a system Picture REV

5 REFERENCES [1] P. Cotfas, D. Ursutiu, C. Samoila D. Cotfas Controlling in LabVIEW of the Eco Chemie - AUTOLAB measurement systems, CNIV2006, 29 Mai, Bucharest, ISBN (10) X, ISBN (13) ; [2] Petru Cotfas, Doru Ursuţiu, Daniel Cotfas, Cornel Samoilă Sistem Wireless pentru monitorizarea nivelului de CO 2 din aer, CNIV2007, 28 Mai, Bucuresti, ISBN ; [3] Doru Ursuţiu, Petru Cotfas, Cornel Samoilă, Daniel Cotfas Tehnologii utilizate în laboratoarele controlate la distanţă, CNIV2007, 28 Mai, Bucuresti, ISBN ISBN ; [4] What are Instrument Drivers and I/O Software?, [5] U2300A Series USB Modular Multifunction Data Acquisition, g&ckey=823921&nid= &id=823921; [6].NET Support in LabVIEW 7 Express, [7] Agilent U235x Documentation, Agilent Technologies, AUTHORS D. Ursutiu, Prof. Dr., Transylvania University of Brasov, Department of Physics, udoru@unitbv.ro P. Cotfas, Lecturer Dr., Transylvania University of Brasov, Department of Physics, pcotfas@unitbv.ro C. Samoila, Prof. Eng. Dr., Transylvania University of Brasov, Department of Science of Materials, csam@unitbv.ro REV

Future vehicle from recycled materials. using green energy

Future vehicle from recycled materials. using green energy Transilvania University of Brasov, Romania, Future vehicle from recycled materials Advisor: Dr. Daniel T. COTFAS Dr. Petrică COTFAS using green energy Student: Florin V. CORCIOVĂ Introduction What we need

More information

Datalogging in LabVIEW

Datalogging in LabVIEW Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Datalogging in LabVIEW HANS-PETTER HALVORSEN, 2011.01.04 Faculty of Technology, Postboks 203, Kjølnes

More information

Data Acquisition Laboratory

Data Acquisition Laboratory Session 2559 Data Acquisition Laboratory Asad Yousuf Savannah State University Abstract The essential element to automate your system for data collection and analysis is termed as the data acquisition.

More information

LabVIEW Core 1. What You Need To Get Started. File Locations. The course installer places the course files in the following location: ni.

LabVIEW Core 1. What You Need To Get Started. File Locations. The course installer places the course files in the following location: ni. LabVIEW Core 1 What You Need To Get Started LabVIEW Core 1 Course Manual (online) LabVIEW Core 1 Exercise Manual (online) LabVIEW Core 1 Course CD (preloaded on S Share) Multifunction DAQ device File Locations

More information

Engineering Project-I. Module 1: Familiarization of LabVIEW and the Vernier Toolkit

Engineering Project-I. Module 1: Familiarization of LabVIEW and the Vernier Toolkit Engineering Project-I Module 1: Familiarization of LabVIEW and the Vernier Toolkit PREPARED BY Academic Services Unit January 2012 Applied Technology High Schools, 2012 Module 1: Familiarization of LabVIEW

More information

ME 224: EXPERIMENTAL ENGINEERING. Lecture 2

ME 224: EXPERIMENTAL ENGINEERING. Lecture 2 ME 224: EXPERIMENTAL ENGINEERING Class: M 1:00-1:50 TECH: L170 Labs: T and Th 2:00-4:50 PM Ford Building : B100 Lecture 2 1 Introduction to Labview Labview (Laboratory Virtual Instruments Engineering Workbench)

More information

NI Technical Symposium ni.com

NI Technical Symposium ni.com NI Technical Symposium 2016 1 New Hardware Technologies for DAQ Applications Nicholas Haripersad Field Sales Engineer Session Objectives Introduce the three major NI DAQ platforms Present future trends

More information

Einfach & Flexibel USB-Messtechnikprodukte von Agilent Technologies

Einfach & Flexibel USB-Messtechnikprodukte von Agilent Technologies Einfach & Flexibel USB-Messtechnikprodukte von Agilent Technologies Topics USB Modular Instruments Overview USB Modular Instruments Features Examples Typical Test Environment Source Power Supplies: E3600A

More information

Data Acquisition HANS-PETTER HALVORSEN,

Data Acquisition HANS-PETTER HALVORSEN, Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Data Acquisition HANS-PETTER HALVORSEN, 2011.10.14 Faculty of Technology, Postboks 203, Kjølnes

More information

Introduction to Labview and Temperature Measurement

Introduction to Labview and Temperature Measurement Introduction to Labview and Temperature Measurement Objective This lab is intended to familiarize you with the LABVIEW software and the data acquisition board used in this class and with temperature measurements

More information

The data acquisition components, and their relationship to each other, are shown below.

The data acquisition components, and their relationship to each other, are shown below. Data acquisition system Part (1) Digital inputs output and counter You can think of a data acquisition system as a collection of software and hardware that connects you to the physical world. A typical

More information

PHY 351/651 LABORATORY 1 Introduction to LabVIEW

PHY 351/651 LABORATORY 1 Introduction to LabVIEW PHY 351/651 LABORATORY 1 Introduction to LabVIEW Introduction Generally speaking, modern data acquisition systems include four basic stages 1 : o o A sensor (or transducer) circuit that transforms a physical

More information

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Recall that the final objective is position regulation using computer-controlled state feedback. Computer control requires both software, like LabVIEW and hardware,

More information

The hardware implementation of PXI/PXIe consists of a chassis, controller or computer interface, and peripheral cards.

The hardware implementation of PXI/PXIe consists of a chassis, controller or computer interface, and peripheral cards. Introduction PCI extensions for Instrumentation or PXI is a computer based hardware and software platform for test and measurement systems. Developed in the late 1990 s as an open industry standard based

More information

How to Choose the Right Bus for Your Measurement System

How to Choose the Right Bus for Your Measurement System 1 How to Choose the Right Bus for Your Measurement System Overview When you have hundreds of different data acquisition (DAQ) devices to choose from on a wide variety of buses, it can be difficult to select

More information

Linear Control Systems LABORATORY

Linear Control Systems LABORATORY Islamic University Of Gaza Faculty of Engineering Electrical Engineering Department Linear Control Systems LABORATORY Prepared By: Eng. Adham Maher Abu Shamla Under Supervision: Dr. Basil Hamed Experiments

More information

Using LabVIEW in Instrumentation and Control Course

Using LabVIEW in Instrumentation and Control Course Session 1559 Using LabVIEW in Instrumentation and Control Course Chong Chen Department of Engineering Technology and Industrial Studies Middle Tennessee State University Murfreesboro, TN 37132 Abstract

More information

LabVIEW Basics I: Introduction Course

LabVIEW Basics I: Introduction Course www.ni.com/training LabVIEW Basics I Page 1 of 4 LabVIEW Basics I: Introduction Course Overview The LabVIEW Basics I course prepares you to develop test and measurement, data acquisition, instrument control,

More information

Virtual Instruments with LabVIEW

Virtual Instruments with LabVIEW Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Virtual Instruments with LabVIEW HANS-PETTER HALVORSEN, 2011.01.04 Faculty of Technology, Postboks

More information

FYS Data acquisition & control. Introduction. Spring 2018 Lecture #1. Reading: RWI (Real World Instrumentation) Chapter 1.

FYS Data acquisition & control. Introduction. Spring 2018 Lecture #1. Reading: RWI (Real World Instrumentation) Chapter 1. FYS3240-4240 Data acquisition & control Introduction Spring 2018 Lecture #1 Reading: RWI (Real World Instrumentation) Chapter 1. Bekkeng 14.01.2018 Topics Instrumentation: Data acquisition and control

More information

Virtual Joystick Control of Finch Robot

Virtual Joystick Control of Finch Robot Paper ID #9275 Virtual Joystick Control of Finch Robot Prof. David R. Loker, Pennsylvania State University, Erie David R. Loker received the M.S.E.E. degree from Syracuse University in 1986. In 1984, he

More information

BE/EE189 Design and Construction of Biodevices Lecture 5. BE/EE189 Design and Construction of Biodevices - Caltech

BE/EE189 Design and Construction of Biodevices Lecture 5. BE/EE189 Design and Construction of Biodevices - Caltech BE/EE189 Design and Construction of Biodevices Lecture 5 LabVIEW Programming Data acquisition DAQ system Signals and signal conditioning Nyquist frequency NI ELVIS II NI-DAQmx and DAQ assistant LabVIEW

More information

Robotics II. Module 3: Dealing with Files

Robotics II. Module 3: Dealing with Files Robotics II PREPARED BY Academic Services Unit December 2011 Applied Technology High Schools, 2011 Module 2: Dealing with Files Module Objectives Upon successful completion of this module, students should

More information

Software-Defined Test Fundamentals. Understanding the Architecture of Modular, High-Performance Test Systems

Software-Defined Test Fundamentals. Understanding the Architecture of Modular, High-Performance Test Systems Software-Defined Test Fundamentals Understanding the Architecture of Modular, High-Performance Test Systems Contents Executive Summary 4 Architecture Layer No. 5: System Management/Test Executive 5 Architecture

More information

Step-by-Step Data Acquisition Part II Exercise 2: Generating an Analog Output Waveform

Step-by-Step Data Acquisition Part II Exercise 2: Generating an Analog Output Waveform Step-by-Step Data Acquisition Part II Exercise 2: Generating an Analog Output Waveform In this exercise, you will use the DAQ Assistant to build a LabVIEW VI that generates and outputs an analog waveform.

More information

Teaching Computer-Based Data Acquisition and Analysis Research Skills Using LabVIEW

Teaching Computer-Based Data Acquisition and Analysis Research Skills Using LabVIEW Teaching Computer-Based Data Acquisition and Analysis Research Skills Using LabVIEW OUTLINE: John Essick Reed College Reed Advanced Laboratory LabVIEW-Based Instruction Required Cost and Time for Instruction

More information

Software Development Kit. Quick Start Guide

Software Development Kit. Quick Start Guide Software Development Kit Quick Start Guide Quick Start Guide RGB Lasersysteme GmbH Software Development Kit Version: 1.1.1 Date: July 29, 2012 This document is protected by copyright. Do not copy or publish

More information

ENGR 1000, Introduction to Engineering Design

ENGR 1000, Introduction to Engineering Design ENGR 1000, Introduction to Engineering Design Unit 2: Data Acquisition and Control Technology Lesson 2.2: Programming Line Inputs with Boolean Values Hardware: 12 VDC power supply Several lengths of wire

More information

Determination of Drag Coefficient

Determination of Drag Coefficient DEPARTMENT OF MECHANICAL, INDUSTRIAL AND MANUFACTURING ENGINEERING MIMU 505 - MEASUREMENT AND ANALYSIS Determination of Drag Coefficient You will need to bring a zip disk or USB storage device to the lab

More information

LabVIEW Tutorials. T.1 Temperature Measurement and Cold Junction Compensation (CJC) LUMS School of Science and Engineering

LabVIEW Tutorials. T.1 Temperature Measurement and Cold Junction Compensation (CJC) LUMS School of Science and Engineering LabVIEW Tutorials T.1 Temperature Measurement and Cold Junction Compensation (CJC) LUMS School of Science and Engineering Umer Hassan & Muhammad Sabieh Anwar Introduction: In this tutorial we shall learn

More information

BE/EE189 Design and Construction of Biodevices Lecture 1. BE/EE189 Design and Construction of Biodevices - Caltech

BE/EE189 Design and Construction of Biodevices Lecture 1. BE/EE189 Design and Construction of Biodevices - Caltech BE/EE189 Design and Construction of Biodevices Lecture 1 LabVIEW Programming Basics Virtual instrument and LabVIEW The LabVIEW development environment Basic programming with LabVIEW Navigation window Property

More information

Dept. of Electrical, Computer and Biomedical Engineering. Data Acquisition Systems and the NI LabVIEW environment

Dept. of Electrical, Computer and Biomedical Engineering. Data Acquisition Systems and the NI LabVIEW environment Dept. of Electrical, Computer and Biomedical Engineering Data Acquisition Systems and the NI LabVIEW environment Data Acquisition (DAQ) Use of some data acquisition technique can be convenient, when not

More information

Labview for Everyone (National Instruments Virtual Instrumentation Series) Jeffrey Travis

Labview for Everyone (National Instruments Virtual Instrumentation Series) Jeffrey Travis Labview for Everyone (National Instruments Virtual Instrumentation Series) Jeffrey Travis Table of Contents Preface. FUNDAMENTALS. 1. INTRODUCTION-WHAT IN THE WORLD IS LabVIEW? What Exactly Is LabVIEW,

More information

DATA ACQUISITION SYSTEM USING LABVIEW

DATA ACQUISITION SYSTEM USING LABVIEW DATA ACQUISITION SYSTEM USING LABVIEW Suyash Lad 1, Bhushan Mahajan 1, Roshan Mandkulkar 1, Vishal Pugaonkar 1, Mrs. K. Sailakshmi 2 1Students Department of Electronic and Telecommunication Engineering,

More information

Hardware: Acquiring Data and Communicating with Instruments

Hardware: Acquiring Data and Communicating with Instruments Hardware: Acquiring Data and Communicating with Instruments 4 Acquiring a Signal This chapter introduces you to the Express VIs you use to acquire data and communicate with instruments on Windows. These

More information

Agilent Strain Measurement Application Using Agilent U2300A Series Data Acquisition Devices With Agilent VEE Pro. Application Note

Agilent Strain Measurement Application Using Agilent U2300A Series Data Acquisition Devices With Agilent VEE Pro. Application Note Agilent Strain Measurement Application Using Agilent U2300A Series Data Acquisition Devices With Agilent VEE Pro Application Note Introduction This application note is designed for users who wish to test

More information

Advanced NI-DAQmx Programming Techniques with LabVIEW

Advanced NI-DAQmx Programming Techniques with LabVIEW Advanced NI-DAQmx Programming Techniques with LabVIEW Agenda Understanding Your Hardware Data Acquisition Systems Data Acquisition Device Subsystems Advanced Programming with NI-DAQmx Understanding Your

More information

Transactions of the VŠB Technical University of Ostrava, Mechanical Series. article No. 2002

Transactions of the VŠB Technical University of Ostrava, Mechanical Series. article No. 2002 Transactions of the VŠB Technical University of Ostrava, Mechanical Series No. 2, 2015, vol. LXI article No. 2002 Karla SLADKÁ *, Marek BABIUCH **.NET GADGETEER APPLICATION DEVELOPMENT USING WIRELESS COMMUNICATIONS

More information

Computer Interfacing Using LabView

Computer Interfacing Using LabView Computer Interfacing Using LabView Physics 258 Last revised September 25, 2005 by Ed Eyler Purpose: Note: To write a simple LabView program that digitizes data using an ADC on a data acquisition card,

More information

1. Learn about LabView software and its different components

1. Learn about LabView software and its different components SfwrEng 4aa3/4ga3 Lab 1 Lab Sessions: Week starting Sept. 21, 2009. Pre-lab reports Due: Week Starting Sept. 21, 2009 at the start of lab sessions. Lab-Reports Due: Week Starting Oct. 5, 2009 at the start

More information

Automated Test Equipments

Automated Test Equipments Automated Test Equipments Elias Nicolas National Instruments - Arabia Tests and Measurements Interactive Measurements Benchtop Non-programmed Automated Measurements Data Acq, Instr I/O Programmed Automated

More information

INTEGRATION OF AD HOC WIRELESS SENSOR NETWORKS IN A VIRTUAL INSTRUMENTATION CONFIGURATION

INTEGRATION OF AD HOC WIRELESS SENSOR NETWORKS IN A VIRTUAL INSTRUMENTATION CONFIGURATION Bulletin of the Transilvania University of Braşov Vol. 7 (56) No. 2-2014 Series I: Engineering Sciences INTEGRATION OF AD HOC WIRELESS SENSOR NETWORKS IN A VIRTUAL INSTRUMENTATION CONFIGURATION Mihai MACHEDON-PISU

More information

Computerized Measurement Systems (EEMN10) 2014

Computerized Measurement Systems (EEMN10) 2014 Computerized Measurement Systems (EEMN10) 2014 CHRISTIAN ANTFOLK & JOSEFIN STARKHAMMAR Course information 2014 Course administrators: Christian Antfolk (christian.antfolk@bme.lth.se) Josefin Starkhammar

More information

Computerized Measurement Systems (EEMN10) 2016

Computerized Measurement Systems (EEMN10) 2016 Computerized Measurement Systems (EEMN10) 2016 CHRISTIAN ANTFOLK & JOSEFIN STARKHAMMAR Course information 2016 Course administrators: Christian Antfolk (christian.antfolk@bme.lth.se) Josefin Starkhammar

More information

Lab Exercise 2: Data Acquisition with NI LabVIEW

Lab Exercise 2: Data Acquisition with NI LabVIEW Objective When you have completed this exercise, you will be able: To use the DAQ Assistant to acquire analog data measurements with NI LabVIEW To use Write to Measurement express VI to log real time data

More information

Analog Input Sample Rate

Analog Input Sample Rate ECONseries Low Cost USB Data Acquisition Modules Overview The ECONseries is a flexible yet economical series of multifunction DAQ modules. You chse the number of analog I/O and digital I/O channels, the

More information

Low Cost Data Acquisition Setup for Electrical Machines Laboratory. Ciprian Sorandaru, Sorin Musuroi

Low Cost Data Acquisition Setup for Electrical Machines Laboratory. Ciprian Sorandaru, Sorin Musuroi Low Cost Data Acquisition Setup for Electrical Machines Laboratory Ciprian Sorandaru, Sorin Musuroi POLITEHNICA University of Timisoara, ROMANIA,Faculty of Electrical Engineering Bd. Vasile Parvan nr.

More information

ni.com/training Quizzes LabVIEW Core 1 ni.com/training Courses Skills learned: LabVIEW environment Certifications Skills tested: LabVIEW environment

ni.com/training Quizzes LabVIEW Core 1 ni.com/training Courses Skills learned: LabVIEW environment Certifications Skills tested: LabVIEW environment LabVIEW Core 1 What You Need To Get Started LabVIEW Core 1 Course Manual LabVIEW Core 1 Exercise Manual LabVIEW Core 1 Course CD Multifunction DAQ device GPIB interface DAQ Signal Accessory, wires, and

More information

Computerized Measurement Systems (EEMN10) 2015

Computerized Measurement Systems (EEMN10) 2015 Computerized Measurement Systems (EEMN10) 2015 CHRISTIAN ANTFOLK & JOSEFIN STARKHAMMAR Course information 2015 Course administrators: Christian Antfolk (christian.antfolk@bme.lth.se) Josefin Starkhammar

More information

CompactDAQ Chassis PRODUCT FLYER CONTENTS. Цены и срок поставки уточняйте на сайте по телефону: или

CompactDAQ Chassis PRODUCT FLYER CONTENTS. Цены и срок поставки уточняйте на сайте   по телефону: или PRODUCT FLYER CompactDAQ Chassis CONTENTS CompactDAQ Chassis Detailed View of cdaq-9189 Key Features NI-DAQmx Application Programming Interface (API) Platform-Based Approach to Conditioned Measurements

More information

Published in A R DIGITECH

Published in A R DIGITECH DC Motor Parameter Measurement and Testing By using LabVIEW KOR HARSHAL RAMESH *1, BHARATI KAJAL BALASAHEB*2, HURPADE SANTOSH NAMDEO*3 *1(B.E Student S.N.D College of Engineering Yeola) *2(B.E Student

More information

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware.

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware. 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 Research and Design on Water Sound Acquisition System of Deep Sea Ultrahigh Pressure Environment Gang TONG 1,

More information

Dept. of Electrical, Computer and Biomedical Engineering. Instrumentation for the data acquisition laboratory

Dept. of Electrical, Computer and Biomedical Engineering. Instrumentation for the data acquisition laboratory Dept. of Electrical, Computer and Biomedical Engineering Instrumentation for the data acquisition laboratory Purpose of the lab activity Design and make simple systems for data acquisition from detectors,

More information

Lab Assignment # 5 Remote control of Instruments Using IEEE488 Interface and Agilent VEE (Introduction)

Lab Assignment # 5 Remote control of Instruments Using IEEE488 Interface and Agilent VEE (Introduction) Lab Assignment # 5 Remote control of Instruments Using IEEE488 Interface and Agilent VEE (Introduction) By: Prof. Dr. rer. nat. habil. Albrecht Rost University of Applied Sciences Merseburg Department

More information

*********************** **** Read Me First **** *********************** Version August 2012

*********************** **** Read Me First **** *********************** Version August 2012 *********************** **** Read Me First **** *********************** Version 1.4.5.0 August 2012 Introducing the Keithley IVI-COM Driver for the 26XXA/B Source Measure Unit -------------------------------------------------------------------------

More information

AIM & THURLBY THANDAR INSTRUMENTS

AIM & THURLBY THANDAR INSTRUMENTS AIM & THURLBY THANDAR INSTRUMENTS MX100T & MX100TP Triple output dc power supplies - 315 watts Three full performance outputs of equal power Multiple-ranges, up to 70V and up to 6A Ultra-compact size for

More information

Using Mini-Circuits' PTE (Portable Test Equipment) with LabVIEW Frequently Asked Questions (FAQs)

Using Mini-Circuits' PTE (Portable Test Equipment) with LabVIEW Frequently Asked Questions (FAQs) Using Mini-Circuits' PTE (Portable Test Equipment) with LabVIEW Frequently Asked Questions (FAQs).NET DLL... 1, 7 32-bit... 1, 2 64-bit... 1, 2 ActiveX DLL... 1, 3, 5 DLL... 1, 2, 3, 4, 5, 6, 7 Error -2147221164...

More information

CHAPTER 3 LabVIEW REAL TIME APPLICATION DEVELOPMENT REFERENCES: [1] NI, Real Time LabVIEW. [2] R. Bishop, LabVIEW 2009.

CHAPTER 3 LabVIEW REAL TIME APPLICATION DEVELOPMENT REFERENCES: [1] NI, Real Time LabVIEW. [2] R. Bishop, LabVIEW 2009. CHAPTER 3 By Radu Muresan University of Guelph Page 1 ENGG4420 CHAPTER 3 LECTURE 1 October 31 10 5:12 PM CHAPTER 3 LabVIEW REAL TIME APPLICATION DEVELOPMENT REFERENCES: [1] NI, Real Time LabVIEW. [2] R.

More information

AIM & THURLBY THANDAR INSTRUMENTS

AIM & THURLBY THANDAR INSTRUMENTS AIM & THURLBY THANDAR INSTRUMENTS MX100T & MX100TP Triple output dc power supplies - 315 watts Three full performance outputs of equal power Multiple-ranges, up to 70V and up to 6A Ultra-compact size for

More information

CAN Based Data Acquisition

CAN Based Data Acquisition Introduction This project will convert physical temperature measurements into Controller Area Network (CAN) messages following the Society of Automotive Engineers standard, SAE-J1939, Surface Vehicle Recommended

More information

Design of SCADA for Real Time System with LabVIEW and Microcontroller

Design of SCADA for Real Time System with LabVIEW and Microcontroller Design of SCADA for Real Time System with LabVIEW and Microcontroller Nishantkumar D. Gajipara * PG Student, Department of Electronics Pillai s Institute of Information Technology, New Panvel, India Prashant

More information

Keysight Technologies VEE Pro 9.32

Keysight Technologies VEE Pro 9.32 Keysight Technologies VEE Pro 9.32 Data Sheet Keysight s software products make you more productive, so you can focus on solving engineering problems, not on programming. Keysight VEE is a powerful intuitive

More information

BRIC MODULE BRIC ANALOG BACKPLANE BUS MATRIX INPUTS DAUGHTER CARD #3 RESOURCE DISTRIBUTOR DAUGHTER CARD #2

BRIC MODULE BRIC ANALOG BACKPLANE BUS MATRIX INPUTS DAUGHTER CARD #3 RESOURCE DISTRIBUTOR DAUGHTER CARD #2 0-569 Amp BRIC nd Generation PXI Switching Resource Distributor & Bus Matrix Inputs Module Designed to Support the Requirements of the ARINC 608A Specification Integrated PXI A Matrix Module With Built

More information

*********************** **** Read Me First **** *********************** Version August 1st, 2011

*********************** **** Read Me First **** *********************** Version August 1st, 2011 *********************** **** Read Me First **** *********************** Version 2.1.0.0 August 1st, 2011 Introducing the Keithley IVI Driver for the 3706 Switch Measure Unit ---------------------------------------------------------------------------

More information

Hands-On Seminar. Evaluate CompactDAQ and LabVIEW for Your Application 09/05/2017. ni.com

Hands-On Seminar. Evaluate CompactDAQ and LabVIEW for Your Application 09/05/2017. ni.com Hands-On Seminar Evaluate CompactDAQ and LabVIEW for Your Application 09/05/2017 ni.com Jason Strydom Technical Sales Engineer CLD Let s Talk About You What type of applications are you going to be working

More information

CLAD Exam Preparation Guide using LabVIEW NXG

CLAD Exam Preparation Guide using LabVIEW NXG CLAD Exam Preparation Guide using LabVIEW NXG This prep guide prepares you to take the CLAD exam using LabVIEW NXG if you registered to take the exam on or after July 31, 2017. If you want to take the

More information

AIM & THURLBY THANDAR INSTRUMENTS

AIM & THURLBY THANDAR INSTRUMENTS AIM & THURLBY THANDAR INSTRUMENTS MX Series Multi output dc power supplies - 315 or 375 watts Three high performance outputs each with multiple ranges 70V max. and 6A max. (MX100T), 120V max. and 20A max.

More information

HP VEE (Visual Engineering Environment) HP E2120C. Technical Specifications. The Productivity of HP VEE. HP VEE is a Better Software Citizen

HP VEE (Visual Engineering Environment) HP E2120C. Technical Specifications. The Productivity of HP VEE. HP VEE is a Better Software Citizen HP VEE (Visual Engineering Environment) HP E2120C Technical Specifications D HP VEE 3.12 for Windows 3.1 D Cut test development time D Collect and analyze data quickly D Modify programs quickly and reduce

More information

DT8824 High Stability, High Accuracy, Ethernet Instrument Module

DT8824 High Stability, High Accuracy, Ethernet Instrument Module DT8824 High Stability, High Accuracy, Ethernet Instrument Module The DT8824 Ethernet data acquisition (DAQ) module offers the highest stability and accuracy for measuring analog signals. Every signal input,

More information

Speed Control of A DC Motor Through Temperature Variation Using NI ELVIS LabVIEW

Speed Control of A DC Motor Through Temperature Variation Using NI ELVIS LabVIEW Speed Control of A DC Motor Through Temperature Variation Using NI ELVIS LabVIEW 1 Y Madhusudhan Reddy, 2 Shaik Abdul Rahim, 3 J Leela Mahendra Kumar 1,2,3 Dept. of EIE, RGM Engineering College, Nandyal,

More information

Measurement & Automation Explorer (MAX) View and control your devices and software

Measurement & Automation Explorer (MAX) View and control your devices and software 1. Labview basics virtual instruments, data flow, palettes 2. Structures for, while, case,... editing techniques 3. Controls&Indicators arrays, clusters, charts, graphs 4. Additional lecture State machines,

More information

DATA SHEET. VEE Pro 9.33

DATA SHEET. VEE Pro 9.33 DATA SHEET VEE Pro 9.33 Keysight s software products make you more productive, so you can focus on solving engineering problems, not on programming. Keysight VEE is a powerful intuitive graphical language

More information

Strain and Force Measurement

Strain and Force Measurement NORTHEASTERN UNIVERSITY DEPARTMENT OF MECHANICAL, INDUSTRIAL AND MANUFACTURING ENGINEERING MIMU 0-MEASUREMENT AND ANALYSIS Strain and Force Measurement OBJECTIVES The primary objective of this experiment

More information

Lighting and Sunblind Control Solution. Open-to-Wireless TM : Wireless, Battery-less Sensing, Wireless Mesh Networks. Energy Management and Metering

Lighting and Sunblind Control Solution. Open-to-Wireless TM : Wireless, Battery-less Sensing, Wireless Mesh Networks. Energy Management and Metering 0UUV]H[P]L :VS\[PVUZ MVY.YLLULY )\PSKPUNZ;4 Our solutions are built from the ground up to deliver exacting performance meeting the strictest guidelines, achieving an unprecedented interoperable building

More information

NAME EET 2259 Lab 3 The Boolean Data Type

NAME EET 2259 Lab 3 The Boolean Data Type NAME EET 2259 Lab 3 The Boolean Data Type OBJECTIVES - Understand the differences between numeric data and Boolean data. -Write programs using LabVIEW s Boolean controls and indicators, Boolean constants,

More information

Virtual Instrumentation With LabVIEW

Virtual Instrumentation With LabVIEW Virtual Instrumentation With LabVIEW Section I LabVIEW terms Components of a LabVIEW application LabVIEW programming tools Creating an application in LabVIEW LabVIEW Programs Are Called Virtual Instruments

More information

Data Acquisition in LabVIEW

Data Acquisition in LabVIEW University College of Southeast Norway Data Acquisition in LabVIEW Hans-Petter Halvorsen, 2016.10.28 http://home.hit.no/~hansha Preface This tutorial explains the basic concepts of a Data Acquisition in

More information

AIO LN-USB. Features. N Series for USB Multifunction DAQ Unit (8ch AI, 2ch AO, 16ch DIO) AIO LN-USB 1. Ver.1.01

AIO LN-USB. Features. N Series for USB Multifunction DAQ Unit (8ch AI, 2ch AO, 16ch DIO) AIO LN-USB 1. Ver.1.01 N Series for USB Multifunction DAQ Unit (8ch AI, 2ch AO, 16ch DIO) AIO-120802LN-USB This product is a USB2.0-compliant analog I/O unit that extends the analog I/O function of USB port of PCs. Compact design

More information

Designing Next Generation Test Systems An In-Depth Developers Guide

Designing Next Generation Test Systems An In-Depth Developers Guide An In-Depth Developers Guide Designing Next Generation Test Systems An In-depth Developers Guide Contents Section 1 Executive Summary Chapter 1 Increasing Design Complexity...1-1 Shorter Product Development

More information

Research on function and design of virtual instrument based on LabVIEW Technology

Research on function and design of virtual instrument based on LabVIEW Technology Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):1099-1104 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on function and design of virtual instrument

More information

LabVIEW Experiment 1 Light Sensor Calibration Using Arduino Data Acquisition (Arduino DAQ)

LabVIEW Experiment 1 Light Sensor Calibration Using Arduino Data Acquisition (Arduino DAQ) Spring 2015 LabVIEW Experiment 1 Light Sensor Calibration Using Arduino Data Acquisition (Arduino DAQ) Experiment Objectives Experience LabVIEW capabilities through learning exercises that design and implement

More information

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation ECONseries BUS: USB Type: Economy, Mini-Instruments ECONseries Economy USB Mini-Instruments Flexible Yet Economical A variety of low-cost ECONseries modules are available to provide flexible yet economical

More information

BRAIN BOARDS BRICK ANALOG INSTALLATION NOTES

BRAIN BOARDS BRICK ANALOG INSTALLATION NOTES BRAIN BOARDS INSTALLATION NOTES Description page 1/7 Part Numbers Description G4A8L Local Analog 8-Channel Multifunction I/O Unit Mistic Protocol G4D16L Local Digital 16-Channel Multifunction I/O Unit

More information

Tips for Code Re-Use. Rejwan Ali, Marketing Engineer NI Africa and Oceania

Tips for Code Re-Use. Rejwan Ali, Marketing Engineer NI Africa and Oceania ni.com 1 ni.com Tips for Code Re-Use Rejwan Ali, Marketing Engineer NI Africa and Oceania Graphical System Design A platform-based approach for measurement and control 4 Calling Compiled Code From LabVIEW

More information

DIO-0808RN-USB. N Series for USB Isolated Digital I/O Unit(8ch Relay Output, 8ch DI) DIO-0808RN-USB 1. Ver.1.02

DIO-0808RN-USB. N Series for USB Isolated Digital I/O Unit(8ch Relay Output, 8ch DI) DIO-0808RN-USB 1. Ver.1.02 N Series for USB Isolated Digital I/O Unit(8ch Relay Output, 8ch DI) DIO-0808RN-USB *The above photograph is DIO-1616HN-USB. * Specifications, color and design of the products are subject to change without

More information

SUPPLEMENT. The Autolab. Installation and Diagnostics Guide

SUPPLEMENT. The Autolab. Installation and Diagnostics Guide SUPPLEMENT to The Autolab Installation and Diagnostics Guide Editorial Eco Chemie B.V. Kanaalweg 29/G, 3526 KM Utrecht The Netherlands Tel: +31 30 2893154 Fax: +31 30 2880715 E-mail: autolab@ecochemie.nl

More information

PHYS 5061 Lab 6 Programmable Instruments

PHYS 5061 Lab 6 Programmable Instruments Introduction PHYS 5061 Lab 6 Programmable Instruments This lab introduces the computer control of bench lab instruments for data acquisition and uses a programmable digital multimeter as part of a measurement

More information

DT9828. USB Powered Thermocouple Measurement Module. Key Features: Analog Input Channels

DT9828. USB Powered Thermocouple Measurement Module. Key Features: Analog Input Channels DT9828 USB Powered Thermocouple Measurement Module Key Features: 8 differential analog inputs for thermocouple or voltage measurements Support for B, E, J, K, N, R, S, and T thermocouple types One cold

More information

*********************** **** Read Me First **** *********************** Version October 30th, 2009

*********************** **** Read Me First **** *********************** Version October 30th, 2009 *********************** **** Read Me First **** *********************** Version 2.0.0.0 October 30th, 2009 Introducing the Keithley IVI Driver for the 3390 Arbitrary Waveform Generator ----------------------------------------------------------------------

More information

FACULTY OF AUTOMATION AND COMPUTER SCIENCE. Eng. Silviu-Corneliu FOLEA. PhD THESIS

FACULTY OF AUTOMATION AND COMPUTER SCIENCE. Eng. Silviu-Corneliu FOLEA. PhD THESIS FACULTY OF AUTOMATION AND COMPUTER SCIENCE Eng. Silviu-Corneliu FOLEA PhD THESIS DEVELOPMENT OF EMBEDDED SYSTEMS FOR INTEGRATION WITH GRAPHICAL PROGRAMMING ABSTRACT THESIS ADVISOR: Prof. dr. Eng. Tiberiu

More information

LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications

LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications LabVIEW FPGA in Hardware-in-the-Loop Simulation Applications Publish Date: Dec 29, 2008 38 Ratings 4.16 out of 5 Overview Hardware-in-the-loop (HIL) simulation is achieving a highly realistic simulation

More information

Low-Cost Multifunction DAQ for USB

Low-Cost Multifunction DAQ for USB NI USB-6008, NI USB-6009 Small and portable 12 or 14-bit input resolution, at up to 48 ks/s Built-in, removable connectors for easier and more cost-effective connectivity 2 true DAC analog outputs for

More information

Introducing the LXI Interface

Introducing the LXI Interface Introducing the LXI Interface APPLICATION NOTE Summary LXI is the latest industry standard for LAN connectivity to instruments and modular systems. Beginning with firmware release 5.7.2.1, several series

More information

BRAIN BOARDS BRICK ANALOG. DATA SHEET page 1/7. Description

BRAIN BOARDS BRICK ANALOG. DATA SHEET page 1/7. Description BRAIN BOARDS DATA SHEET page 1/7 Description Part Numbers G4A8R Description Remote Analog 8-Channel Multifunction I/O Unit Mistic Protocol The G4A8R is a high performance analog I/O brick for the Opto

More information

Agilent U2600A Series USB Modular Isolated Digital I/O Devices. Data Sheet

Agilent U2600A Series USB Modular Isolated Digital I/O Devices. Data Sheet Agilent U2600A Series USB Modular Isolated Digital I/O Devices Data Sheet Introduction Features Hi-Speed USB 2.0 (480 Mbps) Functions as standalone or modular unit Up to 64 opto-isolated digital I/O lines

More information

Exercise 5: Basic LabVIEW Programming

Exercise 5: Basic LabVIEW Programming Exercise 5: Basic LabVIEW Programming In this exercise we will learn the basic principles in LabVIEW. LabVIEW will be used in later exercises and in the project part, as well in other courses later, so

More information

Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE AI-1616L-LPE 1. Ver.1.01

Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE AI-1616L-LPE 1. Ver.1.01 High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE *Specifications, colors and design of the products are subject to change without notice. This product is a multi-function,

More information

Introduction to LabVIEW and NI Hardware Platform

Introduction to LabVIEW and NI Hardware Platform Introduction to LabVIEW and NI Hardware Platform Corrie Botha Platform-Based Approach 2 With LabVIEW, You Can Program the Way You Think 3 With LabVIEW, You Can Program the Way You Think The graphical,

More information

Agilent U2600A Series USB Isolated Digital I/O Devices. Data Sheet

Agilent U2600A Series USB Isolated Digital I/O Devices. Data Sheet Agilent U2600A Series USB Isolated Digital I/O Devices Data Sheet Features Hi-Speed USB 2.0 (480 Mbps) Functions as standalone or modular unit Up to 64 opto-isolated digital I/O lines Up to 1250 V rms

More information

University at Buffalo's NEES Equipment Site. Data Management. Jason P. Hanley IT Services Manager

University at Buffalo's NEES Equipment Site. Data Management. Jason P. Hanley IT Services Manager University at Buffalo's NEES Equipment Site Data Management Jason P. Hanley IT Services Manager Structural Engineering and Earthquake Simulation Laboratory, Department of Civil, Structural and Environmental

More information