Cell Phone Vibration Experiment

Size: px
Start display at page:

Download "Cell Phone Vibration Experiment"

Transcription

1 Objective Cell Phone Vibration Experiment Most cell phones are designed to vibrate. But at what frequency do they vibrate? With an accelerometer, data acquisition and signal analysis the vibration frequency of cell phones can be determined. This is the objective of this experiment. At the end of this lab students should understand, how the accelerometer is calibrated, how to interpret its signal, data acquisition with LabVIEW, conversion of the raw data signal to engineering units and signal analysis of the acceleration signal using FFT. Apparatus 1. Personal computer with LABVIEW software 2. National Instruments (8 slot) cdaq NI9178 data acquisition 3. Crossbow Accelerometer and Signal Conditioner 4. Cell phone supplied by student to generate vibration signal (or data downloaded from website) Experiment 1. SENSORS AND SIGNALS: Review the spec sheet for the Crossbow accelerometer; it is online. Identify the range and sensitivity of the accelerometer. Connect the signal conditioner from Z to AI0 of the junction box with a BCN cable. Make sure the notch on the accelerometer cable is facing upward as you plug it into the signal conditioner. Cell Phone Vibration Experiment Page 1 of 9

2 DATA ACQUISITON SETUP: 1. Build a simple VI to collect analog input data (as voltage) 1.1. Open a new VI. On the Block diagram right click and select Express Input DAQ Assist 1.2. Acquire signals Analog Input Voltage NI 9205 ai Set the voltage range from 0 to 5 volts 1.4. Set the timing to collect 1024 samples at 1024Hz from this channel What is the Nyquist frequency? What is the smallest frequency that can be detected? 2. Add a Waveform Graph on the front panel to display the data and wire it to the DAQ assist on the block diagram 2.1. Change Amplitude on the y-axis to Voltage [V] 2.2. Change Time to Time [s] 2.3. Test the VI by pressing the Run button or Ctrl-R. You must hold in the red button on the signal conditioner as you collect data. The accelerometer voltage signal should now be displayed in the graph window Move the accelerometer or turn it upside down to confirm that a signal proportional to acceleration is being recorded. 3. Perform a basic calibration check 3.1. Use the VI to measure the gravity signal with accelerometer pointing up (+1g) and down (-1g) Determine sensitivity from voltage change versus acceleration change. V Sensitivty g 3.3. Compare the sensitivity of the accelerometer to the spec sheet value. 4. Plot the frequency spectrum 4.1. On the Front Panel add two numeric controls: Numeric Numeric Control Rename one Number of Samples and the other Sampling Rate 4.2 Add an XY Graph Rename the graph Frequency Spectrum Change Amplitude to Voltage [V] and Time to Frequency [Hz] 4.3 Add a numeric indicator: Numeric Numeric Indicator Rename it Predominate Frequency Your front panel should now look similar to the one shown below. Cell Phone Vibration Experiment Page 2 of 9

3 4.4 On the block diagram, pull down the arrows on the bottom of the DAQ Assistant until you can see number of samples and rate. Wire the appropriate controls into these inputs. The values you specify in the numeric controls on the front panel will now override the value from the DAQ Assistant setup. Cell Phone Vibration Experiment Page 3 of 9

4 4.5 Convert the data into an array of rms voltages of the detectable frequencies. Signal Processing Spectral Amplitude and Phase Spectrum Wire from the signal input to the data output of the DAQ Assistant. The data will be automatically converted to an array. 4.6 We have an array storing the rms voltages of the data at certain frequencies. We now need to create another array that will store the corresponding frequencies Create a for loop: Structures For Loop Outside of the loop add a divide operation: Numeric Divide Wire this to divide the Number of Samples by 2. To place the 2: Numeric Numeric Constant Wire the quotient to the Loop Count of the Loop Create another divide operation outside of the loop. Divide the Sampling Rate by the Number of Samples. The result is the minimum detectable frequency Create a multiply operation inside of the loop: Numeric Multiply Multiply the Loop Iteration by the minimum frequency. The result of this multiplication is an array containing the detectable frequencies. Cell Phone Vibration Experiment Page 4 of 9

