University of Michigan Department of Aerospace Engineering 5ft 7ft Wind Tunnel Data Acquisition Bible

Size: px
Start display at page:

Download "University of Michigan Department of Aerospace Engineering 5ft 7ft Wind Tunnel Data Acquisition Bible"

Transcription

1 University of Michigan Department of Aerospace Engineering 5ft 7ft Wind Tunnel Data Acquisition Bible Richard B. Choroszucha 16.V.2010

2

3 Contents List of Figures vi I Gathering Data Step Program 2 2 Getting Started Preliminaries Running the GUI Start Panel Updating Atmospheric Conditions Updating Test Parameters Notes On Run Acquisition Properties Obtaining a Calibration Calibration Load Calibration Calibrating From Scatch Calibrating a Force or Moment Channel Polynomials of Different Degree Data Acquisition 13 i

4 4.1 Zeroing Forces and Moments Options Other (User Defined) Variable Counter Manometer Sensor Acquiring Data Plot Vs Notes On Test Take Next Data Point Plotting Previous Data Points Possible Uses Saving Data Saving All Data Saving Plotted Data II Analysing and Viewing Data 18 5 MAT Calibration Files 19 6 MAT Data Files 20 7 Comma Separated Value Files (CSV) 21 8 TEXFiles (TEX) 22 9 Excel Files (XLS) Text Files (TXT) Binary Files (BIN) 25 ii

5 III The GUI GUI Panels Start Manometer Properties Acquisition Properties Test Parameters Atmospheric Conditions Notes On Run Load Calibration Calibrate Balance Start Visible Options Use Zero Input Erase Last Set Reset Data Options Visible User Inputs Other Manometers Counter Sensor Notes On Current Test Current Values of Plotted Parameters Current States Menus Save Data iii

6 Save All Data to MAT Save All Data to BIN Save All Data to CSV Save All Data to TXT Save Plotted Data to CSV Save Plotted Data to TEX Save Plotted Data to XLS Calibration Calibrate Load Calibration Parameters Display Calibration Parameters Acquisition Acquisition Properties Display All Data Points Plot Last Test Plot Vs Start Stop Data Update Atmospheric Conditions Update Test Parameters Notes On Run Plotting Y-Options Units Erase Last Data Set iv

7 IV Appendix 41 A Free and Open Source Alternatives 42 v

8 List of Figures 2.1 Welcome Screen Main Acquisition Window Main Plotting Window Main Calibration Window Calibration Viewer Start Panel An Example of a Manometer Bank Manometer Properties Window Acquisition Properties Window Test Parameters Window Atmospheric Properties Window Notes On Run Window Load Calibration Dialogue Box Result of Pressing the Start Visible Button Options Panel Zero Input Window Erase Last Data Set Window Reset All Data Window Result of Pressing the Options Visible Button User Inputs Panel for Other vi

9 12.16User Inputs Panel for Manometer User Inputs Panel for Counter User Inputs Panel for Sensor Notes On Current Test Panel Current Values Panel Current States Panel

10 A Note To the User Write everything down in your logbook. The importance of this document cannot be stressed enough. If you have a thought, write it down; use the logbook to write out your methodology or anything that could be pertinent to your test. Finally, write down all observations, you never know when this may come in handy.

11 A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. -Douglas Adams

12 Part I Gathering Data 1

13 Chapter 1 12-Step Program If you would like to use this program in a plug and play fashion, if not then see 2. For a quick start of the acquisition follow these steps: 1. Start MATLAB. 2. Find the folder containing Choroszucha.m and run. 3. Press the Test Parameter button. (a) Enter the name of the test. (b) Enter the wetted surface area. 4. Press the Atmospheric Conditions button to update the atmospheric conditions. (a) Find one of the barometers, calibrate, read and enter. (b) Plug in the temperature in F. 5. Put in any notes about the current test by pressing the Notes On Run button. 6. Either calibrate the load balance or load previous calibration parameters. To calibrate balance press the Calibrate Balance and either follow screen prompts or refer to Select what you would like to plot against using the Use... radio button panel. 8. Press the Zero Input button to zero out the inputs. 9. If you have chosen Manometer or Other from the radio buttons, enter your current settings in the User Inputs panel. 10. Press the Take Next Data Point. 11. Change wind tunnel settings, update U ser Inputs panel if necessary, press the Take Next Data Point and repeat. 2

14 Choroszucha When finished with the current test, Save Data, Reset Data, go through the Start panel and begin next test. The default acquisition properties are samples per second for 1 second, and taking three data points per one press of the Take Next Data Point button.

15 Chapter 2 Getting Started 2.1 Preliminaries Before you begin make sure you have the following: 1. A computer with MATLAB. 2. The Data Acquisition Toolbox. 3. A copy of Choroszucha.m. 2.2 Running the GUI Open MATLAB and locate the directory that Choroszucha.m is located. You may either use MATLAB s interface or you may take the UNIX approach and use cd. Using the UNIX approach you will need to type something like this: >> cd../education/ My Homework /Aero/5-by-7/ Then you will need to run the GUI by typing in: >> Choroszucha Upon running the program you will be confronted by a welcoming screen like Figure 2.1. Figure 2.2 will appear after you have reliquished your soul, this is the main acquisition window, this is also accompanied by an empty plotting window which can be seen in Figure 2.3. For a further explanation of what each button and menu does please see Part III. 4

16 2.2. RUNNING THE GUI Choroszucha 5 Figure 2.1: Welcome Screen

17 2.2. RUNNING THE GUI Choroszucha 6 Figure 2.2: Main Acquisition Window

18 2.2. RUNNING THE GUI Choroszucha 7 Figure 2.3: Main Plotting Window

19 2.3. START PANEL Choroszucha Start Panel Updating Atmospheric Conditions One of the first things that should always be done, and done periodically throughout long tests, is to record the atmospheric conditions. This includes the wind tunnel temperature and the atmospheric pressure. To update the atmospheric conditions locate and press Atmospheric Conditions in the Start panel. This will open a window allowing you to enter the data. Be sure to write this down in your logbook. More on updating the atmospheric conditions can be found in Updating Test Parameters A useful, but not required, thing to do is input a test name, this could be either a reminder of what the test is, the team/project name, etc. If you intend on plotting force coefficients you will need to input the wetted surface area. To update the test parameters locate and press the Atmospheric Conditions in the Start panel. This will open a window allowing you to enter the specified parameters. More on updating the test parameters can be found in Notes On Run As an added reminder of what should be in your logbook you may enter notes on this run of the wind tunnel. Say you would like to note that in this test you are changing the angle of attack at a specific wind velocity, this is one spot you may enter it. To add notes on the run, press the Notes On Run button, type in notes and close the window, it will automatically save. More on the run notes can be found in Acquisition Properties If you wish to change the default parameters on the acquisition, although not recommended, you may by pressing the Acquisition Properties button. More on the acquisition properties can be found in

