Automatic data analysis

Size: px
Start display at page:

Download "Automatic data analysis"

Transcription

1 NOVA Technical Note 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. Note The procedure described in this technical note is a simulation of the experiment which can be tested on the Autolab dummy cell (a). 1 The experiment 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 1 loop to apply a sequence of overpotentials (relative to the open-circuit potential) on a fuel cell and measure the discharge current, cell potential and power for each over-potential. Each measurement takes 12 s, the interval time is 0.1 s. The signals recorded during each step are defined in the signal sampler (see Figure 1). 1 Please refer to the Command list document, available from the Help menu in Nova, section 3.5 for more information on the Repeat for each value command. 1 Page

2 NOVA Technical note 1 Figure 1 Specifying the signals to be recorded during the measurement Figure 2 shows a simulation example on the Autolab dummy cell (a), for one of the steps in the repeat loop. Figure 2 Current (blue) and Potential (red) measurements on the dummy cell (a) At the end of the experiment, the average value of the current, potential and power are calculated using the last 30 data points for each step. The average potential and the power values are plotted versus the averaged current values. 2 Page

3 NOVA Technical Note 1 All this can be done completely automatically using the following commands 2 : The Windower command to select the last 30 points for each overpotential The Calculate signal command to calculate the average values of the Current, Potential and Power values provided by the Windower The Nested procedure command to create a sequence at the end of the procedure to separate the measured data from the calculated data 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. 2 Please refer to the Command list document, available from the Help menu, for more information on the commands used in this technical note: section 11.3 (Windower), 11.4 (Calculate signal), 11.2 (Build signal), 16 (Custom plots). 3 Page

