4. Creating an Origin-Destination Matrix File

Size: px
Start display at page:

Download "4. Creating an Origin-Destination Matrix File"

Transcription

1 4. INTRODUCTION Trip matrices used in SATURN are held as unformatted binary UFM files (10.2.1), i.e., their standard filename extension is UFM. For example the input trip matrix in Figure 3.1 is a UFM file. A comprehensive matrix manipulation program MX is included with SATURN and is described in Section 10; full documentation on matrices is given there. The UFM trip matrix file may be created in a number of different ways; for example using a wide range of input data formats from ascii/text files to MX as described in Section 10.5, or using SATME2 as described in Section 13 to create it from observed link flows. The traditional method using MX ascii input is described next. 4.1 Trip Matrices using M1 or MXM1 This section describes the simplest procedure to create a trip matrix, illustrated in Figure 4.1 below, based on an input ascii.dat file with complete O-D data plus certain other information to MX via the command: MXM1 trips or (more simply): M1 trips where MXM1 or M1 are simply.bat files which run the program MX in a particular way. (Previously M1 was a separate program.) By default the extension of the input file is assumed to be.dat ; i.e., in the above example the input file would be trips.dat as illustrated in Figure 4.1. However it is possible to use other extensions (the modern trend would be to use.txt) by commands such as: MXM1 trips.txt The ASCII file (TRIPS.DAT etc.) is formatted (see ) as zone-to-zone flows ordered (as is usual) first by origin and second by destination. However preceding this data are four (sets of) header records: 1) RUN runname 2) &PARAM NROWS=nc,NCOLS=nc,MPNEXT=T, &END 3) TRIPS PCUH 4) matrixname / Mar

2 Figure Obtaining a.ufm Trip Matrix from a.dat file TRIPS.DAT M1 TRIPS.UFM Note: Capital letters above denote mandatory input; lower case letters denote inputs which must be chosen by the user. Record (1) begins in col 1; runname should be chosen by the user and begins in column 5. Record (2) is an example of an input record which uses the Namelist facility to explicitly define certain variable values by name; see Appendix A. nc is the number of zones in the network. This record may be divided up into several lines rather than 1; see the example below. Record (3) must begin in col. 1 and have three blanks between the S and the P. This record defines the matrix as a trip matrix in units of pcus per hour. Record (4) begins in col 1; matrixname should be chosen by the user. Full details of the above standard format are given in Section , although certain alternative formats, described in 4.4 below, were introduced in SATURN Following the header records, each individual cell in the O-D matrix is given (by default see below) with up to 15 entries on each record in cols 1-5, 6-10,..., (Fortran format 15I5). A new record is begun for each origin. The first entry for each new origin, i.e., cols. 1 to 5 on the first record, contains the name of that zone, followed by nc entries for trips to destinations 1, 2, 3,..nc. Hence the first record contains trips for up to 14 destinations, whereas subsequent records contain up to 15 destination trips, starting in cols. 1 to 5. The origin records MUST appear in order of increasing zone names; i.e., the lowest origin first, the second lowest next, etc., etc / Mar

3 A fuller description of what is meant by zone names is given in and An alternative long format is also available under which the matrix elements are specified as real s; see for details. In fact virtually any input format is acceptable by the program MX using interactive commands; see Section to For example, the data may be contained in a CSV-formatted file as produced by a Windows program such as EXCEL. In addition, post release 10.6, the batch procedures M1 and MXM1 will also accept various alternatively formatted files including CSV as explained in Section 4.4. Hence transferring matrices from other suites of programs should not constitute a problem. The following sample file lists the beginning of the trip file for a network with 10 zones (so that only one record per origin zone is required). RUN SECOND SATURNVILLE O-D RUN &PARAM NROWS=10, NCOLS=10, MPNEXT=T, &END TRIPS PCUH SATURNVILLE O-D Important Trip Matrix Definitions Note that the trip elements are given in pcus PER HOUR, independent of the length of time period to be simulated. In other words they are specified as a rate and the program itself will convert them into actual numbers proportional to the length of the time period simulated, LTP. Note also that, strictly speaking, the matrix can be either in terms of vehicles or pcus, although the latter is generally more realistic and highly recommended. The important point is to ensure that all network capacities, counts, etc. etc., are defined in similar units to the trip matrices, i.e., pcus per hour or vehicles per hour. For simplicity all documentation refers to pcus/hr as the recommended units. See Section If, therefore, a separate trip matrix representing, say, HGVs is required it is the responsibility of the user to ensure that the matrix is suitably defined in terms of pcus/hr, not vph. If, as is generally the case, the originally provided HGV matrix were constructed from a survey of vehicles or a demand model based on vehicles it is equally the responsibility of the user to decide on suitable PCU factors in order to convert vph (i.e., HGV/hr) into pcus/hr / Mar

