Measurement of Converter Efficiency Using Labview

Size: px
Start display at page:

Download "Measurement of Converter Efficiency Using Labview"

Transcription

1 Measurement of Converter Efficiency Using Labview oungil Kim Dept. of EECS/CSE Seoul ational University

2 Introduction Measurement of converter efficiency We can automate experimentation using labview Multi-instrument automated experiment system can increase the work efficiency In this seminar, I will talk about why do we measure converter efficiency why experiment automation is necessary experiment setup labview programming result 2

3 Motivation A DC-DC converter is a critical component in modern embedded system Most embedded systems require multiple supply voltages. Hybrid electrical energy storage system need many DC-DC converter Charger conversion efficiency Significantly affected by the state of the energy source and energy storage or load power consumption The environment and system state change over time, and maximizing the system-wide efficiency is not trivial Many of paper consider about the efficiency of the DC-DC converter ongseok Choi, aehyuck Chang and Taewhan Kim, "DC-DC Converter-Aware Power Management for Low-Power Embedded Systems," in IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), Vol. 26, o. 8, pp , Aug., ounghyun Kim, aehyuck Chang, anzhi Wang and Massoud Pedram, "Maximum Power Transfer Tracking for a Photovoltaic-Supercapacitor Energy System," in Proceeding of IEEE/ACM International Symposium on Low Power Electronics and Design (ISLPED), pp , Aug., anzhi Wang, ounghyun Kim, Qing Xie, aehyuck Chang and Massoud Pedram, "Charge Migration Efficiency Optimization in Hybrid Electrical Energy Storage (HEES) Systems," in Proceedings of IEEE/ACM International Symposium on Low Power Electronics and Design (ISLPED), pp , Fukuoka, Japan,

4 Efficiency of Converter Sources of power loss in converter ESR(Equivalent Series Resistance) of each component Parasitic capacitances of MOSFET switch gate Control circuitry Efficiency of the buck-boost converter is largely determined by its input voltage, output voltage, and output current The conversion efficiency is defined as = P out P in = V out I out V in I in = V in I in P converter V in I in Input, output voltage and input, output current should be measured 4

5 DC-DC Converter using LTC3789, LTC4000 High efficiency, synchronous 4-switch buck-boost controller Single inductor architecture allows Vin above, below or equal to the regulated Vout Programmable input or output current Wide input voltage range : 4V to 38V 5

6 Why experiment automation is necessary Measurement with labview Automatically measure input, output voltage and input, output current Input voltage range : 6V ~ 36V (interval : 1V) Output voltage range : 5V ~ 37V Output current range : 0.5A ~ 3A (interval : 0.5A) Total 186 experiment 6

7 Labview Labview is a system design platform and development environment for a visual programming language from ational Instruments Excution is determined by the structure of a graphical block diagram Advantage Extensive support for accessing instrumentation hardware Drivers and abstraction layer for many different types of instruments Many libraries with large number of functions Save program development time 7

8 Labview Control system can be divided into four parts Application program : Program designed to perform a specific function (Labview) VISA : I/O API (I-VISA) Instrument Driver : Set of software routines that control a programmable instrument Communication protocol : System of digital message format and rules(gpib, Serial, USB) Application Program VISA Instrument Driver PXI GPIB, USB, Serial, Ethernet VXI 8

9 Labview Labview programs are called virtual instruments(vis) Each VI has two components block diagram : Instruction set for controls, indicators (Source code) front panel : input data or extract data from a running virtual instrument Panel Toolbar! Pull-down! menu! Pull-down! menu! Boolean! Control! Double! Indicator! Data! Acquisition! Function! Delay! Thermometer! Terminal! Temperature! Indicator! While Loop! Stop Loop! Terminal! Waveform Graph! 9

10 Labview Controls Palette (Front Panel Window) Functions Palette (Block Diagram Window) 10

11 VISA Virtual Instrument Software Architecture Widely used I/O API in the test and measurement for communicating with instrument from a PC VISA provide the programming interface between the hardware and development environments (GPIB, VSI, PXI, Serial, Ethernet, USB) I-LabVIEW instrument drivers are based on the Virtual instrument drivers are based on the VISA standard download : I-VISA I I-VXI System Standard Driver PXI GPIB VXI LA/USB/Serial/Parallel 11

12 GPIB General Purpose Interface Bus Short-range digital communications bus specification Specifically designed to connect computers, peripherals and laboratory instruments 12