4 NOVA Technical note 1 2 The procedure Figure 3 provides an overview of the simulation procedure, to be used on the Dummy cell (a). Figure 3 Overview of the simulation procedure This procedure starts by determining the open-circuit potential of the cell (using the OCP determination command). The measured OCP is then used as reference potential, using the Set reference potential command. The OCP value is then applied, using the Set potential command (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 command. The over-potential values (relative to the OCP) are predefined in the repeat loop (in Figure 3, 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. 4 Page

5 NOVA Technical Note 1 This command is followed by a Record signals (>1 ms) command, which measures the potential, current and power during 12 seconds, with an interval time of 0.1 s. Three pre-defined plots are used (E vs t, P vs t and i vs t). The final part is used to switch 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 three plots: i vs t, E vs t and P vs t. Figure 4 shows the data recorded using the procedure on dummy cell (a). Figure 4 Overlay of all the data recorded using the procedure 3 Modification of the procedure In this section, we will illustrate how the data analysis command in NOVA can be used to perform complex data handling automatically. 3.1 Data extraction using the Windower command 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 command. More information on this command can be found in the User manual, chapter 4 and in the Command list document. The Windower command is directly accessible through the quick access toolbar. Click the Record signal (>1 ms) command in the procedure editor. The quick access toolbar will be displayed showing 8 icons corresponding to individual tasks that can be performed on this command. In the quick access toolbar, click the icon to add a Windower command (see Figure 5). 5 Page

6 NOVA Technical note 1 Figure 5 Adding the Windower to the Record signals (>1 ms) command Note It is also possible to add a Windower command by dragging the command from the Data handling group of commands onto the Record signals (> 1 ms) command. When the Windower is added, a popup menu will appear (see Figure 6). Figure 6 The Windower dialog window will appear when the Windower command is added to the procedure This dialog window is used to specify the source of the Windower and the boundaries of the source signal. The source is the signal that is going to be used 6 Page

7 NOVA Technical Note 1 to extract the data points required for the analysis. Since we want to select the 30 last data points, we are going to set the source signal to Index, using the dropdown list (see Figure 6). 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. These values can be entered in the Begin and End fields of the Windower dialog (see Figure 7). Figure 7 Specifying the boundaries of the Windower Click the button of the dialog to validate the settings. The Windower command will be added to the procedure editor. The original signals provided by the Record signals command are now also located below the Windower (see Figure 8). However, these signals are shown in blue, indicating that they are generated by a data handling command. These signals will only contain the values of the last 30 data points. 7 Page

8 NOVA Technical note 1 Figure 8 The Windower is added to the procedure editor Note Measured signals are shown in red in the procedure editor. Calculated signals and signals generated by data handling commands are shown in blue. 3.2 Signal calculation Now we can calculate the average value of the current and the potential using the Calculate signal command. More information on this command can be found in the User manual, chapter 4 and in the Command list document. The Calculate signal command is directly accessible through the quick access toolbar. Click the Windower command in the procedure editor. The quick access toolbar will be displayed showing 6 icons corresponding to individual tasks that can be performed on this command. In the quick access toolbar, click the icon to add a Calculate signal command (see Figure 9). 8 Page

9 NOVA Technical Note 1 Note Since we want to perform the calculation on the last 30 points, the Calculate signal command must be added to the Windower command in the procedure editor. Figure 9 Adding the Calculate signal to the Windower command Note It is also possible to add a Calculate signal command by dragging the command from the Data handling group of commands onto the Windower command. When the Calculate signal is added, a popup menu will appear (see Figure 10). 9 Page

10 NOVA Technical note 1 Figure 10 The Calculate signal dialog window will appear when the Calculate signal command is added to the procedure Click the Single value checkbox to force the calculation to return a single value. Define the Name of the signal (Average current), the units (A), the expression MEAN(Current) 3. Click the Parameters frame to validate the expression. NOVA will identify the Current parameter as the only parameter of the equation (see Figure 11). 3 It is possible to copy and paste this expression into the Expression frame of the Calculate signal window 10 Page

11 NOVA Technical Note 1 Figure 11 Specifying the expression (1/2) Double click the WE(1).Current signal, listed in the Signals field, in the Windower group, to assign the parameter Current to this signal. The parameter Current will be displayed between brackets next to the WE(1).Current signal to indicate the link (see Figure 12). 11 Page

12 NOVA Technical note 1 Figure 12 Specifying the expression (2/2) Click the button to close the Calculate signal window. The Calculate signal command will be added to the procedure, and the result of the calculation, the Average current signal will be added to the signals available in the Windower. A link between the WE(1).Current signal from the Windower and the Current parameter of the Calculate signal command will be automatically added to the procedure (see Figure 13). 12 Page

13 NOVA Technical Note 1 Figure 13 The Calculate signal command is now added to the procedure 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 14). 13 Page

14 NOVA Technical note 1 Figure 14 Calculating the Average potential value Click the button to close the Calculate signal window. The procedure will now also calculate the Average potential using the last 30 WE(1).Potential values. Add another Calculate signal command to the Windower in the procedure to calculate the Average power signal, using the same approach (see Figure 15). 14 Page

15 NOVA Technical Note 1 Figure 15 Calculating the Average power value Click the button to close the editor. The procedure will now also calculate the Average power using the last 30 WE(1).Power values. The procedure will be updated has shown in Figure Page

16 NOVA Technical note 1 Figure 16 The three Calculate signal commands have been added to the procedure 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, potential and power. 3.3 Gathering the data from all the measurements Now we need to extract all the values of Average current, Average potential and Average Power in order to build the required plots. In order to separate measured data from calculated data, it is convenient to add a Nested procedure command at the end of the procedure. The Nested procedure command can be used to create a separate sequence in the procedure tree. This command can be found in Control group of command. Switch to the Commands browser in the setup view, locate the Nested procedure command in the Control group and add it to the procedure, at the very end of the sequence (see Figure 18). 16 Page

17 NOVA Technical Note 1 Figure 17 Adding a Nested procedure command to the procedure To gather all the signals into a single place, the Build signal command will be sued. The Build signal command is directly accessible through the quick access toolbar. Note More information on this command can be found in the User manual, chapter 4 and in the Command list document. Click the Nested procedure command in the procedure editor. The quick access toolbar will be displayed showing 2 icons corresponding to individual tasks that can be performed on this command. In the quick access toolbar, click the icon to add a Build signal command (see Figure 19). 17 Page

18 NOVA Technical note 1 Figure 18 Adding the Build signal command to the Nested procedure command Note It is also possible to add the Build signal command manually to the procedure by dragging and dropping the command from the Data handling group onto the Nested procedure command at the end of the procedure editor. When the Calculate signal is added, a popup menu will appear (see Figure 20). 18 Page

19 NOVA Technical Note 1 Figure 19 The Build signal editor The Build signal command can be used to gather all values with the same name in a single location. The Build signal editor shows the available signals, listed below the name of the commands supplying these signals. Expand the Data handling group in the Build signal window interface and expand the Windower group. The calculated signals (Average current, Average potential and Average Power) will be displayed in the list (see Figure 21). 19 Page

20 NOVA Technical note 1 Figure 20 The calculated signals are listed in the Data handling Windower group Double click the Average current signal to add it to the frame on the right-hand side (see Figure 22). Figure 21 Adding the Average current value to the Build signal 20 Page

21 NOVA Technical Note 1 Repeat this procedure for the Average potential and the Average Power signals (see Figure 23). Figure 22 Adding the Average potential and Average power to the Build signal Finally, adjust the value for the Search from X level(s) up parameter, to 2 in order to indicate that the signals should be gathered from the available values outside of the Nested procedure command (see Figure 24). 21 Page

22 NOVA Technical note 1 Figure 23 Adjusting the search depth parameter Click the button to close the interface. The three signals provided by the Build signal command will be added to the Nested procedure command (see Figure 25). 22 Page

23 NOVA Technical Note 1 Figure 24 The signals generated by the Build signal command are listed at the top of the procedure editor 3.4 Plotting the data The data can now be plotted at the end of the experiment. Two Custom plots need to be added to the procedure. The Custom plot command is directly accessible through the quick access toolbar. Click the Nested procedure command in the procedure editor. The quick access toolbar will be displayed showing 5 icons corresponding to individual tasks that can be performed on this command. In the quick access toolbar, click the icon to add a Custom plot command to the Nested procedure (see Figure 26). 23 Page

24 NOVA Technical note 1 Figure 25 Adding the Custom plot command to the Nested procedure command Note It is also possible to add a Custom plot command by dragging the command from the Plots - general group of commands onto the Nested procedure command. Add two Custom plot commands to the procedure to build the required plots (see Figure 27). Links towards the signals provided by the Build signal command are used. Set the Measurement plot number of the two additional plots on plot #4 (see Figure 27). 24 Page

25 NOVA Technical Note 1 Figure 26 Adding two custom plots to the procedure The two plots can be customized (name, plotting style, axis location, etc ). When this procedure is performed on the dummy cell (a), the following results are obtained (see Figure 28). Note Click the button in the toolbar to display all plots in the measurement view. 25 Page

26 NOVA Technical note 1 Figure 27 Final plots 26 Page

About the Build text command

About the Build text command About the Build text command Case study: how can I use the Build text command in my procedure? 1 Exporting data to ASCII The Export ASCII data command can be added to any NOVA procedure to export the data

More information

NOVA Cyclic voltammetry tutorial

NOVA Cyclic voltammetry tutorial Version 1.11.0 NOVA Cyclic voltammetry tutorial 1 Cyclic voltammetry staircase Cyclic voltammetry is the most popular electrochemical method. It provides both qualitative and quantitative information as

More information

Table of contents. NOVA User manual

Table of contents. NOVA User manual NOVA User manual Table of contents 1 Introduction... 7 1.1 The philosophy of NOVA... 7 1.2 Working with NOVA... 10 1.2.1 The toolbar buttons... 10 1.2.2 The toolbar menus... 12 1.2.3 Views and frames...

More information

EIS measurement after each multiple charging/discharging cycles

EIS measurement after each multiple charging/discharging cycles ZIVE Application Note11: Batch function EIS measurement after each multiple charging/discharging cycles Purpose This test is to demonstrate coin cell battery s charging/discharging cycle with EIS measurement.

More information

Data Table from an Equation

Data Table from an Equation 1 Data Table from an Equation How do you create a data table from an equation - to present and export the values - to plot the data We will look at these features in SigmaPlot 1. Linear Regression 2. Regression

More information

EPANET Tutorial. Project Setup Our first task is to create a new project in EPANET and make sure that certain default options are selected.

EPANET Tutorial. Project Setup Our first task is to create a new project in EPANET and make sure that certain default options are selected. EPANET Tutorial Example Network In this tutorial we will analyze the simple distribution network shown below. It consists of a source reservoir (e.g., a treatment plant clearwell) from which water is pumped

More information

Microsoft Word for Report-Writing (2016 Version)

Microsoft Word for Report-Writing (2016 Version) Microsoft Word for Report-Writing (2016 Version) Microsoft Word is a versatile, widely-used tool for producing presentation-quality documents. Most students are well-acquainted with the program for generating

More information

Double Click in in this space to open the the Calculator/Formula

Double Click in in this space to open the the Calculator/Formula TASK #2 Math II - FATHOM 10 coin Flips (How many coins would you predict land on heads?) Open a new Fathom Workspace. Drag a collection,, from the shelf into the workspace. Open the collection by positioning

More information

Three-Dimensional (Surface) Plots

Three-Dimensional (Surface) Plots Three-Dimensional (Surface) Plots Creating a Data Array 3-Dimensional plots (surface plots) are often useful for visualizing the behavior of functions and identifying important mathematical/physical features

More information

Autolab/ Electronic Load

Autolab/ Electronic Load Autolab/ Electronic Load Installation Description Picture Courtesy of Nedstack Fuel Cell Technology BV Autolab/Electronic load combination The Autolab range of instruments is limited in terms of maximum

More information

lab MS Excel 2010 active cell

lab MS Excel 2010 active cell MS Excel is an example of a spreadsheet, a branch of software meant for performing different kinds of calculations, numeric data analysis and presentation, statistical operations and forecasts. The main

More information

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule

Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule Lab 4: Pass the Data Streams to a Match Processor and Define a Match Rule In this lab you will feed both the data records and the error records to a match processor and define a match rule. At the end

More information

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data

Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data Chapter 3: Rate Laws Excel Tutorial on Fitting logarithmic data The following table shows the raw data which you need to fit to an appropriate equation k (s -1 ) T (K) 0.00043 312.5 0.00103 318.47 0.0018

More information

Introduction to CS graphs and plots in Excel Jacek Wiślicki, Laurent Babout,

Introduction to CS graphs and plots in Excel Jacek Wiślicki, Laurent Babout, MS Excel 2010 offers a large set of graphs and plots for data visualization. For those who are familiar with older version of Excel, the layout is completely different. The following exercises demonstrate

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

San Francisco State University

San Francisco State University San Francisco State University Michael Bar Instructions for Excel 1. Plotting analytical function. 2 Suppose that you need to plot the graph of a function f ( x) = x on the interval [ 5,5]. Step 1: make

More information

Section 8. 8 Format Editor

Section 8. 8 Format Editor Section 8 8 Format Editor The Format Editor allows the creation and editing of the log presentation or format files. The output of the format editor are files of the type *.prs which are subsequently used

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

A Simple First-Model Using the Berkeley-Madonna Program

A Simple First-Model Using the Berkeley-Madonna Program A Simple First-Model Using the Berkeley-Madonna Program For this introduction, we will be creating a model of a simple system with two compartments analogous to containers of a liquid which can flow between

More information

Data Resource Centre, University of Guelph CREATING AND EDITING CHARTS. From the menus choose: Graphs Chart Builder... 20/11/ :06:00 PM Page 1

Data Resource Centre, University of Guelph CREATING AND EDITING CHARTS. From the menus choose: Graphs Chart Builder... 20/11/ :06:00 PM Page 1 From the menus choose: Graphs Chart Builder... 20/11/2009 12:06:00 PM Page 1 The Chart Builder dialog box is an interactive window that allows you to preview how a chart will look while you build it. 20/11/2009

More information

Metrics Tutorial. Table of Contents. 1. Introduction

Metrics Tutorial. Table of Contents. 1. Introduction Metrics Tutorial Table of Contents 1. Introduction 2. The Set-Up Editor 3. The Project File Manager 4. Data Windows 5. Plot Windows 6. Exporting and Importing Data 7. Linking Metrics and Excel 1. Introduction

More information

Galaxie Report Editor

Galaxie Report Editor Varian, Inc. 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Galaxie Report Editor User s Guide Varian, Inc. 2008 Printed in U.S.A. 03-914949-00: Rev 6 Galaxie Report Editor i Table of Contents Introduction...

More information

ADDING RESOURCES IN MOODLE

ADDING RESOURCES IN MOODLE EDUCATIONAL TECHNOLOGY WORKSHOPS ADDING RESOURCES IN MOODLE Facilitators: Joseph Blankson (j-blankson), Chandra Dunbar (c-dunbar), Sharyn Zembower (s-zembower) A resource is an item that an instructor

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

More information

EIS Dummy Cell Test Procedure

EIS Dummy Cell Test Procedure ZIVE Application Note2: EIS Dummy cell test Procedure EIS Dummy Cell Test Procedure Updated 2016. 1 Preparation ZIVE SP/MP electrochemical workstation EIS Dummy cell. 200Ohm 3kOhm 1uF Cell Connection Connect

More information

Classroom Tips and Techniques: Interactive Plotting of Points on a Curve

Classroom Tips and Techniques: Interactive Plotting of Points on a Curve Classroom Tips and Techniques: Interactive Plotting of Points on a Curve Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Recently, I needed to draw points on the

More information

Producing Project Deliverables: Creating a Plan Set

Producing Project Deliverables: Creating a Plan Set Practice Workbook This workbook is designed for use in Live instructor-led training and for OnDemand selfstudy. The explanations and demonstrations are provided by the instructor in the classroom, or in

More information

Charting Progress with a Spreadsheet

Charting Progress with a Spreadsheet Charting Progress - 1 Charting Progress with a Spreadsheet We shall use Microsoft Excel to demonstrate how to chart using a spreadsheet. Other spreadsheet programs (e.g., Quattro Pro, Lotus) are similarly

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

More information

(Coins & Distributions & Bias s)

(Coins & Distributions & Bias s) (Coins & Distributions & Bias s) If you were to take 10 coins and flip them and count the heads, how many coins would you expect to be heads up? Try a brief experiment. Flip 10 coins, count the number

More information

Working with Spreadsheets in Target

Working with Spreadsheets in Target Working with Spreadsheets in Target This How-To Guide walks you through displaying, editing and processing Geosoft database data in the Spreadsheet view. Spreadsheets When you create or open a database,

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash.

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. Installing OIV 2.6 for Macs 1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. 2. Download the new version of

More information

Lab 5: Reporting with RPE

Lab 5: Reporting with RPE Objectives After completing this lab, you will be able to: Report on Rhapsody Models and Linked OSLC Artifacts using Rational Publishing Engine Scenario In this Lab, you will first start the Rhapsody REST

More information

Years after US Student to Teacher Ratio

Years after US Student to Teacher Ratio The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. The

More information

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors:

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors: The goal of this technology assignment is to graph several formulas in Excel. This assignment assumes that you using Excel 2007. The formula you will graph is a rational function formed from two polynomials,

More information

A Simple First-Model Using the Berkeley-Madonna Program

A Simple First-Model Using the Berkeley-Madonna Program A Simple First-Model Using the Berkeley-Madonna Program For this introduction, we will be creating a model of a simple system with two compartments analogous to containers of a liquid which can flow between

More information

Basic MicroStation Training Outline

Basic MicroStation Training Outline 12:30 DAY 1 Equipment Review Workstation, monitor, keyboard File server, Plot server, STATE server Drive Assignments Shortcut Menu General overview of commands Explorer Managing Folders & Files MicroStation

More information

Outline. More on Excel. Review Entering Formulas. Review Excel Basics Home tab selected here Tabs Different ribbon commands. Copying Formulas (2/2)

Outline. More on Excel. Review Entering Formulas. Review Excel Basics Home tab selected here Tabs Different ribbon commands. Copying Formulas (2/2) More on Excel Larry Caretto Mechanical Engineering 09 Programming for Mechanical Engineers January 6, 017 Outline Review last class Spreadsheet basics Entering and copying formulas Discussion of Excel

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

DEKOMOS. Browser and Editor Reference. Pinnacle Systems, Inc. 280 N. Bernardo Avenue Mountain View, CA 94043

DEKOMOS. Browser and Editor Reference. Pinnacle Systems, Inc. 280 N. Bernardo Avenue Mountain View, CA 94043 DEKOMOS Browser and Editor Reference Pinnacle Systems, Inc. 280 N. Bernardo Avenue Mountain View, CA 94043 April 2004 Preface This Reference includes instruction and reference information for configuring

More information

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis Microsoft Excel 2013 Chapter 3 Working with Large Worksheets, Charting, and What-If Analysis Objectives Rotate text in a cell Create a series of month names Copy, paste, insert, and delete cells Format

More information

Printing Tips Revised: 1/5/18

Printing Tips Revised: 1/5/18 Printing Tips By: Mike Angstadt This document contains tips on how to print from the PACs. Printing Email Attachments Many email services allow you to preview email attachments. This often misleads patrons

More information

Using Graphical Analysis This exercise will familiarize you with using Graphical Analysis in Beer s Law and kinetics.

Using Graphical Analysis This exercise will familiarize you with using Graphical Analysis in Beer s Law and kinetics. Using Graphical Analysis 3.1.1 This exercise will familiarize you with using Graphical Analysis in Beer s Law and kinetics. Beer s Law In this exercise you will plot a calibration curve of absorbance versus

More information

ME 142 Engineering Computation I. Graphing with Excel

ME 142 Engineering Computation I. Graphing with Excel ME 142 Engineering Computation I Graphing with Excel Common Questions from Unit 1.2 HW 1.2.2 See 1.2.2 Homework Exercise Hints video Use ATAN to find nominal angle in each quadrant Use the AND logical

More information

Zahner 01/2012. Steady State I/E Recording Fixed Sampling Dynamic Scan

Zahner 01/2012. Steady State I/E Recording Fixed Sampling Dynamic Scan Zahner 0/0 Steady State I/E Recording Fixed Sampling Dynamic Scan I/E - - I/E - 3 -. Recording Main Menu 5. Edit Parameters 6. Control Potentiostat 6.3 Start Recording 6.4 Display Diagram 6.5 File Operations

More information

INTRODUCTION TO MATLAB INTERACTIVE GRAPHICS EXERCISES

INTRODUCTION TO MATLAB INTERACTIVE GRAPHICS EXERCISES INTRODUCTION TO MATLAB INTERACTIVE GRAPHICS EXERCISES Eric Peasley, Department of Engineering Science, University of Oxford version 3.0, 2017 MATLAB Interactive Graphics Exercises In these exercises you

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

Steady-State and Transient Thermal Analysis of a Circuit Board

Steady-State and Transient Thermal Analysis of a Circuit Board Steady-State and Transient Thermal Analysis of a Circuit Board Problem Description The circuit board shown below includes three chips that produce heat during normal operation. One chip stays energized

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

MILLIPLEX Analyst. User Guide V 3.4. Copyright VigeneTech. All rights reserved.

MILLIPLEX Analyst. User Guide V 3.4. Copyright VigeneTech. All rights reserved. MILLIPLEX Analyst User Guide V 3.4 Copyright 2005-2008 VigeneTech. All rights reserved. Contents INTRODUCTION... 2 SECTION 1 DATA ANALYSIS SUMMARY... 3 Quantitative Analysis... 3 Qualitative Analysis...

More information

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t Tutorials Introductory Tutorials These tutorials are designed to give new users a basic understanding of how to use SIMetrix and SIMetrix/SIMPLIS. Tutorial 1: Getting Started Guides you through getting

More information

Lesson 1: Routine ITC Data Analysis and Fitting. Routine ITC Data Analysis. Lesson 1:Routine ITC Data Analysis and Fitting

Lesson 1: Routine ITC Data Analysis and Fitting. Routine ITC Data Analysis. Lesson 1:Routine ITC Data Analysis and Fitting Lesson 1:Routine ITC Data Analysis and Fitting Lesson 1: Routine ITC Data Analysis and Fitting In this lesson you will learn to perform routine analysis of ITC data. For reasonably good data, Origin makes

More information

This tutorial shows basic characteristics of TANAGRA user interface, through the analysis of the «Breast.txt» dataset.

This tutorial shows basic characteristics of TANAGRA user interface, through the analysis of the «Breast.txt» dataset. Tutorial overview This tutorial shows basic characteristics of TANAGRA user interface, through the analysis of the «Breast.txt» dataset. This well-known dataset come from the medical domain, consists of

More information

Customer Support Guide Creating a custom Headcount Dashboard

Customer Support Guide Creating a custom Headcount Dashboard Customer Support Guide Creating a custom Headcount Dashboard Contents Purpose... 2 Rationale... 2 Step by Step Instruction... 3 Related Documentation... 11 Package Version Date HCM 16.01 02/02/2017 HCM

More information

University of Bahrain College of Applied Studies

University of Bahrain College of Applied Studies University of Bahrain College of Applied Studies CSA 212: Human Interface and Design Activity 5: Front page 2003 Name : Student ID No : Section Instructor : : Demonstrator : Date : Total Marks : 10 Marks

More information

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS ü Open the file Task_1_Template.xlsx. All the further tasks will be conducted in this file, on particular sheets (Menu, Task 1, Task 2, Task 3). TASK 1.

More information

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7)

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) Graph as a XY Scatter Chart, add titles for chart and axes, remove gridlines. A. Select

