Developer Techniques Sessions

Size: px
Start display at page:

Download "Developer Techniques Sessions"

Transcription

1 1

2 Developer Techniques Sessions Physical Measurements and Signal Processing Control Systems Logging and Networking 2

3 Abstract This session covers the technologies and configuration of a physical measurement system including high speed signal acquisition and embedded analysis and signal processing. Systems like this are often used in performance and machine monitoring to predict and diagnose faults. 3

4 Physical Measurements & Signal Processing Application Have you had unexpected machine failures? How would you improve your machine to prevent failures? A monitoring system may have predicted this failure! 4

5 Physical Measurement Subsystem Transducer & SigCon ADC Analysis Software 5

6 Traditional Implementation Computer Sensors Cable Cable Signal Conditioning DAQ Device Terminal Block MUX DAC ADC Digital Counter Computer I/O RTSI 6

7 Modern Implementation Sensors Ethernet USB Standard cables and data buses Direct sensor connectivity Integrated signal conditioning and ADC Sensors 7

8 Technology Shifts & Benefits Analog Optocouplers Multiplexed Architecture Low Resolution ADCs Basic Processing Digital MEMS Isolation Multi-ADC Architecture High Resolution ADCs Advanced Analysis Lower cost & smaller size Mixed-signal inputs Better measurement quality Improved decision-making 8

9 Inside a Modern I/O Module Direct Connectivity Screw terminals, BNC, D-Sub connectors for industrial sensors and actuators Isolation Barrier Safety, noise immunity, commonmode rejection Built-in Signal Conditioning Amplification, anti-aliasing filters, bridge completion, CJC, sensor power, IEPE, TEDS Advanced ADCs 24-bit, delta-sigma, simultaneous sampling, up to 800 ks/s, NISTtraceable calibration 9

10 Case Study: Machine Monitoring System Transducer & SigCon ADC Analysis Software 10

11 Transducers and Signal Conditioning Phenomena Transducer Signal Conditioning Temperature Proximity Vibration Force and Pressure Position and Displacement Thermocouples Resistive Temperature Devices (RTDs) Thermistors Limit Switches Proximity Switches Accelerometers Proximity Probes Strain gages Load Cells Potentiometers Linear voltage differential transformer (LVDTs) Optical Encoders Amplification, Linearization, Cold- Junction Compensation, Current Excitation Power Current Excitation, AC-Coupling, Eddy Current Power Voltage Excitation, Bridge Completion, Linearization RMS Voltage Excitation Fluid Flow Rotational Flowmeters Excitation, Filtering 11

12 Thermocouple Operation Due to the Seebeck Effect, dissimilar metals in contact produce a voltage proportional to the temperature Vo + - Machine Monitoring Tip: Motor temperature can be a simple way to evaluate at machine performance 12

13 Thermocouple Output Output is in mv range The voltage vs. temperature relationship is nonlinear over large temperature ranges 13

14 Demo: System Configuration & Thermocouple Measurement Demo 1 14

15 Why Use Signal Conditioning? Signal Conditioning Noisy, Low-Level Signal Improve signals for better measurement quality Power or excite sensors Read sensor information TEDS User and system safety Filtered, Amplified Signal 15

16 Isolation Signal Conditioning for Safety New digital MEMS isolators replace analog optocouplers with chip-scale transformers: Increased data rates and bandwidth Smaller size Lower power consumption Lower cost 2300 Vrms Transient 16

17 Accelerometer Operation In an accelerometer a seismic mass is coupled to a piezoeletric crystal. The force generated by the mass is caused by its momentum, which opposes the applied acceleration The force, and resultant output signal, are proportional to acceleration according to Newton s Law, F=mA The acceleration sensing element is installed into a protective housing An amplifier is included to amplify small signals to the mv-v range Machine Monitoring Tip: Accelerometers are often mounted to bearing housings and gear boxes to monitor vibrations 17

18 Accelerometer Output When exposed to vibration, the accelerometer generates an analog output signal, which is proportional to the acceleration of the applied vibration. 27 VDC 24 VDC 21 VDC AC Signal (Acceleration) DC Offset due to IEPE 0 VDC IEPE (Integrated Electronic Piezoelectric): Accelerometer power for internal amplifier at 2-20 ma constant current; V DC 18

19 Demo: Accelerometer Measurement Demo 2 19

20 Analog-to-Digital Converter Performance & Price Decreasing Price of ADCs 16-bit ADCs cost 85% less than 10 years ago Increasing ADC Performance 24-bit resolution Up to 102 db dynamic range Integrated anti-aliasing filters Simultaneous sampling architectures with multiple ADCs Price in USD $60 $50 $40 $30 $20 $10 $0 12-bit ADC 16-bit ADC 18-bit ADC NI Price/IO Ch Year 20

21 Lower Prices Enable Multi-ADC Systems Single ADC & MUX System Relays <500 S/s ADC Data Transfer < 1.8 MB/s (GPIB) Multi-ADC System ADC ADC ADC ADC ADC 3.2 MS/sADC ADC ADC Timing & Bus Controller Data Transfer > 60 MB/s (USB 2.0) 21

22 ADC Performance Improvement Resolution = # of bits the ADC uses to represent a signal Determines how many different voltage changes can be measured: # of levels = 2 resolution = 2 16 = 65,536 levels Code width is the smallest signal change your system can detect Smaller Code Width = more precise representation of your signal code width = range amplification * 2 resolution = 20 V 1 * 2 16 = 305 µv 16-bit ADC = 20 V 1 * 2 24 = 1.19 µv 24-bit ADC 22