20 2.3. START PANEL Choroszucha Obtaining a Calibration This can be done in one of two ways, you may either load a previous calibration by pressing the Load Calibration button or you may perform a calibration by pressing the Calibrate Balance button. More on this can be found in the next chapter, 3.

21 Chapter 3 Calibration 3.1 Load Calibration Pressing the load calibration window will open a dialogue box asking you to select a mat file containing the calibration. Typically this will have calibration in the file name. 3.2 Calibrating From Scatch To create a new calibration you have one of two options. You may either press the Calibrate Balance button or you may find the menu Calibration and select Calibrate. Both will take you to main calibration window, displayed in Figure

22 3.2. CALIBRATING FROM SCATCH Choroszucha 11 Figure 3.1: Main Calibration Window Calibrating a Force or Moment Channel To calibrate a force or moment, select that force or moment by pressing the button of the main calibration window, as seen in Figure 3.1. This will open the Calibration Viewer, Figure 3.2.

23 3.2. CALIBRATING FROM SCATCH Choroszucha 12 Figure 3.2: Calibration Viewer To obtain a calibration curve attach the weight to the load pan and input the weight (in pounds) into the Weight edit box of the calibration viewer. When the weight has settled, press Take Next Data Point. Continue adding weights until you are satisfied. Once finished press Done in the calibration viewer. Do this for the remaining forces and moments. Once all forces and moments have been calibrated press Done in the main calibration window and you will return to the main acquisition window. To begin acquiring data. Note: The moment calibrations are multiplied by a moment arm dictated by the program. When calibrating, enter the weight of the mass used Polynomials of Different Degree The GUI is capable of polynomial calibrations. It is not recommended to use this, but if there are issues with the response this may be useful.

24 Chapter 4 Data Acquisition This chapter will address how to acquire data from the wind tunnel. 4.1 Zeroing Forces and Moments After calibration you may need to Zero the forces and moments. Zeroing is the addition of an extra constant to make the force or moment zero. 4.2 Options Before you can begin acquiring data you must select what to plot against. Your independent variable can be either a user defined variable, counter, manometer input or sensor input. These will be highlighted in the coming subsections Other (User Defined) Variable Using this GUI you are allowed to plot the acquired data against a variable of your choice. But it should be noted that you need to adjust the User Inputs above Take Next Data Point. You can delete the last data set, but this is strongly discouraged. Using a user defined input, you can take several data points at one setting and begin to get statistics. 13

25 4.3. ACQUIRING DATA Choroszucha Counter In selecting Counter, all forces and moments will be plotted against the data point number Manometer You can directly enter the heights of the manometer taps associated with the total and stagnation pressure Sensor Using a separate channel you can obtain the velocity directly from the wind tunnel. 4.3 Acquiring Data Plot Vs. In the Acquisition menu there is an option entitled Plot Vs. that will open the main plotting window. By default this will start with the GUI, but may need to be re-initialised if you have deleted data points Notes On Test Again, this is not a logbook replacement. If you have observations, or would like to make a note about this test, you should do it here Take Next Data Point Pressing this button you will acquire the specified number of points per test, as selected under the Acquisition Properties button. It will acquire however many samples per second for the time you have selected. It will then take an arithmetic mean and display that number. No filtering is occurring. and filter the data yourself. When you are finished, you will have to go back

26 4.4. SAVING DATA Choroszucha Plotting Previous Data Points After you have acquired the desired samples from pressing Take Next Data Point, you have the option of plotting the most recent acquired forces and moments as a function of time Possible Uses Some extra features that may not be readily apparent are listed below. Error Statistics After the wind tunnel has settled, you can take as many data points as you like. If you increase the number of Points Per Test in the Acquisition Properties button, you can automatically acquire that many points. This can be useful for getting error bars. Temporal Data If you save all the data, you have access to the time histories of all the force and moment data points. If you are interested in investigating specific events, you can change the Force Time To Sample in the Acquisition Properties button to plot the event versus time. 4.4 Saving Data There are many options when saving data. You may save all the data, and/or save the plotted data in various formats Saving All Data With the exception of the MAT file, a little progress window will appear to show the state of the save. MAT File If you have MATLAB readily available, then this is a nice option because you only need take it to another computer with MATLAB, or alternative, and read the file. This will give

27 4.4. SAVING DATA Choroszucha 16 you all the raw and calculated data in one file. Be careful, MATLAB changes the standard often, meaning that you may have compatibility issues. There are some other options which may work in reading in the mat files, these can be found in Appendix A. Universal Binary File By far the best, and most conservative option. These universal files are populated by ones and zeros that can be read by any machine running any operating system. This creates many folders and files. To transfer the files it is recommended to compress the main folder. Comma Separated Value Comma separated values are a clear text format that is delimited by commas. This can be useful in reading into another language because you always know the separator. This creates many folders and files. To transfer the files it is recommended to compress the main folder. Text File Another clear text format that is delimited by \t or the tab delimeter. This can be useful in reading into another language because you always know the separator. This creates many folders and files. To transfer the files it is recommended to compress the main folder Saving Plotted Data Comma Separated Value This will save the plotted data in a specified format separated by commas. TEX A very neat option, this will output a table and figure in a pdf format.

28 4.4. SAVING DATA Choroszucha 17 Excel For quick manipulation you may save the plotted data as an Excel file. This option is not available for saving all the data because of the limitations on the size of an Excel spreadsheet.

29 Part II Analysing and Viewing Data 18

30 Chapter 5 MAT Calibration Files 19

31 Chapter 6 MAT Data Files 20

32 Chapter 7 Comma Separated Value Files (CSV) 21

33 Chapter 8 TEXFiles (TEX) 22

34 Chapter 9 Excel Files (XLS) 23

35 Chapter 10 Text Files (TXT) 24

36 Chapter 11 Binary Files (BIN) 25

37 Part III The GUI 26

38 Chapter 12 GUI Panels This chapter will cover the functions of the various GUI panels, what they do, what they may lead to, etc Start Figure 12.1: Start Panel As suggested by the title, this panel is where you should start, but you may not need all the buttons. Figure 12.1 displays the Start Panel. This can be found in the upper left corner of the Choroszucha window Manometer Properties Pressing the Manometer Properties button will allow you to change the multiplier and the noted specific gravity of the liquid you are using in the manometer. 27

39 12.1. START Choroszucha 28 If you intend on plotting your forces as a function of air speed there are two built-in settings that will allow you to do so, these are the Manometer and Sensor setting in the Options Panel, see for further reference. The manometer, the bank of tubes filled with liquid (see Figure 12.2), has tubes attached to a static pressure orifice and a total pressure pitot tube in the wind tunnel. We may use Bernoulli s Law and temperature and density equivalences to arrive at the equation for the air speed in feet per second qoil T R V = α, (12.1) P atm where V is air speed in feet per second [ft/sec], α is the multiplier, for the red gauge oil α = , q oil is the height difference in inches of oil [in. red gauge oil] of the static pressure and total pressure ports, T R is the temperature in degrees Rankine [ R] and P atm is the atmospheric pressure in inches Mercury [inhg]. (12.1) is specifically for the red gauge oil used in the 5ft 7ft wind tunnel. Figure 12.2: An Example of a Manometer Bank Figure 12.3 below is the window that will appear if you press the Manometer Prop-