More information

Vertical and Horizontal Translations

Vertical and Horizontal Translations SECTION 4.3 Vertical and Horizontal Translations Copyright Cengage Learning. All rights reserved. Learning Objectives 1 2 3 4 Find the vertical translation of a sine or cosine function. Find the horizontal

More information

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

More information

KINETICS CALCS AND GRAPHS INSTRUCTIONS

KINETICS CALCS AND GRAPHS INSTRUCTIONS KINETICS CALCS AND GRAPHS INSTRUCTIONS 1. Open a new Excel or Google Sheets document. I will be using Google Sheets for this tutorial, but Excel is nearly the same. 2. Enter headings across the top as

More information

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis Microsoft Excel 2013 Chapter 3 Working with Large Worksheets, Charting, and What-If Analysis Objectives Rotate text in a cell Create a series of month names Copy, paste, insert, and delete cells Format

More information

This tutorial teaches you the basics of using Modeler. If you are new to Modeler, this short introduction will help get you started.

This tutorial teaches you the basics of using Modeler. If you are new to Modeler, this short introduction will help get you started. Introduction Overview Welcome to Modeler! This tutorial teaches you the basics of using Modeler. If you are new to Modeler, this short introduction will help get you started. If you are performing this

More information

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA,

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, AEMLog users guide V 1.00 User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, 90250 310-484-2322 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 TRANSFERRING DATA TO AND

