Computerized Measurement systems

Size: px
Start display at page:

Download "Computerized Measurement systems"

Transcription

1 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, illustrations from ni.com, tektronix.com, apple.com, computerboards.com, and agilent.com Lund

2 Introduction Basically, a ``measurement system'' as defined in this course, will consist of a transducer that senses some physical parameter, and accompanying hard- and software which is needed to produce a simple and comprehensive presentation for the user. Actually, the transducer itself will not be treated here, and we will study the possible paths the so provided electrical signal can take before being presented. A first example of such a measurement system is shown in Fig. 1. A physical parameter is sensed by a transducer. The purpose of the transducer is to convert the physical quantity into an electrical signal. The signal is then passed through a signal-conditioning unit, which purpose is to optimize for the input range of the data acquisition module. Signal conditioning accessories can amplify low-level signals, and then isolate and filter them for more accurate measurements. In addition, some transducers require voltage or current excitation to generate a voltage output. The data acquisition module can be a plug-in board for a desktop computer, or other devices that hook up to for instance the USB-port. Finally the digitized signal is transferred to the computer for further analysis and presentation. Note how data is only transferred one way. Figure 1: Basic configuration for a data acquisition system. The example of Fig. 2 is somewhat more complex. Here, external instruments are used to both generate an exciting signal, and to sense the parameter in question. The example shows ultrasound measurements of blood perfusion, where sound is emitted from the transmitter ( Transm ) and received on the other transducer ( Rec ). It is an example of an experimental setup where the transmitted frequency can be varied, and the result read in on the oscilloscope. The user can set either the frequency, or control setup parameters of the oscilloscope. The twoway communication can be accomplished with a bus system connecting the instruments with the computer, such as GPIB, USB or other systems, which will be discussed later. This text will provide you with an overview of possible ways a measurement system can be configured. Figure 2: A slightly more complex data acquisition system.

3 Signal Conditioning As mentioned above, the purpose here is to optimize the input signal to the data acquisition hardware. Typical examples of necessary steps are given below: Amplification The most common type of conditioning is amplification. Low-level thermocouple signals, for example, should be amplified to increase the resolution and reduce noise. For the highest possible accuracy, the signal should be amplified so that the maximum voltage range of the conditioned signal equals the maximum input range of the analog-to-digital converter (ADC). For example, thermocouples have maximum voltage swings over their entire working range that are only in the order of millivolts. Normally, ADCs accept voltages that vary between 0 to 5 Volts. If the ADC have for instance 10 bits, that is convert each voltage level to a 10-bit number, we see that the possible number of levels are 2 10 =1024, meaning that the smallest voltage step that can be distinguished is 5/1024 V, just less than 5 mv. For most thermocouples this voltage change corresponds to a couple of hundred degrees. Thus, without amplification, the thermocouple/data acquisition unit is not very sensitive. Isolation Another common application for signal conditioning is to isolate the transducer signals from the computer for safety purposes. The system being monitored may contain highvoltage transients that could damage the computer. An additional reason for needing isolation is to make sure that the readings from the plug-in DAQ board are not affected by differences in ground potentials or common-mode voltages. When the DAQ board input and the signal being acquired are each referenced to ground, problems occur if there is a potential difference in the two grounds. This difference can lead to what is known as a ground loop, which may cause inaccurate representation of the acquired signal, or if too large, may damage the measurement system. Multiplexing A common technique for measuring several signals with a single measuring device is multiplexing. The ADC samples one channel, switches to the next channel, samples it, switches to the next channel, and so on. Because the same ADC is sampling many channels instead of one, the effective sampling rate of each individual channel is inversely proportional to the number of channels sampled. Filtering The purpose of a filter is to remove unwanted signals from the signal that you are trying to measure. A noise filter is used on DC-class signals such as temperature to attenuate higher frequency signals that can reduce the accuracy of your measurement. Typically, for such measurements, 4 Hz to 10 khz lowpass filters are common to eliminate noise before the signals are digitized by the DAQ board. AC-class signals such as vibration often require a different type of filter known as an antialiasing filter. Like the noise filter, the antialiasing filter is also a lowpass filter; however, it must have a very steep cutoff rate, so that it almost completely removes all frequencies of the signal that are higher than the input bandwidth of the board. If the signals were not removed, they would erroneously appear as signals within the input bandwidth of the board. Normally, anti-aliasfilters are not built into data acquisition modules, but must be provided separatly in signal conditioning units. Excitation Signal conditioning also generates excitation for some transducers. Strain gauges, thermistors, and RTDs, for example, require external voltage or current excitation signals. Signal conditioning modules for these transducers usually provide these signals. RTD measurements are usually made with a current source that converts the variation in resistance to a measurable voltage. Strain gauges, which are very low-resistance devices, typically are used in a Wheatstone bridge configuration with a voltage excitation source. Linearization Another common signal conditioning function is linearization. Many transducers, such as thermocouples, have a nonlinear response to changes in the phenomena being measured. This can be done either in hardware or software. It is important to understand the nature of your signal, the configuration that is being used to measure the signal and the affects of the surrounding environment. Based on this information you can easily determine whether signal conditioning will be a necessary part of your DAQ system.