23 Demo: 16-bit vs. 24-bit ADCs 16 bits 24 bits 12 bits Demo 3 23

24 Effect of ADC Resolution High resolution ADCs allow you to detect both strong and weak signal components at the same time. 24-bit 16-bit Measurement 90 db 140 db Detect Low-Level Signals Machine Monitoring Tip: 24-bit ADCs have the dynamic range to detect small vibrations in machines sooner so that repairs can be scheduled 24

25 Analysis & Signal Processing Software Filter Out Unwanted Components Frequency Determination Order Analysis Signal Processing Function Pure Sinusoid Signal Processing Function 500 Hz Input Signal Signal Processing Function 1x, 2x, Magnitude 25

26 Filtering Lowpass Filter Time Domain Time Domain Frequency Domain Removes noise Blocks unwanted frequencies Analog & digital implementations Frequency Domain 26

27 Ideal Filters Lowpass and Highpass Filters 27

28 Practical (Non-ideal) Filters Lowpass Filter Gain (db) Bode Plot Ripple Passband Frequency f c Corner Rolloff Passband frequencies the filter lets pass Ripple - filter s affect on the signal s amplitude Corner frequency where the filter begins blocking the signal Rolloff how sharply the filter cuts off unwanted frequencies 28

29 Comparing Implementations Digital Filters (Software) Software programmable Easier to implement Stable and predictable Do not change with time or manufacturing changes Analog Filters (Hardware) Set functionality Signal is filtered before ADC Less processor intensive Useful for anti-aliasing 29

30 Digital Filter Classification Designing digital filters involves making compromises to emphasize characteristics you want over characteristics you do not want IIR - Infinite Impulse Response Significantly faster Can achieve the same level of attenuation as FIR filters but with far fewer coefficients More efficient filtering operation Non-linear phase response Useful for applications that do not require phase information, such as signal monitoring applications Generally use less hardware or less code and thus are usually less expensive. FIR - Finite Impulse Response Generally slower and more processor intensive Linear phase response Often required in applications with band pass filtering Machine Monitoring Tip: Antialiasing filters make sure that measured signals do not contain false components 30

31 Choosing Filters Answer the following questions to select a filter for an application: Does the analysis require a linear-phase response? Can the analysis tolerate ripples? Does the analysis require a narrow transition band? 31

32 Types of IIR Filters Butterworth 32

33 Types of IIR Filters Chebyshev 33

34 Types of IIR Filters Chebyshev II 34

35 Types of IIR Filters Elliptic 35

36 Types of IIR Filters Bessel 36

37 Comparison of IIR Filters 37

38 Demo: Digital (Software) Filter Demo 4 38

39 Spectral Analysis Discrete Fourier Transform (DFT) Converts discrete time domain signals into the frequency domain DFT 500 Hz 39

40 Spectral Leakage A signal that is not sampled for a integer number of cycles will contain high frequency discontinuities causing spectral leakage Spectral leakage distorts the frequency measurement because the high frequency energy at the discontinuity is spread over the frequency spectrum Block size contains integer number of cycles (3) No leakage in FFT Block size contains non-integer number of cycles (3.3) Spectral leakage (spectrum spreading) visible in FFT 40

41 Reducing Spectral Leakage Windowing allows us to emphasize portions of a signal while de-emphasizing others Windowing allows us to minimize the amplitude of the discontinuity Reduces spectral leakage Machine Monitoring Tip: Frequency analysis is useful for dissecting vibration signals 41

42 Demo: Frequency Analysis Demo 5 42

43 What is Order Analysis? Many noise and vibration signal components are directly related to running speed: Imbalance, misalignment, gear mesh, bearing defects, loose coupling Order analysis normalizes the measurements to the rotating speed to better dissect these signal components 43

44 Relationship of Orders and Faults We can diagnose machine faults by knowing the order: Imbalance Low Order Misalignment Loose Coupling Valve Noise Bearing Defects / Wear Blade Pass Frequency Gear Mesh High Order 44

45 Using Order Analysis on Machinery 3,300 RPM = 55 RPS 55 1 st order th order th order Hz

46 Power Spectrum Rotating Speed: 60 Hz (3600 RPM) Rotating Speed: 50 Hz (3000 RPM) Frequency components shift with speed change 46

47 Order Spectrum Rotating Speed: 60 Hz (3600 RPM) Rotating Speed: 50 Hz (3000 RPM) Order components remain fixed with speed change 47

48 Power Spectrum to Order Spectrum Spectrum of the fan housing vibration, with the fan running at 600 RPM (10 Hz) 1X 2X 600 RPM (10 Hz) frequency (Hz).5X 3X 4X 5.5X frequency (orders) Express frequency in terms of multiples of the rotating speed Machine Monitoring Tip: Order analysis is especially useful for machines with varying speeds and run-up, coast-down tests 48

49 Understanding Order Analysis Time Domain sec FFT Frequency Domain Hz Resampling Angular Domain deg FFT Order Domain order 49

50 Resampling for Changing Machine Speed Data is converted to angular domain from time domain with the use of a tachometer (speed) signal Machine speed is increasing 50

51 Demo: Order Analysis Demo 6 51

52 Summary There are 3 main components of a physical measurement system Monitoring machines can prevent failures Transducer & SigCon ADC Analysis Software 52

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series Introduction to Data Acquisition Basics and Terminology Litkei Márton District Sales Manager National Instruments What Is Data Acquisition (DAQ)? 3 Why Measure? Engineers