40 12.1. START Choroszucha 29 erties button allowing you to change the multiplier α and the specific gravity of the liquid you are using, it is strongly discouraged that you modify these parameters unless you are using a different liquid. Figure 12.3: Manometer Properties Window In the event that you do need to modify these parameters, enter the values into the respective edit box and press Update. The defaults are a multiplier value of and a specific gravity of Acquisition Properties The acquisition properties determine your sample time, frequency and number of times to perform a sample per press of the Take Next Data Point button. Sample rate is the number of samples per second, time to sample is the length of time to sample. To calculate the number of data points you will use the following equation: N = S t, (12.2) where N is the number of data points, S is the sample rate and t is the time to sample. There are two options currently, one for sampling pressure, which will be used for determining the velocity; and the second for the forces and moments. Finally, there is Points Per Test edit box. This box allows you to set the number of data points to take per press of the Take Next Data Point button Figure 12.4 below is the window that will appear if you press the Acquisition Properties button. The window will allow you to change all the previously discussed acquisition parameters. Figure 12.4: Acquisition Properties Window

41 12.1. START Choroszucha 30 To change the acquisition properties select the edit box of the desired parameter and enter the preferred value. Then press the Update button Test Parameters The Test Parameters contain the name of the test or team running and the wetted surface area of the test section. Figure 12.5 shows the window that will appear if you press the Test Parameters button. Figure 12.5: Test Parameters Window To change the test parameters select the edit box of the desired parameter and enter the preferred value. Then press the Update button. The defaults are nil and 1 [ft 2 ] for the Test Name and Surface Area, respectively Atmospheric Conditions The atmospheric conditions are used in some calculations so it is imperative that these be updated. Figure 12.6 shows the window that will appear if you press the Atmospheric Conditions button. It should be noted that these must be given in the units of inched Mercury [inhg] and degrees Fahrenheit [ F ] for atmospheric pressure and temperature, respectively. Figure 12.6: Atmospheric Properties Window To change the atmospheric conditions select the edit box of the desired parameter and enter the preferred value. Then press the Update button. The defaults should not be used.

42 12.1. START Choroszucha Notes On Run Note: THIS IS NOT A LOGBOOK REPLACEMENT! You should write down everything in your own logbook. The notes on the run are meant for comments on the current run, e.g. what this test is supposed to accomplish. A window like Figure 12.7 will appear if you press the Notes On Run button. Figure 12.7: Notes On Run Window To update notes on the run, press the Notes On Run button, enter the text and simply close the window. It will automatically save Load Calibration The load calibration allows one to load previous calibrations. By pressing the Load Calibration button a window like Figure 12.8 will appear allowing you to select what calibration file to use.

43 12.1. START Choroszucha 32 Figure 12.8: Load Calibration Dialogue Box Unless modified by the user, the calibration file should contain calibration in the name Calibrate Balance This will open the Calibration Window, see Start Visible Once you are finished with this panel you may choose to make it invisible by pressing the Start Visible button. The result of pressing this button can be seen in Figure 12.9.

44 12.2. OPTIONS Choroszucha 33 (a) Start Visible (b) Start Invisible Figure 12.9: Result of Pressing the Start Visible Button This feature is meant to make it harder to accidentally change settings Options The options panel contains buttons that will allow you to choose what you wish to plot your forces against, whether or not to zero input and whether or not to erase the last or all data sets. Figure shows the Options panel which is located in the top centre of the main Choroszucha window. Figure 12.10: Options Panel Use... These radio buttons allow you to choose what parameter your forces will be plotted against.

45 12.2. OPTIONS Choroszucha 34 Other Selecting the Other radio button changes the User Inputs panel to a user defined x-axis, see Manometers Selecting the Other radio button changes the User Inputs panel to a velocity defined x-axis, where the velocities are obtained by the difference of two selected manometer tubes, see Counter Selecting the Other radio button changes the User Inputs panel to a x-axis defined by the number of times the Take Next Data Point button has been pressed, see Sensor Selecting the Other radio button changes the User Inputs panel to a velocity defined x-axis, where the velocities are obtained by differences of pressure transducers, see Zero Input Zeroing the inputs allows for you to calibrate the balance at any point, assuming a linear fit is chosen. It works by acquiring data at that instant, meaning and subtracting the respective voltage from each force channel. Figure shows the warning window that will appear if you press the Zero Inputs button. By pressing Yes the program will perform the zero, but by pressing No or closing the window, nothing will happen. Figure 12.11: Zero Input Window

46 12.2. OPTIONS Choroszucha Erase Last Set Erasing the last set will remove the data that was taken by the last press of the Take Next Data Point button. Figure is the window that will appear upon pressing the Erase Last Set button. By pressing Yes the program will perform the deletion, but by pressing No or closing the window, nothing will happen. Figure 12.12: Erase Last Data Set Window Reset Data Resetting the data will clear all raw data, calculated data and notes. It does leave the calibration. Figure is the window that will appear if you press the Reset Data button. By pressing Yes the program will perform the reset, but by pressing No or closing the window, nothing will happen. Figure 12.13: Reset All Data Window Options Visible Once you are finished with this panel you may choose to make it invisible by pressing the Options Visible button. The result of pressing this button can be seen in Figure

47 12.3. USER INPUTS Choroszucha 36 (a) Options Visible (b) Options Invisible Figure 12.14: Result of Pressing the Options Visible Button This feature is meant to make it harder to accidentally change or erase anything User Inputs Other Figure 12.15: User Inputs Panel for Other Manometers Figure 12.16: User Inputs Panel for Manometer

48 12.4. NOTES ON CURRENT TEST Choroszucha Counter Figure 12.17: User Inputs Panel for Counter Sensor Figure 12.18: User Inputs Panel for Sensor 12.4 Notes On Current Test Note: THIS IS NOT A LOGBOOK REPLACEMENT! You should write down everything in your own logbook. Figure 12.19: Notes On Current Test Panel

49 12.5. CURRENT VALUES OF PLOTTED PARAMETERS Choroszucha Current Values of Plotted Parameters Figure 12.20: Current Values Panel 12.6 Current States Figure 12.21: Current States Panel

50 39

51 13.1. SAVE DATA Choroszucha 40 Chapter 13 Menus 13.1 Save Data Save All Data to MAT Save All Data to BIN Save All Data to CSV Save All Data to TXT Save Plotted Data to CSV Save Plotted Data to TEX Save Plotted Data to XLS 13.2 Calibration Calibrate Load Calibration Parameters Display Calibration Parameters 13.3 Acquisition Acquisition Properties

52 Part IV Appendix 41