4 Bus control of traditional instruments GPIB Up until recently, traditional dedicated measurement instruments dominated the market. If you took a measurement and wanted to use the data in a larger context, for instance performing statistics on many data points, the data had to be transferred to a computer. Virtually all instruments had a special port called the GPIB-port, which was the hardware connection for a special instrumentation bus. The acronym GPIB stands for General Purpose Instrumentation Bus, and was specially designed to transfer measurement data from instruments. The computer at the other end had to have a special plug-in board so that the connection could be made. The GPIB standard was first introduced in 1965, but is still very important as an instrumentation bus, even though newer bus standards such as USB are becoming increasingly popular. It has eight parallel data lines and is capable of a data transfer rate of 1 Mbyte/s. The total number of instruments that can be connected is 15, with a maximum cable length of 20 m. From the latter constraint follows that the system is mainly thought to be used in a laboratory environment, and not for a larger factory, for instance. Figure 3: Examples of interfaces on an Agilent frequency generator. With the introduction of newer interfaces like USB and LAN on current instruments, the use of GPIB will probably decline, but still it is an important instrumentation bus. Agilent states on their webpage that GPIB/IEEE 488 is very well established and qualified in the test and measurement industry and there is no indication that it will be obsolete in the near future. However, there are indications that it will most likely be replaced slowly by other standard means of interfacing over many years. Currently standard PC interfaces, such as LAN and USB, are emerging as alternatives, rather than replacements. Most newly introduced Agilent products have had either LAN or USB, or both integrated into the I/O along with GPIB to support these alternatives. See the figure above for example. Serial buses Today, instruments come in a large variety of flavors, and for instance it is possible to buy what essentially looks like an oscilloscope probe with a USB plug. With the appropriate software in the computer, the probe behaves much like an oscilloscope. Usually these instruments have limited bandwidth, and normally a dedicated instrument is chosen. Emerging bus interfaces on these are, as mentioned above, USB and LAN interfaces. Previously both USB and Firewire (IEEE-1394) was not thought to be used as instrumentation buses for several reasons, some of them being that the connectors had no locks and thus could unplug by accident. Also, the cables were not specified for use in industrial environments.

5 Both USB and Firewire are serial standards, but prior to them a number of standards were available, such as RS-232 (previously the standard bus on PCs, used for instance for the mouse), and RS 485. The latter differs from the first, mainly in that it is a balanced bus, meaning that the two signal lines shift polarity when transmitting a logical 0 and a logical 1. I.e. one of the lines may be at 0 V, and the other at 5 V for a 0, and the first 5 V and the second 0 V for a logical 1. RS232 has one ground line and one signal line that alternates between 0 and 5 V. The practical difference is that RS485 is less susceptible to noise, and is common in industrial environments. More and more vendors tend to develop an increasing number of data acquisition products aimed for the USB-bus. Data acquisition boards A data acquisition board (DAQ-board for short), has traditionally been a plug-in board for a desktop computer, but the trend is that these look more like plugin-units for the USB-bus, provided the data transfer rate is acceptable. Figure 4: Traditional plugin-board for the PCI-bus (Computerboards, left), and a modular USB-system (National instruments). Basically this is an A/D-converter that samples an analog signal, and it can also have options for outputting analog voltages, set by the computer program. A multitude of these boards exist, and it can be a delicate task to find the correct board for your measurement, which at the same time shall be cost effective, and have software modules that are easy to program, and can fir the rest of the program structure at your company. Rack-based instruments The demand for physical size reduction, tighter timing and synchronization between multiple instruments, and faster transfer rates than the 1 Mbytes/s rate of the 8-bit GPIB, initiated vendors to agree on a rack-based standard named VXI (VME-bus extensions for Instrumentation). The rack (see below) has a backplane where

6 instrument modules may be plugged in. It is based on the, now fairly outdated, VME-computerbus, but adds timing and synchronization lines that allows data acquisition and triggering to be performed with high precision. A newer variant is the PXI-system based on the PCI-bus. Figure 6: A modular PXI-system with a data acquisition module, a temperature sensor module, and an oscilloscope-like module. Connections in the center of the module are connectors for the controller (computer, industrial PC that controls the module). It has recently been superseded by the PXIe system, based on the PCI express bus that currently resides in PCs. Figure 7: The PXIe rack system from National Instruments. This system allows data transfer rates of up to 6.6 Gbytes per second, and available instruments are for instance test systems for the mobile phone industry. Field buses In industries, control and measurement problems are usually connected with relatively large distances. A multitude of measurement sensors are also involved in controlling for instance a paper mill. Traditionally all transducers are connected to the controller by individual cables. Sometimes these cables are also rerouted, and need to be cross-coupled. An alternative is to distribute the intelligence from the controller, so that the sensors also have some basic capacity to send and receive datapackets via a data bus, and to A/D convert the measurements value. Sometimes also calibrations information can be stored in the sensor unit.