4 4.3 Further Notes on Trip Matrices 1) In general matrix files contain a single matrix T(I,J) of trips from zone I to J although in certain circumstances, described in greater detail in Section 7.3, it is possible to create a single stacked matrix file which contains more than one trip matrix, e.g., a car and an HGV matrix, in order to carry out Multiple User Class assignments. See ) If a series of time-dependent trip matrices is required to represent successive time periods (using the PASSQ option, Section 17.3) and if these matrices differ only by time-dependent factors then there are two laboursaving options to avoid coding a separate data file for each time period: (a) using the FACTOR options within MX to create a set of separate UFM matrix files from one original file (10.7); or (b), using the GONZO parameter as input to SATNET to factor the single matrix at the assignment stage (Section 6.3). 3) GONZO is much simpler and is therefore recommended but only for relatively simple one-off quick n dirty tests. Thus when later analyses require an explicit matrix, e.g. for comparison purposes, or if the matrix is to be altered in connection with elastic assignment or SATME2 ( ) then using GONZO tends to lead to confusion as to whether or nor it is included in the output matrices. Similar considerations also apply to cordoning (see ). 4) An alternative method to factor the as - read trip matrix file is available under multiple level user class assignment where a particular user class matrix may be defined as a fraction of a full matrix. See The same caveats as expressed above with respect to GONZO apply here as well; i.e. if the trip matrix is likely to be referred to explicitly or altered in any way then it is best to create it with the appropriate factors in the first place. 5) In the assignments trip matrix cells less than a critical value TIJMIN (a user definable parameter - see 6.3.3) are ignored as being irrelevant. 6) Thus any negative cells will always be ignored during the assignment, although it is possible to over-ride this rule by setting a parameter ERTM to.true (see 6.3.1). Quite why one would want to do so I do not know and if you do try it and find the computer crashes and erases half your hard disk when it tries to take the square root of a negative number or whatever then don t blame me! A Serious Warning 172 is generated if any negative cells are detected in a trip matrix to be assigned / Mar

5 4.4 Alternative Matrix Formats using M1/ MXM1 Following release 10.6 it is now possible to use various alternative formats for the cell data (as opposed to the header records) but still use either M1/MXM1 to build a.ufm matrix from an input ascii text file. For example, the input.dat file may contain the standard header records up to and including the matrix title followed by the cell values formatted as described in Section , i.e., CSV with one record per origin row. 1) The choice of data format is given by an integer parameter KROPT defined under the &PARAM Namelist inputs; the full list of possible values consists of: 2) Standard SATURN-formatted input file 3) User-defined format (with all O-D data included) 4) Non-zero elements only with I-J indicators (one record per cell) 5) Spreadsheet or Comma Separated (CSV) Format (one record per row) 6) EMME/2 Format 7) Tuba Format 1 8) Tuba Format 2 9) Tuba Format 3 where the default is 1. Further details of each individual format are given in Sections to N.B. At the moment not all the above options have been implemented; in fact, only KROPT = 4, CSV formats, and KROPT = 6, Tuba Format 1 (basically the same as CSV) are currently available. The full set will become available if, as and when users need them. All requests to either DVV or Atkins / Mar

6 4.5 Version Control JOB NUMBER: DOCUMENT REF: Section 4.doc Revision Purpose / Description Originated Checked Reviewed Authorised Date 1 Re-formatted (Final to DVV) TF / BG NS IW IW 06/05/06 3 Upgrade to V2 Template IW 28/06/ Web release Sept 06 DVV NP IW IW 08/09/ Web release Jan 07 DVV NP IW IW 04/01/ SATURN v10.7 Release DVV NP IW IW 12/03/ Web release Jul 07 DVV NP IW IW 19/07/ SATURN v10.8 Release DVV NP IW IW 26/01/ Web release Jul 08 DVV NP IW IW 07/07/ Web release Dec 08 DVV NP IW IW 12/12/ Web release Feb 09 DVV NP IW IW 16/02/ Web release Feb 09 DVV NP IW IW 16/06/ SATURN v10.9 Release DVV DG IW IW 04/09/ SATURN v10.9 Release DVV DG IW IW 22/10/ Web release Dec 10 DVV AG IW IW 06/12/ SATURN v10.9 Release (Full) DVV AG IW IW 05/06/ SATURN v11.1 Release (Full) DVV AG IW IW 31/03/ SATURN v11.2 Beta Release DVV JS IW IW 07/12/ SATURN v11.2 Release (Full) DVV JS IW IW 17/03/ SATURN v11.3 Release DVV EN IW IW 28/03/ / Mar

16. Simulation Network Coding Example

16. Simulation Network Coding Example 16. INTRODUCTION Section 6 is complemented here by means of examples on how to code each of the five types of intersections that can be handled by SATURN plus examples of coding centroid connectors. 16.1

More information

N. Guidance Notes. Overview

N. Guidance Notes. Overview N. Guidance Notes Overview Guidance is provided below on the following issues: N.1.SATALL UFS LPT Hanging / Corruption prior to 11.4.07H. N.2 SAVEIT Approximation N.3 UFO Files & Pre-11.4.07H Release N.4

More information