More information

MECE 3320 Measurements & Instrumentation. Data Acquisition

MECE 3320 Measurements & Instrumentation. Data Acquisition MECE 3320 Measurements & Instrumentation Data Acquisition Dr. Isaac Choutapalli Department of Mechanical Engineering University of Texas Pan American Sampling Concepts 1 f s t Sampling Rate f s 2 f m or

More information

Analogue Interfacing. What is a signal? Continuous vs. Discrete Time. Continuous time signals

Analogue Interfacing. What is a signal? Continuous vs. Discrete Time. Continuous time signals Analogue Interfacing What is a signal? Signal: Function of one or more independent variable(s) such as space or time Examples include images and speech Continuous vs. Discrete Time Continuous time signals

More information

Essential Technologies for Energy Efficiency and Management

Essential Technologies for Energy Efficiency and Management Essential Technologies for Energy Efficiency and Management Christoph Wimmer christoph.wimmer@ni.com 425-301-6153 30 Years of Engineering Trends, Challenges, and Milestones 1980 1990 2000 2010 Why more

More information

ELG3336 Design of Mechatronics System

ELG3336 Design of Mechatronics System ELG3336 Design of Mechatronics System Elements of a Data Acquisition System 2 Analog Signal Data Acquisition Hardware Your Signal Data Acquisition DAQ Device System Computer Cable Terminal Block Data Acquisition

More information

Capacitive MEMS accelerometer for condition monitoring

Capacitive MEMS accelerometer for condition monitoring Capacitive MEMS accelerometer for condition monitoring Alessandra Di Pietro, Giuseppe Rotondo, Alessandro Faulisi. STMicroelectronics 1. Introduction Predictive maintenance (PdM) is a key component of

More information

Signal Conditioning Fundamentals for PC-Based Data Acquisition Systems

Signal Conditioning Fundamentals for PC-Based Data Acquisition Systems Application Note 048 Signal Conditioning Fundamentals for PC-Based Data Acquisition Systems Introduction PC-based data acquisition (DAQ) systems and plugin boards are used in a very wide range of applications

More information

CHEMICAL ENGINEERING 2I03

CHEMICAL ENGINEERING 2I03 Student Name: Student ID: CHEMICAL ENGINEERING 2I03 DAY CLASS Duration 2 hours McMaster University Practice Exam Dr. M. Thompson The final test includes 60 questions on 12 pages. This test paper must be

More information

SCXI 8-Channel Isolated Analog Input Modules

SCXI 8-Channel Isolated Analog Input Modules SCXI 8-Channel Isolated Analog Input NI, NI SCXI-1120, NI SCXI-1120D 8 channels 333 ks/s maximum sampling rate Gain and lowpass filter settings per channel Up to 300 V rms working isolation per channel

More information

Moku:Lab. Specifications INSTRUMENTS. Moku:Lab, rev

Moku:Lab. Specifications INSTRUMENTS. Moku:Lab, rev Moku:Lab L I Q U I D INSTRUMENTS Specifications Moku:Lab, rev. 2018.1 Table of Contents Hardware 4 Specifications 4 Analog I/O 4 External trigger input 4 Clock reference 5 General characteristics 5 General

More information

Measurement & Control of energy systems. Teppo Myllys National Instruments

Measurement & Control of energy systems. Teppo Myllys National Instruments Measurement & Control of energy systems Teppo Myllys National Instruments National Instruments Direct operations in over 50 Countries More than 1,000 products, 7000+ employees, and 700 Alliance Program

More information

Data acquisition and instrumentation. Data acquisition

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

More information

DIGITAL FILTERING OF MULTIPLE ANALOG CHANNELS

DIGITAL FILTERING OF MULTIPLE ANALOG CHANNELS DIGITAL FILTERING OF MULTIPLE ANALOG CHANNELS Item Type text; Proceedings Authors Hicks, William T. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2015 Lecture #5 Bekkeng, 29.1.2015 Content Aliasing Nyquist (Sampling) ADC Filtering Oversampling Triggering Analog Signal Information

More information

24-Bit, ks/s Dynamic Signal Acquisition and Generation