7 Figure 8: Conventional cabling (left) and the fieldbus approach (right). A number of fielbus standards exist, among them Profibus as shown in the figure. Note that this standard actually uses the RS485 serial bus fro communication. This may be confusing, but RS485 is the electrical specifications of the physical bus, and Profibus the standard that defines what will be sent, in what order, how units will respond etc. Fieldbuses are very common today, not only in industrial environments, but can be found in elevators, cars, copying machines, toys Presentation and control To control your data acquisition, a software is needed. It can be either commandline based languages like C++ or Matlab, or graphical languages like LabView. To connect with an instrument under Matlab, an object g associated with an instrument at the bus is created g=gpib('ni',0,1). A suitable command string can then be written to the instrument, for example: fprintf(g,'measurement:meas1:value?'), meaning that the controller (the program) requests the instrument represented by g to put a measurement value in the stack. These were very simple examples of command lines in Matlab. A different approach is programming in a graphical programming language. Variables and functions are represented by boxes, and datalines connect them. Execution order is from left to right, and no functions can execute, unless there is data on all input lines. The user only sees the front panel where the programmer can decide exactly which parameters can be controlled in an instrument, and how the data should be presented. This is exemplified in an ancient program of mine, where a spectrum analyser and a frequency generator were controlled. On the front panel, the acquired spectrum is seen together with settings for the frequency generator (below).

8 Figure 9: Front panel of a Virtual instrument. The actual program is seen in the diagram window: This is actually not a very good example of a program, as the structure of the program is not the best. The possibility to draw the datalines completely as desired, can make the program totally unreadable, as do the sequence structures (the boxes akin to film frames) in the program above. One of the main objectives of this course is to provide you with the tools to create structured LabView programs, at the same time offering an overview over possibilities for data acquisition and instrument control.

Computerized Measurement Systems (EEMN10) 2014

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

More information

Computerized Measurement Systems (EEMN10) 2016

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

More information

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

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

Data Acquisition Fundamentals

Data Acquisition Fundamentals -1001 MAINFRAME Application Note 007 Introduction Data Acquisition Fundamentals Today, most scientists and engineers use personal computers (PCs) with PCI, PXI/CompactPCI, PCMCIA, USB, IEEE 1394, ISA,

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

Wide Bandwidth Strain Gage Input 3B18 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Wide Bandwidth Strain Gage Input 3B18 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Wide Bandwidth Strain Gage Input 3B18 FEATURES Wideband (20 khz) single-channel signal conditioning module. Module Bandwidth is user-selectable between 20 khz and 100Hz, with user-supplied filter caps

More information

Isolated Voltage Input 3B30 / 3B31 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated Voltage Input 3B30 / 3B31 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated Voltage Input 3B30 / 3B31 FEATURES Interfaces, amplifies, & filtersanalog input voltages. Narrow-bandwidth (3Hz) single-channel single conditioning. Module provides simultaneous precision voltage

More information

Isolated Wideband Voltage Input 3B40 / 3B41 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated Wideband Voltage Input 3B40 / 3B41 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated Wideband Voltage Input 3B40 / 3B41 FEATURES Interfaces, amplifies, protects& filters wide-bandwidth (h0 khz) single-channel analog voltage inputs. Module provides simultaneous precision voltage

More information

Isolated Process Current Output 3B39 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated Process Current Output 3B39 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated Process Current Output 3B39 FEATURES Interfaces, isolates, & filters a 0 to +10V or -10V to +10V input signal and provides an isolated process current output across loads of 0 to 850Ω.. Intended

More information

Techniques to Reduce Measurement Errors in Challenging Environments

Techniques to Reduce Measurement Errors in Challenging Environments Techniques to Reduce Measurement Errors in Challenging Environments Jon Semancik VTI Instruments Corp. 2031 Main Street Irvine, CA 92614 949-955-1894 jsemancik@vtiinstruments.com INTRODUCTION Test engineers

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

OBSOLETE. Isolated, Linearized, Thermocouple Input 3B47 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

OBSOLETE. Isolated, Linearized, Thermocouple Input 3B47 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM FEATURES Interfaces, amplifies, filters, isolates, & linearizes analog input voltages from a J, K, T, E, R, S or B-type thermocouple Thermocouple input signal is internally linearized High accuracy internal

More information

A Review of PC-Based Data Logging and Recording

A Review of PC-Based Data Logging and Recording 1 de 11 19/11/2008 16:45 Improve your ni.com experience. Login or Create a user profile. Document Type: Tutorial NI Supported: Yes Publish Date: Mar 1, 2007 A Review of PC-Based Data Logging and Recording

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

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

Create Without Limits: Add the Power of User-Programmable FPGAs to Your Test Applications

Create Without Limits: Add the Power of User-Programmable FPGAs to Your Test Applications 1 Create Without Limits: Add the Power of User-Programmable FPGAs to Your Test Applications Farris Alhorr Business Development Manager RF & Wireless Comm farris.alhorr@ The Parameters of Instrumentation

More information

DT8824 High Stability, High Accuracy, Ethernet Instrument Module

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

More information

EDX-10 Series. Compact Recording System