5 4.7 The corresponding amplitude at zero frequency is the average offset from zero of the signal. Because this value is often much larger than the amplitudes of the frequencies detected, we will remove it by deleting the zero index from each array Make a Delete From Array function for each array: Array Delete From Array Wire the Array input of the delete function into the Amp Spectrum Mag (Vrms) output of the amplitude array Wire the other Array input of the other delete function to the product of the multiplication from the loop (the frequency array.) Create a numeric constant of zero and wire it to the index input for each delete operation. 4.8 Bundle the arrays together and wire the output to the frequency spectrum graph. Cluster, Class, & Variant Bundle The frequency array is the top input, the amplitude array is the bottom input. Cell Phone Vibration Experiment Page 5 of 9

6 5. Alter the VI to display the predominate frequency 5.1 Create an Array Max and Min function: Array Max & Min 5.2 Wire the amplitude array as the input. 5.3 Create an Index Array function: Array Index Array 5.4 Use the frequency array as the array input and the max index from the amplitude array as the index input. 5.5 Wire the output to the Predominate Frequency indicator. 6. Save the VI You will be altering this VI for future lab assignments. Make sure to keep a copy in your zipspace or another location separate from the computer hard drive. Cell Phone Vibration Experiment Page 6 of 9

7 7. Collect Vibration Data 7.1. On the Front Panel, set the Number of Samples and the Sampling Rate numerical indicators both to You can change these settings later if it is necessary Use rubber bands to attach the accelerometer to a cell phone. Use paper to separate the accelerometer from the phone to avoid scratches Put the cell phone on a foam pad Be ready to collect data (Ctrl-R). Repeatedly press Run until a good vibration signal is captured. Make sure you hold the red button on the signal conditioner while recording data Either call the phone from another phone or make the phone vibrate by setting an alarm When the phone vibrates, start the data acquisition. Visually check the data. If it looks ok, proceed to the next step. Otherwise, try again. An example signal of a vibrating phone is shown below. Cell Phone Vibration Experiment Page 7 of 9

8 8. Record the results 8.1 To export the data from the charts, right click on the chart and select. Export Export Data to Excel 8.2 Print the charts and staple them neatly into you lab notebook. To do this, export the charts as image files: Right click the chart and select Export Export Simplified Image Cell Phone Vibration Experiment Page 8 of 9

9 Show your results to the TA. Discuss any open questions you may have. 9. WRAP UP DISCUSSION WITH TEAM (write each response neatly in your lab notebook) 9.1 What could be done to improve this experiment? Where do you see potential sources for measurement or signal errors? 9.2 How accurate is the frequency measurement? What could be affecting it? 9.3 How accurate is the vibration amplitude measurement? What could be affecting it? Do you have a concern using this accelerometer for this frequency? 9.4 Address the following questions and write down your ideas for improving this measurement/experiment. Sensor Calibration Sensor Frequency Range Sensor Mass Signal Conditioning Signal Analysis YOU ARE DONE STORE ALL EQUIPMENT AND LOG OFF FROM THE COMPUTER! Cell Phone Vibration Experiment Page 9 of 9

Data Acquisition Using NI-DAQmx

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

More information

Lab 3: Introduction to Data Acquisition Cards

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

More information

Lab 2 Sensor Modeling Introduction to the Wiimote and the Wiimote LABVIEW Interface

Lab 2 Sensor Modeling Introduction to the Wiimote and the Wiimote LABVIEW Interface Lab 2 Sensor Modeling Introduction to the Wiimote and the Wiimote LABVIEW Interface 1. Objective In this lab, you will: i. Become familiar with the Wiimote ii. Understand the LABVIEW Bluetooth interface

More information

LabVIEW Lesson 5 Clusters

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

More information

Lab 4 - Data Acquisition

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

More information

Understanding Dynamic Range in Acceleration Measurement Systems. February 2013 By: Bruce Lent

