Automatic data analysis

Size: px
Start display at page:

Download "Automatic data analysis"

Transcription

1 NOVA technical note #1 1 Automatic data analysis Case study: automatic IV curve and power curve from fuel cell measurements Fuel cell characterization is usually performed by measuring the IV and power curve of the fuel cell. Two different strategies are possible: Constant potential mode: this method works in potentiostatic mode (using the Autolab or an electronic load in combination with the Autolab). Starting at the open-circuit potential (OCP), negative over-potential steps are applied and the discharge current is monitored. Constant current mode: this method works in galvanostatic mode (using the Autolab or an electronic load in combination with the Autolab). Starting a zero current (OCP), negative current steps are applied and the potential of the cell is monitored. This case study illustrates how to use the data analysis commands of NOVA in order to perform fully automatic data handling and analysis in fuel cell measurements. Experiment 1 The constant potential method is used in the experiment. The procedure and the data analysis tools used in this procedure can be easily adjusted for a constant current method. The experiment uses a repeat for each value loop to apply a sequence of overpotentials (relative to the open-circuit potential) on a fuel cell and measure the discharge current and cell potential for each over-potential. Each measurement takes 12 s, the interval time is 0.1 s. Figure 1 shows a simulation example on the Autolab dummy cell (a), for one of the steps in the repeat loop. 1 This note describes a simulation that can be executed on the Autolab dummy cell (a).

2 NOVA technical note #1 2 Figure 1 Current (blue) and Potential (red) measurements on the dummy cell (a) At the end of the experiment, the user wants to calculate the average value of current and potential over the last 30 data points for each step. He also wants to calculate the power using the averaged current and potential values. Finally, the user wants to plot the averaged potential values and the calculated power values versus the averaged current values. All this can be done completely automatically using the following tools: The Windower command to select the last 30 points for each overpotential The Calculate signal (twice) command to calculate the mean values of the Current and Potential values provided by the Windower The Calculate signal command to calculate the values of the Power using the average values of the current and potential The Build signal command to filter all the average values of current and potential and the power values for each over-potential The Custom plot (twice) command to build the V versus I plot and the P vs I plot.

3 NOVA technical note #1 3 The procedure Figure 2 provides an overview of the simulation procedure, to be used on the Dummy cell (a). Figure 2 Overview of the simulation procedure This procedure starts with a Timed procedure which is used to determine the open-circuit potential of the cell. The measured OCP is then used as reference potential. The OCP value is then set (Set potential 0 V relative to the OCP). The cell is switched on and there is a delay of five seconds. The next part of the experiment is located into a repeat for each value loop. The over-potential values (relative to the OCP) are predefined in the repeat loop (in figure 2, from 0 V to -1 V, 100 mv step, 11 values). The values of the repeat for each value loop are linked to the Set potential command. This command is followed by a Record signals (> 1 ms) command, which measures the potential and the current during 12 seconds, with an interval time of 0.1 s. Two predefined plots are used (E vs t and i vs t).

4 NOVA technical note #1 4 The final timed procedure switches the cell off. At the end of the experiment, the user has a total of 11 record signals items in the data presentation. Each Record signals item provides two plots: i vs t and E vs t. Figure 3 shows the data recorded using the procedure on dummy cell (a). Figure 3 overlay of all the data recorded using the procedure Modification of the procedure In this section, we will illustrate how the data analysis command in NOVA 1.5 can be used to perform complex data handling automatically. Step 1 data extraction Since the user wants to calculate the average of the current and the potential over the last 30 data points for each value, the first step is to extract the 30 last data points from each measurement. This can be done using the Windower tool. More information on the Windower can be found in the user manual (page 208). Switch to the procedure editor and open the commands browser. Locate the Windower command in the Data handling group and add a windower to the procedure, on the Record signals (> 1ms) command (see figure 4).

5 NOVA technical note #1 5 We have to do this because we want to window the data provided by the record signals command. Figure 4 Adding the windower to the Record signals (> 1 ms) command Note: the mouse pointer will display a small + sign when the Windower is dragged on top of the Record signals (> 1ms) command. Release the mouse button to drop the windower on the record signals command. Once the Windower has been added to the procedure, we need to specify the source of the windower. The source is the signal that is going to be used to extract the data points required for the analysis. This is done by linking the source parameter to the signal that is used to select the data. Since we want to select the 30 last data points, we are going to use the Index signal (see figure 5).

6 NOVA technical note #1 6 Figure 5 Linking the Index signal to the Windower source Once the source has been defined, it is possible to specify the boundaries for the selected source. Each Record signals command provides a total of 120 data points, indexed from 1 to 120. Since we want to extract the final 30 points from each measurement, the boundaries will be from index 91 to index 120. Click the button next to Boudaries parameter of the Windower (see figure 6).

7 NOVA technical note #1 7 Figure 6 Editing the boundaries of the Windower Click the OK button of the Boundaries Editor to validate the selection. The Windower command will be updated. The original signals provided by the Record signals command are now also located below the Windower (see figure 7). However, the signals below the windower will only contain the values of the last 30 data points.

