Data Acquisition (DAQ) System. B.1 Introduction

Size: px
Start display at page:

Download "Data Acquisition (DAQ) System. B.1 Introduction"

Transcription

1 Data Acquisition (DAQ) System B.1 Introduction One of the greatest advancements in experimentation has been the use of computers to automatically retrieve data. Generally speaking, a computerized data acquisition (DAQ) system reads sensors that output some kind of electrical signal (often a voltage). The numerical value of the reading is analog (continuous), which has to be converted to a digital reading (a binary number) in order to be processed by the computer. Once converted, the system processes the information, analyzes the data, and saves or presents the results. The components and fundamental principles of these systems will be discussed elsewhere in the class and laboratory. The purpose of this appendix, instead, is to give you a brief, operational knowledge of the hardware and software so that you can use the system quickly. B.2 Hardware The DAQ system used in this class is shown schematically in Figure B.2. The heart of the system is a National Instruments NI-6034E Multifunction DAQ board, installed inside the computer. A connector block (model SCB-68), connected via cable to the DAQ board, provides a convenient place to connect signal wires; also, the board has a built-in cold junction, which is used with thermocouples to read temperature (we will learn how a cold junction works later in the course). To simplify operation further in this laboratory, eight terminals have been mounted to a Plexiglas sheet and wired to the connecting block. Channels 1-4 are thermocouple connections, and channels 5-7 are voltage inputs (Channel 8 is used for digital output, which is not currently used). The system reads these channels using software written in a code called LabVIEW. The software can then be used to present, analyze, and/or save the data. B-1

2 DAQ board (NI-6034E) quick-connect thermocouple terminals connector block (SCB-68) PC with LabVIEW software voltage inputs/ digital output Figure B.2. Schematic of data acquisition system including terminals, connector block, DAQ board, computer, and software. B.3 Input Signal Ranges and Resolution The NI-6034E DAQ board can be programmed to read one of four ranges of voltages: ±10 V, ±5 V, ±500 mv, and ±50 mv. Each channel can be assigned differently, and the ranges are selected by software prior to the experiment. The choice of input range is important for two reasons. First, if the incoming signal is outside the assigned range, the system will misread the signal. For example, an 11 V signal read in the ±10 V input range will be read as +10 V; the input signal will in effect be cut off. Second, the DAQ system has a fixed resolution: regardless of input range, the system splits the range into the same number of division. As a result, the largest input range, ±10 V, has the largest division size, or the worst resolution. It is therefore best to choose the smallest possible input range to read the input signal, so that the resolution is the smallest possible. The NI-6034E DAQ board we are using in this laboratory has 16-bit resolution. This means that the board converts the analog input signal into a 16-bit binary word that the computer can process, like Since each bit can take on one of two values (0 or 1), there are 2 16, or 65,536 possible combinations of bits (ranging from 0 to 65,535). If an input channel is programmed to read a range of -50 to +50 mv, then the smallest division that the board can detect is (100 mv)/65536, or mv. The reading error could then be estimated as plus or minus half the resolution, or ± mv. One important conclusion to draw from this value is that readings for this channel in mv should never include more than 4 or 5 decimal places. The channels in this laboratory have been configured via software to allow for different ranges of inputs. These are listed in Table B.1. Some channels have multiple configurations; for example, channel 5 is defined for either ±50 mv or ±5 V inputs. The resolutions of the channel configurations are also listed in the table. For the thermocouple inputs, the resolution of the channel has been determined in C from the voltage resolution and the temperature-voltage calibration of the thermocouple. Recall that the resolution results in only one error; the error due to other sources (such as noise, timing, multiplexing, etc.) will also influence the total error for the measurement. B-2

3 Table B.1. Channel configurations defined for the DAQ system. Channel Configuration Description Range Resolution CH0 Cold Junction (5V) CJC sensor 5 V V CH1 Type T TC (50mV) Type T thermocouple -270 to +400 C 0.03 C CH2 Type T TC (50mV) Type T thermocouple -270 to +400 C 0.03 C CH3 Type K TC (50mV) Type K thermocouple -270 to C 0.04 C CH4 Type K TC (50mV) Type K thermocouple -270 to C 0.04 C CH5 Voltage (50mV) Voltage ± 50 mv mv CH5 Voltage (5V) Voltage ± 5 V V CH6 Voltage (50mV) Voltage ± 50 mv mv CH6 Voltage (5V) Voltage ± 5 V V CH7 Voltage (50mV) Voltage ± 50 mv mv CH7 Voltage (5V) Voltage ± 5 V V CH7 Voltage (10V) Voltage ± 10 V V The voltage range for the T-type thermocouple is to mv, so the signal input range for these DAQ channels has been set to ± 50 mv. The maximum temperature range for the K-type thermocouple 270 to 1372 C; the reduced range listed has a voltage range of to mv to be within the DAQ input range of ±50 mv. B.2 Software The software used to operate the DAQ system was written for this laboratory using National Instruments LabVIEW software. LabVIEW is a high level, Windows-based graphical programming language that uses icons instead of lines of text to create applications. The program used in this lab is called THERMAL_LAB.vi, and can be executed by double clicking on the THERMAL LAB.vi icon on the desktop of the thermal laboratory computers. This application can read input signals from any two channels, display the data in graphical and numerical form, and can optionally save the data to a file. The user interface or front panel for THERMAL_LAB.vi is shown in Figure B.3. Figure B.3. Front panel of DAQ program. B-3