53 Appendix A Free and Open Source Alternatives The world of Open Source and Freeware is vast and the quality is often outstanding. There are several Computer Algebra Systems, some of my favourite Open Source alternatives to MATLAB are: 1. Octave Octave is readily available on any UNIX environment, coupled with GNUplot, this is an amazingly powerful tool with a great deal of compatibility to MATLAB. For users of Cygwin, all you need to do is type octave at the terminal command prompt and then it is the same interface as MATLAB. For Windows users I strongly recommend downloading and using Cygwin or creating another partition on your hard drive for dual booting a Linux distro. For those new to Linux I would recommend Ubuntu as it is about as simple to install as putting the CD into the tray and following the directions. 2. FreeMAT FreeMAT is meant as a MATLAB clone, it grows bigger and better every day. 3. SciLab/SciCos SciLab is close to a clone, again it has a great deal of compatibility, has a Simulink front end available. It also has a LabVIEW toolbox which is quite useful. The only issue is the file extensions and some annoying UI features. 4. SAGE SAGE is a very different language from the rest listed, but it is based in python and can even be accessed via the internet. All these are available across all major platforms, Linux, Mac and Windows. 42

Determination of Drag Coefficient

Determination of Drag Coefficient DEPARTMENT OF MECHANICAL, INDUSTRIAL AND MANUFACTURING ENGINEERING MIMU 505 - MEASUREMENT AND ANALYSIS Determination of Drag Coefficient You will need to bring a zip disk or USB storage device to the lab

More information

AME 20213: Fundamentals of Measurements and Data Analysis. LEX-3: Wind Tunnel Pressure Measurement Uncertainty 9 October 2006

AME 20213: Fundamentals of Measurements and Data Analysis. LEX-3: Wind Tunnel Pressure Measurement Uncertainty 9 October 2006 AME 20213: Fundamentals of Measurements and Data Analysis LEX-3: Wind Tunnel Pressure Measurement Uncertainty 9 October 2006 TA: John Schmitz Office: B028 Hessert Phone: 1-2317 E-mail : jschmitz@nd.edu

More information

Appendix 7: New Features in V 3.5

Appendix 7: New Features in V 3.5 Appendix 7: New Features in V 3.5 Port Flow Analyzer has had many updates since this user manual was written for the original v3.0 for Windows. These include 3.0 A through v3.0 E and now v3.5. Here is

More information

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Measurement Instrumentation Rapid, on-line measurement of temperature, pressure, liquid level, flow rate and composition is

More information

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Measurement Instrumentation Rapid, on-line measurement of temperature, pressure, liquid level, flow rate and composition is

More information

Appendix E: Software

Appendix E: Software Appendix E: Software Video Analysis of Motion Analyzing pictures (movies or videos) is a powerful tool for understanding how objects move. Like most forms of data, video is most easily analyzed using a

More information

Kulite DAQ. Data Acquisition Software User s Manual. Version 3.2.0

Kulite DAQ. Data Acquisition Software User s Manual. Version 3.2.0 Kulite DAQ Data Acquisition Software User s Manual Version 3.2.0 Table of Contents Kulite DAQ Overview... 3 Main Window... 4 1. Menu bar... 4 2. Interface selection... 5 3. Found devices... 5 4. Sorting...

More information

FT2 View Instruction Manual

FT2 View Instruction Manual 399 Reservation Road, Marina, California U.S.A. Ph: (831) 384-4300 Fax: (831) 337-5786 www.foxthermalinstruments.com 2006 Fox Thermal Instruments, Inc. 07/19/13 Introduction: The FT2 View application software

More information

Graphing with Microsoft Excel

Graphing with Microsoft Excel Graphing with Microsoft Excel As an AP Physics 1 student, you must be prepared to interpret and construct relationships found in physical laws and experimental data. This exercise is meant to familiarize

More information

Excel Primer CH141 Fall, 2017

Excel Primer CH141 Fall, 2017 Excel Primer CH141 Fall, 2017 To Start Excel : Click on the Excel icon found in the lower menu dock. Once Excel Workbook Gallery opens double click on Excel Workbook. A blank workbook page should appear

More information

Lab 1 Intro to MATLAB and FreeMat

Lab 1 Intro to MATLAB and FreeMat Lab 1 Intro to MATLAB and FreeMat Objectives concepts 1. Variables, vectors, and arrays 2. Plotting data 3. Script files skills 1. Use MATLAB to solve homework problems 2. Plot lab data and mathematical

More information

Fox Thermal Instruments, Inc.

Fox Thermal Instruments, Inc. Fox Thermal Instruments, Inc. THERMAL MASS FLOW METER & TEMPERATURE TRANSMITTER FT2A View www.foxthermalinstruments.com 399 Reservation Road Marina, CA. 93933 105406 Rev. A Notice FOX THERMAL INSTRUMENTS

More information

Introduction to MATLAB

Introduction to MATLAB Introduction to MATLAB Introduction: MATLAB is a powerful high level scripting language that is optimized for mathematical analysis, simulation, and visualization. You can interactively solve problems

More information

National Instruments Analog-to-Digital (NI A2D) Module Manual

National Instruments Analog-to-Digital (NI A2D) Module Manual Particle Analysis and Display System (PADS): National Instruments Analog-to-Digital (NI A2D) Module Manual DOC-0292 Rev A PADS 3.5, NI A2D Module 3.5 2545 Central Avenue Boulder, CO 80301 USA C O P Y R

More information

Cal-Bay Systems XY Plotter, Time-Base Recorder, Automated Tester. Users Guide. Rev 3.1

Cal-Bay Systems XY Plotter, Time-Base Recorder, Automated Tester. Users Guide. Rev 3.1 Cal-Bay Systems XY Plotter, Time-Base Recorder, Automated Tester Users Guide Rev 3.1 Contents... 1 Quick Start Guide... 2 Selecting a Test Specification... 3 Clearing Traces... 4 Saving Traces...4 Loading

More information

Table of Contents. Introduction.*.. 7. Part /: Getting Started With MATLAB 5. Chapter 1: Introducing MATLAB and Its Many Uses 7

Table of Contents. Introduction.*.. 7. Part /: Getting Started With MATLAB 5. Chapter 1: Introducing MATLAB and Its Many Uses 7 MATLAB Table of Contents Introduction.*.. 7 About This Book 1 Foolish Assumptions 2 Icons Used in This Book 3 Beyond the Book 3 Where to Go from Here 4 Part /: Getting Started With MATLAB 5 Chapter 1:

More information

DRAFT. DETERMINATION OF STACK GAS VELOCITY AND VOLUMETRIC FLOW RATE (Three-Dimensional Pitot Tube)

DRAFT. DETERMINATION OF STACK GAS VELOCITY AND VOLUMETRIC FLOW RATE (Three-Dimensional Pitot Tube) DRAFT Draft: 6/30/93 DETERMINATION OF STACK GAS VELOCITY AND VOLUMETRIC FLOW RATE (Three-Dimensional Pitot Tube) 1. Applicability and Principle 1.1 Applicability. This method is applicable for measurement

More information

AKELA Vector Network Analyzer (VNA) Quick Start Guide