Understanding Dynamic Range in Acceleration Measurement Systems. February 2013 By: Bruce Lent in Acceleration Measurement Systems February 2013 By: Bruce Lent Topics to discuss Definition of dynamic range The effective range Making full use of the high level Using filters to improve dynamic range

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 Wei Lin Department of Biomedical Engineering Stony Brook University Instructor s Portion Summary This experiment requires the student to

More information

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers.

How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers. How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers. OMEGALOG Help Page 2 Connecting Your Data Logger Page 2 Logger Set-up Page 3 Download Data Page 8 Export Data Page 11 Downloading

More information

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

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

More information

DSP Laboratory: Analog to Digital and Digital to Analog Conversion

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

More information

Lab 5 Getting started with analog-digital conversion

Lab 5 Getting started with analog-digital conversion Lab 5 Getting started with analog-digital conversion Achievements in this experiment Practical knowledge of coding of an analog signal into a train of digital codewords in binary format using pulse code

More information

LABVIEW DSP TEST TOOLKIT FOR TI DSP

LABVIEW DSP TEST TOOLKIT FOR TI DSP LABVIEW DSP TEST TOOLKIT FOR TI DSP Contents The LabVIEW DSP Test Toolkit for TI DSP uses LabVIEW to automate TI s Code Composer Studio (CCS) Integrated Development Environment (IDE) so you can create

More information

4.1 DESCRIPTION OF CONTROLS cont.

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

More information

Three Levels of Data-Logging Software from National Instruments

Three Levels of Data-Logging Software from National Instruments Three Levels of Data-Logging Software from National Instruments One of the most common data acquisition applications is simply logging acquired data to disk or a database for future analysis. Most National

More information

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

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

More information

LabVIEW DSP Test Integration Toolkit for TI DSP

LabVIEW DSP Test Integration Toolkit for TI DSP LabVIEW DSP Test Integration Toolkit for TI DSP Contents The LabVIEW DSP Test Integration Toolkit for TI DSP gives you the ability to use LabVIEW and the TI Code Composer Studio (CCS) Integrated Development

More information

Hands-onIntroduction todataacquisition

Hands-onIntroduction todataacquisition ni.com/events Hands-onIntroduction todataacquisition withlabview ni.com/uk ni.com/ireland ni.com/uk/handson Introduction to LabVIEW and Computer-Based Measurements Hands-On Seminar 1 Company Profile Leaders

More information

K-Type Thermocouple Sensor User s Guide

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

More information

Hands-On: Introduction to Object-Oriented Programming in LabVIEW

Hands-On: Introduction to Object-Oriented Programming in LabVIEW Version 13.11 1 Hr Hands-On: Introduction to Object-Oriented Programming in LabVIEW Please do not remove this manual. You will be sent an email which will enable you to download the presentations and an

More information

Machinery condition monitoring software

Machinery condition monitoring software VIBex Machinery condition monitoring software Optimize productivity of your facilities VIBex is a state-of-the-art system dedicated to online vibration-based condition monitoring and diagnostics of rotating

More information

OPTOFORCE DATA VISUALIZATION 3D

OPTOFORCE DATA VISUALIZATION 3D U S E R G U I D E - O D V 3 D D o c u m e n t V e r s i o n : 1. 1 B E N E F I T S S Y S T E M R E Q U I R E M E N T S Analog data visualization Force vector representation 2D and 3D plot Data Logging

More information

Parts List. Navigation

Parts List. Navigation Parts List quantity description 1 LCD-200 Display 1 LCD-200 Display cable 1 CD-ROM 2 dual lock or velcro 1 1GB SD card (optional) 1 CAN termination plug Navigation Main Menu Begin Log/Stop Log page 4 Log

More information

EET 310 Programming Tools

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

More information

Inductors in AC Circuits

Inductors in AC Circuits Inductors in AC Circuits Name Section Resistors, inductors, and capacitors all have the effect of modifying the size of the current in an AC circuit and the time at which the current reaches its maximum

More information

GENERAL SCIENCE LABORATORY 1110L Lab Experiment 6: Ohm s Law