User Group 2007 Part 1: Introduction. Friday 19 th October 2007

User Group 2007 Part 1: Introduction. Friday 19 th October 2007 User Group 2007 Part 1: Introduction Friday 19 th October 2007 Agenda Morning Session 11:00 Part 1 - Welcome (IW) Latest News (IW) 11:30 Part 2 - SATURN v10.7 Latest Developments (DVV) 12:45 Lunch Afternoon

More information

D. Changes in SATURN Versions

D. Changes in SATURN Versions D. Changes in SATURN Versions 8.1-11.2 D.1 Changes in SATURN 8.1 SATURN 8.1, introduced for the first time to users in September 1990, represents a major upgrade to SATURN 7.1 with both changes to existing

More information

2018 User Group Meeting - Introduction

2018 User Group Meeting - Introduction 2018 User Group Meeting - Introduction Dirck Van Vliet November 2018 Final 03/12/18 - UGM2018 Introduction Programme - Morning Session - Afternoon Session 10:30 - SATURN News 11:00 - Latest on SATURN 11.5

More information

Fact Sheet No.1 MERLIN

Fact Sheet No.1 MERLIN Fact Sheet No.1 MERLIN Fact Sheet No.1: MERLIN Page 1 1 Overview MERLIN is a comprehensive software package for survey data processing. It has been developed for over forty years on a wide variety of systems,

More information

An Introductory Tutorial: Learning R for Quantitative Thinking in the Life Sciences. Scott C Merrill. September 5 th, 2012

An Introductory Tutorial: Learning R for Quantitative Thinking in the Life Sciences. Scott C Merrill. September 5 th, 2012 An Introductory Tutorial: Learning R for Quantitative Thinking in the Life Sciences Scott C Merrill September 5 th, 2012 Chapter 2 Additional help tools Last week you asked about getting help on packages.

More information

SATURN User Group Meeting: Leeds November

SATURN User Group Meeting: Leeds November SATURN User Group Meeting: Leeds November 29 2018 Presentation by Dirck Van Vliet Final 03/12/18 - UGM2018 SATURN v11.5 Latest DVV BATTING ORDER (Selected) 11.4 Bugs / 11.5 fixes Specific Program Upgrades

More information

Corporate Information & Computing Services. Customising Facility CMIS Printing timetables and Exporting data Training Course

Corporate Information & Computing Services. Customising Facility CMIS Printing timetables and Exporting data Training Course Corporate Information & Computing Services. 285-9 Glossop Rd Sheffield S10 2HB Cliff Alcock Email: c.alcock@sheffield.ac.uk Tel: (0114) 2221171 Fax: (0114) 2221188 Customising Facility CMIS Printing timetables

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

Grandstream Networks, Inc. XML Configuration File Generator User Guide (For Windows Users)

Grandstream Networks, Inc. XML Configuration File Generator User Guide (For Windows Users) Grandstream Networks, Inc. Table of Content INTRODUCTION... 3 CHANGE LOG... 4 Version 3.1... 4 Version 3.0... 4 FILES IN THE PACKAGE... 5 Example TXT Config Template (Config_Example.txt)... 5 Example CSV

More information

International Standards Organisation. Parameterized Derived Types. Fortran

International Standards Organisation. Parameterized Derived Types. Fortran International Standards Organisation Parameterized Derived Types in Fortran Technical Report defining extension to ISO/IEC 1539-1 : 1996 {Produced 4-Jul-96} THIS PAGE TO BE REPLACED BY ISO CS ISO/IEC 1

More information

Variables and Constants

Variables and Constants HOUR 3 Variables and Constants Programs need a way to store the data they use. Variables and constants offer various ways to work with numbers and other values. In this hour you learn: How to declare and

More information

Stat 579: Objects in R Vectors

Stat 579: Objects in R Vectors Stat 579: Objects in R Vectors Ranjan Maitra 2220 Snedecor Hall Department of Statistics Iowa State University. Phone: 515-294-7757 maitra@iastate.edu, 1/23 Logical Vectors I R allows manipulation of logical

More information

CSV Roll Documentation

CSV Roll Documentation CSV Roll Documentation Version 1.1 March 2015 INTRODUCTION The CSV Roll is designed to display the contents of a Microsoft Excel worksheet in a Breeze playlist. The Excel worksheet must be exported as

More information

CS113: Lecture 3. Topics: Variables. Data types. Arithmetic and Bitwise Operators. Order of Evaluation