8 NOVA technical note #1 8 Figure 7 The final Windower will now extract the values of the last 30 points Step 2 signal calculation Now we can calculate the average value of the current and the potential. Locate the Calculate signal command in the data handling group and add it to the procedure, dropping it on the Windower (see figure 8). Note: more information on the calculate signal tool can be found in the User manual.

9 NOVA technical note #1 9 Figure 8 Adding the Calculate signal command to the Windower Note: since we want to perform the calculation on the data provided by the Windower, the Calculate signal command must be added to the Windower command in the procedure editor. Once the Calculate signal command has been added to the procedure, it is possible to create a new signal using the available values provided by the Windower and an equation. In this case, we want to calculate a new signal called Average current. Open the Calculate signal window by clicking the button of the Calculate signal command (see figure 9). Define the Name of the signal (Average current), the units (A), the expression MEAN(current) 2. Click the Parameters frame to validate the expression. NOVA will identify the current parameter as the only parameter of the equation. Click the Single value checkbox to force the calculation to return a single value and click OK button to close the Calculate signal window. 2 It is possible to copy and paste this expression into the Expression frame of the Calculate signal window

10 NOVA technical note #1 10 Figure 9 Using the Calculate signal tool The Calculate signal command will be updated, displaying the current parameter in the procedure editor, below the Calculate signal command and the result of the calculation, the Average current signal will be added to the signals available in the Windower. Add a link between the WE(1).Current signal from the Windower and the current parameter of the Calculate signal command (see figure 10).

11 NOVA technical note #1 11 Figure 10 Linking the WE(1).Current values to the Calculate signal command Using this approach, the average value of the last 30 WE(1).Current values will be calculated and the result of the calculation, called Average current, will be added to the available signals. Add another Calculate signal command to the Windower in the procedure to calculate the Average potential signal, using the same approach (see figure 11).

12 NOVA technical note #1 12 Figure 11 Calculating the Average potential value The procedure will now also calculate the Average potential using the last 30 WE(1).Potential values. Add another Calculate signal to the Windower. This Calculate signal command will be used to calculate the Power, by multiplying the Average current value with the Average potential value (see figure 12).

13 NOVA technical note #1 13 Figure 12 Calculating Power Note: the names of the Parameters cannot contain a space. In figure 13, the _ was used instead. The links are used again to link the parameters of the Power signal calculation with the Average current and Average potential signals (see figure 13).

14 NOVA technical note #1 14 Figure 13 Calculating the Power values At this point, the procedure will extract the values of the last 30 points from each Record signals step in the experiment, calculate the average value of the current and the potential using these values and calculate the power using the average current and potential values. Step 3 gathering the data from all the measurements Now we need to extract all the values of Average current, Average potential and Power in order to build the required plots. Select the Build signal command from the data handling group and add it to the procedure, dropping it onto the top-most line in the procedure editor, the title (see figure 14). More information on the Build signal tool can be found in the User manual page. Note: since we want to gather the values for each individual windower, we need to add the Build signal to the top-most level of the procedure, e.g. on the first line of the procedure editor.

15 NOVA technical note #1 15 Figure 14 Adding the Build signal command to the procedure The Build signal command will be added the procedure, on the same level as the Timed procedures and the Repeat for each value commands (see figure 15). Figure 15 The Build signal command added to the procedure Click the button located next the Build signal command in the procedure to open Filter and select signals interface (see figure 16).

16 NOVA technical note #1 16 Figure 16 The Filter and Select signals interface Click the + button located next the Data handling group in the Filter and Select Signals interface and expand the Windower group. The calculated signals (Average current, Average potential and Power) will be displayed in the list. Double click the Average current signal to add it to the frame on the right-hand side (see figure 17). Figure 17 Adding the Average current value to the Build signal

17 NOVA technical note #1 17 Repeat this procedure for the Average potential and the Power signals (see figure 18). Figure 18 The final Build signal interface Click the OK button to close the interface. The three signals provided by the Build signal command will be added to the procedure. Step 4 plotting the data Add two custom plot command to the procedure to build the required plots (see figure 19). Links towards the signals provided by the Build signal command are used. Set the Measurement plot number of the two additional plots on plot #2 (see figure 19).

18 NOVA technical note #1 18 Figure 19 Adding two custom plots to the procedure The two plots can be customized (plotting style, axis location, etc ). When this procedure is performed on the dummy cell (a), the following results are obtained (see figure 20). Note: click the measurement view. button in the toolbar to display both plot in the

19 NOVA technical note #1 19 Figure 20 Final plots

1 Chrono methods. The term Chrono methods includes all the measurements of electrochemical signals during a well-defined sequence of steps.

1 Chrono methods. The term Chrono methods includes all the measurements of electrochemical signals during a well-defined sequence of steps. Version 1.11.0 NOVA Chrono methods tutorial 1 Chrono methods The term Chrono methods includes all the measurements of electrochemical signals during a well-defined sequence of steps. In NOVA, time resolved

More information

In this technical note, the use of the Build signal tool will be covered in more detail.

In this technical note, the use of the Build signal tool will be covered in more detail. Case study: how to properly use the Build signal tool? 1 The Build signal tool NOVA Technical Note 18 Using the Build signal tool Every command parameter or signal, measured or calculated, is identified