4 The code (or block diagram) for THERMAL_LAB.vi is shown in Figure B.4. This window can be accessed from LabVIEW by selecting Show Diagram from the front panel s Window pull-down menu. The block diagram consists of a series of icons that represent a set of instructions for the computer. These icons are wired together to control the passing of data and the order of execution. Comments have been included to indicate the function of each group of icons. Note that the timing for the execution of the while loop is controlled by the software with a resolution of 1 ms or 1 khz. Software-controlled timing means that error can be introduced by execution of alternate tasks by the computer during data acquisition. For example, running other applications or redrawing the graph by changing scales will introduce timing errors and should thus be avoided. (Note that hardware-controlled timing exists, which would eliminate this source of error; but the programming is more cumbersome.) Further information about programming in LabVIEW can be found in the software documentation provided by National Instruments Corporation. Figure B.4. Block diagram or code for THERMAL_LAB.vi. B-4

5 Software Instructions 1. Double-click on the file THERMAL_LAB.vi, located on the Windows Desktop. 2. Select the two channels you wish to read. The code limits you to reading only two channels at a time. Labeled Channel A and B, you can choose the appropriate input channel by using the pull-down selection list for each channel, as shown in Figure B.5. Figure B.5. Selection of Channel A input signal. 3. Choose the Sample Rate, Scan Rate and Oversampling. The Scan Rate is the rate at which individual data points are acquired from either input channel. For example, a scan rate of 1000 means that data will be acquired from a channel at a rate of 1000 scans per second. Oversampling is the number of scans per sample; an oversampling of 100, for example, means that 100 data points will be acquired and averages to form one sample. The Sample Rate, then, is the rate at which a set of these averages will be acquired and recorded. Note that oversampling cannot take longer than your sample rate. For example, choosing a scan rate of 100 scans per second and an oversampling of 100 data points requires a full second to perform, for each channel. Therefore it is unrealistic to expect a sample rate to exceed about 2 seconds per sample. 4. Start the DAQ software by clicking the run button ( )at the top left corner of the window. If the file name given on the front panel already exists, a window will appear asking if you wish to replace the file. 5. Data will be displayed as Amplitude versus Data Point in the graph and in the digital display to the left of the legend. The amplitude scale can be changed at any time by editing the upper and lower bounds for the axis. Alternately, you can pan and zoom in or out of the graph using the graphical controls toolbar to the bottom left of the plot, and you can scroll B-5

6 forward or backward in time (up to 5000 data points ahead or behind) using the scroll bar on the bottom right of the graph. Both of these features are depicted in Figure B.6. You can edit these values, even while running Pan Function Scroll bar Zoom Functions Figure B.6. Graphical controls. 6. To save data to a file, click the button under Save Data. The button will indicate ON, meaning that data is being written to your text file. To stop recording, click the button again. 7. To stop the program, click the stop button at the top of the graph. DO NOT USE THE STOP BUTTON AT THE TOP LEFT CORNER OF THE WINDOW ( ). 8. You should transfer your files to a 3.5-inch disk for transport. You may also transfer your file to your Blackboard account: Begin by starting Microsoft Explorer, then go to my.calpoly.edu, and login to your account. From the Blackboard frame select this course (ME 236), press Student Tools, and then Digital Dropbox. Follow the instructions to upload the file. Use the same procedure to later download the file. B-6

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

K-Type Thermocouple Sensor User s Guide

K-Type Thermocouple Sensor User s Guide K-Type Thermocouple Sensor User s Guide 1 TABLE OF CONTENTS: 1 INTRODUCTION... 2 2 TYPICAL APPLICATION:... 2 3 INSTALLATION RULES:... 2 3.1 Connecting the sensor to M1/MD4 data logger:... 2 3.2 Connecting

More information

Cell Phone Vibration Experiment

Cell Phone Vibration Experiment Objective Cell Phone Vibration Experiment Most cell phones are designed to vibrate. But at what frequency do they vibrate? With an accelerometer, data acquisition and signal analysis the vibration frequency

More information

Quick Start Using DASYLab with your Measurement Computing USB device

Quick Start Using DASYLab with your Measurement Computing USB device Quick Start Using DASYLab with your Measurement Computing USB device Thank you for purchasing a USB data acquisition device from Measurement Computing Corporation (MCC). This Quick Start document contains

More information

Measuring Temperature withthermistors a Tutorial David Potter

Measuring Temperature withthermistors a Tutorial David Potter NATIONAL INSTRUMENTS The Software is the Instrument Application Note 065 Measuring Temperature withthermistors a Tutorial David Potter Introduction Thermistors are thermally sensitive resistors used in