More information

Custom Components for Precast Concrete Tekla Structures 12.0 Basic Training September 19, 2006

Custom Components for Precast Concrete Tekla Structures 12.0 Basic Training September 19, 2006 Custom Components for Precast Concrete Tekla Structures 12.0 Basic Training September 19, 2006 Copyright 2006 Tekla Corporation Contents Contents...i 4...3 4.1 Define Custom Part of Fastener Plate...3

More information

Scientific Graphing in Excel 2013

Scientific Graphing in Excel 2013 Scientific Graphing in Excel 2013 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Use Table Styles to format an entire table. Format a table. What do you want to do? Hide All

Use Table Styles to format an entire table. Format a table. What do you want to do? Hide All Page 1 of 6 Word > Tables > Formatting tables Format a table Hide All After you create a table, Microsoft Office Word 2007 offers you many ways to format that table. If you decide to use Table Styles,

More information

Excel 2010 Charts and Graphs

Excel 2010 Charts and Graphs Excel 2010 Charts and Graphs In older versions of Excel the chart engine looked tired and old. Little had changed in 15 years in charting. The popular chart wizard has been replaced in Excel 2010 by a

More information

Getting Started with Access

Getting Started with Access MS Access Chapter 2 Getting Started with Access Course Guide 2 Getting Started with Access The Ribbon The strip across the top of the program window that contains groups of commands is a component of the