More information

The cutoff framework in NOVA provides three degrees of freedom:

The cutoff framework in NOVA provides three degrees of freedom: Version 1.11.0 NOVA Cutoff tutorial 1 Cutoffs Cutoffs are convenient tools that can be used to control the experimental conditions, in order to prevent or to react on specific situations, for example when

More information

NOVA technical note #8 1. Case study: how to use cutoff conditions in a FRA frequency scan?

NOVA technical note #8 1. Case study: how to use cutoff conditions in a FRA frequency scan? NOVA technical note #8 1 Cutoffs in FRA 1 Case study: how to use cutoff conditions in a FRA frequency scan? One of the FAQ from NOVA users is: Can I use cutoffs during a FRA frequency scan? Using cutoffs

More information

NOVA also supports multiple BA modules. Please refer to the MultiBA tutorial for more information. 2

NOVA also supports multiple BA modules. Please refer to the MultiBA tutorial for more information. 2 Version 1.11.0 NOVA Bipotentiostat tutorial 1 The BA, BIPOT & ARRAY module The BA, BIPOT and ARRAY are optional modules that provide one additional working electrode, WE(2) 1. Depending on the type of

More information

Using ir compensation

Using ir compensation Case study: how to use the ir compensation option in NOVA? 1 What is the ir drop Using ir compensation Potentiostats are instruments that are designed to control the potential of the working electrode

More information

NOVA FI20 and on-board integrator tutorial

NOVA FI20 and on-board integrator tutorial Version 1.11.0 NOVA FI20 and on-board integrator tutorial 1 The FI20 module The FI20 is an optional module for the Autolab PGSTAT 1. This module is a combined filter and analog integrator module. The non

More information

Setting up a Multi sine impedance measurement

Setting up a Multi sine impedance measurement Setting up a Multi sine impedance measurement Case study: how do I setup a Multi Sine impedance measurement? 1 Single sine vs Multi sine Traditional electrochemical impedance spectroscopy measurements

More information

NOVA. Getting started

NOVA. Getting started NOVA Getting started NOVA Getting started 3 Table of contents The philosophy of Nova... 8 1 Nova installation... 11 1.1 Requirements... 11 1.2 Software installation... 11 1.2.1.NET framework installation...

More information

NOVA. EQCM Tutorial. Version

NOVA. EQCM Tutorial. Version NOVA EQCM Tutorial Version 1.11.0 1 The Electrochemical Quartz Crystal Microbalance (EQCM) The EQCM is an optional module for the Autolab PGSTAT and Multi Autolab. The EQCM module provides the means to

More information

NOVA. Getting started

NOVA. Getting started NOVA Getting started Table of contents Introduction... 7 The philosophy of Nova... 8 1 Nova installation... 11 1.1 Requirements... 11 1.2 Software installation... 11 1.2.1.NET 4.0 framework installation...

More information

NOVA. Booster Tutorial. Version

NOVA. Booster Tutorial. Version NOVA Booster Tutorial Version 1.11.0 1 The Booster10A and Booster20A The Booster10A and Booster20A are additional modules that can be interfaced with the PGSTAT128N, 30, 302, 302N, 100 and 100N. The boosters

More information

Subject: Best Practices for Improving Tafel Plots of High Capacitance Cells with Low Series Resistance

Subject: Best Practices for Improving Tafel Plots of High Capacitance Cells with Low Series Resistance Technical Note Subject: Best Practices for Improving Tafel Plots of High Capacitance Cells with Low Series Resistance Date: April 2014 The PARSTAT4000 is designed with both function and versatility at

More information

Prasanth. Lathe Machining

Prasanth. Lathe Machining Lathe Machining Overview Conventions What's New? Getting Started Open the Part to Machine Create a Rough Turning Operation Replay the Toolpath Create a Groove Turning Operation Create Profile Finish Turning

More information

Experiment 1 Introduction to Simulink

Experiment 1 Introduction to Simulink 1 Experiment 1 Introduction to Simulink 1.1 Objective The objective of Experiment #1 is to familiarize the students with simulation of power electronic circuits in Matlab/Simulink environment. Please follow

More information

Introduction to Simulink Assignment Companion Document

Introduction to Simulink Assignment Companion Document Introduction to Simulink Assignment Companion Document Implementing a DSB-SC AM Modulator in Simulink The purpose of this exercise is to explore SIMULINK by implementing a DSB-SC AM modulator. DSB-SC AM

More information

1. Start with scatter plot: 2. Find corner points. 3. Capture image. 4. Corners

1. Start with scatter plot: 2. Find corner points. 3. Capture image. 4. Corners 1. Start with scatter plot: 2. Find corner points Easiest way to insert picture properly in GeoGebra is to have corner points. We see that: bottom corner is (2,10) top corner is (9,21) 3. Capture image

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Motion Simulation - The Moving Man

Motion Simulation - The Moving Man Constant Velocity Motion Simulation - The Moving Man Today you will learn how to get information from a simulation program. Our goal is to play with the simulation to find the rules that it follows. Simulations

More information