AKELA Vector Network Analyzer (VNA) Quick Start Guide AKELA Vector Network Analyzer (VNA) Quick Start Guide Copyright AKELA, Inc. 2012, all rights reserved http:\\akelainc.com LabVIEW and LabWindows are registered trademarks of National Instruments Incorporated

More information

PRODAS Newsletter. Announcing the Release of PRODAS Version 3.6. MATLAB/Simulink Trajectory Module

PRODAS Newsletter. Announcing the Release of PRODAS Version 3.6. MATLAB/Simulink Trajectory Module PRODAS Newsletter If You Can t Get a Bigger Target Fall 2011 Announcing the Release of PRODAS Version 3.6 As times change, so do the tools we use to do our work. As Arrow Tech gets deeper and deeper into

More information

CDSS 3 Carriage Driving Scoring System version 3

CDSS 3 Carriage Driving Scoring System version 3 CDSS 3 Carriage Driving Scoring System version 3 Installation Operating System This has been built to run on Windows 7, 8 & 10. There is no support for running on Windows XP. Prerequisites: IMPORTANT You

More information

Utilizing Student Computers for Laboratory Data Acquisition in a University-Wide Laptop Environment

Utilizing Student Computers for Laboratory Data Acquisition in a University-Wide Laptop Environment Utilizing Student Computers for Laboratory Data Acquisition in a University-Wide Laptop Environment Lewis G. Frasch, P.E. Lawrence Technological University Session 2559 Abstract Laptop computers are being

More information

ANSYS AIM Tutorial Fluid Flow Through a Transition Duct

ANSYS AIM Tutorial Fluid Flow Through a Transition Duct ANSYS AIM Tutorial Fluid Flow Through a Transition Duct Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Problem Specification Start Up Geometry Import Geometry Extracting Volume Suppress

More information

Notes on installing and using the OM-USB-5201 and OM-USB-5203 data logging devices

Notes on installing and using the OM-USB-5201 and OM-USB-5203 data logging devices Notes on installing and using the OM-USB-5201 and OM-USB-5203 data logging devices Thank you for purchasing the OM-USB-5201 or OM-USB-5203 device from Omega Engineering! Please read this sheet to help

More information

Fitting data with Matlab

Fitting data with Matlab Fitting data with Matlab 1. Generate a delimited text file (from LabVIEW, a text editor, Excel, or another spreadsheet application) with the x values (time) in the first column and the y values (temperature)

More information

INSTRUCTION MANUAL FOR GUARDIAN INFINITY SIM PROGRAM

INSTRUCTION MANUAL FOR GUARDIAN INFINITY SIM PROGRAM INSTRUCTION MANUAL FOR GUARDIAN INFINITY SIM PROGRAM Model: INF Firmware 60.xxx Date: July 16, 2008 Page 0 of 29 INDEX 1- INFSIM OVERVIEW:...3 1.1- STARTING THE SOFTWARE:...3 1.2- ESTABLISHING COMMUNICATIONS:...3

More information

Installation Guide. Research Computing Team V2.0 RESTRICTED

Installation Guide. Research Computing Team V2.0 RESTRICTED Installation Guide Research Computing Team V2.0 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Parametric & Hone User Guide

Parametric & Hone User Guide Parametric & Hone User Guide IES Virtual Environment Copyright 2017 Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced in any Contents

More information

What s New in AAA? Design Analysis Research. Version 3.3. February 2011

What s New in AAA? Design Analysis Research. Version 3.3. February 2011 Design Analysis Research What s New in AAA? Version 3.3 February 2011 AAA 3.3 contains various enhancements and revisions to version 3.2 as well as bug fixes. This version has 287,000 lines of code and

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

Residual Gas Analyzers XT Series

Residual Gas Analyzers XT Series Residual Gas Analyzers XT Series Extorr XT Series Residual Gas Analyzers The Extorr XT systems are ideal for gas analysis, leak detection and vacuum processing applications. These reliable, easy to use

More information

DAQFactory U3 Tutorial Getting Started with DAQFactory-Express and your LabJack U3 11/3/06

DAQFactory U3 Tutorial Getting Started with DAQFactory-Express and your LabJack U3 11/3/06 DAQFactory U3 Tutorial Getting Started with DAQFactory-Express and your LabJack U3 11/3/06 Congratulations on the purchase of your new LabJack U3. Included on your installation CD is a fully licensed copy

More information

Fox Thermal Instruments, Inc.

Fox Thermal Instruments, Inc. Fox Thermal Instruments, Inc. THERMAL MASS FLOW METER & TEMPERATURE TRANSMITTER FT3 View www.foxthermalinstruments.com 399 Reservation Road Marina, CA. 93933 104845 Rev. D Notice FOX THERMAL INSTRUMENTS

More information

FLOWgate500. Software Manual. Software Manual FLOWgate500 Release 2.2. Revision number: V2.2. Manufacturer: SICK AG. Erwin-Sick-Str.

FLOWgate500. Software Manual. Software Manual FLOWgate500 Release 2.2. Revision number: V2.2. Manufacturer: SICK AG. Erwin-Sick-Str. FLOWgate500 Software Manual Software Manual FLOWgate500 Release 2.2 Revision number: V2.2 Manufacturer: SICK AG Erwin-Sick-Str.1 D-79183 Waldkirch Germany Place of manufacture: SICK Engineering GmbH Bergener

More information

LECO (TruSpec CN) - Quick Reference Guide

LECO (TruSpec CN) - Quick Reference Guide LECO (TruSpec CN) - Quick Reference Guide Logging On (if necessary) Coming soon Items to check prior to beginning analysis Gases Compressed Air should read 40psi. Helium and Oxygen should read 35psi on

More information

AMS 27L LAB #2 Winter 2009

AMS 27L LAB #2 Winter 2009 AMS 27L LAB #2 Winter 2009 Plots and Matrix Algebra in MATLAB Objectives: 1. To practice basic display methods 2. To learn how to program loops 3. To learn how to write m-files 1 Vectors Matlab handles

More information

MODEL.6715 DATA ACQUISITION SOFTWARE INSTRUCTION MANUAL

MODEL.6715 DATA ACQUISITION SOFTWARE INSTRUCTION MANUAL MODEL.6715 DATA ACQUISITION SOFTWARE INSTRUCTION MANUAL 01001 1406 1 Note: 1. Specifications and the related details in this manual will be subject to change along with the software version upgrade. 2.

More information

User Manual. Recorder of environmental conditions THBR. Version: 2.0.2

User Manual. Recorder of environmental conditions THBR. Version: 2.0.2 User Manual Recorder of environmental conditions THBR Version: 2.0.2 2 TABLE OF CONTENTS 1. INTENDED USE... 4 2. INSTALLATION... 5 2.1. System requirements... 5 2.2. Installation process... 5 2.3. Program

More information

Clinic Visual Evoked Response Imaging System Short User Manual

Clinic Visual Evoked Response Imaging System Short User Manual Clinic 6.0.9 EDI@veris-edi.com http://www.veris-edi.com Visual Evoked Response Imaging System Short User Manual Electro-Diagnostic Imaging, Inc. 200F Twin Dolphin Drive Redwood City, CA 94065-1402 2 Table