More information

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Building a Simulink model for real-time

More information

Data Acquisition Using NI-DAQmx

Data Acquisition Using NI-DAQmx Instructor s Portion Data Acquisition Using NI-DAQmx Wei Lin Department of Biomedical Engineering Stony Brook University Summary This experiment requires the student to use NI-DAQmx to acquire voltage

More information

Ovation Operator Workstation for Microsoft Windows Operating System Data Sheet

Ovation Operator Workstation for Microsoft Windows Operating System Data Sheet Ovation Operator Workstation for Microsoft Windows Operating System Features Delivers full multi-tasking operation Accesses up to 200,000 dynamic points Secure standard operating desktop environment Intuitive

More information

Lab 4 - Data Acquisition

Lab 4 - Data Acquisition Spring 11 Lab 4 - Data Acquisition Lab 4-1 Lab 4 - Data Acquisition Format This lab will be conducted during your regularly scheduled lab time in a group format. Each student is responsible for learning

More information

DUKANE Intelligent Assembly Solutions

DUKANE Intelligent Assembly Solutions PC Configuration Requirements: Configuration Requirements for ipc Operation The hardware and operating system of the PC must comply with a list of minimum requirements for proper operation with the ipc

More information

THERMAL ANEMOMETRY ELECTRONICS, SOFTWARE AND ACCESSORIES

THERMAL ANEMOMETRY ELECTRONICS, SOFTWARE AND ACCESSORIES TSI and TSI logo are registered trademarks of TSI Incorporated. SmartTune is a trademark of TSI Incorporated. THERMAL ANEMOMETRY ELECTRONICS, SOFTWARE AND ACCESSORIES IFA 300 Constant Temperature Anemometry

More information

In regard to calculating system power requirements, refer to DBK Basics located near the front of this manual.

In regard to calculating system power requirements, refer to DBK Basics located near the front of this manual. DBK42 16-Slot 5B Signal Conditioning Module Overview 1 Hardware Setup 2 DBK42 Connection 2 DBK42 Configuration 2 5B Module Connection 2 Power Considerations 2 Terminal Block Connections 3 DaqBoard/2000

More information

LabVIEW Lesson 5 Clusters

LabVIEW Lesson 5 Clusters LabVIEW Lesson 5 Clusters Lesson Overview What are clusters? How to create a cluster. How to create a constant cluster. How to use the various cluster functions. I. What is a cluster? a. A cluster is similar

More information

Dash 18X / Dash 18 Data Acquisition Recorder

Dash 18X / Dash 18 Data Acquisition Recorder 75 Dash 18X / Dash 18 Data Acquisition Recorder QUICK START GUIDE Supports Recorder System Software Version 3.1 1. INTRODUCTION 2. GETTING STARTED 3. HARDWARE OVERVIEW 4. MENUS & BUTTONS 5. USING THE DASH

More information

I2C PRESSURE MONITORING THROUGH USB PROTOCOL.

I2C PRESSURE MONITORING THROUGH USB PROTOCOL. I2C PRESSURE MONITORING THROUGH USB PROTOCOL. Product Details: To eradicate human error while taking readings such as upper precision or lower precision Embedded with JAVA Application: Technology Used:

More information

Hydras 3 LT Quick Start

Hydras 3 LT Quick Start Catalog Number 6234218 Hydras 3 LT Quick Start SOFTWARE MANUAL December 2005, Edition 2 Hach Company, 2005. All rights reserved. Printed in the U.S.A. Catalog Number 6234218 Hydras 3 LT SOFTWARE MANUAL

More information

Model SL355 Noise Dosimeter/Datalogger

Model SL355 Noise Dosimeter/Datalogger Model SL355 Noise Dosimeter/Datalogger Software Help Guide Software Introduction The SL355 Noise Dosimeter software allows for setup and retrieval of recorded data in the Noise Dosimeter. A total of 20

More information

Millennium Learning Centres How to scan documents you want to edit

Millennium Learning Centres How to scan documents you want to edit Millennium Learning Centres How to scan documents you want to edit At some of the Millennium Learning Centres you can use a scanner to save a copy of a document that you can edit. The Centres don t all

More information

Dash 8Xe / Dash 8X Data Acquisition Recorder

Dash 8Xe / Dash 8X Data Acquisition Recorder 75 Dash 8Xe / Dash 8X Data Acquisition Recorder QUICK START GUIDE Supports Recorder System Software Version 2.0 1. INTRODUCTION 2. GETTING STARTED 3. HARDWARE OVERVIEW 4. MENUS & BUTTONS 5. USING THE DASH

More information

The Universal DAQ Device. Connect and measure immediately!

The Universal DAQ Device. Connect and measure immediately! The Universal DAQ Device. Connect and measure immediately! XXL performance in mini format 8 universal connectors 1) on each QuantumX device suited for most common transducer technologies: 1) See technical

More information

NEW. EVEN MORE data acquisition and test stand automation