Getting Started. Right click on Lateral Workplane. Left Click on New Sketch

Getting Started. Right click on Lateral Workplane. Left Click on New Sketch Getting Started 1. Open up PTC Pro/Desktop by either double clicking the icon or through the Start button and in Programs. 2. Once Pro/Desktop is open select File > New > Design 3. Close the Pallet window

More information

UNIT TWO: Data for Simple Calculations. Enter and format a title Modify font style and size Enter column headings Move data Edit data

UNIT TWO: Data for Simple Calculations. Enter and format a title Modify font style and size Enter column headings Move data Edit data UNIT TWO: Data for Simple Calculations T o p i c s : Enter and format a title Modify font style and size Enter column headings Move data Edit data I. Entering and Formatting Titles: The information used

More information

Excel Lab 2: Plots of Data Sets

Excel Lab 2: Plots of Data Sets Excel Lab 2: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Pull Down Menu View Toolbar Design Toolbar

Pull Down Menu View Toolbar Design Toolbar Pro/DESKTOP Interface The instructions in this tutorial refer to the Pro/DESKTOP interface and toolbars. The illustration below describes the main elements of the graphical interface and toolbars. Pull

More information

ADMS 5 MapInfo Link. User Guide CERC

ADMS 5 MapInfo Link. User Guide CERC ADMS 5 MapInfo Link User Guide CERC ADMS 5 MapInfo Link User Guide November 2012 Cambridge Environmental Research Consultants Ltd 3 King s Parade Cambridge CB2 1SJ Telephone: +44 (0)1223 357773 Fax: +44

More information

multi-channel Potentiostat / Galvanostat / Impedance Analyzer Rev

multi-channel Potentiostat / Galvanostat / Impedance Analyzer Rev multi-channel Potentiostat / Galvanostat / Impedance Analyzer Rev. 9-2018 Contents Contents MultiPalmSens4...2 MultiTrace: Software for Windows...4 Measurement Specifications...6 System Channel Specifications...7

More information

173 Electrochemical Impedance Spectroscopy Goals Experimental Apparatus Background Electrochemical impedance spectroscopy

173 Electrochemical Impedance Spectroscopy Goals Experimental Apparatus Background Electrochemical impedance spectroscopy Goals 173 Electrochemical Impedance Spectroscopy XXGoals To learn the effect of placing capacitors and resistors in series and parallel To model electrochemical impedance spectroscopy data XXExperimental

More information

MicroLab 500-series Getting Started

MicroLab 500-series Getting Started MicroLab 500-series Getting Started 2 Contents CHAPTER 1: Getting Started Connecting the Hardware....6 Installing the USB driver......6 Installing the Software.....8 Starting a new Experiment...8 CHAPTER

More information

SoP for I-V System. Part - 1 SUN 3000 SOLAR SIMULATOR. ABET Technologies

SoP for I-V System. Part - 1 SUN 3000 SOLAR SIMULATOR. ABET Technologies SoP for I-V System Part - 1 SUN 3000 SOLAR SIMULATOR ABET Technologies Introduction: The solar cell I-V measurement system can measure current-voltage (I-V) of cells under both, dark and illuminated condition

More information

Volume of Revolution Investigation

Volume of Revolution Investigation Student Investigation S2 Volume of Revolution Investigation Student Worksheet Name: Setting up your Page In order to take full advantage of Autograph s unique 3D world, we first need to set up our page

More information

The operation manual of spotlight 300 IR microscope

The operation manual of spotlight 300 IR microscope The operation manual of spotlight 300 IR microscope Make sure there is no sample under the microscope and then click spotlight on the desktop to open the software. You can do imaging with the image mode

More information

ArbStudio Triggers. Using Both Input & Output Trigger With ArbStudio APPLICATION BRIEF LAB912

ArbStudio Triggers. Using Both Input & Output Trigger With ArbStudio APPLICATION BRIEF LAB912 ArbStudio Triggers Using Both Input & Output Trigger With ArbStudio APPLICATION BRIEF LAB912 January 26, 2012 Summary ArbStudio has provision for outputting triggers synchronous with the output waveforms

More information

Apple Photos Quick Start Guide

Apple Photos Quick Start Guide Apple Photos Quick Start Guide Photos is Apple s replacement for iphoto. It is a photograph organizational tool that allows users to view and make basic changes to photos, create slideshows, albums, photo

More information

Use Linear Regression to Find the Best Line on a Graphing Calculator

Use Linear Regression to Find the Best Line on a Graphing Calculator In an earlier technology assignment, you created a scatter plot of the US Student to Teacher Ratio for public schools from the table below. The scatter plot is shown to the right of the table and includes

More information

Example Application C H A P T E R 4. Contents

Example Application C H A P T E R 4. Contents C H A P T E R 4 Example Application This chapter provides an example application of how to perform steady flow water surface profile calculations with HEC-RAS. The user is taken through a step-by-step

More information

INTRODUCTION TO AGILENT VEE

INTRODUCTION TO AGILENT VEE INTRODUCTION TO AGILENT VEE I. Introduction The Agilent Visual Engineering Environment (VEE) is a graphical data flow programming language from Agilent Technologies (Keysight) for automated test, measurement,