More information

Step 2: After opening the file, you should see following window. Select all the code, right click and then copy the code

Step 2: After opening the file, you should see following window. Select all the code, right click and then copy the code Step 1: Open chapter 12 and click on LEP-T12-2.pol under PolymathTM Code Step 2: After opening the file, you should see following window. Select all the code, right click and then copy the code Step 3:

More information

The Chart Title can be formatted to change color, pattern, typeface, size and alignment using the Format Chart Title dialog box.

The Chart Title can be formatted to change color, pattern, typeface, size and alignment using the Format Chart Title dialog box. Excel 2003 Formatting a Chart Introduction Page 1 By the end of this lesson, learners should be able to: Format the chart title Format the chart legend Format the axis Formatting the Chart Title Page 2

More information

The Figure module. Use Figure to manipulate, edit and plot figure and phase diagrams already calculated by FactSage.

The Figure module. Use Figure to manipulate, edit and plot figure and phase diagrams already calculated by FactSage. Table of contents Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7 Section 8 Section 9 Section 10 Section 11 Section 12 Section 13 Section 14 The module Use to manipulate, edit and

More information

Coin Cell EIS Test. This test is to demonstrate coin cell battery s EIS test. You can use this application note for your battery s EIS test.

Coin Cell EIS Test. This test is to demonstrate coin cell battery s EIS test. You can use this application note for your battery s EIS test. ZIVE Application Note4: Coin cell EIS Test Coin Cell EIS Test Purpose This test is to demonstrate coin cell battery s EIS test. You can use this application note for your battery s EIS test. Preparation