GENERAL SCIENCE LABORATORY 1110L Lab Experiment 6: Ohm s Law GENERAL SCIENCE LABORATORY 1110L Lab Experiment 6: Ohm s Law OBJECTIVES: To verify Ohm s law, the mathematical relationship among current, voltage or potential difference, and resistance, in a simple circuit.

More information

ADINSTRUMENTS. making science easier. LabChart 7. Student Quick Reference Guide

ADINSTRUMENTS. making science easier. LabChart 7. Student Quick Reference Guide ADINSTRUMENTS making science easier LabChart 7 Student Quick Reference Guide How to use this guide The LabChart Student Quick Reference Guide is a resource for users of PowerLab systems in the classroom

More information

PRODUCT SHEET OUT1 SPECIFICATIONS

PRODUCT SHEET OUT1 SPECIFICATIONS OUT SERIES Headphones OUT2 BNC Output Adapter OUT1 High Fidelity Headphones OUT1A Ultra-Wide Frequency Response Headphones OUT3 see Stimulators OUT100 Monaural Headphone 40HP Monaural Headphones OUT101

More information

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

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

More information

Exercise 10: Basic LabVIEW Programming

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

More information

Current Monitoring Kit QUICK START GUIDE

Current Monitoring Kit QUICK START GUIDE Current Monitoring Kit QUICK START GUIDE Pico Technology EL040 Current Monitoring Kit Quick Start Guide CONTENTS 1 Introduction... 1 2 Kit contents... 3 3 Installation... 3 3.1 Connecting the system together...

More information

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

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

More information

GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS

GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS USER GUIDE GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS Contents Using the LabVIEW Point-By-Point VI Libraries... 2 Initializing Point-By-Point VIs... 3 Frequently Asked Questions... 5 What Are the

More information

Data Acquisition in LabVIEW

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

More information

RLC Series Resonance

RLC Series Resonance RLC Series Resonance 11EM Object: The purpose of this laboratory activity is to study resonance in a resistor-inductor-capacitor (RLC) circuit by examining the current through the circuit as a function

More information

Using LabVIEW to Measure Temperature with a Thermistor

Using LabVIEW to Measure Temperature with a Thermistor Using LabVIEW to Measure Temperature with a Thermistor C. Briscoe and W. Dufee, University of Minnesota November, 2009 For resources, see the LabVIEW Resources page on the UMN ME2011 course site. Before

More information

Current Monitoring Kit

Current Monitoring Kit Current Monitoring Kit QUICK START GUIDE DO090-6 CONTENTS Issues: 1) 2.10.02 WP A4 format 2) 2.10.02 Added safety warning 3) 17.3.06 Word A5 format. S1: Removed relay modules. S2: Added MI010. S4.1: added

More information

The Sonometer The Resonant String and Timbre Change after plucking

The Sonometer The Resonant String and Timbre Change after plucking The Sonometer The Resonant String and Timbre Change after plucking EQUIPMENT Pasco sonometers (pick up 5 from teaching lab) and 5 kits to go with them BK Precision function generators and Tenma oscilloscopes

More information

Oscilloscope, Function Generator, and Voltage Division

Oscilloscope, Function Generator, and Voltage Division 1. Introduction Oscilloscope, Function Generator, and Voltage Division In this lab the student will learn to use the oscilloscope and function generator. The student will also verify the concept of voltage

More information

Lab E1: Introduction to Circuits

Lab E1: Introduction to Circuits E1.1 Lab E1: Introduction to Circuits The purpose of the this lab is to introduce you to some basic instrumentation used in electrical circuits. You will learn to use a DC power supply, a digital multimeter

More information

Creative Inquiry Electronics Project Lab Manual. NI mydaq

Creative Inquiry Electronics Project Lab Manual. NI mydaq Creative Inquiry Electronics Project Lab Manual NI mydaq TABLE OF CONTENTS Introduction... 5 LabVIEW Package and Driver Installation Tutorial for ENGR 90... 5 Basic Troubleshooting... 6 Files on ENGR90_VIs.zip...

More information

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

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

More information