13 Serial communication Serial communication is the process of sending data over communication channel Serial communication send one bit at a time For serial communication applications, many terminal application can be used (ex. Realterm, TeraTerm, ComPortMaster, and so on...) 13

14 Measurement&Automation Explore(MAX) Graphical user interface to configure devices State caching : maintain the value of each instrument attribute setting Create and configure a logical name Configure a driver session Check that the device is working properly 14

15 Experiment setting Input : Range of voltage and current that we want to measure Output : Measured data in text format Super capacitor have wide range of charging voltage Active electric load Discharge Charge Supercapacitor Power supply V in I in Charger V out I out DAQ 15

16 Program flowchart Initialize Set the initial values - Power supply - Uart setting - Active load - Converter dir Set the Values - Set the current limit of power supply - Set OCP Control Charger - ichg current -vtrack 40 Power supply on Active load off Voltage = initial_value Write to measurement file Read the voltage of super capacitor Cap_voltage < 36.5 Increase the voltage Voltage < limit Set the voltage limit of power supply Finish Control the charger - ichg 0 - vtrack 0 Active load on Current = initial_value Read the voltage of super capacitor Increase the current Current < limit Cap_voltage < 36.5 Active load off 16

17 Program flowchart Initialize Set the initial values - Power supply - Uart setting - Active load - Converter dir Power supply on Active load off Voltage = initial_value Increase the voltage Voltage < limit Set the voltage limit of power supply Finish Current = initial_value Increase the current Current < limit Active load off 17

18 Program flowchart Converter dir Prevent power supply from turning off because of rush current 18

19 Program flowchart Initialize Set the initial values - Power supply - Uart setting - Active load - Converter dir Power supply on Active load off Voltage = initial_value Increase the voltage Voltage < limit Set the voltage limit of power supply Finish Current = initial_value Increase the current Current < limit Active load off 19

20 Program flowchart set the voltage limit Initial voltage Initial current 20

21 Program flowchart Initialize Set the initial values - Power supply - Uart setting - Active load - Converter dir Power supply on Active load off Voltage = initial_value Increase the voltage Voltage < limit Set the voltage limit of power supply Finish Current = initial_value Increase the current Current < limit Active load off 21

22 Program flowchart if(voltage == limit) if(current < limit) 22

23 Program flowchart Set the Values - Set the current limit of power supply - Set OCP Control Charger - ichg current -vtrack 40 Write to measurement file Read the voltage of super capacitor Cap_voltage < 36.5 Control the charger - ichg 0 - vtrack 0 Active load on Read the voltage of super capacitor Cap_voltage <

24 Program flowchart Set current limit of power supply Set OCP uart : vtrack 40 24

25 Program flowchart Set the Values - Set the current limit of power supply - Set OCP Control Charger - ichg current -vtrack 40 Write to measurement file Read the voltage of super capacitor Cap_voltage < 36.5 Control the charger - ichg 0 - vtrack 0 Active load on Read the voltage of super capacitor Cap_voltage <

26 Program flowchart Write to measurement file Read the Voltage of super capacitor 26

27 Program flowchart Set the Values - Set the current limit of power supply - Set OCP Control Charger - ichg current -vtrack 40 Write to measurement file Read the voltage of super capacitor Cap_voltage < 36.5 Control the charger - ichg 0 - vtrack 0 Active load on Read the voltage of super capacitor Cap_voltage <

28 Program flowchart if(cap_voltage>=limit) 28

29 Program flowchart Set the Values - Set the current limit of power supply - Set OCP Control Charger - ichg current -vtrack 40 Write to measurement file Read the voltage of super capacitor Cap_voltage < 36.5 Control the charger - ichg 0 - vtrack 0 Active load on Read the voltage of super capacitor Cap_voltage <

30 Program flowchart case is changed from 0 to 1 30

31 Program flowchart Set the Values - Set the current limit of power supply - Set OCP Control Charger - ichg current -vtrack 40 Write to measurement file Read the voltage of super capacitor Cap_voltage < 36.5 Control the charger - ichg 0 - vtrack 0 Active load on Read the voltage of super capacitor Cap_voltage <

32 Program flowchart uart : vtrack 0 uart : ichg 0 32

33 Program flowchart finish 33

34 Program flowchart Initialize Set the initial values - Power supply - Uart setting - Active load - Converter dir Power supply on Active load off Voltage = initial_value Set the Values - Set the current limit of power supply - Set OCP Control Charger - ichg current -vtrack 40 Write to measurement file Read the voltage of super capacitor Cap_voltage < 36.5 Increase the voltage Voltage < limit Set the voltage limit of power supply Finish Control the charger - ichg 0 - vtrack 0 Active load on Current = initial_value Read the voltage of super capacitor Increase the current Current < limit Cap_voltage < 36.5 Active load off 34