More information

By Scott Falla and Jamie Batiste 08/03/2010

By Scott Falla and Jamie Batiste 08/03/2010 ACUSOFT Query Builder Query Builder Help and SQL Syntax By Scott Falla and Jamie Batiste 08/03/2010 Query Builder help and syntax. Contents What Is Query Builder... 4 Introduction... 4 New Queries, Saving

More information

Joomla 2.5 Flexi Contact Component Configuration

Joomla 2.5 Flexi Contact Component Configuration Joomla 2.5 Flexi Contact Component Configuration Open Source Varsity For the configuration of Flexi Contact component in Joomla 2.5, you have to first login through the administrative panel of Joomla by

More information

WMS 10.0 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS

WMS 10.0 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS v. 10.0 WMS 10.0 Tutorial Hydraulics and Floodplain Modeling HY-8 Modeling Wizard Learn how to model a culvert using HY-8 and WMS Objectives Define a conceptual schematic of the roadway, invert, and downstream

More information

INTRODUCTION TO MATLAB, SIMULINK, AND THE COMMUNICATION TOOLBOX

INTRODUCTION TO MATLAB, SIMULINK, AND THE COMMUNICATION TOOLBOX INTRODUCTION TO MATLAB, SIMULINK, AND THE COMMUNICATION TOOLBOX 1) Objective The objective of this lab is to review how to access Matlab, Simulink, and the Communications Toolbox, and to become familiar