NEW. EVEN MORE data acquisition and test stand automation NEW EVEN MORE data acquisition and test stand automation the new class of data The plug&play complete package User benefits Expert Series is the latest generation of data acquisition Complete hardware

More information

Capacitive Touch Lab. Renesas Capacitive Touch Lab R8C/36T-A Family

Capacitive Touch Lab. Renesas Capacitive Touch Lab R8C/36T-A Family Renesas Capacitive Touch Lab R8C/36T-A Family Description: This lab will cover the Renesas Touch Solution for embedded capacitive touch systems. This lab will demonstrate how to setup and run a simple

More information

EET 310 Programming Tools

EET 310 Programming Tools Introduction EET 310 Programming Tools LabVIEW Part 1 (LabVIEW Environment) LabVIEW (short for Laboratory Virtual Instrumentation Engineering Workbench) is a graphical programming environment from National

More information

Lab 1: Full Adder 0.0

Lab 1: Full Adder 0.0 Lab 1: Full Adder 0.0 Introduction In this lab you will design a simple digital circuit called a full adder. You will then use logic gates to draw a schematic for the circuit. Finally, you will verify

More information

Personal Daq/50 Series USB Data Acquisition Modules

Personal Daq/50 Series USB Data Acquisition Modules USER S MANUAL Personal Daq/50 Series USB Data Acquisition Modules Personal Daq/54 Personal Daq/55 Personal Daq/56 PDQ1 PDQ2 Personal Daq/50 Series p/n 491-0901 rev 7.0 *372182A-01* 372182A-01 Measurement

More information

RV 12 Electrical Schematic Instructions

RV 12 Electrical Schematic Instructions RV 12 Electrical Schematic Instructions Step 1: Set your monitor resolution as high as possible. Step 2: Download "RV 12 Electrical Systems (XXX).dwg" from the Van's Aircraft web site to your desktop.

More information

Kurz MODBUS Client User s Guide

Kurz MODBUS Client User s Guide Kurz MODBUS Client User s Guide Introduction The Kurz MODBUS Client program can be used to demonstrate how the Kurz MFTB and MFTA Series products can be used in a MODBUS protocol network. The program is

More information

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER 2014 Amplifier - 1 FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER The objectives of this experiment are: To understand the concept of HI-FI audio equipment To generate a frequency response curve for an audio

More information

USB-500/600 Series Low-Cost Data Loggers and Accessories

USB-500/600 Series Low-Cost Data Loggers and Accessories Low-Cost Data Loggers and Accessories Features Stand-alone, remote data loggers and portable logger assistant Measure temperature, humidity, voltage, current, or event/state change 1 or 2 channels Low

More information

NOVA MULTI-MONITORING SOFTWARE. Instruction Manual

NOVA MULTI-MONITORING SOFTWARE. Instruction Manual NOVA MULTI-MONITORING SOFTWARE REMOTE OPERATION Precision Digital Corporation s Nova Multi-Monitoring software allows for the operation of common Nova control features remotely from a PC. Up to 30 Nova

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED www.analog.com www.hittite.com THIS PAGE INTENTIONALLY LEFT BLANK PLL & PLL with Integrated VCO Evaluation

More information

Wahl C50 Calibrator FEATURES

Wahl C50 Calibrator FEATURES NEW! On Site Multifunction Portable Far Superior Accuracy as Compared to Fluke! Simultaneous Measurement and Generation Quick Connect Terminals Anti-Shock Boot Quick Connect Terminals Navigator Power Supply,

More information

HIGH RELIABILITY POWER SUPPLY TESTING

HIGH RELIABILITY POWER SUPPLY TESTING HIGH RELIABILITY POWER SUPPLY TESTING Dale Cigoy Keithley Instruments, Inc. The reliability of a power supply must match or exceed the rest of the system in which it is installed. Generally, this requires

More information

USB TC-08. Temperature Logger. User's Guide. usbtc08.en r7 Copyright 2005-2013 Pico Technology Limited. All rights reserved.

USB TC-08. Temperature Logger. User's Guide. usbtc08.en r7 Copyright 2005-2013 Pico Technology Limited. All rights reserved. USB TC-08 Temperature Logger User's Guide USB TC-08 User's Guide I Contents 1 Introduction...1...1 1 Overview...1 2 Leg al information...2 3 Safety warning...3 4 Company details 2 Getting Started...4...4

More information

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. Creating a Pie Graph Step-by-step directions In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class. 1. Enter Data A. Open

More information

Cary 100 Bio UV-Vis Operating Instructions 09/25/2012 S.V.

Cary 100 Bio UV-Vis Operating Instructions 09/25/2012 S.V. 1234 Hach Hall 515-294-5805 www.cif.iastate.edu Cary 100 Bio UV-Vis Operating Instructions 09/25/2012 S.V. Location: Contact: 1240 Hach Hall Steve Veysey, 1234 Hach Hall Safety All researchers working

More information

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

More information

LabVIEW Day 1 Basics. Vern Lindberg. 1 The Look of LabVIEW