35 Program flowchart Initialize Set the initial values - Power supply - Uart setting - Active load - Converter dir Power supply on Active load off Voltage = initial_value Set the Values - Set the current limit of power supply - Set OCP Control Charger - ichg current -vtrack 40 Write to measurement file Read the voltage of super capacitor Cap_voltage < 36.5 Increase the voltage Voltage < limit Set the voltage limit of power supply Finish Control the charger - ichg 0 - vtrack 0 Active load on Current = initial_value Read the voltage of super capacitor Increase the current Current < limit Cap_voltage < 36.5 Active load off 35

36 Program flowchart Initialize Set the initial values - Power supply - Uart setting - Active load - Converter dir Set the Values - Set the current limit of power supply - Set OCP Control Charger - ichg current -vtrack 40 Power supply on Active load off Voltage = initial_value Write to measurement file Read the voltage of super capacitor Cap_voltage < 36.5 Increase the voltage Voltage < limit while loop Set the voltage limit of power supply Finish Control the charger - ichg 0 - vtrack 0 Active load on Current = initial_value Read the voltage of super capacitor Increase the current Current < limit Cap_voltage < 36.5 Active load off 36

37 Labview Front panel 37

38 Labview We can acquire the data in text format 38

39 Result = f(v in,v out,i out ) 3D interpolation using MATLAB 3A 6V 0.5A 5V 36V 37V Vin Vout 39

40 Result 40

41 Result 41

42 Result 42

43 Conclusion Successfully measured the efficiency of the converter using labview We can automate the experiment process Laview does much to improve the efficiency of experiments There can be many other application 43

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

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 1142A-A/B USB POWER MANAGER WITH Li-ION CHARGER AND THREE STEP-DOWN REGULATORS

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 1142A-A/B USB POWER MANAGER WITH Li-ION CHARGER AND THREE STEP-DOWN REGULATORS DESCRIPTION The DC1142A-A/B contains the LTC3557/LTC3557-1 Power Management Integrated Circuit (PMIC) plus the LT3480EDD high voltage buck controller. The LTC3557/LTC3557-1 is a highly integrated power

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 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

Introduction to Automating Standalone Instruments

Introduction to Automating Standalone Instruments Introduction to Automating Standalone s Stephen Plumb, Branch Manager NI Southern Africa Challenges with Manual Measurement Systems Manual measurements become increasingly complex as system requirements

More information

High-side Power Distribution Switch NCT3521U

High-side Power Distribution Switch NCT3521U High-side Power Distribution Switch NCT3521U -Table of Content- 1. GENERAL DESCRIPTION...1 2. FEATURES...1 3. APPLICATIONS...2 4. PIN CONFIGURATION AND DESCRIPTION...2 5. TYPICAL APPLICATION CIRCUIT...3

More information

HM9708 HM9708. Battery-Powered Equipment Motherboard USB Power Switch USB Device Power Switch Hot-Plug Power Supplies Battery-Charger Circuits DC+ VIN

HM9708 HM9708. Battery-Powered Equipment Motherboard USB Power Switch USB Device Power Switch Hot-Plug Power Supplies Battery-Charger Circuits DC+ VIN 200mΩ Power Distribution Switches Features 200mΩ Typ. High-Side MOSFET 0.8A Current Limit (V IN =3.0V) Wide Input Voltage Range: 2V ~ 5.5V Soft Start Thermal Protection Small SOT-23-5 Package Minimizes

More information

Faster Time to Measurement Advances in LabVIEW Instrument Control

Faster Time to Measurement Advances in LabVIEW Instrument Control Faster Time to Measurement Advances in LabVIEW Instrument Control Instrument Control with LabVIEW LabVIEW can communicate with virtually any instrument Tools for parsing, analyzing, and presenting instrument

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 658 MULTI-OUTPUT DC/DC CONVERTER POWERED BY 2-CELL, USB OR WALL ADAPTER

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 658 MULTI-OUTPUT DC/DC CONVERTER POWERED BY 2-CELL, USB OR WALL ADAPTER LTC3456 DESCRIPTION Demonstration Circuit 658 is a complete power management system using the LTC3456 for portable applications powered by a wall adapter, a USB port or a 2-cell alkaline battery, in that