More information

2. Creating and using tiles in Cyberboard

2. Creating and using tiles in Cyberboard 2. Creating and using tiles in Cyberboard I decided to add some more detail to the first hexed grip map that I produced (Demo1) using the Cyberboard Design program. To do this I opened program by clicking

More information

EEL 4350 Principles of Communication Project 2 Due Tuesday, February 10 at the Beginning of Class

EEL 4350 Principles of Communication Project 2 Due Tuesday, February 10 at the Beginning of Class EEL 4350 Principles of Communication Project 2 Due Tuesday, February 10 at the Beginning of Class Description In this project, MATLAB and Simulink are used to construct a system experiment. The experiment

More information

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board.

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Abstract The is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Illustration 2: A grid on a binary image. Illustration 1: The interface

More information

ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis

ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis All circuit simulation packages that use the Pspice engine allow users to do complex analysis that were once impossible to

More information

Dimensioning the Bracket Problem

Dimensioning the Bracket Problem C h a p t e r 11 Dimensioning the Bracket Problem In this chapter, you will learn the following to World Class standards: 1. Dimensioning a Multiple View Drawing 2. Placing Center Marks on a Multiple View

More information

Assignment 5 due Monday, May 7

Assignment 5 due Monday, May 7 due Monday, May 7 Simulations and the Law of Large Numbers Overview In both parts of the assignment, you will be calculating a theoretical probability for a certain procedure. In other words, this uses

More information

Amplitude, Reflection, and Period

Amplitude, Reflection, and Period SECTION 4.2 Amplitude, Reflection, and Period Copyright Cengage Learning. All rights reserved. Learning Objectives 1 2 3 4 Find the amplitude of a sine or cosine function. Find the period of a sine or

More information

Potentiostat / Galvanostat / Impedance Analyzer

Potentiostat / Galvanostat / Impedance Analyzer Rev. 6-2017 Rugged removable rubber sleeve Integrated Bluetooth Full color LCD USB Type C USB and battery powered Potentiostat / Galvanostat / Impedance Analyzer FRA / EIS: 10 µhz up to 1 MHz 9 current

More information

UNIVERSITY OF UTAH ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT

UNIVERSITY OF UTAH ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT UNIVERSITY OF UTAH ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT ECE1020 COMPUTING ASSIGNMENT 3 N. E. COTTER MATLAB ARRAYS: RECEIVED SIGNALS PLUS NOISE READING Matlab Student Version: learning Matlab

More information

Landscaping Tutorial

Landscaping Tutorial Landscaping Tutorial This tutorial describes how to use Home Designer Essentials s Terrain Tools. In it, you will learn how to add elevation information to your terrain, how to create terrain features,

More information

Version 4 Operation Guide

Version 4 Operation Guide Version 4 Operation Guide Installation Instrument If possible, flat pack and store the container the instrument arrived in, this will facilitate the return of instrument should it be necessary. After the

More information

Let s start by making a pencil that can be used to draw on the stage.

Let s start by making a pencil that can be used to draw on the stage. Paint Box Introduction In this project, you will be making your own paint program! Step 1: Making a pencil Let s start by making a pencil that can be used to draw on the stage. Activity Checklist Open

More information

Classroom Tips and Techniques: Context-Menu Plotting

Classroom Tips and Techniques: Context-Menu Plotting Classroom Tips and Techniques: Context-Menu Plotting Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction The Context Menu for a Maple mathematical expression in a

More information

The ideal K-12 science microscope solution. User Guide. for use with the Nova5000

The ideal K-12 science microscope solution. User Guide. for use with the Nova5000 The ideal K-12 science microscope solution User Guide for use with the Nova5000 NovaScope User Guide Information in this document is subject to change without notice. 2009 Fourier Systems Ltd. All rights

More information

OHM S LAW. Ohm s Law The relationship between potential difference (V) across a resistor of resistance (R) and the current (I) passing through it is

OHM S LAW. Ohm s Law The relationship between potential difference (V) across a resistor of resistance (R) and the current (I) passing through it is OHM S LAW Objectives: a. To find the unknown resistance of an ohmic resistor b. To investigate the series and parallel combination of resistors c. To investigate the non-ohmic resistors Apparatus Required:

More information

Chapter 3: Multi Domain - a servo mechanism

Chapter 3: Multi Domain - a servo mechanism Chapter 3: Multi Domain - a servo mechanism 11 This document is an excerpt from the book Introductory Examples, part of the MathModelica documentation. 2006-2009 MathCore Engineering AB. All rights reserved.

More information

TeleTrader FlashChart

TeleTrader FlashChart TeleTrader FlashChart Symbols and Chart Settings With TeleTrader FlashChart you can display several symbols (for example indices, securities or currency pairs) in an interactive chart. You can also add

More information

Exercise 1. Milling a Part with the Lab-Volt CNC Mill EXERCISE OBJECTIVE

Exercise 1. Milling a Part with the Lab-Volt CNC Mill EXERCISE OBJECTIVE Exercise 1 Milling a Part with the Lab-Volt CNC Mill EXERCISE OBJECTIVE When you have completed this exercise, you will be able to engrave text on square pieces of stock, using the Lab-Volt CNC Mill, model