CS113: Lecture 3. Topics: Variables. Data types. Arithmetic and Bitwise Operators. Order of Evaluation CS113: Lecture 3 Topics: Variables Data types Arithmetic and Bitwise Operators Order of Evaluation 1 Variables Names of variables: Composed of letters, digits, and the underscore ( ) character. (NO spaces;

More information

Penetrating the Matrix Justin Z. Smith, William Gui Zupko II, U.S. Census Bureau, Suitland, MD

Penetrating the Matrix Justin Z. Smith, William Gui Zupko II, U.S. Census Bureau, Suitland, MD Penetrating the Matrix Justin Z. Smith, William Gui Zupko II, U.S. Census Bureau, Suitland, MD ABSTRACT While working on a time series modeling problem, we needed to find the row and column that corresponded

More information

Importing Career Standards Benchmark Scores

Importing Career Standards Benchmark Scores Importing Career Standards Benchmark Scores The Career Standards Benchmark assessments that are reported on the PIMS Student Fact Template for Career Standards Benchmarks can be imported en masse using

More information

Automatically Balancing Intersection Volumes in A Highway Network

Automatically Balancing Intersection Volumes in A Highway Network Automatically Balancing Intersection Volumes in A Highway Network Jin Ren and Aziz Rahman HDR Engineering, Inc. 500 108 th Avenue NE, Suite 1200 Bellevue, WA 98004-5549 Jin.ren@hdrinc.com and 425-468-1548

More information

23. Linking SATURN and Geographical Information Systems (GIS)

23. Linking SATURN and Geographical Information Systems (GIS) 23. Linking SATURN and Geographical Information Systems (GIS) 23.1 Introduction This section discusses various ways in which SATURN users may interface their SATURN data with proper GIS systems such as

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Writing Formulae with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 2.0 TUT 47 UNIVERSITY OF LEEDS

More information

Lab1: Use of Word and Excel

Lab1: Use of Word and Excel Dr. Fritz Wilhelm; physics 230 Lab1: Use of Word and Excel Page 1 of 9 Lab partners: Download this page onto your computer. Also download the template file which you can use whenever you start your lab

More information

HERA and FEDRA Software User Notes: General guide for all users Version 7 Jan 2009

HERA and FEDRA Software User Notes: General guide for all users Version 7 Jan 2009 HERA and FEDRA Software User Notes: General guide for all users Version 7 Jan 2009 1 Educational Competencies Consortium Ltd is a not-for-profit, member-driven organisation, offering a unique mix of high

More information

StatsMate. User Guide

StatsMate. User Guide StatsMate User Guide Overview StatsMate is an easy-to-use powerful statistical calculator. It has been featured by Apple on Apps For Learning Math in the App Stores around the world. StatsMate comes with

More information

Chapter 2: Overview of C++

Chapter 2: Overview of C++ Chapter 2: Overview of C++ Problem Solving, Abstraction, and Design using C++ 6e by Frank L. Friedman and Elliot B. Koffman C++ Background Introduced by Bjarne Stroustrup of AT&T s Bell Laboratories in

More information

The PCAT Programming Language Reference Manual

The PCAT Programming Language Reference Manual The PCAT Programming Language Reference Manual Andrew Tolmach and Jingke Li Dept. of Computer Science Portland State University September 27, 1995 (revised October 15, 2002) 1 Introduction The PCAT language

More information

Business Data Analysis MA0123. Dr Gavin Shaddick Department of Mathematical Sciences 4W 5.7

Business Data Analysis MA0123. Dr Gavin Shaddick Department of Mathematical Sciences 4W 5.7 Business Data Analysis MA0123 Dr Gavin Shaddick Department of Mathematical Sciences g.shaddick@bath.ac.uk 4W 5.7 Lectures and computer labs Two lectures a week (Monday and Friday). One computing lab (time

More information

It can be confusing when you type something like the expressions below and get an error message. a range variable definition a vector of sine values

It can be confusing when you type something like the expressions below and get an error message. a range variable definition a vector of sine values 7_april_ranges_.mcd Understanding Ranges, Sequences, and Vectors Introduction New Mathcad users are sometimes confused by the difference between range variables and vectors. This is particularly true considering

More information

Programming Problem for the 1999 Comprehensive Exam

Programming Problem for the 1999 Comprehensive Exam Programming Problem for the 1999 Comprehensive Exam Out: Monday 1/25/99 at 9:00 am Due: Friday 1/29/99 at 5:00 pm Department of Computer Science Brown University Providence, RI 02912 1.0 The Task This

More information

2. Click File and then select Import from the menu above the toolbar. 3. From the Import window click the Create File to Import button:

2. Click File and then select Import from the menu above the toolbar. 3. From the Import window click the Create File to Import button: Totality 4 Import How to Import data into Totality 4. Totality 4 will allow you to import data from an Excel spreadsheet or CSV (comma separated values). You must have Microsoft Excel installed in order

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

Importing Geochemical Data

Importing Geochemical Data Importing Geochemical Data This Importing Geochemistry Data How-to Guide introduces you to working with Geochemistry data, including how to design a new survey, import data, merge and verify, extract and

More information

Bulk Provisioning Overview

Bulk Provisioning Overview CHAPTER 8 Bulk provisioning functionality in the Cisco Voice Provisioning Tool allows you to add or modify a large number of users or a large number of phones/device profiles (and the corresponding configuration

More information

Withdrawn Equity Offerings: Event Study and Cross-Sectional Regression Analysis Using Eventus Software

Withdrawn Equity Offerings: Event Study and Cross-Sectional Regression Analysis Using Eventus Software Withdrawn Equity Offerings: Event Study and Cross-Sectional Regression Analysis Using Eventus Software Copyright 1998-2001 Cowan Research, L.C. This note demonstrates the use of Eventus software to conduct

More information

Beginner s Mathematica Tutorial

Beginner s Mathematica Tutorial Christopher Lum Autonomous Flight Systems Laboratory Updated: 12/09/05 Introduction Beginner s Mathematica Tutorial This document is designed to act as a tutorial for an individual who has had no prior

More information

Sage Hibernia Limited Copyright Statement

Sage Hibernia Limited Copyright Statement Sage Hibernia Limited Copyright Statement Sage Hibernia Limited, 2010. All rights reserved If this documentation includes advice or information relating to any matter other than using Sage software, such

More information

Technical Documentation Version 7.2 Multiple Run Management

Technical Documentation Version 7.2 Multiple Run Management Technical Documentation Version 7.2 Multiple Run Management These documents are copyrighted by the Regents of the University of Colorado. No part of this document may be reproduced, stored in a retrieval

More information

MassHunter File Reader

MassHunter File Reader MassHunter File Reader vers 1.0.0 2015 Quadtech Associates, Inc. All Rights Reserved Release date: November 18, 2015 www.quadtechassociates.com MassHunter File Reader Welcome to MassHunter File Reader.

More information

Stating the obvious, people and computers do not speak the same language.

Stating the obvious, people and computers do not speak the same language. 3.4 SYSTEM SOFTWARE 3.4.3 TRANSLATION SOFTWARE INTRODUCTION Stating the obvious, people and computers do not speak the same language. People have to write programs in order to instruct a computer what

More information

Mastering the Actuarial Tool Kit

Mastering the Actuarial Tool Kit Mastering the Actuarial Tool Kit By Sean Lorentz, ASA, MAAA Quick, what s your favorite Excel formula? Is it the tried and true old faithful SUMPRODUCT formula we ve all grown to love, or maybe once Microsoft

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

Writing Data files for Photo-Finish for a Lynx system. Ian Anholm

Writing Data files for Photo-Finish for a Lynx system. Ian Anholm Writing Data files for Photo-Finish for a Lynx system Presentation prepared by: Ryan Murphy Presentation to: Claire Furlong Date: XX/XX/XX Ian Anholm Aim of the workshop The aim of the workshop is to show

More information

Lecture 16. Reading: Weiss Ch. 5 CSE 100, UCSD: LEC 16. Page 1 of 40

Lecture 16. Reading: Weiss Ch. 5 CSE 100, UCSD: LEC 16. Page 1 of 40 Lecture 16 Hashing Hash table and hash function design Hash functions for integers and strings Collision resolution strategies: linear probing, double hashing, random hashing, separate chaining Hash table

More information

Interactive MATLAB use. Often, many steps are needed. Automated data processing is common in Earth science! only good if problem is simple

Interactive MATLAB use. Often, many steps are needed. Automated data processing is common in Earth science! only good if problem is simple Chapter 2 Interactive MATLAB use only good if problem is simple Often, many steps are needed We also want to be able to automate repeated tasks Automated data processing is common in Earth science! Automated

More information

A Tale of Two Tabulators

A Tale of Two Tabulators A Tale of Two Tabulators Richard A. O Keefe Computer Science, University of Otago November 2001 Abstract For a software engineering class, I present an example where a simple obvious English requirement

More information

EXCEL IMPORT user guide

EXCEL IMPORT user guide 18.2 user guide No Magic, Inc. 2015 All material contained herein is considered proprietary information owned by No Magic, Inc. and is not to be shared, copied, or reproduced by any means. All information

More information

CSci 1113 Lab Exercise 6 (Week 7): Arrays & Strings

CSci 1113 Lab Exercise 6 (Week 7): Arrays & Strings CSci 1113 Lab Exercise 6 (Week 7): Arrays & Strings Strings Representing textual information using sequences of characters is common throughout computing. Names, sentences, text, prompts, etc. all need

More information

Importing and Exporting Information

Importing and Exporting Information Importing and Exporting Information Importing and Exporting Information A Companion Document to Attendance Enterprise 1.6 2011, InfoTronics, Inc. All Rights Reserved. InfoTronics, Attendance, and Attendance

More information

Motor Insurance Database Policyholder Guide Using the Excel Templates

Motor Insurance Database Policyholder Guide Using the Excel Templates Policyholder Guide Using the Excel Templates Motor Insurance Database Policyholder Guide Using the Excel Templates The latest version of this document can be found on the MIIC website at www.miic.org.uk/fleet/policyholder_guides.htm

More information

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

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

More information

Creating SQL Tables and using Data Types

Creating SQL Tables and using Data Types Creating SQL Tables and using Data Types Aims: To learn how to create tables in Oracle SQL, and how to use Oracle SQL data types in the creation of these tables. Outline of Session: Given a simple database

More information

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13 General Purpose I/O Product specification Mar 2010 V0.a ByVac Page 1 of 13 Contents 1. Introduction... 3 2. Features... 3 3. Physical Specification... 3 3.1. JP7... 3 3.2. Control Interface... 4 3.3. Serial

More information

Configuring Job Monitoring in SAP Solution Manager 7.2

Configuring Job Monitoring in SAP Solution Manager 7.2 How-To Guide SAP Solution Manager Document Version: 1.0 2017-05-31 Configuring Job Monitoring in SAP Solution Manager 7.2 Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

How to Import Part Numbers to Proman

How to Import Part Numbers to Proman How to Import Part Numbers to Proman This is a brief document that outlines how to take an Excel spreadsheet and either load new parts numbers into Proman or update data on existing part numbers. Before

More information

Create CSV for Asset Import

Create CSV for Asset Import Create CSV for Asset Import Assets are tangible items, equipment, or systems that have a physical presence, such as compressors, boilers, refrigeration units, transformers, trucks, cranes, etc. that are

More information

GUMBO. Edition. pçñíï~êéi=fååk== Eight Edition (March 2011)

GUMBO. Edition. pçñíï~êéi=fååk== Eight Edition (March 2011) Edition Eight Edition (March 2011) GUMBO pçñíï~êéi=fååk== 809 W Howe St Seattle, WA 98119 United States of America Phone: 206-284-5078 Email: support@gumbo.com Web: www.gumbo.com Copyright Gumbo Software,

More information

1. Introduction The Customer screen allows you to add new customers and view or change details about an existing customer.

1. Introduction The Customer screen allows you to add new customers and view or change details about an existing customer. Alarm Manager Help Sheet Revised 14 th July 2011 Customers 1. Introduction The Customer screen allows you to add new customers and view or change details about an existing customer. Click on the Customers

More information

OMPlab on Sun - Lab Programs

OMPlab on Sun - Lab Programs IWOMP 2005 - OMPlab on Sun 1/8 OMPlab on Sun - Lab Programs Introduction We have prepared a set of lab programs for you. We have an exercise to implement OpenMP in a simple algorithm and also various programs

More information

Adding Lines in UDP. Adding Lines to Existing UDPs CHAPTER

Adding Lines in UDP. Adding Lines to Existing UDPs CHAPTER CHAPTER 45 You can add lines to a group of existing user device profiles. When you use the template to add new lines, you cannot change phone services or speed dials. Cisco Unified Communications Manager

More information

ItemTracker Data Export and Import

ItemTracker Data Export and Import ItemTracker Data Export and Import 1 ItemTracker Software Ltd. Data Export and Import The export and import functionality that ItemTracker provides is extremely powerful. Data can be easily exported to

More information

Target Surface Data Import and Quality Control

Target Surface Data Import and Quality Control Target Surface Data Import and Quality Control In mineral exploration, the initial focus of any exploration program is to identify potential targets for drilling. After potential targets are determined,

More information

Work with External Data in SPSS or Excel Format - Open SPSS data

Work with External Data in SPSS or Excel Format - Open SPSS data Work with External Data in SPSS or Excel Format - Open SPSS data Contents WORK WITH EXTERNAL DATA IN SPSS OR EXCEL FORMAT - OPEN SPSS DATA... 1 Open an Excel file... 1 Create new External File... 2 Save

More information

Human Capital Management: Step-by-Step Guide

Human Capital Management: Step-by-Step Guide Human Capital Management: Step-by-Step Guide Uploading CU One Time Payments This guide describes how to upload time collection files for CU One Time Payments. Uploading time collection files is a two-part

More information

N2KExtractor. Maretron Data Extraction Software User s Manual

N2KExtractor. Maretron Data Extraction Software User s Manual N2KExtractor Maretron Data Extraction Software User s Manual Revision 3.1.6 Copyright 2017 Maretron, LLP All Rights Reserved Maretron, LLP 9014 N. 23rd Ave #10 Phoenix, AZ 85021-7850 http://www.maretron.com

More information

The Project Upload functionality is available for people who need to create many projects in NS Financials from one spreadsheet

The Project Upload functionality is available for people who need to create many projects in NS Financials from one spreadsheet The Project Upload functionality is available for people who need to create many projects in NS Financials from one spreadsheet Enter the project details (including attributes) into the spreadsheet and

More information

Get Free notes at Module-I One s Complement: Complement all the bits.i.e. makes all 1s as 0s and all 0s as 1s Two s Complement: One s complement+1 SIGNED BINARY NUMBERS Positive integers (including zero)

More information

Ovation Process Historian

Ovation Process Historian Ovation Process Historian Features Designed to meet the needs of precision, performance, scalability and historical data management for the Ovation control system Collects historical data of Ovation process

More information

chapter 2 G ETTING I NFORMATION FROM A TABLE

chapter 2 G ETTING I NFORMATION FROM A TABLE chapter 2 Chapter G ETTING I NFORMATION FROM A TABLE This chapter explains the basic technique for getting the information you want from a table when you do not want to make any changes to the data and

More information

Lession #5: Adding a New Salary Using Batch Uploads

Lession #5: Adding a New Salary Using Batch Uploads Lession #5: Adding a New Salary Using Batch Uploads In Lesson #4, we discussed the function of adding or updating a salary online through IWAS. In this lesson, we ll discuss performing the same function,

More information

P6 Professional Reporting Guide Version 18

P6 Professional Reporting Guide Version 18 P6 Professional Reporting Guide Version 18 August 2018 Contents About the P6 Professional Reporting Guide... 7 Producing Reports and Graphics... 9 Report Basics... 9 Reporting features... 9 Report Wizard...

More information

Introduction to MATLAB

Introduction to MATLAB Chapter 1 Introduction to MATLAB 1.1 Software Philosophy Matrix-based numeric computation MATrix LABoratory built-in support for standard matrix and vector operations High-level programming language Programming

More information

[1] CURVE FITTING WITH EXCEL

[1] CURVE FITTING WITH EXCEL 1 Lecture 04 February 9, 2010 Tuesday Today is our third Excel lecture. Our two central themes are: (1) curve-fitting, and (2) linear algebra (matrices). We will have a 4 th lecture on Excel to further

More information

Creating and Maintaining Vocabularies

Creating and Maintaining Vocabularies CHAPTER 7 This information is intended for the one or more business administrators, who are responsible for creating and maintaining the Pulse and Restricted Vocabularies. These topics describe the Pulse

More information

Importing Data into Cisco Unified MeetingPlace

Importing Data into Cisco Unified MeetingPlace Importing Data into Cisco Unified MeetingPlace Release 7.1 Revised: April 11, 2013 11:39 pm Requirements for Importing Data, page 1 How To Import Data, page 3 Requirements for Importing Data Note Importing

More information

How to Operate the DDA Remotely

How to Operate the DDA Remotely 1 Overview of Remote Control How to Operate the DDA Remotely Illustrated above, the GPIB (IEEE Std 488-2)and RS-232-C ports found on the back of LeCroy DDAs, used for connecting the instrument to an external

More information

Number System. Introduction. Decimal Numbers

Number System. Introduction. Decimal Numbers Number System Introduction Number systems provide the basis for all operations in information processing systems. In a number system the information is divided into a group of symbols; for example, 26

More information

2. All answers should go on blank paper that will be provided. Very carefully number and draw lines separating each solution!

2. All answers should go on blank paper that will be provided. Very carefully number and draw lines separating each solution! Final Exam Held on 4/5th May, 2009 Computer Programming for Engineering and Science (CSCE 150E, Spring 2009) 4/5 May, 2009 Name : Course No : CSCE150E Instructions: 1. There are two parts to this exam.

More information

Data analysis using Microsoft Excel

Data analysis using Microsoft Excel Introduction to Statistics Statistics may be defined as the science of collection, organization presentation analysis and interpretation of numerical data from the logical analysis. 1.Collection of Data

More information

Updating Users. Updating Users CHAPTER

Updating Users. Updating Users CHAPTER CHAPTER 18 Update the existing user information that is in the database by using the following procedure:, page 18-1 Retaining Stored Values, page 18-2 Using the BAT Spreadsheet to Create a CSV Data File

More information

Statistical Good Practice Guidelines. 1. Introduction. Contents. SSC home Using Excel for Statistics - Tips and Warnings

Statistical Good Practice Guidelines. 1. Introduction. Contents. SSC home Using Excel for Statistics - Tips and Warnings Statistical Good Practice Guidelines SSC home Using Excel for Statistics - Tips and Warnings On-line version 2 - March 2001 This is one in a series of guides for research and support staff involved in

More information

C++ Programming: From Problem Analysis to Program Design, Third Edition

C++ Programming: From Problem Analysis to Program Design, Third Edition C++ Programming: From Problem Analysis to Program Design, Third Edition Chapter 2: Basic Elements of C++ Objectives (continued) Become familiar with the use of increment and decrement operators Examine

More information

Creating Accounts Using Batch Load

Creating Accounts Using Batch Load User Guide Creating Accounts Using Batch Load Document Purpose This document guides site administrators through the process of creating ACT WorkKeys online accounts for multiple examinees using a batch

More information

General Specifications

General Specifications General Specifications Model VP6H6530 Package [Release 6] GENERAL The Package imports process, trend and closing of the Human Interface Station (HIS) into Microsoft Excel spreadsheets to generate and print

More information

Excel for Algebra 1 Lesson 1: Basic Concepts and Button-ology

Excel for Algebra 1 Lesson 1: Basic Concepts and Button-ology Excel f Algebra 1 Lesson 1: Basic Concepts and Button-ology What s a spreadsheet? What does cell mean? A spreadsheet consists of a table of cells. Columns of the spreadsheet are named: A, B, C, and so

More information

XDS An Extensible Structure for Trustworthy Document Content Verification Simon Wiseman CTO Deep- Secure 3 rd June 2013

XDS An Extensible Structure for Trustworthy Document Content Verification Simon Wiseman CTO Deep- Secure 3 rd June 2013 Assured and security Deep-Secure XDS An Extensible Structure for Trustworthy Document Content Verification Simon Wiseman CTO Deep- Secure 3 rd June 2013 This technical note describes the extensible Data

More information

Creating Codes with Spreadsheet Upload

Creating Codes with Spreadsheet Upload Creating Codes with Spreadsheet Upload In order to create a code, you must first have a group, prefix and account set up and associated to each other. This document will provide instructions on creating

More information

Item Number Change for Sage Accpac ERP

Item Number Change for Sage Accpac ERP SAGE ACCPAC Sage Accpac Options Item Number Change for Sage Accpac ERP User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and service

More information

BeSt 1.0 Tutorial. by Cuaucihuatl Vital

BeSt 1.0 Tutorial. by Cuaucihuatl Vital BeSt 1.0 Tutorial by Cuaucihuatl Vital (cvital@indiana.edu) Before you start Download version j2sdk1.4.2 of java or later http://java.sun.com/j2se/1.4.2/download.html Follow the instructions for a straight-forward

More information

Here is an example of a credit card export; none of the columns or data have been modified.

Here is an example of a credit card export; none of the columns or data have been modified. PAYABLE IMPORT Overview This document covers the steps to import payable data into Orchestrated via the Expense Import Interface. The example uses a template that creates a A/P Invoice in the system. More

More information

Generating a Custom Bill of Materials

Generating a Custom Bill of Materials Generating a Custom Bill of Materials Old Content - visit altium.com/documentation Modified by on 6-Nov-2013 This tutorial describes how to use the Report Manager to set up a Bill of Materials (BOM) report.

More information

BCLUST -- A program to assess reliability of gene clusters from expression data by using consensus tree and bootstrap resampling method

BCLUST -- A program to assess reliability of gene clusters from expression data by using consensus tree and bootstrap resampling method BCLUST -- A program to assess reliability of gene clusters from expression data by using consensus tree and bootstrap resampling method Introduction This program is developed in the lab of Hongyu Zhao

More information

Payflow Implementer's Guide FAQs

Payflow Implementer's Guide FAQs Payflow Implementer's Guide FAQs FS-PF-FAQ-UG-201702--R016.00 Fairsail 2017. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced, disclosed, or used

More information

Language Basics. /* The NUMBER GAME - User tries to guess a number between 1 and 10 */ /* Generate a random number between 1 and 10 */

Language Basics. /* The NUMBER GAME - User tries to guess a number between 1 and 10 */ /* Generate a random number between 1 and 10 */ Overview Language Basics This chapter describes the basic elements of Rexx. It discusses the simple components that make up the language. These include script structure, elements of the language, operators,

More information

Pointers. A pointer is simply a reference to a variable/object. Compilers automatically generate code to store/retrieve variables from memory

Pointers. A pointer is simply a reference to a variable/object. Compilers automatically generate code to store/retrieve variables from memory Pointers A pointer is simply a reference to a variable/object Compilers automatically generate code to store/retrieve variables from memory It is automatically generating internal pointers We don t have

More information

Assignment: Backgrounding and Optical Flow.

Assignment: Backgrounding and Optical Flow. Assignment: Backgrounding and Optical Flow. April 6, 00 Backgrounding In this part of the assignment, you will develop a simple background subtraction program.. In this assignment, you are given two videos.

More information

Introductory Excel. Spring CS130 - Introductory Excel 1

Introductory Excel. Spring CS130 - Introductory Excel 1 Introductory Excel Spring 2012 CS130 - Introductory Excel 1 Introduction to Excel What is Microsoft Excel? What can we do with Excel? We will do all of these things through the four major parts of the

More information

5. Excel Fundamentals

5. Excel Fundamentals 5. Excel Fundamentals Excel is a software product that falls into the general category of spreadsheets. Excel is one of several spreadsheet products that you can run on your PC. Others include 1-2-3 and

More information

PALEONTOLOGY ANALYSIS LOG (PAL) USER S MANUAL

PALEONTOLOGY ANALYSIS LOG (PAL) USER S MANUAL PALEONTOLOGY ANALYSIS LOG (PAL) USER S MANUAL Delivered Leg 187 Table of Contents Introduction...................................................... 1 Document Layout..................................................

More information

Asset Keeper Pro - Import Assets. Import Assets

Asset Keeper Pro - Import Assets. Import Assets Import Assets Data can be imported into Asset Keeper Pro from either an Excel file or CSV file. The import option is located in the File menu in the Import / Export Assets submenu. Before importing you

More information

Asset Keeper Pro - Import Assets

Asset Keeper Pro - Import Assets Asset Keeper Pro - Import Assets Asset Keeper Pro - Import Assets Page 1 Import Assets Data can be imported into Asset Keeper Pro from either an Excel file or CSV file. The import option is located in

More information