LabVIEW Day 1 Basics. Vern Lindberg. 1 The Look of LabVIEW LabVIEW Day 1 Basics Vern Lindberg LabVIEW first shipped in 1986, with very basic objects in place. As it has grown (currently to Version 10.0) higher level objects such as Express VIs have entered, additional

More information

Page 1 S5.5 Monitoring Software Manual Rev 1.2 for Software Ver 1.0

Page 1 S5.5 Monitoring Software Manual Rev 1.2 for Software Ver 1.0 Trantec S5.5 Monitoring Software Manual Initial Setup Minimum PC Requirements 1.6 GHz CPU, 256 MB Memory, 1 available USB port, Windows XP Recommended PC >2.0 GHz CPU, 512 MB (XP) 1 GB (Vista) memory,

More information

Contents. 1.2 Software Installation... 1

Contents. 1.2 Software Installation... 1 Software Manual Contents 1 Software Installation... 1 1.1 Overview...1 1.2 Software Installation... 1 2 Introduction To Basic Function...5 2.1 Login System... 5 2.2 CMS Operating Interface...5 2.2.1 Operating

More information

Small Animal Respiratory Exchange Ratio (RER)

Small Animal Respiratory Exchange Ratio (RER) iworx Physiology Lab Experiment Experiment AMe-1 Small Animal Respiratory Exchange Ratio (RER) Note: The lab presented here is intended for evaluation purposes only. iworx users should refer to the User

More information

4.1 DESCRIPTION OF CONTROLS cont.

4.1 DESCRIPTION OF CONTROLS cont. 4.1 DESCRIPTION OF CONTROLS cont. EGPS-1022 Power Supply Remote Control Computer Panel (ADDITIONAL CONTROLS AND INDICATORS BELOW MAIN PANEL) Fig. 4.1-4 Screen captures of LabVIEW TM program for EGPS-1022

More information

Automation System TROVIS 6400 TROVIS 6493 Compact Controller

Automation System TROVIS 6400 TROVIS 6493 Compact Controller Automation System TROVIS 6400 TROVIS 6493 Compact Controller For panel mounting (front frame 48 x 96 mm/1.89 x 3.78 inch) Application Digital controller to automate industrial and process plants for general

More information

Information Technology. Introduction to Vista

Information Technology. Introduction to Vista Information Technology Introduction to Vista The Vista Login Screen. Vista, like XP, remembers the previous user. After logging in, you can select your own picture. For a different user to login, click

More information

Module 1. 4 Login-Send Message to Teacher

Module 1. 4 Login-Send Message to Teacher Module 1. 4 Login-Send Message to Teacher Students, in this lesson you will 1. Learn to login to your InterAct account. 2. Learn how to send an email message. Logging on to Students Online 1. Launch the

More information

Picture Archive and Communication System (PACS)

Picture Archive and Communication System (PACS) Picture Archive and Communication System (PACS) What is PACS? PACS stands for Picture Archiving and Communication System and is the system that has replaced x-ray film with digital images. PACS also links

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

Lab View with crio Tutorial. Control System Design Feb. 14, 2006

Lab View with crio Tutorial. Control System Design Feb. 14, 2006 Lab View with crio Tutorial Control System Design Feb. 14, 2006 Pan and Tilt Mechanism Experimental Set up Power Supplies Ethernet cable crio Reconfigurable Embedded System Lab View + Additional Software

More information

User Tutorial on Changing Frame Size, Window Size, and Screen Resolution for The Original Version of The Cancer-Rates.Info/NJ Application

User Tutorial on Changing Frame Size, Window Size, and Screen Resolution for The Original Version of The Cancer-Rates.Info/NJ Application User Tutorial on Changing Frame Size, Window Size, and Screen Resolution for The Original Version of The Cancer-Rates.Info/NJ Application Introduction The original version of Cancer-Rates.Info/NJ, like

More information

DSP Laboratory: Analog to Digital and Digital to Analog Conversion

DSP Laboratory: Analog to Digital and Digital to Analog Conversion OpenStax-CNX module: m13035 1 DSP Laboratory: Analog to Digital and Digital to Analog Conversion Erik Luther This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License

More information

Tutorial for Programming the LEGO MINDSTORMS NXT

Tutorial for Programming the LEGO MINDSTORMS NXT Tutorial for Programming the LEGO MINDSTORMS NXT Table of contents 1 LEGO MINDSTORMS Overview 2 Hardware 2.1 The NXT Brick 2.2 The Servo Motors 2.3 The Sensors 3 Software 3.1 Starting a Program 3.2 The

More information

MS830 / MS833 Barcode Reader v1.0 9-December-2014

MS830 / MS833 Barcode Reader v1.0 9-December-2014 MS830 / MS833 Barcode Reader v1.0 9-December-2014 Publication Information 2014 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

Guide to Installing BBL Crystal MIND on Windows 7

Guide to Installing BBL Crystal MIND on Windows 7 Guide to Installing BBL Crystal MIND on Windows 7 Introduction The BBL Crystal MIND software can not be directly installed on the Microsoft Windows 7 platform, however it can be installed and run via XP