Data Analysis Methods: Net Station 4.1 By Peter Molfese

Data Analysis Methods: Net Station 4.1 By Peter Molfese Data Analysis Methods: Net Station 4.1 By Peter Molfese Preparing Data for Statistics (preprocessing): 1. Rename your files to correct any typos or formatting issues. a. The General format for naming files

More information

CALIBRATION PROCEDURE NI 9219. Contents. Software Requirements. ni.com/manuals

CALIBRATION PROCEDURE NI 9219. Contents. Software Requirements. ni.com/manuals CALIBRATION PROCEDURE NI 9219 Français Deutsch ni.com/manuals Contents This document contains information for calibrating the National Instruments 9219. For more information on calibration, visit ni.com/calibration.

More information

Manual Analysis Software AFD 1201

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

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION LTC2485 DESCRIPTION Demonstration circuit 956 features the LTC2485, a 24-Bit high performance Σ analog-to-digital converter (ADC). The LTC2485 features 2ppm linearity, 0.5µV offset, and 600nV RMS noise.

More information

MXD7202G/H/M/N. Low Cost, Low Noise ±2 g Dual Axis Accelerometer with Digital Outputs

MXD7202G/H/M/N. Low Cost, Low Noise ±2 g Dual Axis Accelerometer with Digital Outputs Low Cost, Low Noise ±2 g Dual Axis Accelerometer with Digital Outputs MXD7202G/H/M/N FEATURES Low cost Resolution better than 1 milli-g Dual axis accelerometer fabricated on a monolithic CMOS IC On chip

More information

SignalPad Data Logging and Analysis Software

SignalPad Data Logging and Analysis Software SignalPad Data Logging and Analysis Software Overview SignalPad is a data logging and analysis application developed with National Instruments LabVIEW. The configuration-based user interface provides ready-to-run

More information

Arun Veeramani. Principal Marketing Manger. National Instruments. ni.com

Arun Veeramani. Principal Marketing Manger. National Instruments. ni.com Arun Veeramani Principal Marketing Manger National Instruments New Enterprise Solution for Condition Monitoring Applications NI InsightCM Enterprise NI History of Condition Monitoring Order Analysis Toolkit

More information

Vibrations can have an adverse effect on the accuracy of the end effector of a

Vibrations can have an adverse effect on the accuracy of the end effector of a EGR 315 Design Project - 1 - Executive Summary Vibrations can have an adverse effect on the accuracy of the end effector of a multiple-link robot. The ability of the machine to move to precise points scattered

More information

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013

STC: Descriptive Statistics in Excel 2013. Running Descriptive and Correlational Analysis in Excel 2013 Running Descriptive and Correlational Analysis in Excel 2013 Tips for coding a survey Use short phrases for your data table headers to keep your worksheet neat, you can always edit the labels in tables

More information

Fundamentals of Signature Analysis

Fundamentals of Signature Analysis Fundamentals of Signature Analysis An In-depth Overview of Power-off Testing Using Analog Signature Analysis www.huntron.com 1 www.huntron.com 2 Table of Contents SECTION 1. INTRODUCTION... 7 PURPOSE...

More information

Activity P13: Buoyant Force (Force Sensor)

Activity P13: Buoyant Force (Force Sensor) July 21 Buoyant Force 1 Activity P13: Buoyant Force (Force Sensor) Concept DataStudio ScienceWorkshop (Mac) ScienceWorkshop (Win) Archimedes Principle P13 Buoyant Force.DS P18 Buoyant Force P18_BUOY.SWS

More information

Lab #9: AC Steady State Analysis

Lab #9: AC Steady State Analysis Theory & Introduction Lab #9: AC Steady State Analysis Goals for Lab #9 The main goal for lab 9 is to make the students familar with AC steady state analysis, db scale and the NI ELVIS frequency analyzer.

More information

QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT)

QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT) Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT) Student Manual Table of Contents

More information

DAQlink III System 24 bit Acquisition System