24-Bit, ks/s Dynamic Signal Acquisition and Generation NI 4461, NI 4462 2 or 4 simultaneously sampled analog inputs 2 simultaneously updated analog outputs (NI 4461 only) 118 db dynamic range, 24-bit resolution 204.8 ks/s maximum sampling rate 92 khz alias-free

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2017 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2017 Lecture #5 Bekkeng, 30.01.2017 Content Aliasing Sampling Analog to Digital Conversion (ADC) Filtering Oversampling Triggering

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! SIRIUS Overview NEW dual ADC SIRIUS Overview Let`s get SIRIUS! The new hardware generation makes your measurement more precise! Dual core Input SIRIUS from Dewesoft This new technology solves the often

More information

CS545 Contents XIV. Components of a Robotic System. Signal Processing. Reading Assignment for Next Class

CS545 Contents XIV. Components of a Robotic System. Signal Processing. Reading Assignment for Next Class CS545 Contents XIV Components of a Robotic System Power Supplies and Power Amplifiers Actuators Transmission Sensors Signal Processing Linear filtering Simple filtering Optimal filtering Reading Assignment

More information

Models 900CT & 900BT. Tunable Active Single Channel Certified Filter Instrument

Models 900CT & 900BT. Tunable Active Single Channel Certified Filter Instrument Tunable Active Single Channel Certified Filter Instrument Description Frequency Devices instruments are single channel; 8-pole low-pass or high-pass, front panel tunable filter instruments. The controls

More information

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series How to Design an Accurate Temperature Measurement System Jackie Byrne Product Marketing Engineer National Instruments Sensor Measurements 101 Sensor Signal Conditioning

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

MAE334 - Introduction to Instrumentation and Computers. Final Exam. December 11, 2006

MAE334 - Introduction to Instrumentation and Computers. Final Exam. December 11, 2006 MAE334 - Introduction to Instrumentation and Computers Final Exam December 11, 2006 o Closed Book and Notes o No Calculators 1. Fill in your name on side 2 of the scoring sheet (Last name first!) 2. Fill

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

Precision Octal-Channel Bridge Conditioner with Constant Voltage Excitation

Precision Octal-Channel Bridge Conditioner with Constant Voltage Excitation On the New Frontiers of Precision Precision 28118 Octal-Channel Bridge Conditioner with Constant Voltage Excitation 28118 Octal-Channel Bridge Conditioner with Constant Voltage Excitation offers eight

More information

PVA Sensor Specifications

PVA Sensor Specifications Position, Velocity, and Acceleration Sensors 24.1 Sections 8.2-8.5 Position, Velocity, and Acceleration (PVA) Sensors PVA Sensor Specifications Good website to start your search for sensor specifications:

More information

Save Money and Decrease Downtime with Vehicle and Equipment Monitoring. Embedded Technology Summit National Instruments

Save Money and Decrease Downtime with Vehicle and Equipment Monitoring. Embedded Technology Summit National Instruments Save Money and Decrease Downtime with Vehicle and Equipment Monitoring Embedded Technology Summit National Instruments Costa Allegra Types of Vehicle Monitoring Propulsion Task Based Collateral Damage

More information

Module Input type Ranges TEDS Filters (LP = lowpass, HP = highpass) Piezoresistive bridge ±0.5 to mv/ma 1 ma exc

Module Input type Ranges TEDS Filters (LP = lowpass, HP = highpass) Piezoresistive bridge ±0.5 to mv/ma 1 ma exc HSI Series Modules Selection Guide HSI Series Modules Single channel High bandwidth - for dynamic signals Isolation (all models Analog signal output (±5 V Single channel modularity For DEWETRON systems

More information

Design Implementation Description for the Digital Frequency Oscillator

Design Implementation Description for the Digital Frequency Oscillator Appendix A Design Implementation Description for the Frequency Oscillator A.1 Input Front End The input data front end accepts either analog single ended or differential inputs (figure A-1). The input

More information

Ethernet-Based Temperature, Voltage and Strain Measurement Modules

Ethernet-Based Temperature, Voltage and Strain Measurement Modules Ethernet-Based Temperature, Voltage and Strain Measurement Modules OMB-NET6000 Series OMB-NET6220 shown smaller than actual size. U 12 Analog Inputs U 8 Digital I/O U Simultaneous Sampling U Multiple Trigger

More information

Moku:Lab. Specifications. Revision Last updated 15 th April, 2018.

Moku:Lab. Specifications. Revision Last updated 15 th April, 2018. Moku:Lab Specifications Revision 2018.2. Last updated 15 th April, 2018. Table of Contents Hardware 4 Specifications... 4 Analog I/O... 4 External trigger input... 4 Clock reference... 4 General characteristics...

More information

4 Things to Consider When Using a DAQ as a Data Logger

4 Things to Consider When Using a DAQ as a Data Logger 4 Things to Consider When Using a DAQ as a Data Logger Introduction There is a growing trend across all industries to design feature-rich products. The more features added to a product, the more complex

More information

Isolated, Linearized Thermocouple Input 7B47 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Linearized Thermocouple Input 7B47 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Linearized Thermocouple Input 7B47 FEATURES Interfaces, amplifies and filters input voltages from a J, K, T, E, R, S, B or N-type thermocouple. Module provides a precision output of either +1

More information

Isolated, Thermocouple Input 7B37 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM

Isolated, Thermocouple Input 7B37 FEATURES APPLICATIONS PRODUCT OVERVIEW FUNCTIONAL BLOCK DIAGRAM Isolated, Thermocouple Input 7B37 FEATURES Interfaces, amplifies, and filters input voltages from a J, K, T, E, R, S, or B-type thermocouple. Module provides a precision output of either +1 V to +5 V or

More information

USB Dynamic Signal Acquisition

USB Dynamic Signal Acquisition NI USB-9233 24-bit resolution 102 db dynamic range 50 ks/s max rate per channel 4 simultaneous analog inputs ±5 V input range AC coupled with IEPE power Hi-Speed USB 2.0 Recommended Software LabVIEW LabVIEW

More information

Precision 28918A 8-Channel CVLD/IEPE Conditioner

Precision 28918A 8-Channel CVLD/IEPE Conditioner On the New Frontiers of Precision Precision 28918A 8-Channel CVLD/IEPE Conditioner The 28918A 8-Channel CVLD/IEPE Conditioner is a member of the Precision 28 family of signal conditioners. The 28918A provides

More information

28454A. QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION Constant Current Excitation; 700 khz Bandwidth PRECISION 28454A APPLICATIONS

28454A. QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION Constant Current Excitation; 700 khz Bandwidth PRECISION 28454A APPLICATIONS 28454A QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION Constant Current Excitation; 700 khz Bandwidth PRECISION 28454A APPLICATIONS Static or dynamic strain gage conditioner High temperature strain

More information

Modular Smart Interfaces

Modular Smart Interfaces Modular Smart Interfaces Automotive Energy & Power Analysis Aerospace & Defense Transportation General Test & Measurement Modular Smart Interfaces MSI Series Modular Smart Interfaces (MSI) bring an expanded

More information

EX1000 Series EX1000A EX1000A-TC EX1016A EX1032A EX1048A EX10SC EX1000A-TCDC RELIABLE DATA FIRST TIME EVERY TIME.

EX1000 Series EX1000A EX1000A-TC EX1016A EX1032A EX1048A EX10SC EX1000A-TCDC RELIABLE DATA FIRST TIME EVERY TIME. 8 3-0 0 0 1-0 0 0 1 4 A EX1000 Series EX1000A EX1000A-TC EX1016A EX1032A EX1048A EX10SC EX1000A-TCDC * SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE www.vtiinstruments.com RELIABLE DATA FIRST TIME EVERY

More information

Introduction to NI LabVIEW and Computer-Based Measurements. Elias Nicolas Applications Engineer National Instruments

Introduction to NI LabVIEW and Computer-Based Measurements. Elias Nicolas Applications Engineer National Instruments Introduction to NI LabVIEW and Computer-Based Measurements Elias Nicolas Applications Engineer National Instruments Today, We ll Explore: The Challenges of Making Measurements Introduction to LabVIEW Fundamentals

More information

Chapter 2 Analog-to-Digital Conversion...

Chapter 2 Analog-to-Digital Conversion... Chapter... 5 This chapter examines general considerations for analog-to-digital converter (ADC) measurements. Discussed are the four basic ADC types, providing a general description of each while comparing

More information

National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer

National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer Kaustubh Wagle and Niels Knudsen National Instruments, Austin, TX Abstract Single-bit delta-sigma

More information

Department of Mechanical and Aerospace Engineering. MAE334 - Introduction to Instrumentation and Computers. Final Examination.

Department of Mechanical and Aerospace Engineering. MAE334 - Introduction to Instrumentation and Computers. Final Examination. Name: Number: Department of Mechanical and Aerospace Engineering MAE334 - Introduction to Instrumentation and Computers Final Examination December 12, 2002 Closed Book and Notes 1. Be sure to fill in your

More information

Transducers Signal conditioning DAQ hardware Software

Transducers Signal conditioning DAQ hardware Software Flow Measurements Manometers Transducers Pitot tubes Thermocouples Hot wire systems a. Anemometers b. Probes -Simple - Slented - Cross-wire LDA (Laser Doppler Anemometry) PIV (Particle Image Velocimetry)

More information

Using Spectral Analysis to Determine the Resonant Frequency of Vibrating Wire Gages HE Hu

Using Spectral Analysis to Determine the Resonant Frequency of Vibrating Wire Gages HE Hu 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Using Spectral Analysis to Determine the Resonant Frequency of Vibrating Wire Gages HE Hu China Institute of

More information

Data Acquisition (DAQ) Fundamentals

Data Acquisition (DAQ) Fundamentals Flow Measurements Manometers Transducers Pitot tubes Thermocouples Hot wire systems a. Anemometers b. Probes - Simple - Slented - Cross-wire LDA (Laser Doppler Anemometry) PIV (Particle Image Velocimetry)

More information

Industrial vibration sensor selection: Piezovelocity transducers

Industrial vibration sensor selection: Piezovelocity transducers Industrial vibration sensor selection: Piezovelocity transducers In many industrial monitoring applications, piezovelocity transducers have distinct advantages over piezoelectric accelerometers and traditional

More information

Electronic Instrumentation and Measurements

Electronic Instrumentation and Measurements Electronic Instrumentation and Measurements A fundamental part of many electromechanical systems is a measurement system that composed of four basic parts: Sensors Signal Conditioning Analog-to-Digital-Conversion

More information

EX CHANNEL ISOLATED THERMOCOUPLE AND VOLTAGE MEASUREMENT INSTRUMENT

EX CHANNEL ISOLATED THERMOCOUPLE AND VOLTAGE MEASUREMENT INSTRUMENT 1 WWW.VTIINSTRUMENTS.COM EX1401 16-CHANNEL ISOLATED THERMOCOUPLE AND VOLTAGE MEASUREMENT INSTRUMENT FEATURES 16-channel isolated universal thermocouple/voltage inputs 24-bit ADC per channel Typical accuracies

More information

Industrial vibration sensor selection: piezovelocity transducers

Industrial vibration sensor selection: piezovelocity transducers Industrial vibration sensor selection: piezovelocity transducers In many industrial monitoring applications, piezovelocity transducers have distinct advantages over piezoelectric accelerometers and traditional

More information

5. Transducers Definition and General Concept of Transducer Classification of Transducers

5. Transducers Definition and General Concept of Transducer Classification of Transducers 5.1. Definition and General Concept of Definition The transducer is a device which converts one form of energy into another form. Examples: Mechanical transducer and Electrical transducer Electrical A

More information

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW

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

More information

QUAD PROGRAMMABLE FILTER/AMPLIFIERS For the and Signal Conditioning Systems

QUAD PROGRAMMABLE FILTER/AMPLIFIERS For the and Signal Conditioning Systems 27604 QUAD PROGRAMMABLE FILTER/AMPLIFIERS For the 27000 and 28000 Signal Conditioning Systems SYSTEM 28000 FEATURES Graphical User Interface (GUI) and Ethernet network interface for system control Intelligent

More information

Introduction to Measurement Systems

Introduction to Measurement Systems MFE 3004 Mechatronics I Measurement Systems Dr Conrad Pace Page 4.1 Introduction to Measurement Systems Role of Measurement Systems Detection receive an external stimulus (ex. Displacement) Selection measurement

More information

DT9838. Strain- and Bridge-Based Measurement Module. Key Features: Bridge Configurations. Analog Input Features

DT9838. Strain- and Bridge-Based Measurement Module. Key Features: Bridge Configurations. Analog Input Features Strain- and Bridge-Based Measurement Module The module is a strain gage measurement device intended for full-, half, and quarter-bridge strain gage elements and bridge-based sensor assemblies such as load

More information

DT9838 Strain Measurement Module

DT9838 Strain Measurement Module Strain- and Bridge-Based Measurement Module Strain Measurement Module The module is a strain gage measurement device intended for full-, half, and quarter-bridge strain gage elements and bridge-based sensor

More information

Signal Processing Toolbox

Signal Processing Toolbox Signal Processing Toolbox Perform signal processing, analysis, and algorithm development Signal Processing Toolbox provides industry-standard algorithms for analog and digital signal processing (DSP).

More information

Theoretical 1 Bit A/D Converter

Theoretical 1 Bit A/D Converter Acquisition 16.1 Chapter 4 - Acquisition D/A converter (or DAC): Digital to Analog converters are used to map a finite number of values onto a physical output range (usually a ) A/D converter (or ADC):

More information

For the system to have the high accuracy needed for many measurements,

For the system to have the high accuracy needed for many measurements, Sampling and Digitizing Most real life signals are continuous analog voltages. These voltages might be from an electronic circuit or could be the output of a transducer and be proportional to current,

More information

Measurement, Sensors, and Data Acquisition in the Two-Can System

Measurement, Sensors, and Data Acquisition in the Two-Can System Measurement, Sensors, and Data Acquisition in the Two-Can System Prof. R.G. Longoria Updated Fall 2010 Goal of this week s lab Gain familiarity with using sensors Gain familiarity with using DAQ hardware

More information

KMT - Kraus Messtechnik GmbH

KMT - Kraus Messtechnik GmbH KMT - Kraus Messtechnik GmbH Gewerbering 9, D-83624 Otterfing, Germany, 08024-48737, Fax. 08024-5532 Home Page http://www.kmt-telemetry.com, Email: info@kmt-telemetry.com CTP8-Rotate 8 (4) channel telemetry

More information

PHYS225 Lecture 15. Electronic Circuits

PHYS225 Lecture 15. Electronic Circuits PHYS225 Lecture 15 Electronic Circuits Last lecture Difference amplifier Differential input; single output Good CMRR, accurate gain, moderate input impedance Instrumentation amplifier Differential input;

More information

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM Item Type text; Proceedings Authors Rosenthal, Glenn K. Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

SCM5B48 ACCELEROMETER INPUT MODULE USER S MANUAL

SCM5B48 ACCELEROMETER INPUT MODULE USER S MANUAL SCM5B48 ACCELEROMETER INPUT MODULE USER S MANUAL Section Description Page 1.0 Introduction 1 2.0 CE Compliance 1 3.0 Features and theory of operation 1 4.0 The High Pass filter and the Low Pass Bessel

More information

Introduction*to*Machinery*Vibration*Sheet*Answer* Chapter*1:*Vibrations*Sources*and*Uses*

Introduction*to*Machinery*Vibration*Sheet*Answer* Chapter*1:*Vibrations*Sources*and*Uses* IntroductiontoMachineryVibrationSheetAnswer Chapter1:VibrationsSourcesandUses 1. 1. imposed motions related to the function - e.g. slider crank and earn 2. inadequate design - e.g. resonance 3. manufacturing

More information

Troubleshooting accelerometer installations

Troubleshooting accelerometer installations Troubleshooting accelerometer installations Accelerometer based monitoring systems can be tested to verify proper installation and operation. Testing ensures data integrity and can identify most commonly

More information

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters FIR Filter Design Chapter Intended Learning Outcomes: (i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters (ii) Ability to design linear-phase FIR filters according

More information

Analog Signal Conditioning Accessories

Analog Signal Conditioning Accessories NI 64-channel multiplexer mv, V, current, and thermocouple inputs NI 8-channel simultaneous sample-and-hold mv, V inputs NI SC-2042-RTD 8-channel RTD/thermistor RTD, thermistor, mv, V inputs NI 8-channel

More information

Aero Support Ltd, 70 Weydon Hill Road, Farnham, Surrey, GU9 8NY, U.K.

Aero Support Ltd, 70 Weydon Hill Road, Farnham, Surrey, GU9 8NY, U.K. 4-170 Piezoelectric Accelerometer The CEC 4-170 accelerometer is a self-generating, piezoelectric accelerometer designed for medium temperature vibration measurement applications. This instrument provides

More information

CTP16-Rotate. KMT - Kraus Messtechnik GmbH

CTP16-Rotate. KMT - Kraus Messtechnik GmbH KMT - Kraus Messtechnik GmbH Gewerbering 9, D-83624 Otterfing, Germany, 08024-48737, Fax. 08024-5532 Home Page http://www.kmt-telemetry.com, Email: info@kmt-telemetry.com CTP16-Rotate 16 channel telemetry

More information

AS-1250FE Datasheet Dynamic Signal Acquisition Front-End for Rotating Machinery Monitoring and Analysis

AS-1250FE Datasheet Dynamic Signal Acquisition Front-End for Rotating Machinery Monitoring and Analysis Dynamic Signal Acquisition Front-End for Rotating Machinery Monitoring and Analysis HIGH PERFORMANCE ACQUISITION The AS-1250FE is a high performance, compact and flexible data acquisition hardware platform

More information

Appendix B. Design Implementation Description For The Digital Frequency Demodulator

Appendix B. Design Implementation Description For The Digital Frequency Demodulator Appendix B Design Implementation Description For The Digital Frequency Demodulator The DFD design implementation is divided into four sections: 1. Analog front end to signal condition and digitize the

More information

Brief Introduction to Signals & Systems. Phani Chavali

Brief Introduction to Signals & Systems. Phani Chavali Brief Introduction to Signals & Systems Phani Chavali Outline Signals & Systems Continuous and discrete time signals Properties of Systems Input- Output relation : Convolution Frequency domain representation

More information

1510A PRECISION SIGNAL SIMULATOR

1510A PRECISION SIGNAL SIMULATOR A worldwide leader in precision measurement solutions Portable signal source for calibrating electronic equipment and machinery monitoring systems. 1510A PRECISION SIGNAL SIMULATOR Voltage Signals Charge

More information

Lecture 3 Review of Signals and Systems: Part 2. EE4900/EE6720 Digital Communications

Lecture 3 Review of Signals and Systems: Part 2. EE4900/EE6720 Digital Communications EE4900/EE6720: Digital Communications 1 Lecture 3 Review of Signals and Systems: Part 2 Block Diagrams of Communication System Digital Communication System 2 Informatio n (sound, video, text, data, ) Transducer

More information

WHITE PAPER. Continuous Condition Monitoring with Vibration Transmitters and Plant PLCs

WHITE PAPER. Continuous Condition Monitoring with Vibration Transmitters and Plant PLCs WHITE PAPER Continuous Condition Monitoring with Vibration Transmitters and Plant PLCs Visit us online at www.imi-sensors.com Toll-Free in USA 800-959-4464 716-684-0003 Continuous Condition Monitoring

More information

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing Fundamentals of Data Converters DAVID KRESS Director of Technical Marketing 9/14/2016 Analog to Electronic Signal Processing Sensor (INPUT) Amp Converter Digital Processor Actuator (OUTPUT) Amp Converter

More information

PC Digital Data Acquisition

PC Digital Data Acquisition ME 22.302 Mechanical Lab I PC Digital Data Acquisition Dr. Peter Avitabile University of Massachusetts Lowell Digital Data Acquisition 122601-1 Copyright 2001 A general computer data acquisition configuration

More information

FFT Analyzer. Gianfranco Miele, Ph.D

FFT Analyzer. Gianfranco Miele, Ph.D FFT Analyzer Gianfranco Miele, Ph.D www.eng.docente.unicas.it/gianfranco_miele g.miele@unicas.it Introduction It is a measurement instrument that evaluates the spectrum of a time domain signal applying

More information

OPVibr Ultrasonic vibration measurement system Ultrasonic vibrometer INSTRUCTION MANUAL

OPVibr Ultrasonic vibration measurement system Ultrasonic vibrometer INSTRUCTION MANUAL Przedsiębiorstwo Badawczo-Produkcyjne OPTEL Sp. z o.o. ul. Morelowskiego 30 PL-52-429 Wrocław tel.: +48 (071) 329 68 54 fax.: +48 (071) 329 68 52 e-mail: optel@optel.pl http://www.optel.pl Wrocław, 2015.11.04

More information

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters FIR Filter Design Chapter Intended Learning Outcomes: (i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters (ii) Ability to design linear-phase FIR filters according

More information

QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION ±10 V Common Mode; 255 or 510 Cutoff Frequencies

QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION ±10 V Common Mode; 255 or 510 Cutoff Frequencies 28454 QUAD-CHANNEL CONDITIONER BALANCED CURRENT EXCITATION ±10 V Common Mode; 255 or 510 Cutoff Frequencies SYSTEM 28000 FEATURES Graphical User Interface (GUI) for system control Intelligent gain and

More information

Machine Data Acquisition. Powerful vibration data collectors, controllers, sensors, and field analyzers

Machine Data Acquisition. Powerful vibration data collectors, controllers, sensors, and field analyzers Machine Data Acquisition Powerful vibration data collectors, controllers, sensors, and field analyzers CHOOSE THE PERFECT HARDWARE DESIGN SUITED FOR YOU BRAUN, BRAINS AND BEAUTY TOTAL TRIO IS A COMPLETE

More information

Telemetrie-Messtechnik Schnorrenberg

Telemetrie-Messtechnik Schnorrenberg Telemetrie-Messtechnik Schnorrenberg CTP8-Rotate 8 (4) channel telemetry for rotating applications like wheels or rotors, high signal bandwidth, 16bit, software programmable Inputs for STG, TH-K, ICP or

More information

Experiment 2 Effects of Filtering

Experiment 2 Effects of Filtering Experiment 2 Effects of Filtering INTRODUCTION This experiment demonstrates the relationship between the time and frequency domains. A basic rule of thumb is that the wider the bandwidth allowed for the

More information

HARDWARE IMPLEMENTATION OF LOCK-IN AMPLIFIER FOR NOISY SIGNALS

HARDWARE IMPLEMENTATION OF LOCK-IN AMPLIFIER FOR NOISY SIGNALS Integrated Journal of Engineering Research and Technology HARDWARE IMPLEMENTATION OF LOCK-IN AMPLIFIER FOR NOISY SIGNALS Prachee P. Dhapte, Shriyash V. Gadve Department of Electronics and Telecommunication

More information

Choosing the Best ADC Architecture for Your Application Part 4:

Choosing the Best ADC Architecture for Your Application Part 4: Choosing the Best ADC Architecture for Your Application Part 4: Hello, my name is Luis Chioye, Applications Engineer for the Precision the Data Converters team. And I am Ryan Callaway; I am a Product Marketing

More information

Laboratory Experiment #1 Introduction to Spectral Analysis

Laboratory Experiment #1 Introduction to Spectral Analysis J.B.Francis College of Engineering Mechanical Engineering Department 22-403 Laboratory Experiment #1 Introduction to Spectral Analysis Introduction The quantification of electrical energy can be accomplished

More information

Precision Quad-Channel Transducer Conditioner with Voltage and Current Excitation

Precision Quad-Channel Transducer Conditioner with Voltage and Current Excitation On the New Frontiers of Precision Precision 28114 Quad-Channel Transducer Conditioner with Voltage and Current Excitation 28114 Quad-Channel Transducer Conditioner with Voltage and Current Excitation offers

More information

Redefining high resolution and low noise in Delta-Sigma ADC applications

Redefining high resolution and low noise in Delta-Sigma ADC applications Redefining high resolution and low noise in Delta-Sigma ADC applications Agenda Redefining high resolution and low noise in Delta-Sigma ADC applications How do Precision Delta-Sigma (ΔΣ) ADCs work? Introduction

More information

DIN Thermocouple Conditioner MODEL 5M14(V)

DIN Thermocouple Conditioner MODEL 5M14(V) 5M14 1.A.0.5M14 DIN Thermocouple Conditioner MODEL 5M14(V) QUAD ISOLATED THERMOCOUPLE CONDITIONER Module 1 GENERAL DESCRIPTION AND SPECIFICATIONS The Model 5M14(V) is a precision conditioner designed for

More information

MICROTC LINEAR THERMOCOUPLE AMPLIFIER OPERATOR S MANUAL

MICROTC LINEAR THERMOCOUPLE AMPLIFIER OPERATOR S MANUAL 321 E. Huron Street Milford, MI 48381 (248) 685-3939 Fax: (248) 684-5406 8500 Ance Road Charlevoix, MI 49720 (231) 547-5511 Fax: (231) 547-7070 http://www.michsci.com mscinfo@michsci.com MICROTC LINEAR

More information

Chapter 5 Window Functions. periodic with a period of N (number of samples). This is observed in table (3.1).

Chapter 5 Window Functions. periodic with a period of N (number of samples). This is observed in table (3.1). Chapter 5 Window Functions 5.1 Introduction As discussed in section (3.7.5), the DTFS assumes that the input waveform is periodic with a period of N (number of samples). This is observed in table (3.1).

More information

USB-TEMP and TC Series USB-Based Temperature Measurement Devices

USB-TEMP and TC Series USB-Based Temperature Measurement Devices USB-Based Temperature Measurement Devices Features Temperature and voltage measurement USB devices Thermocouple, RTD, thermistor, or semiconductor sensor measurements Eight analog inputs Up to ±10 V inputs*

More information

Signal Conditioning Systems

Signal Conditioning Systems Note-13 1 Signal Conditioning Systems 2 Generalized Measurement System: The output signal from a sensor has generally to be processed or conditioned to make it suitable for the next stage Signal conditioning

More information

Analog Isolation Amplifiers

Analog Isolation Amplifiers Isolation Amplifiers Automotive Energy & Power Analysis Aerospace & Defense Transportation General Test & Measurement Analog Isolation Amplifiers DAQ Series Modules DEWETRON high precision signal conditioning

More information

Modicon Momentum automation platform 0

Modicon Momentum automation platform 0 Presentation, description Presentation The Momentum analog input bases enable acquisition of various analog values encountered in industrial applications, including: b b b b Standard high level (± 5 V,

More information

Kistler LabAmp for DynoWare

Kistler LabAmp for DynoWare Electronics & Software Kistler LabAmp for DynoWare Charge Amplifier and Data Acquisition for Multicomponent Force Measurement This instrument is ideal for multicomponent force-torque measurement with piezoelectric

More information

MX840B R. Data sheet. Ultra-rugged universal amplifier CAN. Special features. Block diagram. B en

MX840B R. Data sheet. Ultra-rugged universal amplifier CAN. Special features. Block diagram. B en MX840B R Ultra-rugged universal amplifier Data sheet Special features 8 individually configurable inputs (electrically isolated) Connection of more than 16 technologies per channel Sampling rates of up

More information

Introduction ISOLATED SIGNAL CONDITIONING can significantly increase

Introduction ISOLATED SIGNAL CONDITIONING can significantly increase Introduction ISOLATD SIGNAL CONDITIONING can significantly increase your system reliability here's how: Linearizes Thermocouple and RTD signals Reduces the demands on the software to linearize the signal

More information

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif Introduction In automation industry every mechatronic system has some sensors to measure the status of the process variables. The analogy between the human controlled system and a computer controlled system

More information