More information

Developing Measurement and Analysis System using MATLAB

Developing Measurement and Analysis System using MATLAB Developing Measurement and Analysis System using MATLAB 성호현차장 Senior Application Engineer MathWorks Korea 2013 The MathWorks, Inc. 1 Agenda Great Demo : Battery test demo Overview of data acquisition capabilities

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

Measurement Studio Using.NET in Your Test and Measurement Applications

Measurement Studio Using.NET in Your Test and Measurement Applications Measurement Studio Using.NET in Your Test and Measurement Applications Agenda Introduction to Microsoft Visual Studio.NET Acquire Analyze Present Resources What are Customers Saying About Measurement Studio?

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

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

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

LOW POWER PLA SERIES. Interfaces. Electronic DC Loads

LOW POWER PLA SERIES. Interfaces. Electronic DC Loads Electronic DC Loads LOW POWER PLA SERIES The electronic loads of PLA series combine the classic design of large, easy-to-read displays with modern interfaces and a wide range of functions. The devices

More information

EA-EL 3000, EA-EL9000, EA-EL 9000 HP 400W W ELECTRONIC DC LOADS

EA-EL 3000, EA-EL9000, EA-EL 9000 HP 400W W ELECTRONIC DC LOADS EA-EL 3000, EA-EL9000, EA-EL 9000 HP 400W - 7200W ELECTRONIC DC LOADS Power ratings: 0...400W up to 0...7200W Cabinets with higher power upon request Input voltages: 0...80V, 0...160V, 0...400V, 0...750V

More information

Low Power System Design

Low Power System Design Low Power System Design Module 18-1 (1.5 hours): Case study: System-Level Power Estimation and Reduction Jan. 2007 Naehyuck Chang EECS/CSE Seoul National University Contents In-house tools for low-power

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

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

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

ASI. Switched-Capacitor Boost Converter 3.3V-5.0V 100mA GENERAL DESCRIPTION FEATURES APPLICATIONS

ASI. Switched-Capacitor Boost Converter 3.3V-5.0V 100mA GENERAL DESCRIPTION FEATURES APPLICATIONS ASI Technical Data Sheet Switched-Capacitor Boost Converter 3.3V-5.0V 100mA FEATURES Switched-Capacitor Step-Up Operation Input Range: 2.7V to 5.0V Output Voltage: 3.3V-5.0V (programmable) Output Current:

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

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

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

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

LTC4089/-5 DESCRIPTION

LTC4089/-5 DESCRIPTION LTC4089/-5 DESCRIPTION Demonstration circuit DC929A-A/B is a monolithic high voltage (6V-36V) switching buck regulator, USB Powerpath controller, and Li-Ion battery charger. It is based on the LTC4089/-5

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

How to Handle Non-Linear Loads on a Power Supply

How to Handle Non-Linear Loads on a Power Supply How to Handle Non-Linear Loads on a Power Supply Non-linear loads, in the context of a power supply, are those that do not behave like an ideal resistor, causing high current. In most cases these high

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

Intelligent Pressure Measuring System

Intelligent Pressure Measuring System Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IJCSMC, Vol. 3, Issue.

More information

REGENERATIVE LOAD ERI SERIES

REGENERATIVE LOAD ERI SERIES Electronic DC Loads REGENERATIVE LOAD ERI SERIES ERI Series Brief Profile The electronic loads of the ERI series feed the absorbed energy back into the local supply network. This protects the environment

More information

EE 100 DMM and DC Power Supply LabVIEW Experiment Guide

EE 100 DMM and DC Power Supply LabVIEW Experiment Guide 1. Objectives EE 100 DMM and DC Power Supply LabVIEW Experiment Guide The purpose of this experiment is to show you how to interface your DMM and DC Power Supply to LabVIEW. I. World of LabVIEW LabVIEW

More information

Today. 4/5/11 Physics 262 Lecture 10 Questions about Exams Homework. Lab: Continue project. Lecture. Review your exams and review practice exam again.

Today. 4/5/11 Physics 262 Lecture 10 Questions about Exams Homework. Lab: Continue project. Lecture. Review your exams and review practice exam again. Today 4/5/11 Physics 262 Lecture 10 Questions about Exams Homework Review your exams and review practice exam again. Lab: Continue project Do pre-lab before lab. See last weeks handout. Requires use of

More information

Analytical Instrumentation