DAQlink III System 24 bit Acquisition System DAQlink III System 24 bit Acquisition System User s Manual DAQlink III System User s Manual Printed in U.S.A. 2008 Seismic Source Co. All rights reserved. This document may not be reproduced in any form

More information

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

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

More information

WINDAQ Data Acquisition and Playback Software

WINDAQ Data Acquisition and Playback Software WINDAQ Data Acquisition and Playback Software Supports All DI-Series Data Acquisition Hardware Disk Streaming and Real Time Display At the Hardware Rate Check Hardware Page For Supported Sampling Rates

More information

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2]

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2] SMS Alarm Messenger SMSPro_Setup Revision 090210 [Version 2.2] ~ 1 ~ Contents 1. How to setup SMS Alarm Messenger?... 3 2. Install the SMSPro_Setup software... 5 3. Connection Type... 6 4. Connection Port

More information

Appendix C. Vernier Tutorial

Appendix C. Vernier Tutorial C-1. Vernier Tutorial Introduction: In this lab course, you will collect, analyze and interpret data. The purpose of this tutorial is to teach you how to use the Vernier System to collect and transfer

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

Transmitter Interface Program

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

More information

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS 1 EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS The oscilloscope is the most versatile and most important tool in this lab and is probably the best tool an electrical engineer uses. This outline guides

More information

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER

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

More information

GPIB Instrument Control

GPIB Instrument Control Session 2559 GPIB Instrument Control Leonard Sokoloff DeVry College of Technology Abstract Virtual Instrumentation is an important technology that is making a significant impact in today's industry, education

More information

The Universal DAQ Device. Connect and measure immediately!

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

More information

ezsystem elab16m Project 1F: Alarm System (Full Project description)

ezsystem elab16m Project 1F: Alarm System (Full Project description) ezsystem elab16m Project 1F: Alarm System (Full Project description) ezsystem The aim of ezsystem is to enable Creativity and Innovation at an early age in a Problem Based Learning (PBL) approach. ezsystem

More information

Ampere's Law. Introduction. times the current enclosed in that loop: Ampere's Law states that the line integral of B and dl over a closed path is 0

Ampere's Law. Introduction. times the current enclosed in that loop: Ampere's Law states that the line integral of B and dl over a closed path is 0 1 Ampere's Law Purpose: To investigate Ampere's Law by measuring how magnetic field varies over a closed path; to examine how magnetic field depends upon current. Apparatus: Solenoid and path integral

More information

EVAL-UFDC-1/UFDC-1M-16

EVAL-UFDC-1/UFDC-1M-16 Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1

More information

ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1

ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1 WHAT IS AN FFT SPECTRUM ANALYZER? ANALYZER BASICS The SR760 FFT Spectrum Analyzer takes a time varying input signal, like you would see on an oscilloscope trace, and computes its frequency spectrum. Fourier's

More information

Product Overview 9100D

Product Overview 9100D Product Overview 9100D Portable Shaker Vibration Calibrator The Modal Shop 3149 East Kemper Road Cincinnati, OH 45241 Phone: +1.513.351.9919 Fax: 513.458.2171 info@modalshop.com Brief Overview We've taken

More information

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013 Control4 Smart Home System using Lab VIEW Akshatha N Gowda (1), Girijamba D L (2), Rishika G N (3), Shruthi S D (4),Niveditha S (5) 1,2,3,4 and 5 belongs to Department of Electronics & Communication Engineering

More information

System Overview and Terms

System Overview and Terms GETTING STARTED NI Condition Monitoring Systems and NI InsightCM Server Version 2.0 This document contains step-by-step instructions for the setup tasks you must complete to connect an NI Condition Monitoring

More information

USB-500 Series Stand-Alone, Low-Cost Data Loggers

USB-500 Series Stand-Alone, Low-Cost Data Loggers Stand-Alone, Low-Cost Data Loggers Features Stand-alone, remote data loggers Measure temperature, humidity, voltage, or current 1 or 2 channels Low cost, small size Battery powered Software Included, easy-to-use

More information

VIBROCONTROL 4000. Sensitive Machine Monitoring