More information

MATERIALS PLUS Segmentation Measurement

MATERIALS PLUS Segmentation Measurement Example: Segmentation MATERIALS PLUS Segmentation is a method of image partitioning based on the intensity / gray scale range of its components. Since a phase is detected and its area is estimated on the

More information

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

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

Extended Product Grid with Editor for Magento 2

Extended Product Grid with Editor for Magento 2 Last update: 2018/01/26 13:00 magento_2:extended_product_grid https://amasty.com/docs/doku.php?id=magento_2:extended_product_grid Extended Product Grid with Editor for Magento 2 Get the advanced product

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2009

More information

Quantifying Motion in Three Dimensions with ProAnalyst

Quantifying Motion in Three Dimensions with ProAnalyst Date Published: March 2007 Revised: April 2011 Abstract This tutorial provides users with a step-by-step guide to performing an analysis with ProAnalyst 3-D Professional Edition. This lesson covers the

More information

Exercise 4a: Creating and Editing XY Plots

Exercise 4a: Creating and Editing XY Plots Exercise 4a: Creating and Editing XY Plots This exercise uses the data file, LINACC. Step 1: Load the file LINACC and create multiple plots. 1. Open HyperWorks Desktop and set the application to HyperGraph

More information

CURVE SKETCHING EXAM QUESTIONS