Analytical Instrumentation Analytical Instrumentation A graduate course ( Chem9532a/b) Dr. Zhifeng Ding Department of Chemistry The University of Western Ontario (519) 661-2111 Ext. 86161 e-mail: zfding@uwo.ca Log in: Femlab feml@b09

More information

Acquiring Data from Sensors and Instruments Using MATLAB

Acquiring Data from Sensors and Instruments Using MATLAB Acquiring Data from Sensors and Instruments Using MATLAB Chirag Patel Application Engineer Control Systems MathWorks 2011 The MathWorks, Inc. 1 Agenda Why acquire data with MATLAB? Overview of data access

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

Analytical Instrumentation

Analytical Instrumentation Analytical Instrumentation Log in: Femlab feml@b09 A graduate course ( Chem9532a/b) Dr. Zhifeng Ding Department of Chemistry The University of Western Ontario (519) 661-2111 Ext. 86161 e-mail: zfding@uwo.ca

More information

LabWindows /CVI Using the Latest ANSI C Tools for High-Performance Automated Test

LabWindows /CVI Using the Latest ANSI C Tools for High-Performance Automated Test LabWindows /CVI Using the Latest ANSI C Tools for High-Performance Automated Test Agenda Introduction to LabWindows/CVI and modular instruments Developing modular instrument applications Hybrid systems

More information

REGENERATIVE LOAD ERI SERIES

REGENERATIVE LOAD ERI SERIES Electronic DC Loads REGENERATIVE LOAD ERI SERIES The electronic loads of the ERI series feed the absorbed energy back into the local supply network. This protects the environment and reduces electricity

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

Module Load Design The Chroma 6314A 1400W and 6312A 700W

Module Load Design The Chroma 6314A 1400W and 6312A 700W KEY FEATURES Max Power: 200W, 100W 2(Dual), 30W & 250W, 300W, 350W, 600W, 1200W Wide range 0~500 operating voltage Compatibility between 6310 and 6310A Up to 8 channels in one mainframe, for testing multiple

More information

Helix Semiconductors HS200 Data Sheet