More information

Figure C-1 (p. 907) MATLAB window showing how to access Simulink. The Simulink Library Browser button is shown circled.

Figure C-1 (p. 907) MATLAB window showing how to access Simulink. The Simulink Library Browser button is shown circled. Figure C-1 (p. 907) MATLAB window showing how to access Simulink. The Simulink Library Browser button is shown circled. Figure C-2 (p. 908) a. Simulink Library Browser window showing the Create a new model

More information

Motif Filters. Custom Filter Types... 20

Motif Filters. Custom Filter Types... 20 Motif Filters Contents Motif Filters Getting Started... 2 Output Filters... 5 Output Filters - Preset High Pass... 5 Output Filters - Preset LowPass... 7 Output Filters - Custom... 9 Custom Filter Types...

More information

RLC-circuits with Cobra4 Xpert-Link

RLC-circuits with Cobra4 Xpert-Link Student's Sheet RLC-circuits with Cobra4 Xpert-Link (Item No.: P2440664) Curricular Relevance Area of Expertise: Physics Subtopic: Inductance, Electromagnetic Oscillations, AC Circuits Topic: Electricity

More information

Tips en trucs PicoScope

Tips en trucs PicoScope Les 3 Tips en trucs PicoScope Vervolg op les 2 De volgende stap PicoScope While we never stop learning in this ever-evolving trade of ours, we have to bring Scope School to a close. So I want to finish

More information

Microsoft MakeCode for

Microsoft MakeCode for Microsoft MakeCode for Lesson Title: Make it Rain! Introduction/Background: An "event" in computer science is an action or occurrence detected by a computer. For example, when someone clicks the button

More information

Introduction to Circular Pattern Flower Pot

Introduction to Circular Pattern Flower Pot Prerequisite Knowledge Previous knowledge of the sketching commands Line, Circle, Add Relations, Smart Dimension is required to complete this lesson. Previous examples of Revolved Boss/Base, Cut Extrude,

More information

g. Click once on the left vertical line of the rectangle.

g. Click once on the left vertical line of the rectangle. This drawing will require you to a model of a truck as a Solidworks Part. Please be sure to read the directions carefully before constructing the truck in Solidworks. Before submitting you will be required

More information

Reference Manual SPECTRUM. Signal Processing for Experimental Chemistry Teaching and Research / University of Maryland

Reference Manual SPECTRUM. Signal Processing for Experimental Chemistry Teaching and Research / University of Maryland Reference Manual SPECTRUM Signal Processing for Experimental Chemistry Teaching and Research / University of Maryland Version 1.1, Dec, 1990. 1988, 1989 T. C. O Haver The File Menu New Generates synthetic

More information

Ensure that you have downloaded all the dataset files from your course Resources, and that they are extracted to the route of your C: drive.

Ensure that you have downloaded all the dataset files from your course Resources, and that they are extracted to the route of your C: drive. Lights and Cameras Before you begin Ensure that you have downloaded all the dataset files from your course Resources, and that they are extracted to the route of your C: drive. In this exercise, you will

More information

Tutorial 1 getting started with the CNCSimulator Pro

Tutorial 1 getting started with the CNCSimulator Pro CNCSimulator Blog Tutorial 1 getting started with the CNCSimulator Pro Made for Version 1.0.6.5 or later. The purpose of this tutorial is to learn the basic concepts of how to use the CNCSimulator Pro

More information

Selecting the Right Model Studio PC Version

Selecting the Right Model Studio PC Version Name Recitation Selecting the Right Model Studio PC Version We have seen linear and quadratic models for various data sets. However, once one collects data it is not always clear what model to use; that

More information

potentiostat/galvanostat/impedance analyser

potentiostat/galvanostat/impedance analyser potentiostat/galvanostat/impedance analyser Rev. 9-2014 potentiostat/galvanostat/impedance PalmSens3 is a battery-powered, handheld instrument which allows the application of most of the relevant voltammetric,

More information

Chapter 11 Coloring Observations. Chapter Table of Contents

Chapter 11 Coloring Observations. Chapter Table of Contents Chapter 11 Coloring Observations Chapter Table of Contents COLORING INDIVIDUAL OBSERVATIONS...166 COLORING BY NOMINAL VARIABLE...168 COLORING BY INTERVAL VARIABLE...169 MULTIPLE COLOR BLENDS...170 163

More information

Drawing Bode Plots (The Last Bode Plot You Will Ever Make) Charles Nippert

Drawing Bode Plots (The Last Bode Plot You Will Ever Make) Charles Nippert Drawing Bode Plots (The Last Bode Plot You Will Ever Make) Charles Nippert This set of notes describes how to prepare a Bode plot using Mathcad. Follow these instructions to draw Bode plot for any transfer

More information

LAB 8: Activity P52: LRC Circuit

LAB 8: Activity P52: LRC Circuit LAB 8: Activity P52: LRC Circuit Equipment: Voltage Sensor 1 Multimeter 1 Patch Cords 2 AC/DC Electronics Lab (100 μf capacitor; 10 Ω resistor; Inductor Coil; Iron core; 5 inch wire lead) The purpose of