EDX-10 Series. Compact Recording System 3-51 EDX-10 Series Compact Recording System Compact & lightweight, with a simple configuration, all channels synchronous 20 khz high-speed sampling (For 4 channels) Control Unit EDX-10B A unit controls

More information

SECTION 1 INTRODUCTION. Walt Kester

SECTION 1 INTRODUCTION. Walt Kester SECTION 1 INTRODUCTION Walt Kester This book deals with sensors and associated signal conditioning circuits. The topic is broad, but the focus of this book is to concentrate on circuit and signal processing

More information

PC-based data acquisition I

PC-based data acquisition I FYS3240 PC-based instrumentation and microcontrollers PC-based data acquisition I Spring 2016 Lecture #8 Bekkeng, 20.01.2016 General-purpose computer With a Personal Computer (PC) we mean a general-purpose

More information

Install the Software and Hardware

Install the Software and Hardware WHERE TO START WITH YOUR NI 4350/4351 This document explains how to begin using your National Instruments 4350/4351 high-precision temperature and voltage meters. The NI 4350/4351 (NI 435x) products include

More information

EDX-10 Series. Compact Recording System

EDX-10 Series. Compact Recording System 3-49 EDX-10 Series Compact Recording System Compact, lightweight, with a simple configuration, all channels synchronous 20 khz high-speed sampling (For 4 channels) Control Unit EDX-10B A unit controls

More information

A Smart Network Sensor System for Distributed, Synchronous Data Acquisition

A Smart Network Sensor System for Distributed, Synchronous Data Acquisition A Smart Network Sensor System for Distributed, Synchronous Data Acquisition Alex Karolys President, and Fernando GenKuong Engr. Director VIP Sensors, Inc. 27128A Paseo Espada, St. 1523 - San Juan Capistrano,

More information

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

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

More information

Isolated, Voltage or Current Input 7B30 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Voltage or Current Input 7B30 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Voltage or Current Input 7B30 FEATURES Interfaces, amplifies and filters unipolar and bipolar millivolt and voltage inputs. Provides a protected precision output of either +1 V to +5 V or 0 V

More information

Precision Voltage Measurement. Instruments. Applications. Voltage Inputs. High-Stability, Low Drift Voltage References. Key Design Features

Precision Voltage Measurement. Instruments. Applications. Voltage Inputs. High-Stability, Low Drift Voltage References. Key Design Features VOLTpoint Precision Voltage Measurement Instruments Precision Voltage Measurement VOLTpoint is a family of precision instruments designed for measuring a wide range of voltage inputs; ideally suited for

More information

Isolated Process Current Input 7B32 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated Process Current Input 7B32 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated Process Current Input 7B32 FEATURES Interfaces, amplifies and filters a process-current input. Module provides a precision output of either +1 V to +5 V or 0 V to +10 V, linear with temperature.

More information

VIBBOX. 32, 48, or 64-Channel Sound & Vibration Solution Expansion to 256 Channels. Key Feature of Each VIBbox: Table 1. Key Features of VIBbox Models

VIBBOX. 32, 48, or 64-Channel Sound & Vibration Solution Expansion to 256 Channels. Key Feature of Each VIBbox: Table 1. Key Features of VIBbox Models VIBBOX 32, 48, or 64-Channel Sound & Vibration Solution Expansion to 256 Channels VIBbox is a high-accuracy, high channel count, dynamic signal analyzer system for sound and vibration applications. Each

More information

The PXI Modular Instrumentation Architecture

The PXI Modular Instrumentation Architecture The PXI Modular Instrumentation Architecture Overview The PXI (PCI extensions for Instrumentation) specification defines a rugged PC platform for measurement and automation. PXI modular instrumentation

More information

Isolated Process Current Input with Loop Power 7B35

Isolated Process Current Input with Loop Power 7B35 Isolated Process Current Input with Loop Power 7B35 FEATURES Single-channel signal conditioning current input module that interfaces with two-wire transmitters. Module provides a precision output of either

More information

Isolated Voltage Input 7B31 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated Voltage Input 7B31 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated Voltage Input 7B31 FEATURES Interfaces, amplifies, and filters unipolar and bipolar voltage inputs. Module provides a precision output of either +1 V to +5 V or 0 V to +10 V, linear with temperature.

More information

PCD-400A/430A. Sensor Interface. Carrier Wave Type Compact and Moderate Prices. Data Recorders/Analyzers MEASURING INSTRUMENTS

PCD-400A/430A. Sensor Interface. Carrier Wave Type Compact and Moderate Prices. Data Recorders/Analyzers MEASURING INSTRUMENTS 3-77 Sensor Interface 3-77 PCD-400A Carrier Wave Type Compact and Moderate Prices Easy sensor connection using various types of input adapters Connects to PC using USB interface Measurement using 1 unit

More information

NI Technical Symposium ni.com

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

More information

SCP for Plastics Processing

SCP for Plastics Processing Measure & Analyze MCS SCP for Plastics Processing Modules for Signal Conditioning System Type 2853A..., 2207A..., 5063A..., 5227A..., 5613A... The SCP is a modular system for conditioning measuring signals