More information

WSDA User Guide

WSDA User Guide User Guide Version 8500-0029 rev. 006 WSDA -1000 User Guide www.microstrain.com Little Sensors, Big Ideas. 2012 by 459 Hurricane Lane, Suite 102 Williston, VT 05495 Phone 802-862-6629 Fax 802-863-4093

More information

Appendix A - Calibration Data Sheets for Pika T701 Test Instruments Primary Anemometer Pre-Test Calibration

Appendix A - Calibration Data Sheets for Pika T701 Test Instruments Primary Anemometer Pre-Test Calibration Appendix A - Calibration Data Sheets for Pika T701 Test Instruments Primary Anemometer Pre-Test Calibration Figure A1. Primary anemometer manufacturer calibration sheet pg 1 of 2. 29 Figure A2. Primary

More information

Table of Contents. 1. Prepare Data for Input. CVEN 2012 Intro Geomatics Final Project Help Using ArcGIS

Table of Contents. 1. Prepare Data for Input. CVEN 2012 Intro Geomatics Final Project Help Using ArcGIS Table of Contents 1. Prepare Data for Input... 1 2. ArcMap Preliminaries... 2 3. Adding the Point Data... 2 4. Set Map Units... 3 5. Styling Point Data: Symbology... 4 6. Styling Point Data: Labels...

More information

Monitoring patient status over time using common pain and musculoskeletal outcome measures

Monitoring patient status over time using common pain and musculoskeletal outcome measures icahe Outcomes Calculator Chronic Disease Version Software Guide Monitoring patient status over time using common pain and musculoskeletal outcome measures Prepared by Research Team The International Centre

More information

USB Instruments EasyLogger for PS40M10 "Swordfish" Help

USB Instruments EasyLogger for PS40M10 Swordfish Help USB Instruments EasyLogger for PS40M10 "Swordfish" Help I EasyLogger for PS40M10 Help Table of Contents Part I Introduction 3 1 Welcome to... EasyLogger for PS40M10 3 2 EasyLogger... Features 4 Part II

More information

AE483: Lab #1 Sensor Data Collection and Analysis

AE483: Lab #1 Sensor Data Collection and Analysis AE483: Lab #1 Sensor Data Collection and Analysis T. Bretl September 11, 2017 1 Goal You will be working with the AscTec Hummingbird Quadrotor this semester. There are two sources of sensor data that you

More information

How to Export a Report in Cognos Analytics

How to Export a Report in Cognos Analytics IBM Cognos Analytics How to Export a Report in Cognos Analytics Reports viewed in IBM Cognos Analytics can be exported in many formats including Excel. Some of the steps for exporting are different depending

More information

TRIDENT MOISTURE METER MEASUREMENT SYSTEM

TRIDENT MOISTURE METER MEASUREMENT SYSTEM TRIDENT MOISTURE METER MEASUREMENT SYSTEM CONTENTS General Overview General Notes on the User Program Technical Support TRIDENT LOGGING UNIT Menu Items 1. Unit Operation 2. Sand 3. Gravel 4. Crushed Stone

More information

Advanced Programming Features

Advanced Programming Features Advanced Programming Features Compute Tools 4 and 5 Program Area Level 5 The two advance programming templates for manipulating data are Compute Tools 4 and Compute Tools 5. Each of these templates provide

More information

Dr Richard Greenaway

Dr Richard Greenaway SCHOOL OF PHYSICS, ASTRONOMY & MATHEMATICS 4PAM1008 MATLAB 1 Introduction to MATLAB Dr Richard Greenaway 1 Introduction to MATLAB 1.1 What is MATLAB? MATLAB is a high-level technical computing language

More information

Using LabVIEW. with. BiPOM Boards. Quick Start Guide. Document Revision: Date: 18 September, 2009

Using LabVIEW. with. BiPOM Boards. Quick Start Guide. Document Revision: Date: 18 September, 2009 Using LabVIEW with BiPOM Boards Quick Start Guide Document Revision: 1.01 Date: 18 September, 2009 BiPOM Electronics, Inc. 16301 Blue Ridge Road, Missouri City, Texas 77489 Telephone: 1-713-283-9970. Fax:

More information

Temperature-Humidity Sensor Configuration Tool Rev. A 1/25/

Temperature-Humidity Sensor Configuration Tool Rev. A 1/25/ Rev. A 1/25/213 172 Contents Contents Temperature-Humidity Sensor Configuration Tool... 3 Read Sensor Screen... 3 Manual Calibration Screen... 4 Register View Screen... 5 Modbus Registers... 6 Reprogram

More information

CFD++ APPLICATION ON WIND TUNNEL DATA ANALYSIS

CFD++ APPLICATION ON WIND TUNNEL DATA ANALYSIS CFD++ APPLICATION ON WIND TUNNEL DATA ANALYSIS Introduction Piaggio Aero Industries is actually studing a new mid size jet for civilian use. Many people and many disciplines are implicated but up to now

More information

Data and Function Plotting with MATLAB (Linux-10)