More information

TR-3 Channel Editor. Software Manual

TR-3 Channel Editor. Software Manual TR-3 Channel Editor Software Manual Trilithic Company Profile Trilithic is a privately held manufacturer founded in 1986 as an engineering and assembly company that built and designed customer-directed

More information

Navigator Software. Contents 1. NAVIGATOR SOFTWARE 2. INSTALLATION 3. USING NAVIGATOR SOFTWARE 3.1 STARTING THE PROGRAM 3.

Navigator Software. Contents 1. NAVIGATOR SOFTWARE 2. INSTALLATION 3. USING NAVIGATOR SOFTWARE 3.1 STARTING THE PROGRAM 3. Navigator Software Contents 1. NAVIGATOR SOFTWARE 2. INSTALLATION 3. USING NAVIGATOR SOFTWARE 3.1 STARTING THE PROGRAM 3.2 SYSTEM SET UP 3.3 LOAD DATA FILE 3.3.1 LOADING PARTIAL FILES 3.4 DATA TABLE WINDOW

More information

EARTH PEOPLE TECHNOLOGY SERIAL GRAPH TOOL FOR THE ARDUINO UNO USER MANUAL

EARTH PEOPLE TECHNOLOGY SERIAL GRAPH TOOL FOR THE ARDUINO UNO USER MANUAL EARTH PEOPLE TECHNOLOGY SERIAL GRAPH TOOL FOR THE ARDUINO UNO USER MANUAL The Serial Graph Tool for the Arduino Uno provides a simple interface for graphing data to the PC from the Uno. It can graph up

More information

Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser

Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser Crystal Print Control Installation Instructions for PCs running Microsoft Windows XP and using the Internet Explorer browser Important Notice: You must have administrative rights to your PC to perform

More information

Model 288B Charge Plate Graphing Software Operators Guide

Model 288B Charge Plate Graphing Software Operators Guide Monroe Electronics, Inc. Model 288B Charge Plate Graphing Software Operators Guide P/N 0340175 288BGraph (80207) Software V2.01 100 Housel Ave PO Box 535 Lyndonville NY 14098 1-800-821-6001 585-765-2254

More information

DAS202Tools v1.0.0 for DAS202 Operating Manual

DAS202Tools v1.0.0 for DAS202 Operating Manual DAS202Tools v1.0.0 for DAS202 Operating Manual DAT102Tools 1.0.0 Manual Table of context 2 Table of Contents 1 General Information... 3 2 PC... Configuration Requirements 3 3 Software Installation... 3

More information

Installing and Configuring TrueConf Client Application for OS X

Installing and Configuring TrueConf Client Application for OS X Installing and Configuring TrueConf Client Application for OS X 1. How to install the client application? 2. How to authorize? 3. How to configure the application? «TrueConf Client» Menu «About TrueConf

More information

Advantage Cloud Access: Microsoft Remote Desktop for Android

Advantage Cloud Access: Microsoft Remote Desktop for Android Advantage Cloud Access: Microsoft Remote Desktop for Android 2645 Townsgate Road, Suite 200 Westlake Village, CA 91361 Support: 800.888.8075 Fax: 805.497.4983 2013 Compulink Business Systems, Inc. All

More information

BASLER ACE QUICK INSTALLATION GUIDE

BASLER ACE QUICK INSTALLATION GUIDE BASLER ACE QUICK INSTALLATION GUIDE Rev. 01 Quick installation Guide V1 1 Introduction The installation procedures in this guide assume that you want to get your camera operational and begin capturing

More information

FLIR M-Series and NavNet TZtouch

FLIR M-Series and NavNet TZtouch FLIR M-Series and NavNet TZtouch Overview The following example illustrates the integration of the FLIR M-Series into a NavNet network. The M- Series and the JCU controller are set with a fix IP address

More information

2. More Use of the Mouse in Windows 7

2. More Use of the Mouse in Windows 7 65 2. More Use of the Mouse in Windows 7 The mouse has become an essential part of the computer. But it is actually a relatively new addition. The mouse did not become a standard part of the PC until Windows

More information

LEGENDplex Data Analysis Software

LEGENDplex Data Analysis Software LEGENDplex Data Analysis Software Version 7.0 User Guide Copyright 2013-2014 VigeneTech. All rights reserved. Contents Introduction... 1 Lesson 1 - The Workspace... 2 Lesson 2 Quantitative Wizard... 3

More information

GX-2009 Data Logger Management Program Operator s Manual

GX-2009 Data Logger Management Program Operator s Manual GX-2009 Data Logger Management Program Operator s Manual Part Number: 71-0163RK Revision: C Released: 3/19/12 www.rkiinstruments.com Warranty RKI Instruments, Inc. warrants gas alarm equipment sold by

More information

Bidirectional wireless communication using EmbedRF

Bidirectional wireless communication using EmbedRF Bidirectional wireless communication using EmbedRF 1. Tools you will need for this application note... 2 2. Introduction... 3 3. Connect EmbedRF Board to USB Interface Board... 3 4. Install and Run EmbedRF