VIBROCONTROL 4000. Sensitive Machine Monitoring VIBROCONTROL 4000 Sensitive Machine Monitoring Reliable Machine Protection with VIBROCONTROL 4000 Brüel & Kjaer Vibro has for many years been one of the leading manufacturers of machine protection systems.

More information

Universal Simple Control, USC-1

Universal Simple Control, USC-1 Universal Simple Control, USC-1 Data and Event Logging with the USB Flash Drive DATA-PAK The USC-1 universal simple voltage regulator control uses a flash drive to store data. Then a propriety Data and

More information

Eric Carestia. Dr. Janusz Zalewski. Florida Gulf Coast University. Ft. Myers, Florida. April 2011

Eric Carestia. Dr. Janusz Zalewski. Florida Gulf Coast University. Ft. Myers, Florida. April 2011 Wireless Network Security System Programmed in LabVIEW Eric Carestia Dr. Janusz Zalewski CEN 4931 Spring 2011 Independent Study Florida Gulf Coast University Ft. Myers, Florida April 2011 Eric Carestia

More information

The Calculation of G rms

The Calculation of G rms The Calculation of G rms QualMark Corp. Neill Doertenbach The metric of G rms is typically used to specify and compare the energy in repetitive shock vibration systems. However, the method of arriving

More information

Herschel PACS Test Procedure STM PACS-KT-PR-011 Issue: 1 Revision: -

Herschel PACS Test Procedure STM PACS-KT-PR-011 Issue: 1 Revision: - CASE GmbH Westendstrasse 125 80339 München Herschel PACS Test Procedure STM 1 Revision: - i Document Approval Sheet Title: Herschel PACS Subtitle: Test Procedure STM Doc. No: 1 Revision: - Prepared:......

More information

TESTBOX SHAKE TABLE USER MANUAL

TESTBOX SHAKE TABLE USER MANUAL TESTBOX SHAKE TABLE USER MANUAL Writer: Eren AYDIN Date: 05.02.2014 Version: 1.0 Index 1. HARDWARE... 3 1.1 GENERAL OVERVİEW... 3 1.2 CONNECTİONS AND STARTUP... 3 2. SOFTWARE... 6 2.1 SETUP... 6 2.2 IP

More information

Aircraft cabin noise synthesis for noise subjective analysis

Aircraft cabin noise synthesis for noise subjective analysis Aircraft cabin noise synthesis for noise subjective analysis Bruno Arantes Caldeira da Silva Instituto Tecnológico de Aeronáutica São José dos Campos - SP brunoacs@gmail.com Cristiane Aparecida Martins

More information

The accelerometer designed and realized so far is intended for an. aerospace application. Detailed testing and analysis needs to be

The accelerometer designed and realized so far is intended for an. aerospace application. Detailed testing and analysis needs to be 86 Chapter 4 Accelerometer Testing 4.1 Introduction The accelerometer designed and realized so far is intended for an aerospace application. Detailed testing and analysis needs to be conducted to qualify

More information

PC Software for VAV compact and modular controllers

PC Software for VAV compact and modular controllers s 5 854 OpenAir PC Software for VAV compact and modular controllers ACS941 for use with GDB/GLB/ASV181 For Version 3.02 The ACS941 software is used for setting and displaying the parameter values with

More information

Stuart Gillen. Principal Marketing Manger. National Instruments stuart.gillen@ni.com. ni.com

Stuart Gillen. Principal Marketing Manger. National Instruments stuart.gillen@ni.com. ni.com Stuart Gillen Principal Marketing Manger National Instruments stuart.gillen@ New Enterprise Solution for Condition Monitoring Applications NI InsightCM Enterprise NI History of Condition Monitoring Order

More information

Introduction. Drenth Motorsport Gearboxes Fleuweweg 10 7468 AG Enter The Netherlands Phone: +31 (0)547 38 26 96 Fax: +31 (0)547 38 20 65

Introduction. Drenth Motorsport Gearboxes Fleuweweg 10 7468 AG Enter The Netherlands Phone: +31 (0)547 38 26 96 Fax: +31 (0)547 38 20 65 25.03.0023 Introduction The display comes with a software application. With the software application information shown on the display can be adjusted. There are different modes to adjust: the shape of