Data and Function Plotting with MATLAB (Linux-10) Data and Function Plotting with MATLAB (Linux-10) This tutorial describes the use of MATLAB for general plotting of experimental data and equations and for special plots like histograms. (Astronomers -

More information

STANDARD OPERATING PROCEDURES SOP : 1736 PAGE: 1 of 35 REV: 0.0 DATE: 09/25/06 MEASUREMENT OF AIR CHANGES USING THE WOLFSENSE IAQ PROBE

STANDARD OPERATING PROCEDURES SOP : 1736 PAGE: 1 of 35 REV: 0.0 DATE: 09/25/06 MEASUREMENT OF AIR CHANGES USING THE WOLFSENSE IAQ PROBE PAGE: 1 of 35 CONTENTS 1.0 SCOPE AND APPLICATION 2.0 METHOD SUMMARY 3.0 SAMPLE PRESERVATION, CONTAINERS, HANDLING, AND STORAGE 4.0 INTERFERENCES AND POTENTIAL PROBLEMS 5.0 EQUIPMENT/APPARATUS 6.0 REAGENTS

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Visual Physics Introductory Lab [Lab 0]

Visual Physics Introductory Lab [Lab 0] Your Introductory Lab will guide you through the steps necessary to utilize state-of-the-art technology to acquire and graph data of mechanics experiments. Throughout Visual Physics, you will be using

More information

New Capabilities in Project Hydra for Autodesk Simulation Mechanical

New Capabilities in Project Hydra for Autodesk Simulation Mechanical New Capabilities in Project Hydra for Autodesk Simulation Mechanical Sualp Ozel, PE. Autodesk SM2447-L In this hands-on lab, we will go through several exercises and cover several new capabilities included

More information

Physics 101, Lab 1: LINEAR KINEMATICS PREDICTION SHEET

Physics 101, Lab 1: LINEAR KINEMATICS PREDICTION SHEET Physics 101, Lab 1: LINEAR KINEMATICS PREDICTION SHEET After reading through the Introduction, Purpose and Principles sections of the lab manual (and skimming through the procedures), answer the following

More information

Wind tunnel experiments on a rotor model in yaw

Wind tunnel experiments on a rotor model in yaw Nord-Jan ermeer Faculty of Civil Engineering and Geosciences Stevinweg 8 CN Delft The Netherlands Tel: + 78 Fax: + 78 7 E-mail: n.vermeer@ct.tudelft.nl http://www.ct.tudelft.nl/windenergy/ivwhome.htm The

More information

Warrior Control Panel

Warrior Control Panel Warrior Control Panel The Control Panel sets certain global characteristics of the Warrior system. The Warrior Control Panel is started from its icon in the Warrior program group or via the Windows Program

More information

General Program Description

General Program Description General Program Description This program is designed to interpret the results of a sampling inspection, for the purpose of judging compliance with chosen limits. It may also be used to identify outlying

More information

CHM 579 LAB 2B: MOLECULAR DYNAMICS SIMULATION OF WATER IN GROMACS

CHM 579 LAB 2B: MOLECULAR DYNAMICS SIMULATION OF WATER IN GROMACS CHM 579 LAB 2B: MOLECULAR DYNAMICS SIMULATION OF WATER IN GROMACS In this lab you will learn the basics of using the GROningen MAchine for Chemical Simulations (GROMACS) package. The first system to study

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

Open Loop Step Response

Open Loop Step Response TAKE HOME LABS OKLAHOMA STATE UNIVERSITY Open Loop Step Response by Sean Hendrix revised by Trevor Eckert 1 OBJECTIVE The objective is to find a first-order model for a DC motor using the open loop step

More information

Manual Whisker Annotator

Manual Whisker Annotator Manual Whisker Annotator Homepage: http://www.mwa.bretthewitt.net Getting Started To get started, go to file new, and browse to the video you wish to annotate. Once the video has been selected, you will

More information

Download Instructions

Download Instructions Download Instructions The download page provides several options for importing data back into your applications. The Excel template will automatically format the data within the commadelimited file. The

More information

STAR-CCM+: Ventilation SPRING Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 9, 11 pm)

STAR-CCM+: Ventilation SPRING Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 9, 11 pm) STAR-CCM+: Ventilation SPRING 208. Notes on the software 2. Assigned exercise (submission via Blackboard; deadline: Thursday Week 9, pm). Features of the Exercise Natural ventilation driven by localised

More information

FLOWING FLUIDS AND PRESSURE VARIATION

FLOWING FLUIDS AND PRESSURE VARIATION Chapter 4 Pressure differences are (often) the forces that move fluids FLOWING FLUIDS AND PRESSURE VARIATION Fluid Mechanics, Spring Term 2011 e.g., pressure is low at the center of a hurricane. For your

More information

Flo-Ware. Discovering. Model 260/268 Flo-Tote System Manual. Version 3.1. Instrument & Data Management System for Windows 95,98 & NT

Flo-Ware. Discovering. Model 260/268 Flo-Tote System Manual. Version 3.1. Instrument & Data Management System for Windows 95,98 & NT Discovering Flo-Ware TM Instrument & Data Management System for Windows 95,98 & NT Year 2000 Compliance Open System Instrument Communications Data Management Data Editing Presentation Quality Charts Text

More information

Version 1.1. COPYRIGHT 1999 Tufts University and Vernier Software. ISBN (Windows) ISBN (Macintosh)

Version 1.1. COPYRIGHT 1999 Tufts University and Vernier Software. ISBN (Windows) ISBN (Macintosh) Logger Pro Tutorials Version 1.1 COPYRIGHT 1999 Tufts University and Vernier Software ISBN 0-918731-92-5 (Windows) ISBN 0-918731-91-7 (Macintosh) Distributed by Vernier Software 8565 S.W. Beaverton-Hillsdale

More information

Excel For Algebra. Conversion Notes: Excel 2007 vs Excel 2003

Excel For Algebra. Conversion Notes: Excel 2007 vs Excel 2003 Excel For Algebra Conversion Notes: Excel 2007 vs Excel 2003 If you re used to Excel 2003, you re likely to have some trouble switching over to Excel 2007. That s because Microsoft completely reworked

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

OIW-EX Series of Oil In Water Analyzers MiView Handbook Document code: OIW-HBO-0013 Version: EX July 2013

OIW-EX Series of Oil In Water Analyzers MiView Handbook Document code: OIW-HBO-0013 Version: EX July 2013 OIW-EX Series of Oil In Water Analyzers MiView Handbook Document code: OIW-HBO-0013 Version: EX-004 17 July 2013 Tel: +44 (0) 28 9332 8922 Document History Change No. Version No. Description Month & Year

More information

0 Graphical Analysis Use of Excel

0 Graphical Analysis Use of Excel Lab 0 Graphical Analysis Use of Excel What You Need To Know: This lab is to familiarize you with the graphing ability of excels. You will be plotting data set, curve fitting and using error bars on the

More information

Comfort Optimizer Installation Instructions

Comfort Optimizer Installation Instructions Congratulations on choosing the best all around load calculation program available. Along with this instruction manual should be the installation CD. Before we can install the Comfort Optimizer, we have

More information

Designing a track in Adams/Car:

Designing a track in Adams/Car: Warning: Remember to change your working directory before you begin this lesson. If you do not, Adams may not work correctly. Also remember to move everything you wish to keep from the working directory

More information

SAMLab Tip Sheet #4 Creating a Histogram

SAMLab Tip Sheet #4 Creating a Histogram Creating a Histogram Another great feature of Excel is its ability to visually display data. This Tip Sheet demonstrates how to create a histogram and provides a general overview of how to create graphs,

More information

First Steps - Ball Valve Design

First Steps - Ball Valve Design COSMOSFloWorks 2004 Tutorial 1 First Steps - Ball Valve Design This First Steps tutorial covers the flow of water through a ball valve assembly before and after some design changes. The objective is to

More information

CITO2 Installation & User Instructions

CITO2 Installation & User Instructions CITO2 Installation & User Instructions DD 56107 Stoneridge Electronics Ltd 1. Installation...4 1.1. System Requirements...4 1.2. Installing CITO2...4 1.3. Uninstalling CITO2...4 2. Starting and closing

More information

Engineering Data Management Software. User s Guide. CoCo DSA Mode Spider Real-Time Mode Post Analysis Mode (CoCo VDC Mode not included)

Engineering Data Management Software. User s Guide. CoCo DSA Mode Spider Real-Time Mode Post Analysis Mode (CoCo VDC Mode not included) EDM USER S MANUAL Engineering Data Management Software User s Guide CoCo DSA Mode Spider Real-Time Mode Post Analysis Mode (CoCo VDC Mode not included) Version 1.00 Crystal Instruments Corporation 4699

More information

Using DataQuest on a Handheld

Using DataQuest on a Handheld Using DataQuest on a Handheld Appendix B This appendix gives an overview of using the Vernier DataQuest application on a TI-Nspire handheld. It includes information on accessing the common tools in the