More information

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

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

More information

New Technologies in Data Acquisition

New Technologies in Data Acquisition New Technologies in Data Acquisition Agenda Introduction to PC Based Data Acquisition New Technologies in Data Acquisition 1. New Bus Technologies 2. Signal Conditioning, Timing and Synchronization Introduction

More information

DAQ SYSTEM FOR GYROLASER

DAQ SYSTEM FOR GYROLASER Bachir Bouhadef 1 Analog input channels : Icw, Iccw and Sagnac @ 5 khz. Control parameters ( >10 ) @ 1 Hz. Sagnac Icw Iccw 2 NI PXI-8106 RT : 2.16 GHz Intel Core 2 Duo T7400 With LabVIEW Real-Time 3 What

More information

High-Precision Data Acquisition

High-Precision Data Acquisition NI PCI-435, NI PXI-435 Temperature and voltage loggers Accuracy 0.4 C for J-type thermocouples, 0.03 C for thermistors, 0. C for RTDs 6 voltage or thermocouple inputs; up to 60 readings/s 8 digital I/O

More information

Building a Next Generation Data Logging System

Building a Next Generation Data Logging System 1 Building a Next Generation Data Logging System Fanie Coetzer, Field Sales Engineer Northern South Africa Outline Introduction to the Next Generation of Data Logging Signals and Signal Conditioning Data

More information

Strain gauge Measuring Amplifier GSV-1A8. Instruction manual GSV-1A8, GSV-1A8USB, GSV-1A16USB

Strain gauge Measuring Amplifier GSV-1A8. Instruction manual GSV-1A8, GSV-1A8USB, GSV-1A16USB Strain gauge Measuring Amplifier GSV-1A8 Instruction manual GSV-1A8, GSV-1A8USB, GSV-1A16USB GSV-1A8USB SubD1 (front side) GSV-1A8USB M12 (front side) GSV-1A16USB (rear side) GSV-1A8USB K6D (front side)

More information

Sensors lab. User Manual

Sensors lab. User Manual Sensors lab User Manual Annotation This document is a user manual for laboratory-based practical on the discipline Measurement of physical quantities and includes: description of the educational laboratory

More information

DC-204R DC-204Ra SMART DYNAMIC STRAIN RECORDER. 200kHz 2GB UPS. Strain DC voltage Temperature. TML Pam E-442B. capacity. High speed sampling

DC-204R DC-204Ra SMART DYNAMIC STRAIN RECORDER. 200kHz 2GB UPS. Strain DC voltage Temperature. TML Pam E-442B. capacity. High speed sampling TML Pam E-442B SMART DYNAMIC STRAIN RECORDER Standard With analog output DC-204R DC-204Ra Strain DC voltage Temperature High speed sampling 200kHz Large data recording 2GB capacity Automatic data storing

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

VXI-LXI DAQ System Ensures Mission Critical Reliability for Rocket Engine Test

VXI-LXI DAQ System Ensures Mission Critical Reliability for Rocket Engine Test VXI-LXI DAQ System Ensures Mission Critical Reliability for Rocket Engine Test by Tom Sarfi, VTI Instruments This rocket launch vehicle manufacturer is the world s largest producer of solid rocket motors

More information

How to Choose the Right Bus for Your Measurement System

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

More information

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

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

More information

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

Temperature Measurement Instruments Ultra-Accurate... by Design

Temperature Measurement Instruments Ultra-Accurate... by Design TEMPpoint Type: Temperature Measurement Instrument Temperature Measurement Instruments Ultra-Accurate... by Design TEMPpoint is a family of temperature measurement instruments designed for high accuracy

More information

High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Analog Inputs

High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Analog Inputs High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Inputs NI M Series High-Speed NI recommends high-accuracy M Series for 5X more measurement sensitivity and lowpass filtering 16,

More information

PCIe-24DSI12WRCIEPE 24-Bit, 12-Channel, 105KSPS Transducer Input Module With 12 Wide-Range Delta-Sigma Input Channels and IEPE Current Excitation

PCIe-24DSI12WRCIEPE 24-Bit, 12-Channel, 105KSPS Transducer Input Module With 12 Wide-Range Delta-Sigma Input Channels and IEPE Current Excitation PCIe-24DSI12WRCIEPE 24-Bit, 12-Channel, 105KSPS Transducer Input Module With 12 Wide-Range Delta-Sigma Input Channels and IEPE Current Excitation Features Include: 12 wide-range 24-Bit unbalanced differential

More information

Isolated, Field Configurable Analog Input 6B11 / 6B11HV FEATURES APPLICATIONS PRODUCT OVERVIEW

Isolated, Field Configurable Analog Input 6B11 / 6B11HV FEATURES APPLICATIONS PRODUCT OVERVIEW Isolated, Field Configurable Analog Input 6B11 / 6B11HV FEATURES Single-channel isolated signal-conditioning modules. Accepts outputs from Thermocouple, millivolt, volt and current signals. Complete microcomputer-based

More information

Ultra-Accurate Temperature Measurement Instruments