More information

<User s Guide> Plus Viewer. monitoring. Web

<User s Guide> Plus Viewer. monitoring. Web Plus Viewer 1 < Plus Viewer (web ) > 1-1 Access Method The user can access the DVR system through the web. 1 Enter the IP for the DVR system in the address field of the web browser. 2 The

More information

Speedlink software will run on Windows NT, Windows 7, and Windows 8; it will run on both 32 byte and 64 byte versions of Windows.

Speedlink software will run on Windows NT, Windows 7, and Windows 8; it will run on both 32 byte and 64 byte versions of Windows. Guide to the Speedlink software and drivers. Status Instruments has a range of process control equipment that can be configured using the Speedlink software. Some equipment will connect directly to a Windows

More information

Local Playback Software User Manual (V2.0)

Local Playback Software User Manual (V2.0) User Manual (V2.0) Thank you for purchasing our product. This manual applies to Local Playback software, please read it carefully for the better use of this software. The contents in this manual are subject

More information

Case study: how to use cutoff conditions in a FRA frequency scan?

Case study: how to use cutoff conditions in a FRA frequency scan? NOVA Technical Note 8 Case study: how to use cutoff conditions in a FRA frequency scan? 1 Using cutoffs Cutoffs in FRA 1 The NOVA options can be used to test measured data points for a cutoff condition.

More information

USB to VGA Adapter USB2VGAE2. Instruction Manual. USB 2.0 to VGA Multi Monitor External Video Adapter

USB to VGA Adapter USB2VGAE2. Instruction Manual. USB 2.0 to VGA Multi Monitor External Video Adapter USB to VGA Adapter USB2VGAE2 Instruction Manual USB 2.0 to VGA Multi Monitor External Video Adapter *Please ensure that the driver installation is complete prior to the physical installation of the USB

More information

4. Do you have a VGA splitter ( Y Cable)? a document camera?

4. Do you have a VGA splitter ( Y Cable)? a document camera? Hooking up your computer to your projector and/or doc camera These instructions will assist you in performing a proper hookup of your computer to your projector and/or document camera. The instructions

More information

1. Installing The Monitoring Software

1. Installing The Monitoring Software SD7000 Digital Microphone Monitor Software manual Table of Contents 1. Installing The Monitor Software 1.1 Setting Up Receivers For Monitoring 1.2 Running The Application 1.3 Shutdown 2. The Detail Monitoring

More information

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS Build a emperature Sensor Project A sensor is a device that measures a physical quantity and converts it into an electrical signal. Some sensors measure physical properties directly, while other sensors

More information

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5 Physics 161 FREE FALL Introduction This experiment is designed to study the motion of an object that is accelerated by the force of gravity. It also serves as an introduction to the data analysis capabilities

More information

1. Central Monitoring System Software

1. Central Monitoring System Software 1. Central Monitoring System Software 1-1. General information CMS program is an application with which users not only watch and control remote DVRs, but also receive video/audio data or alarm signals

More information

Experiment #11: LRC Circuit (Power Amplifier, Voltage Sensor)

Experiment #11: LRC Circuit (Power Amplifier, Voltage Sensor) Experiment #11: LRC Circuit (Power Amplifier, Voltage Sensor) Concept: circuits Time: 30 m SW Interface: 750 Windows file: RLC.SWS EQUIPMENT NEEDED Science Workshop Interface Power Amplifier (2) Voltage

More information

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2009 Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil OBJECTIVES 1. To learn how to visualize magnetic field lines

More information

HOW TO TRANSFER FILES BETWEEN EEN IDL7000 PVR AND USB2 DEVICE

HOW TO TRANSFER FILES BETWEEN EEN IDL7000 PVR AND USB2 DEVICE HOW TO TRANSFER FILES BETWEEN EEN IDL7000 PVR AND USB2 DEVICE CONTENTS CONTENTS...2 FOREWORD...3 TRANSFERRING FILES BETWEEN IDL7000M PVR AND USB2 DEVICE...4 CONNECTING AN EXTERNAL USB2 DEVICE...4 COPYING

More information

Manual Analysis Software AFD 1201

Manual Analysis Software AFD 1201 AFD 1200 - AcoustiTube Manual Analysis Software AFD 1201 Measurement of Transmission loss acc. to Song and Bolton 1 Table of Contents Introduction - Analysis Software AFD 1201... 3 AFD 1200 - AcoustiTube

More information

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 1 Contents Chapter 1 System Requirements.................. 3 Chapter 2 Quick Start Installation.................. 4 System Requirements................

More information

KiCad Step by Step Tutorial

KiCad Step by Step Tutorial KiCad Step by Step Tutorial Copyright 2006 David Jahshan: kicad at iridec.com.au 2011 Update Copyright 2011 Phil Hutchinson Copyright: Please freely copy and distribute (sell or give away) this document

More information

Online Monitoring User Guide