Helix Semiconductors HS200 Data Sheet HS200 +48Vin 15W DC-DC MuxCapacitor Power IC The Helix Semiconductor HS200 DC-DC MuxCapacitor Power IC offers the highest energy efficiency per density. It enables use with low cost POL regulator (i.e.,

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

AIC1520. Ferrite Bead GND. *33µF, 16V Tantalum, or 100µF, 10V Electrolytic Bold line indicate high-current traces. USB High-Side Power Switch

AIC1520. Ferrite Bead GND. *33µF, 16V Tantalum, or 100µF, 10V Electrolytic Bold line indicate high-current traces. USB High-Side Power Switch USB High-Side Power Switch FEATURES 120mΩ (5V Input) High-Side MOSFET Switch. 500mA Continuous Load Current. 80µA Typical On-State Supply Current. Current-Limit / Short Circuit Protection. Thermal Limiting

More information

Functional Testing of Electric Vehicle Battery Management Systems (BMS) using a PXI Platform Grant Gothing Project Engineer Bloomy Controls U.S.A.

Functional Testing of Electric Vehicle Battery Management Systems (BMS) using a PXI Platform Grant Gothing Project Engineer Bloomy Controls U.S.A. Functional Testing of Electric Vehicle Battery Management Systems (BMS) using a PXI Platform Grant Gothing Project Engineer Bloomy Controls U.S.A. The Challenge: Design and develop a flexible and cost-effective

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 1068A DUAL INPUT LI-ION BATTERY CHARGER WITH SYNCHRONOUS BUCK REGULATOR

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 1068A DUAL INPUT LI-ION BATTERY CHARGER WITH SYNCHRONOUS BUCK REGULATOR Demonstration circuit 1068A is a complete single cell Lithium-Ion battery charger and a synchronous buck voltage regulator with adjustable output voltage. Operating at a frequency of 1.5MHz, the regulator

More information

3,600 W to 10,800 W 120 V to 800 V 22.5 A to 330 A

3,600 W to 10,800 W 120 V to 800 V 22.5 A to 330 A 3,600 W to 10,800 W 120 V to 800 V 22.5 A to 330 A 2 Electronic Energy Recycling Load ERI Series Syntax Interface Overview RS-232 USB LAN GPIB O CAN Analog Analog isolated O Standard O Option /not available

More information

With respect to the National Instruments software product(s) being used, the following patents may apply:

With respect to the National Instruments software product(s) being used, the following patents may apply: PATENT NOTICE National Instruments Software Related Patents With respect to the National Instruments software product(s) being used, the following patents may apply: LabVIEW The LabVIEW software is covered

More information

Hands-On Introduction to. LabVIEW. for Scientists and Engineers. Second Edition. John Essick. Reed College OXFORD UNIVERSITY PRESS

Hands-On Introduction to. LabVIEW. for Scientists and Engineers. Second Edition. John Essick. Reed College OXFORD UNIVERSITY PRESS Hands-On Introduction to LabVIEW for Scientists and Engineers Second Edition John Essick Reed College New York Oxford OXFORD UNIVERSITY PRESS Contents. Preface xiii 1. THE WHILE LOOP AND WAVEFORM CHART

More information

LabVIEW programming I

LabVIEW programming I FYS3240 PC-based instrumentation and microcontrollers LabVIEW programming I LabVIEW basics Spring 2017 Lecture #2 Bekkeng 16.01.2017 What is LabVIEW LabVIEW is a graphical programming environment G programming

More information

ID 810C: Renesas On-line Virtual Power Laboratory Renesas VP

ID 810C: Renesas On-line Virtual Power Laboratory Renesas VP ID 810C: Renesas On-line Virtual Power Laboratory Renesas VP Renesas Electronics America Inc. Jim Comstock Technical Marketing Manager 13 October 2010 Version: 1 Bio - Jim Comstock Current Position: Renesas

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

CSA8000 & TDS8000 Instruments CSA8000B & TDS8000B Instruments Using National Instruments LabVIEW

CSA8000 & TDS8000 Instruments CSA8000B & TDS8000B Instruments Using National Instruments LabVIEW Supplement CSA8000 & TDS8000 Instruments CSA8000B & TDS8000B Instruments Using National Instruments LabVIEW This document applies to software version 1.3 and above. www.tektronix.com Copyright Tektronix,

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

Mainframe. A : External Signal Board (Test Pin) A : External Signal Board (BNC)

Mainframe. A : External Signal Board (Test Pin) A : External Signal Board (BNC) KEY FEATURES Max. Power : 100W x 2(Dual), 300W & 400W Voltage Range : up to 600V 5 module mainframe Max. 2000W, load modules up to 400W/ea Up to 10 channels in one mainframe, fit for testing multiple output

More information

Hybrid Electronics Laboratory

Hybrid Electronics Laboratory Hybrid Electronics Laboratory Design and Simulation of Various Code Converters Aim: To Design and Simulate Binary to Gray, Gray to Binary, BCD to Excess 3, Excess 3 to BCD code converters. Objectives:

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

2. Control Pin Functions and Applications

2. Control Pin Functions and Applications IMARY CONTROL ( PIN) Module Enable / Disable. The module can be disabled by pulling the below 2.3 V with respect to the Input. This should be done with an open-collector transistor, relay, or optocoupler.

More information

Swift Responses with Accurate Measurement

Swift Responses with Accurate Measurement Swift Responses with Accurate Measurement The /1503D are equipped with the excellent transient recovery time, which can, in less than 40us, recover the output voltage to within 100mV of the previous voltage

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

PXI - An ideal platform for a variety of industrial applications

PXI - An ideal platform for a variety of industrial applications PXI - An ideal platform for a variety of industrial applications Overview This white paper explains in detail the PXI architecture and discusses the benefits PXI systems present in a variety of industrial

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

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

Inverters with Capacitive Output Impedance (C-inverters)

Inverters with Capacitive Output Impedance (C-inverters) Inverters with Capacitive Output Impedance (C-inverters) Yu Zeng Supervisor: Prof. Qing-Chang Zhong Department of Automatic Control and System Engineering The University of Sheffield UKACC PhD Presentation

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

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

Microcontroller Based High Resolution Temperature Monitoring Data Acquisition System with Graphical User Interface

Microcontroller Based High Resolution Temperature Monitoring Data Acquisition System with Graphical User Interface Microcontroller Based High Resolution Temperature Monitoring Data Acquisition System with Graphical User Interface Jayanta Kumar Nath 1, Sharmila Nath 2, Kanak Chandra Sarmah 3 Department of Instrumentation,

More information

Getting Started with LabVIEW Virtual Instruments

Getting Started with LabVIEW Virtual Instruments Getting Started with LabVIEW Virtual Instruments Approximate Time You can complete this exercise in approximately 30 minutes. Background LabVIEW programs are called virtual instruments, or VIs, because

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

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

Digital Discovery Reference Manual

Digital Discovery Reference Manual Digital Discovery Reference Manual The Digilent Digital Discovery is a combined logic analyzer and pattern generator instrument that was created to be the ultimate embedded development companion. The Digital

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

2 AA Cell to 3.3V USB On-The-Go Devices White LED Drivers Handheld Devices. The HM3200B is available in the 6-pin SOT23-6.

2 AA Cell to 3.3V USB On-The-Go Devices White LED Drivers Handheld Devices. The HM3200B is available in the 6-pin SOT23-6. Low Noise, Regulated Charge Pump DC/DC Converter Features Fixed 3.3V ± 4% Output VIN Range: 1.8V to 5V Output Current: 100mA Constant Frequency Operation at All Loads Low Noise Constant Frequency (1.2MHz)

More information

GU02 GPIB TO UART MODULE DATASHEET

GU02 GPIB TO UART MODULE DATASHEET GU02 GPIB TO UART MODULE GU02 GPIB TO UART MODULE DATASHEET Documentation ID: 006001 Version: 1.1 Issue Date: LQ Electronics Corp LQ Electronics Corp Page 1 of 7 GU02 GPIB TO UART MODULE GU02 GPIB TO UART

More information

MxC 200 Data Sheet. MxC V DC 15W DC-DC Converter

MxC 200 Data Sheet. MxC V DC 15W DC-DC Converter Efficiency (%) MxC 200 Data Sheet MxC 200 48V DC 15W DC-DC Converter The Helix Semiconductors MuxCapacitor ( MxC ) 200 is a monolithic configurable high voltage switch capacitor DC-DC converter targeted

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

HX4002 HX1001. White LED Backlighting Li-Ion Battery Backup Supplies Local 3V to 5V Conversion Smart Card Readers PCMCIA Local 5V Supplies

HX4002 HX1001. White LED Backlighting Li-Ion Battery Backup Supplies Local 3V to 5V Conversion Smart Card Readers PCMCIA Local 5V Supplies HX1001 Low Noise, Regulated Charge Pump DC/DC Converter Features Fixed 5V±4% Output VIN Range: 2.7V ~ 5V Output Current: up to 250mA (V IN =4.5V) Low Noise Constant Frequency Operation Shutdown Current:

More information

A variety of ECONseries modules provide economical yet flexible solutions

A variety of ECONseries modules provide economical yet flexible solutions Economy USB Mini-Instruments Flexible Yet Economical A variety of low-cost modules are available to provide flexible yet economical solutions. Choose the number of analog I/O and digital I/O channels,

More information

Lesson 6 Instrument Control You Will Learn:

Lesson 6 Instrument Control You Will Learn: Lesson 6 Instrument Control You Will Learn: A. An overview of instrument control B. About GPIB communication and configuration C. About LabVIEW instrument drivers D. How to use instrument driver VIs E.

More information

Lesson 5 More on Instrument Control You Will Review: Instrument Control Overview. GPIB Communication. GPIB Hardware Specifications

Lesson 5 More on Instrument Control You Will Review: Instrument Control Overview. GPIB Communication. GPIB Hardware Specifications Lesson 5 More on Instrument Control You Will Review: A. An overview of instrument control B. About GPIB communication and configuration C. About LabVIEW instrument drivers D. How to use instrument driver

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

APPLICATION NOTE. Controlling Inrush Current in DC-DC Power Converters. Inrush Current Waveform

APPLICATION NOTE. Controlling Inrush Current in DC-DC Power Converters. Inrush Current Waveform Controlling Inrush Current in DC-DC Power Converters Introduction 1 Inrush Current Waveform 1 Inrush Spike Current 2 Turn on Current 2 Active Inrush Limiting 3 Input Modules with Inrush Limiting 5 Conclusion

More information

Simulation of Signals with Field Signal Simulator

Simulation of Signals with Field Signal Simulator IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 7, Issue 3 (Sep. - Oct. 2013), PP 07-12 Simulation of Signals with Field Signal Simulator

More information

0.1 Slow Monitoring and Recording System

0.1 Slow Monitoring and Recording System 0.1 Slow Monitoring and Recording System A slow monitoring and control system is required to control systematic effects that could impact the experiment, to allow automated scans of parameters such as

More information

Group 10 Programmable Sensor Output Simulator Progress Report #2

Group 10 Programmable Sensor Output Simulator Progress Report #2 Department of Electrical Engineering University of Victoria ELEC 499 Design Project Group 10 Programmable Sensor Output Simulator Progress Report #2 March 5, 2005 Submitted by: Group No.: 10 Team: Exfour

More information

Wcapacitive-touch controls for

Wcapacitive-touch controls for Adding a Capacitive-Touch User Interface With Resources Already Present In Your System JONATHAN DILLON, MICROCHIP TECHNOLOGY INC. For many systems, the building blocks for implementing capacitive sensing,

More information

Labview. Masood Ejaz

Labview. Masood Ejaz Labview A Tutorial By Masood Ejaz Note: This tutorial is a work in progress and written specially for CET 3464 Software Applications in Engineering Technology, a course offered as part of BSECET program

More information

Design of the Storage Battery Online Monitoring System

Design of the Storage Battery Online Monitoring System Design of the Storage Battery Online Monitoring System Juan Tian College of Information Engineering, Taishan Medical University, Tai an 271016, China Cheng Wang Shandong Senter Electronic Co., Ltd, Zibo

More information

LabVIEW: A Teaching Tool for the Engineering Courses

LabVIEW: A Teaching Tool for the Engineering Courses Paper ID #8394 LabVIEW: A Teaching Tool for the Engineering Courses Dr. Alireza Kavianpour, DeVry University, Pomona Dr. Alireza Kavianpour received his PH.D. Degree from University of Southern California

More information

AO-1604LX-USB. Features. High-Resolution Analog Output Unit for USB AO-1604LX-USB 1. Ver.1.01

AO-1604LX-USB. Features. High-Resolution Analog Output Unit for USB AO-1604LX-USB 1. Ver.1.01 High-Resolution Analog Output Unit for USB AO-1604LX-USB This product is a USB2.0-compliant analog output unit that extends the analog output function of USB port of PCs. This product features high-precision

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 995A ADJUSTABLE LDO LINEAR REGULATOR LT3080EDD DESCRIPTION

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 995A ADJUSTABLE LDO LINEAR REGULATOR LT3080EDD DESCRIPTION LT3080EDD DESCRIPTION Demonstration circuit 995A is an adjustable 1.1A linear regulator featuring LT 3080. Architected as a precision current source and voltage follower, it allows this new regulator to

More information

Design and Research of Virtual Instrument Development Board

Design and Research of Virtual Instrument Development Board Design and Research of Virtual Instrument Development Board Lin Zhang 1, Taizhou Li 2, and Zhuo Chen 2 1 School of Mechanical and Engineering, Huazhong University of Science and Technology 2 School of

More information

General Description. Features. Component List. Component Suppliers

General Description. Features. Component List. Component Suppliers General Description The MAX5911 evaluation kit (EV kit) is a fully assembled and tested surface-mount circuit board that demonstrates the MAX5911 fully integrated hot-swap solution for negative supply

More information

Computerized Measurement systems

Computerized Measurement systems Elektrisk Mätteknik, LTH Computerized Measurement systems 1. Introduction to Computerized measurements systems By Tomas Jansson, some text excerpts from NI application note AN007 regarding signal conditioning,

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

Texas Instruments Solution for Undershoot Protection for Bus Switches

Texas Instruments Solution for Undershoot Protection for Bus Switches Application Report SCDA007 - APRIL 2000 Texas Instruments Solution for Undershoot Protection for Bus Switches Nadira Sultana and Chris Graves Standard Linear & Logic ABSTRACT Three solutions for undershoot

More information

Hello, and welcome to this presentation of the STM32 Touch Sensing Controller (TSC) which enables the designer to simply add touch sensing

Hello, and welcome to this presentation of the STM32 Touch Sensing Controller (TSC) which enables the designer to simply add touch sensing Hello, and welcome to this presentation of the STM32 Touch Sensing Controller (TSC) which enables the designer to simply add touch sensing functionality to any application. 1 Over recent years, Touch Sensing

More information

8Kb Logic Compatible DRAM based Memory Design for Low Power Systems

8Kb Logic Compatible DRAM based Memory Design for Low Power Systems 8Kb Logic Compatible DRAM based Memory Design for Low Power Systems Harshita Shrivastava 1, Rajesh Khatri 2 1,2 Department of Electronics & Instrumentation Engineering, Shree Govindram Seksaria Institute

More information

2D_024_010A Data Sheet

2D_024_010A Data Sheet Efficiency (%) 2D_024_010A 24V 10W DC-DC Converter The Helix Semiconductors MuxCapacitor 2D_024_010A is a member of the MxC 200 family of monolithic configurable high voltage switch capacitor DC-DC converters

More information