Ultra-Accurate Temperature Measurement Instruments TEMPpoint Temperature Measurement Instruments Ultra-Accurate Temperature Measurement Instruments TEMPpoint is a series of precision temperature measurement instruments designed for high accuracy and industrial

More information

Data Acquisition Card or DMM: Which is Right for Your Application? By John Tucker and Joel Roop Keithley Instruments, Inc.

Data Acquisition Card or DMM: Which is Right for Your Application? By John Tucker and Joel Roop Keithley Instruments, Inc. Data Acquisition Card or DMM: Which is Right for Your Application? By John Tucker and Joel Roop Keithley Instruments, Inc. When automating voltage measurements, is it better to go with a programmable Digital

More information

C100 Portable Multifunction

C100 Portable Multifunction C100 Portable Multifunction Superior Accuracy as compared to Competitors! Wahl C100 Simultaneous Measurement and Generation Rugged IP54 Construction for On Site Use Quick Connect Terminals Measurement

More information

Temperature measurement board, optically isolated, 16/8/4 channels for thermocouples, Pt100, RTD, 18-bit

Temperature measurement board, optically isolated, 16/8/4 channels for thermocouples, Pt100, RTD, 18-bit Temperature measurement board, optically isolated, 16/8/ channels for thermocouples, Pt100, RTD, 18-bit APCI-3200 Up to 16 channels for thermocouples or 8 inputs for resistance temperature detectors (RTD)

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

GSV-3USBx2 3,5mV/V 4,2V

GSV-3USBx2 3,5mV/V 4,2V x2 3,5mV/V 4,2V Highlights Powered via USB port Sampling rate 10 khz Data rate 1...1000 Hz straingage quarter, half, full bridges Built-in bridge supplement 350 Ohm Optionally also for displacement transducers

More information

Ultra-Accurate Measurement for Temperature and Voltage

Ultra-Accurate Measurement for Temperature and Voltage Ultra-Accurate Measurement for Temperature and Voltage MEASURpoint is an ultra-accurate instrument for measuring any combination of thermocouple, RTD, and voltage inputs. MEASURpoint is available as a

More information

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

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

More information

Designing Next Generation Test Systems An In-Depth Developers Guide

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

More information

Blade & Vibration Monitor Model Hood Technology Corporation 30 August 2009 Blade & Vibration Monitor Model Overview

Blade & Vibration Monitor Model Hood Technology Corporation 30 August 2009 Blade & Vibration Monitor Model Overview Hood Technology Corporation 30 August 2009 Blade & Vibration Monitor Model 5000 Overview This system accommodates the signals from many different types of non -contacting blade tip sensors including: light

More information

NI2400/NI816/NI4866 DATALOGGER NI2400/NI816/NI /16/24 CHANNEL ETHERNET DATA LOGGER with Embedded Web Server

NI2400/NI816/NI4866 DATALOGGER NI2400/NI816/NI /16/24 CHANNEL ETHERNET DATA LOGGER with Embedded Web Server DATALOGGER NI2400/NI816/NI4866 8/16/24 CHANNEL ETHERNET DATA LOGGER with Embedded Web Server DATASHEET Rev. 08 del 08/10/2018 Redatto da R&D Approvato da MKT GENERAL 1SPECIFICATIONS NI4866 NI816 NI2400

More information

High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Analog Inputs

High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Analog Inputs High-Speed M Series Multifunction DAQ 16-Bit, up to 1.25 MS/s, up to 80 Inputs NI M Series High-Speed NI recommends high-accuracy M Series for 5X more measurement sensitivity or industrial M Series for

More information

Kistler LabAmp. Electronics & Software. Charge Amplifier and Data Acquisition Unit for Dynamic Measurements. Type 5165A...

Kistler LabAmp. Electronics & Software. Charge Amplifier and Data Acquisition Unit for Dynamic Measurements. Type 5165A... Electronics & Software Kistler LabAmp Charge Amplifier and Data Acquisition Unit for Dynamic Measurements This universal laboratory charge amplifier can be used wherever dynamic signals 1) of mechanical

More information

COMPUTER CONTROLLED SYSTEMS

COMPUTER CONTROLLED SYSTEMS Unit III COMPUTER CONTROLLED SYSTEMS Syllabus: Basic building blocks of Computer controlled systems SCADA data Acquisition System supervisory Control Direct digital Control. 3.1 Introduction Centralized

More information

Programmable D.C. Electronic Load

Programmable D.C. Electronic Load Programmable D.C. Electronic Load D35 PEL-2004 PEL-2002 FEATURES NEW NEW * Sequence Function to do High Speed Load Simulations * Flexible Configuration with Mainframes and Plug-in Modules * Multiple Independent

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

JR3 EXTERNAL SENSOR ELECTRONICS WITH SERIAL DATA OUTPUT. JR3, Inc. 22 Harter Ave. Woodland, CA 95776

JR3 EXTERNAL SENSOR ELECTRONICS WITH SERIAL DATA OUTPUT. JR3, Inc. 22 Harter Ave. Woodland, CA 95776 JR3 EXTERNAL SENSOR ELECTRONICS WITH SERIAL DATA OUTPUT JR3, Inc. 22 Harter Ave. Woodland, CA 95776 5963B 13 October, 2003 TABLE OF CONTENTS CHAPTER 1 OVERVIEW General...1-1 Sensor...1-1 Electronic System...1-1