More information

Getting Started with the LabVIEW Mobile Module Version 2009

Getting Started with the LabVIEW Mobile Module Version 2009 Getting Started with the LabVIEW Mobile Module Version 2009 Contents The LabVIEW Mobile Module extends the LabVIEW graphical development environment to Mobile devices so you can create applications that

More information

MPC 4. Machinery Protection Card Type MPC 4 FEATURES. Continuous on-line Machinery Protection Card

MPC 4. Machinery Protection Card Type MPC 4 FEATURES. Continuous on-line Machinery Protection Card Machinery Protection Card Type FEATURES Continuous on-line Machinery Protection Card Real-time measurement and monitoring using state-of-the-art DSP techniques Fully VME-compatible slave interface Fully

More information

Using the UPSMON-Plus Monitoring Software

Using the UPSMON-Plus Monitoring Software Using the UPSMON-Plus Monitoring Software With UPSMON-Plus UPS Monitoring software, you can: Monitor battery level, load level, input and output current. Schedule daily, weekly, or monthly battery self

More information

22.302 Experiment 5. Strain Gage Measurements

22.302 Experiment 5. Strain Gage Measurements 22.302 Experiment 5 Strain Gage Measurements Introduction The design of components for many engineering systems is based on the application of theoretical models. The accuracy of these models can be verified

More information

DATA PROCESSING SOFTWARE

DATA PROCESSING SOFTWARE DATA PROCESSING SOFTWARE UPGRADE OF PROTECTION SYSTEM MMS6000 DIAGNOSTIC DATAMONITOR CONDITION MONITORING EARLY FAULT DETECTION PREDICTIVE MAINTENANCE MMS 6850 1/7 R 2/2011 MMS 6850 DM DATA MANAGER Data

More information

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

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

More information

Technical Information

Technical Information Technical Information TI No. WL 80-63 E April 2001 Rolling Bearing Diagnosis with the FAG Bearing Analyser Rolling Bearings State-Of-The-Art, Condition-Related Monitoring of Plants and Machines Unforeseen

More information

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

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

More information

Electrical Resonance

Electrical Resonance Electrical Resonance (R-L-C series circuit) APPARATUS 1. R-L-C Circuit board 2. Signal generator 3. Oscilloscope Tektronix TDS1002 with two sets of leads (see Introduction to the Oscilloscope ) INTRODUCTION

More information

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate

More information

User Manual of Grid Tie Inverter with Limiter

User Manual of Grid Tie Inverter with Limiter User Manual of Grid Tie Inverter with Limiter Grid Tied Inverter With Limiter (GTIL) 1 www.chinesegrid.com 2014-8-1 All rights reserved Why we produced the GTI-L --- It is in response to the overwhelming

More information

USB-500 Series Low-Cost Data Loggers and Accessories

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

More information

MATERIALS. Multisim screen shots sent to TA.

MATERIALS. Multisim screen shots sent to TA. Page 1/8 Revision 0 9-Jun-10 OBJECTIVES Learn new Multisim components and instruments. Conduct a Multisim transient analysis. Gain proficiency in the function generator and oscilloscope. MATERIALS Multisim

More information

Annex: VISIR Remote Laboratory

Annex: VISIR Remote Laboratory Open Learning Approach with Remote Experiments 518987-LLP-1-2011-1-ES-KA3-KA3MP Multilateral Projects UNIVERSITY OF DEUSTO Annex: VISIR Remote Laboratory OLAREX project report Olga Dziabenko, Unai Hernandez

More information

SW43W. Users Manual. FlukeView Power Quality Analyzer Software Version 3.20 onwards

SW43W. Users Manual. FlukeView Power Quality Analyzer Software Version 3.20 onwards SW43W FlukeView Power Quality Analyzer Software Version 3.20 onwards Users Manual 4822 872 30778 December 2005, Rev.1, 04/06 2005 Fluke Corporation, All rights reserved. All product names are trademarks

More information