More information

WinSTS Data Acquisition Software. Version:

WinSTS Data Acquisition Software. Version: 6.0 WinSTS Data Acquisition Software Version: 3.1.1.0 6.3 TABLE OF CONTENTS 6.1 INTRODUCTION... 6.5 6.2 WINSTS SOFTWARE INSTALLATION... 6.6 6.2.1 WinSTS Installation... 6.6 6.2.2 WinSTS Updating... 6.6

More information

Flow Field of Truncated Spherical Turrets

Flow Field of Truncated Spherical Turrets Flow Field of Truncated Spherical Turrets Kevin M. Albarado 1 and Amelia Williams 2 Aerospace Engineering, Auburn University, Auburn, AL, 36849 Truncated spherical turrets are used to house cameras and

More information

For more detailed instruction, see the KTA-282 user manual. This document is a condensed version; intended as a reference.

For more detailed instruction, see the KTA-282 user manual. This document is a condensed version; intended as a reference. For more detailed instruction, see the KTA-282 user manual. This document is a condensed version; intended as a reference. Weather Station Setup Configuring the KTA-282 Connection Description V + Power

More information

A/D Converter. Sampling. Figure 1.1: Block Diagram of a DSP System

A/D Converter. Sampling. Figure 1.1: Block Diagram of a DSP System CHAPTER 1 INTRODUCTION Digital signal processing (DSP) technology has expanded at a rapid rate to include such diverse applications as CDs, DVDs, MP3 players, ipods, digital cameras, digital light processing

More information

How do you roll? Fig. 1 - Capstone screen showing graph areas and menus

How do you roll? Fig. 1 - Capstone screen showing graph areas and menus How do you roll? Purpose: Observe and compare the motion of a cart rolling down hill versus a cart rolling up hill. Develop a mathematical model of the position versus time and velocity versus time for

More information

Intermediate Lab PHYS 3870

Intermediate Lab PHYS 3870 Intermediate Lab PHYS 3870 CONVEYIMG INFORMATION Gathering Information Installing and Using DataThief References: PHYS 3870 Web Site Introduction Section 0 Lecture 1 Slide 1 USU Library Class Web Site

More information

Analysis of an airfoil

Analysis of an airfoil UNDERGRADUATE RESEARCH FALL 2010 Analysis of an airfoil using Computational Fluid Dynamics Tanveer Chandok 12/17/2010 Independent research thesis at the Georgia Institute of Technology under the supervision

More information

3DM-GX5-25 Attitude Heading Reference System (AHRS)

3DM-GX5-25 Attitude Heading Reference System (AHRS) LORD QUICK START GUIDE 3DM-GX5-25 Attitude Heading Reference System (AHRS) The 3DM - GX5-25 is a high- performance, industrial- grade Attitude Heading Reference System (AHRS) that combines micro inertial

More information

Thank you for choosing Loadstar Sensors. Need additional help? Call us at or us at

Thank you for choosing Loadstar Sensors. Need additional help? Call us at or  us at LoadVUE User Guide LoadVUE LoadVUE Lite Thank you for choosing Loadstar Sensors. Need additional help? Call us at 510-623-9600 or email us at support@loadstarsensors.com LoadVUE is compatible with Windows

More information

Operating Instructions METTLER TOLEDO Calibry Software for Pipette Calibration Calibry

Operating Instructions METTLER TOLEDO Calibry Software for Pipette Calibration Calibry Operating Instructions METTLER TOLEDO Calibry Software for Pipette Calibration Calibry Version 3.1 Contents Contents 1 Introduction... 5 1.1 Short description of Calibry... 5 1.2 Important information

More information

LEGENDplex Data Analysis Software Version 8 User Guide

LEGENDplex Data Analysis Software Version 8 User Guide LEGENDplex Data Analysis Software Version 8 User Guide Introduction Welcome to the user s guide for Version 8 of the LEGENDplex data analysis software for Windows based computers 1. This tutorial will

More information

Operation Manual. rev Software. FanTestic (ATTMA) Retrotec Inc.

Operation Manual. rev Software. FanTestic (ATTMA) Retrotec Inc. Operation Manual rev-2014-01-09 Software FanTestic (ATTMA) Retrotec Inc. Many new features including: FanTestic Retrotec s Latest Building Air Leakage Test Software Small and versatile XML data storage

More information

FT2 View Instruction Manual

FT2 View Instruction Manual 399 Reservation Road, Marina, California U.S.A Ph: (831) 384-4300 Fax: (831) 384-4312 www.foxthermalinstruments.com 2006 Fox Themal Instruments, Inc. Introduction: The FT2 View application software is

More information

PTC Mathcad Prime 3.0

PTC Mathcad Prime 3.0 Essential PTC Mathcad Prime 3.0 A Guide for New and Current Users Brent Maxfield, P.E. AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO @ Academic

More information

Elizabeth Garrett Anderson. FAQs. The Anderson Team Journey. EGA FAQ s

Elizabeth Garrett Anderson. FAQs. The Anderson Team Journey.   EGA FAQ s Elizabeth Garrett Anderson FAQs The Anderson Team Journey www.leadershipacademy.nhs.uk 1 Contents Entering / editing your team name... 3 Adding team members one at a time... 4 Adding non-team members...

More information

Appendix A. HINTS WHEN USING EXCEL w

Appendix A. HINTS WHEN USING EXCEL w Appendix A HINTS WHEN USING EXCEL w This appendix provides hints when using Microsoft Excel. Appendix A includes general features that are useful in all the applications solved with Excel in this book.

More information

COPYRIGHTED MATERIAL INTRODUCTION TO ASPEN PLUS CHAPTER ONE

COPYRIGHTED MATERIAL INTRODUCTION TO ASPEN PLUS CHAPTER ONE CHAPTER ONE INTRODUCTION TO ASPEN PLUS Aspen Plus is based on techniques for solving flowsheets that were employed by chemical engineers many years ago. Computer programs were just beginning to be used,

More information

Textbook. Topic 8: Files and Exceptions. Files. Types of Files

Textbook. Topic 8: Files and Exceptions. Files. Types of Files Textbook Topic 8: Files and A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. -Douglas Adams 1 Strongly Recommended

More information

Hercules Sizing Tester: RS232 Capture Procedure

Hercules Sizing Tester: RS232 Capture Procedure Hercules Sizing Tester: RS232 Capture Procedure This document will go through the process of capturing data from a Hercules Sizing Tester s RS232 port to a personal computer (with an RS232 port installed,

More information

Heritage Group Inc. Magnetic susceptibility meter SM-100 USER S MANUAL. Publication Date: April 2005

Heritage Group Inc. Magnetic susceptibility meter SM-100 USER S MANUAL. Publication Date: April 2005 Heritage Group Inc. Magnetic susceptibility meter SM-100 USER S MANUAL Publication Date: April 2005 ADDRESS Heritage Group Inc. 625 Valley Rd. Littleton, CO 80124 USA Tel/Fax: 303-768-8345 Cell 720 320-2821

More information