More information

CHAPTER IV Computerized Data-acquisition Systems

CHAPTER IV Computerized Data-acquisition Systems CHAPTER IV Computerized Data-acquisition Systems The signal outputting a sensor is usually an analog signal. Post-processing methods involve, however, complex mathematical formulations. The data recorded

More information

Isolated, Voltage or Current Input 7B41 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Voltage or Current Input 7B41 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Voltage or Current Input 7B41 FEATURES Interfaces, amplifies and filters unipolar and bipolar voltage inputs. Module provides a precision output of either +1 V to +5 V or 0 V to +10 V. All 7B41

More information

GSV-1A4 M12/2 M12/2. Highlights

GSV-1A4 M12/2 M12/2. Highlights GSV-1A4 M12/2 M12/2 Highlights Input sensitivity: 2mV/V; 4mV/V, 2 mv/v, 1mV/V, 0.5mV/V configurable via jumpers Output signals ±10V AND 12mA+-8mA on 15 pin Sub-D Integrated half and quarter bridge completion

More information

Overview: Functional Description:

Overview: Functional Description: CPCI-ADADIO 12-Channel 16-Bit Analog I/O CPCI Card With 8 Simultaneous Input Channels at 200K Samples per Second per Channel, 4 Output Channels, and Byte-Wide Digital I/O Port Features Include: 8 Analog

More information

Computer-Based Instruments

Computer-Based Instruments Computer-Based Instruments The Instrument is embedded in the PC The PC is embedded in the instrument Computer-Based Instruments Scope Waveform Generator Multimeter Scope Oscilloscopio Waveform Gen Gen.

More information

CPCI-16AIO Channel 16-Bit Analog I/O CPCI Board With 8 Input Channels, 8 Output Channels, and Auto calibration

CPCI-16AIO Channel 16-Bit Analog I/O CPCI Board With 8 Input Channels, 8 Output Channels, and Auto calibration CPCI-16AIO-88 16-Channel 16-Bit Analog I/O CPCI Board With 8 Input Channels, 8 Output Channels, and Auto calibration Features Include: 8 Analog Output Channels with a 16-Bit D/A Converter per Channel 16-Bit

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

Product Information Sheet PDA14 2 Channel, 14-Bit Waveform Digitizer APPLICATIONS FEATURES OVERVIEW

Product Information Sheet PDA14 2 Channel, 14-Bit Waveform Digitizer APPLICATIONS FEATURES OVERVIEW Product Information Sheet PDA 2 Channel, -Bit Waveform Digitizer FEATURES 2 Channels at up to 100 MHz Sample Rate Bits of Resolution Bandwidth from DC-50 MHz 512 Megabytes of On-Board Memory 500 MB/s Transfer

More information

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise!

Let`s get SIRIUS! SIRIUS Overview. SIRIUS from Dewesoft. SIRIUS Overview. The new hardware generation makes your measurement more precise! Overview NEW dual ADC Overview Let`s get! The new hardware generation makes your measurement more precise! Dual core Input from Dewesoft This new technology solves the often faced problem that the signal

More information

Isolated, Process Current Output 7B39 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Process Current Output 7B39 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Process Current Output 7B39 FEATURES Interfaces, isolates and filters a 0 V to + 10 V or +1 V to +5 V input signal. Provides an isolated process current output of 0 ma to 20 ma or 4 ma to 20

More information

CONNECTING SENSORS TO DATA ACQUISITION SYSTEM ANALOG INPUTS

CONNECTING SENSORS TO DATA ACQUISITION SYSTEM ANALOG INPUTS CONNECTING SENSORS TO DATA ACQUISITION SYSTEM ANALOG INPUTS Properly connecting sensors to a data acquisition system is as crucial as selecting the proper sensor for the application, and there are multiple

More information

Figure 3.174: Illustration of the code of the event f USB that plots an USB camera frame if the typed frame is under the acceptable limits (case 0)

Figure 3.174: Illustration of the code of the event f USB that plots an USB camera frame if the typed frame is under the acceptable limits (case 0) 107 Figure 3.174: Illustration of the code of the event f USB that plots an USB camera frame if the typed frame is under the acceptable limits (case 0) Typing the desired HS frame in the box f HS, it is

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

Appendix G. Commercial DSP Systems. Annie Foong

Appendix G. Commercial DSP Systems. Annie Foong Appendix G Commercial DSP Systems Annie Foong A wide variety of commercial data acquisition hardware and software is currently available in the market. Most comes in the form of full-fledged data acquisition

More information

PAS 9737/AI-SMT ENGINEERING SPECIFICATION

PAS 9737/AI-SMT ENGINEERING SPECIFICATION Document PAS54 Spec Revision C (7/3/8) PAS 9737/AI-SMT ENGINEERING SPECIFICATION 64 CHANNEL, 6 BIT VME ANALOG INPUT CARD PCB Revision D (7/3/8) Additional copies of this manual or other Precision Analog