CURVE SKETCHING EXAM QUESTIONS CURVE SKETCHING EXAM QUESTIONS Question 1 (**) a) Express f ( x ) in the form ( ) 2 f x = x + 6x + 10, x R. f ( x) = ( x + a) 2 + b, where a and b are integers. b) Describe geometrically the transformations

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Well Sections in Petrel 2010 Geologists who use Petrel to create and use Well Sections have noticed a significant change in this area between Petrel

More information

Stepwise instructions for getting started

Stepwise instructions for getting started Multiparameter Numerical Medium for Seismic Modeling, Planning, Imaging & Interpretation Worldwide Tesseral Geo Modeling Tesseral 2D Tutorial Stepwise instructions for getting started Contents Useful information...1

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Introduction to Electronics Workbench

Introduction to Electronics Workbench Introduction to Electronics Workbench Electronics Workbench (EWB) is a design tool that provides you with all the components and instruments to create board-level designs on your PC. The user interface

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Heat Exchanger Efficiency

Heat Exchanger Efficiency 6 Heat Exchanger Efficiency Flow Simulation can be used to study the fluid flow and heat transfer for a wide variety of engineering equipment. In this example we use Flow Simulation to determine the efficiency

More information

Create a Customised Tab on the Office 2013 Ribbon

Create a Customised Tab on the Office 2013 Ribbon Create a Customised Tab on the Office 2013 Ribbon Office 2007 saw the addition of the Ribbon feature, which some users found confusing. However, you can use it to your advantage by adding your own custom

More information

miscript mirna PCR Array Data Analysis v1.1 revision date November 2014

miscript mirna PCR Array Data Analysis v1.1 revision date November 2014 miscript mirna PCR Array Data Analysis v1.1 revision date November 2014 Overview The miscript mirna PCR Array Data Analysis Quick Reference Card contains instructions for analyzing the data returned from

More information

WebIntelligence. Creating Documents

WebIntelligence. Creating Documents Creating Documents This page is intentionally left blank. 2 WIC110904 Table of Contents Lesson Objective... 5 For Assistance...6 Introduction... 7 Document Editor... 7 Designing a Query Flowchart... 9

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

SES123 Computer Methods Lab Procedures

SES123 Computer Methods Lab Procedures SES123 Computer Methods Lab Procedures Introduction Science and engineering commonly involve numerical calculations, graphs, photographic images, and various types of figures. In this lab, you will use

More information

SizeStrain For XRD profile fitting and Warren-Averbach analysis

SizeStrain For XRD profile fitting and Warren-Averbach analysis SizeStrain For XRD profile fitting and Warren-Averbach analysis I. How to use MDI SizeStrain? 1. Start MDI SizeStrain, use menu File -> Open Pattern for new Analysis to open an XRD pattern file from Program

More information

12. Defining Fluid Contacts

12. Defining Fluid Contacts 12. Defining Fluid Contacts 12.1 Creating a New Contact Set After having built a Petrel 3D grid and prior to running the volume calculation, the various contacts should be defined in the Make Contacts

More information

SAP Favorites. You can manage your own SAP menu Favorites in multiple ways: 1. From the SAP menu bar click on Favorites to display your options:

SAP Favorites. You can manage your own SAP menu Favorites in multiple ways: 1. From the SAP menu bar click on Favorites to display your options: SAP Favorites SAP Favorites... 1 Add Favorite (available options)... 3 Edit Favorites:... 4 Delete Favorites (available options)... 5 Add Folders to Favorites... 6 Moving the Placement of Favorites (available

More information