Online Monitoring User Guide High Resolution Temperature Sensing Strip Online Monitoring User Guide 888.637.3282 www.nerdata.com Page 1 of 26 Contents The Aurora Online Monitoring System... 3 1. Creating an Account on the Aurora Online

More information

ValveLink Mobile Software

ValveLink Mobile Software Quick Start Guide ValveLink Mobile Software Version 4.0 ValveLink Mobile Software ValveLink Mobile software lets you configure, calibrate, and troubleshoot FIELDVUE DVC2000, DVC6000, DVC6000f, DVC6200,

More information

Data Acquisition in LabVIEW

Data Acquisition in LabVIEW Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Data Acquisition in LabVIEW HANS- PETTER HALVORSEN, 2013.08.16 Faculty of Technology, Postboks 203,

More information

Part Number 129777-01 Revision A, January 1996. 3500 Monitoring System Rack Configuration and Utilities Guide

Part Number 129777-01 Revision A, January 1996. 3500 Monitoring System Rack Configuration and Utilities Guide Part Number 129777-01 Revision A, January 1996 3500 Monitoring System Rack Configuration and Utilities Guide Copyright 1995 Bently Nevada Corporation All Rights Reserved. No part of this publication may

More information

Quick Reference Manual

Quick Reference Manual Quick Reference Manual ii TABLE OF CONTENTS This guide first leads you through the basics of Logger Pro, including software installation procedures. You will learn how to collect data, manually enter data,

More information

DataView DVTH Data Logger for Temperature and Humidity

DataView DVTH Data Logger for Temperature and Humidity DataView DVTH Data Logger for Temperature and Humidity Logs temperature, humidity, and dew point Built-in real time text and graphical display Stand-alone or PCconnected operation Deep sample memory Battery-powered

More information

TWIN-TURBINE CENTRIFUGAL COMPRESSOR

TWIN-TURBINE CENTRIFUGAL COMPRESSOR TWIN-TURBINE CENTRIFUGAL COMPRESSOR SERVICE MONITORING TOOLS QUICK START GUIDE October 2013 This Page Left Intentionally Blank Table of Contents 1 Service Monitoring Tools Quick Start... 4 1.1 Compatibility

More information

ε: Voltage output of Signal Generator (also called the Source voltage or Applied

ε: Voltage output of Signal Generator (also called the Source voltage or Applied Experiment #10: LR & RC Circuits Frequency Response EQUIPMENT NEEDED Science Workshop Interface Power Amplifier (2) Voltage Sensor graph paper (optional) (3) Patch Cords Decade resistor, capacitor, and

More information

Conversion Between Analog and Digital Signals

Conversion Between Analog and Digital Signals ELET 3156 DL - Laboratory #6 Conversion Between Analog and Digital Signals There is no pre-lab work required for this experiment. However, be sure to read through the assignment completely prior to starting

More information

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2006 Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil OBJECTIVES 1. To learn how to visualize magnetic field lines

More information

TDP-136 TRANSCEIVER DATA PROGRAMMER

TDP-136 TRANSCEIVER DATA PROGRAMMER TDP-136 TRANSCEIVER DATA PROGRAMMER PC SOFTWARE INSTALLATION & OPERATING INSTRUCTIONS Til Document No. 00RE277 Rev. A (Software V1.1x) NOV 2000 Technisonic Industries Limited 250 Watline Avenue, Mississauga,

More information

Lab 17: Building a 4-Digit 7-Segment LED Decoder

Lab 17: Building a 4-Digit 7-Segment LED Decoder Phys2303 L.A. Bumm [Nexys 1.1.2] Lab 17 (p1) Lab 17: Building a 4-Digit 7-Segment LED Decoder In this lab your will make 4 test circuits, the 4-digit 7-segment decoder, and demonstration circuit using

More information

Workshop 7 PC Software - Tracker

Workshop 7 PC Software - Tracker Workshop 7 PC Software - Tracker Goal: You will startup and perform advanced setup functions using Tracker PC software. You will also setup equations to control MP503 binary outputs. The Binary Output

More information

NETWORK ENABLED EQUIPMENT MONITOR

NETWORK ENABLED EQUIPMENT MONITOR NETWORK ENABLED EQUIPMENT MONITOR Remotely Monitor Sensors over the Internet Connect Sensors to the Web to Remotely Monitor Equipment, Processes or Other Applications A Complete, Easy to Deploy, Stand-Alone

More information

User Manual. DG LINK Application Program 071-0056-50. www.tektronix.com. This document applies to firmware version 2.00 and above.

User Manual. DG LINK Application Program 071-0056-50. www.tektronix.com. This document applies to firmware version 2.00 and above. User Manual DG LINK Application Program 071-0056-50 This document applies to firmware version 2.00 and above. www.tektronix.com Copyright Tektronix Japan, Ltd. All rights reserved. Copyright Tektronix,

More information

1. Central Monitoring System Software

1. Central Monitoring System Software 1. Central Monitoring System Software 1-1. General information CMS program is an application with which users not only watch and control remote DVRs, but also receive video/audio data or alarm signals

More information