More information

SCHEDULE USER GUIDE. Version Noventri Suite Schedule User Guide SF100E REV 08

SCHEDULE USER GUIDE. Version Noventri Suite Schedule User Guide SF100E REV 08 SCHEDULE USER GUIDE Version 2.0 1 Noventri Suite Schedule User Guide SF100E-0162-02 REV 08 Table of Contents 1. SCHEDULE... 3 1.1 Overview... 3 1.2 Start SCHEDULE... 3 1.3 Select Project... 4 1.4 Select

More information

EECS 312: Digital Integrated Circuits Lab Project 1 Introduction to Schematic Capture and Analog Circuit Simulation

EECS 312: Digital Integrated Circuits Lab Project 1 Introduction to Schematic Capture and Analog Circuit Simulation EECS 312: Digital Integrated Circuits Lab Project 1 Introduction to Schematic Capture and Analog Circuit Simulation Teacher: Robert Dick GSI: Shengshuo Lu Assigned: 5 September 2013 Due: 17 September 2013

More information

Measuring Insulating Material Resistivity Using the B2985A/87A

Measuring Insulating Material Resistivity Using the B2985A/87A APPLICATION NOTE Measuring Insulating Material Resistivity Using the B2985A/87A Keysight B2985A/B2987A Electrometer/High Resistance Meter Introduction The Keysight B2985A and B2987A Electrometer/High Resistance

More information

Appendix 3 - Using A Spreadsheet for Data Analysis

Appendix 3 - Using A Spreadsheet for Data Analysis 105 Linear Regression - an Overview Appendix 3 - Using A Spreadsheet for Data Analysis Scientists often choose to seek linear relationships, because they are easiest to understand and to analyze. But,

More information

Getting Started. with Easy Blue Print

Getting Started. with Easy Blue Print Getting Started with Easy Blue Print User Interface Overview Easy Blue Print is a simple drawing program that will allow you to create professional-looking 2D floor plan drawings. This guide covers the

More information

Module 1C: Adding Dovetail Seams to Curved Edges on A Flat Sheet-Metal Piece

Module 1C: Adding Dovetail Seams to Curved Edges on A Flat Sheet-Metal Piece 1 Module 1C: Adding Dovetail Seams to Curved Edges on A Flat Sheet-Metal Piece In this Module, we will explore the method of adding dovetail seams to curved edges such as the circumferential edge of a

More information

Potentiostat / Galvanostat / Impedance Analyzer

Potentiostat / Galvanostat / Impedance Analyzer Rev. 5-2018 Rugged removable rubber sleeve Integrated Bluetooth Full color LCD USB Type C USB and battery powered Potentiostat / Galvanostat / Impedance Analyzer FRA / EIS: 10 µhz up to 1 MHz 9 current

More information

User Manual of Alpha 1s for Mac

User Manual of Alpha 1s for Mac User Manual of Alpha 1s for Mac Version... 4 System Requirements... 4 Software Operation... 4 Access... 4 Install... 5 Connect to/disconnect from Robot... 5 Connect:... 5 Disconnect:... 5 Edit Actions...

More information

GotSoccer works well with and recommends using Internet Explorer, Safari and Google Chrome.

GotSoccer works well with and recommends using Internet Explorer, Safari and Google Chrome. Cal North CCSL Member Clubs Internet Browser Notice: GotSoccer works well with and recommends using Internet Explorer, Safari and Google Chrome. Some GotSoccer features will not work with Firefox Using

More information

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x

IX Feb Operation Guide. Sequence Creation and Control Software SD011-PCR-LE. Wavy for PCR-LE. Ver. 5.5x IX000693 Feb. 015 Operation Guide Sequence Creation and Control Software SD011-PCR-LE Wavy for PCR-LE Ver. 5.5x About This Guide This PDF version of the operation guide is provided so that you can print

More information

Canoe Mirroring Lofts

Canoe Mirroring Lofts Canoe Mirroring Lofts 1. Set Units to Inches 2. Create a New Design. 3. Save the Design as canoeinl811 in your Canoe folder. 4. Create a New Sketch on the Frontal Workplane. Name the Sketch Middle. 5.

More information

Prismatic Machining Preparation Assistant

Prismatic Machining Preparation Assistant Prismatic Machining Preparation Assistant Overview Conventions What's New Getting Started Open the Design Part and Start the Workbench Automatically Create All Machinable Features Open the Manufacturing

More information

Engineering 3821 Fall Pspice TUTORIAL 1. Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill

Engineering 3821 Fall Pspice TUTORIAL 1. Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill Engineering 3821 Fall 2003 Pspice TUTORIAL 1 Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill 2 INTRODUCTION The PSpice program is a member of the SPICE (Simulation Program with Integrated Circuit

More information

Introduction to Simulink

Introduction to Simulink EE 460 Introduction to Communication Systems MATLAB Tutorial #3 Introduction to Simulink This tutorial provides an overview of Simulink. It also describes the use of the FFT Scope and the filter design

More information

Ask Jo: Quilt Designing on the Computer

Ask Jo: Quilt Designing on the Computer Ask Jo: Quilt Designing on the Computer If you are new to the blog, welcome. You have reached an archived free pattern. We typically put up new blog post twice daily so there is always something new and

More information

######################################################################

###################################################################### Write a MATLAB program which asks the user to enter three numbers. - The program should figure out the median value and the average value and print these out. Do not use the predefined MATLAB functions

More information

Radial dimension objects are available for placement in the PCB Editor only. Use one of the following methods to access a placement command:

Radial dimension objects are available for placement in the PCB Editor only. Use one of the following methods to access a placement command: Radial Dimension Old Content - visit altium.com/documentation Modified by on 20-Nov-2013 Parent page: Objects A placed Radial Dimension. Summary A radial dimension is a group design object. It allows for

More information

EE 210 Lab Exercise #3 Introduction to PSPICE

EE 210 Lab Exercise #3 Introduction to PSPICE EE 210 Lab Exercise #3 Introduction to PSPICE Appending 4 in your Textbook contains a short tutorial on PSPICE. Additional information, tutorials and a demo version of PSPICE can be found at the manufacturer

More information

CAD Orientation (Mechanical and Architectural CAD)

CAD Orientation (Mechanical and Architectural CAD) Design and Drafting Description This is an introductory computer aided design (CAD) activity designed to give students the foundational skills required to complete future lessons. Students will learn all

More information

SolidWorks Part I - Basic Tools SDC. Includes. Parts, Assemblies and Drawings. Paul Tran CSWE, CSWI

SolidWorks Part I - Basic Tools SDC. Includes. Parts, Assemblies and Drawings. Paul Tran CSWE, CSWI SolidWorks 2015 Part I - Basic Tools Includes CSWA Preparation Material Parts, Assemblies and Drawings Paul Tran CSWE, CSWI SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered

More information

Tender Document. National Centre of Excellence in Analytical Chemistry, ISSUED BY: University of Sindh, Jamshoro.

Tender Document. National Centre of Excellence in Analytical Chemistry, ISSUED BY: University of Sindh, Jamshoro. National Centre of Excellence in Analytical Chemistry, University of Sindh, Jamshoro. Tender Document Potentiostat ISSUED TO M/s. ------------------------------------------------ Purchase Date: ----------------------------------

More information

FlashChart. Symbols and Chart Settings. Main menu navigation. Data compression and time period of the chart. Chart types.

FlashChart. Symbols and Chart Settings. Main menu navigation. Data compression and time period of the chart. Chart types. FlashChart Symbols and Chart Settings With FlashChart you can display several symbols (for example indices, securities or currency pairs) in an interactive chart. You can also add indicators and draw on

More information

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide 1 NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 253 Fundamental Physics Mechanic, September 9, 2010 Lab #2 Plotting with Excel: The Air Slide Lab Write-up Due: Thurs., September 16, 2010 Place

More information

Batch Processing Converting images in a folder to JPEG

Batch Processing Converting images in a folder to JPEG Batch Processing Converting images in a folder to JPEG Request I would like to convert multiple RAW images (NEF files) to JPEG images all at once Response You can use a Batch Process to convert all RAW

More information

Memory. Introduction. Scratch. In this project, you will create a memory game where you have to memorise and repeat a sequence of random colours!

Memory. Introduction. Scratch. In this project, you will create a memory game where you have to memorise and repeat a sequence of random colours! Scratch 2 Memory All Code Clubs must be registered. Registered clubs appear on the map at codeclubworld.org - if your club is not on the map then visit jumpto.cc/ccwreg to register your club. Introduction

More information

Program Pin Measurement for External Involute Worms Introduction

Program Pin Measurement for External Involute Worms Introduction Program 60-1443 Pin Measurement for External Involute Worms Introduction This model calculates the measurement over pins for an involute helicoid worm. Measurement over pins is used extensively in the

More information

ECE4902 Lab 5 Simulation. Simulation. Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation

ECE4902 Lab 5 Simulation. Simulation. Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation ECE4902 Lab 5 Simulation Simulation Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation Be sure to have your lab data available from Lab 5, Common

More information

Battery Charge / Discharge Testing Software

Battery Charge / Discharge Testing Software Title: Battery Charge / Discharge Testing Software Product: Battery testing software for DC power supplies, DC loads, and DMM Author: Steve Grodt Release Date: December 30, 2008 Battery Charge / Discharge

More information

Simulating Rectangles

Simulating Rectangles Simulating Rectangles Exploring Mathematics with Fathom Summer Institute Materials: Paper Scissors Try to get rectangles that are different from those you see around you. You can use either an inspector

More information

Editing and Digitizing in EDS III

Editing and Digitizing in EDS III Editing and Digitizing in EDS III Design Editing Tablet and On-Screen Digitizing Embroidery and Chenille Stitching Scanning Compatibilities Part Number 110282-01, Revision A A Saurer Group Company 1575

More information

Computer with Scratch program.

Computer with Scratch program. Title: Bending Light with Scratch Grade(s): 5 Subject(s): Science Author: ICAC Team Overview: The teacher will lead a discussion about concave and convex lenses and review basic concepts of the refraction

More information