More information

Innovative hardware...

Innovative hardware... Innovative hardware... TopMessage and TopLab devices The perfect solution Process engineering Test engineering Research and development the trendsetter... TopMessage for industry Our technology your benefits

More information

JR3 EXTERNAL SENSOR ELECTRONICS WITH ANALOG OUTPUT. JR3, Inc. 22 Harter Ave. Woodland, CA 95776

JR3 EXTERNAL SENSOR ELECTRONICS WITH ANALOG OUTPUT. JR3, Inc. 22 Harter Ave. Woodland, CA 95776 JR3 EXTERNAL SENSOR ELECTRONICS WITH ANALOG OUTPUT JR3, Inc. 22 Harter Ave. Woodland, CA 95776 5962C 15 December, 2003 TABLE OF CONTENTS CHAPTER 1 OVERVIEW General...1-1 Sensor...1-1 Electronic System...1-1

More information

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

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

More information

SCXI OFFSET-NULL AND SHUNT-CALIBRATION HIGH-VOLTAGE TERMINAL BLOCK INSTALLATION GUIDE

SCXI OFFSET-NULL AND SHUNT-CALIBRATION HIGH-VOLTAGE TERMINAL BLOCK INSTALLATION GUIDE SCXI -1321 OFFSET-NULL AND SHUNT-CALIBRATION HIGH-VOLTAGE TERMINAL BLOCK INSTALLATION GUIDE Conventions This guide describes how to install and use the SCXI-1321 offset-null and shunt-calibration terminal

More information

Multifunction DAQ Accessory and Cable Selection Guides

Multifunction DAQ Accessory and Cable Selection Guides Multifunction DAQ Accessory and Cable Selection Guides NI Cable Design Advantages The cables designated EP are the most commonly used data acquisition device cables. Each type of cable is designed to work

More information

Access Your 34972A Wirelessly with a TRENDnet Travel Router

Access Your 34972A Wirelessly with a TRENDnet Travel Router M E A S U R E M E N T T I P S Volume 9, Number 4 Access Your 34972A Wirelessly with a TRENDnet Travel Router Sometimes, it is difficult to run LAN wires to a location from which you want to collect data.

More information

16-Channel 16-Bit PMC Analog I/O Board

16-Channel 16-Bit PMC Analog I/O Board 16-Channel 16-Bit PMC Analog I/O Board With 8 Input Channels, 8 Output Channels, and Autocalibration Eight 16-Bit Analog Output Channels with 16-Bit D/A Converter per Channel Eight 16-Bit Analog Input

More information

Flexible Test Setup 16 model types 10 operations, each can have a unique test setup

Flexible Test Setup 16 model types 10 operations, each can have a unique test setup BENEFITS Outofthebox solution for monitoring test and assembly processes. Flexible system can be configured to qualify virtually any manufacturing process. Powerful data acquisition hardware allows sampling

More information

High-Temp PRT Module 2561

High-Temp PRT Module 2561 3 The Black Stack Model 1560 Reads SPRTs, RTDs, thermistors, and thermocouples Any configuration you like up to eight modules High-accuracy reference thermometer (to ±0.0013 C) Automates precision data

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

PCI-express data acquisition card DAQ0504M User Guide

PCI-express data acquisition card DAQ0504M User Guide PCI-express data acquisition card DAQ0504M User Guide Contents Safety information... 3 About this guide... 4 DAQ0504M specifications... 5 Chapter 1. Product introduction 1-1. Package contents...... 6.

More information

CompuScope Ultra-fast waveform digitizer card for PCI bus. APPLICATIONS. We offer the widest range of

CompuScope Ultra-fast waveform digitizer card for PCI bus.   APPLICATIONS. We offer the widest range of We offer the widest range of high-speed and high-resolution digitizers available on the market CompuScope 1602 Ultra-fast waveform digitizer card for PCI bus today. Our powerful PC-based instrumentation

More information

PXI Remote Control and System Expansion

PXI Remote Control and System Expansion Have a question? Contact Us. PRODUCT FLYER PXI Remote Control and System Expansion CONTENTS PXI Remote Control and System Expansion Components of a Remotely Controlled PXI System Choosing a Remote Control

More information

Strain gauge Measuring Amplifier GSV-1A8. Instruction manual GSV-1A8, GSV-1A8USB, GSV-1A16USB

Strain gauge Measuring Amplifier GSV-1A8. Instruction manual GSV-1A8, GSV-1A8USB, GSV-1A16USB Strain gauge Measuring Amplifier GSV-A8 Instruction manual GSV-A8, GSV-A8USB, GSV-A6USB GSV-A8USB SubD5 (front side) GSV-A8USB M2 (front side) GSV-A6USB (rear side) GSV-A8USB K6D (front side) Version:

More information

Elchin Mammadov. Overview of Communication Systems

Elchin Mammadov. Overview of Communication Systems Overview of Communication Systems About Me Studying towards the Masters of Applied Science in Electrical and Computer Engineering. My research area is about implementing a communication framework (software

More information