RIVA / Athena Pro-Series ECU

Size: px
Start display at page:

Download "RIVA / Athena Pro-Series ECU"

Transcription

1 RIVA / Athena Pro-Series ECU USING SOFTWARE (MAYA) Running Maya for First Time Once installed, Maya is available in the Start menu under Programs -> Maya, or from a desktop short cut, if created. The first time that Maya is run it will prompt to select a directory where its data will be stored. The location is normally in the User directory where Maya data can be easily retrieved. On startup Maya will be as shown as follows. Figure 1 Maya Main Window Maya has a multi-window interface, whose secondary side window can be moved and resized at the users choice. Breakdown of Main Window: 1. Main Menu: Gives access to all the Maya functionalities. 2. Tool Bar: Replicates the most commonly used commands available in the menu. 3. Device Manager: Tool at the left of the main window which holds the tree of all data and information available from the ECU. 4. Device Help Panel: Panel on right side of the Main Window. Displays the description and all useful information about elements shown in the Device Manager. 5. Status Bar: Bar at bottom of window, typically providing information about the selected menu entries or about Device Manager objects. Word doc. Using Maya H1 10/10/12 1

2 Before working with your ECU the following must be completed. First Step When Using Maya Open a Device File. Device Files are the files that describe the configuration of the ECU used and are provided with configuration files (MAPs) downloaded from the ECU Manager Web Site. Device Files have the extension.mya. Double clicking on a Device File opens a new instance of Maya and loads it. Maya functionalities are available only if a Device File is loaded. Note: Device File is model specific. Opening a Device File is a required step. Tool Bar Items Figure 2 Tool bar elements. Description of Tool Bar Icons 1. Opens a device descriptor file using a Windows open dialog box. 2. Opens a configuration file using a Windows open dialog box. 3. Saves current ECU configuration file using a Windows save dialog box. 4. Read MAP from ECU and load into Maya memory. 5. Download current MAP data to ECU. 6. Selects MAP ID where to operate. It is the same as MAP number shown in the Device Manager tree. This is used for Dual Configuration files, also called Dual MAP Switch. 7. New Activity Window Opens a new window for various display options. 8. How to select the named activity windows. 9. How to select the active MAP (this is the slot a configuration file, or MAP, will be downloaded to). 0 is the default MAP location. 10. Connect to ECU (communicate with ECU) and begin real-time monitoring. 11. Disconnect from ECU (stop real time monitoring) and close communication with ECU. Connect and Disconnect buttons are mutually exclusive; activating one disables the other, and vice versa. 12. Opens End Of Line window.; 13. Opens Diagnostic window. 14. Read hour meter and display its value. Word doc. Using Maya H1 10/10/12 2

3 Device Manager Contents When a Device File is loaded the available contents will be displayed in the Device Manager. These represent the data that are configurable or readable from the ECU. NOTE: Some elements described below may not be present in the Device Manager: This is dependent upon ECU model and firmware version and upon Maya license type. See Figure 3. Selecting an object in the Device Manager tree automatically displays the object description in the Device Help Panel, if any. Figure 3 Typical Device Manager tree contents Typical Elements of Device Manager Tree: 1. Constants: These are constant values set for a specific ECU model. E.G. Upper and lower limits of value ranges. Constants are read-only values. When a constant item is selected its value is shown in the status bar. 2. Relations: They are the relations linking objects inside the MAP tree. E.G. A relation can set a vector object to be the source of X or Y values for a given matrix object (see MAP objects). 3. Addresses: These are the data that can be accessed through access to specific memory addresses of ECU. 4. MAP Items: A number of MAP object is presented, corresponding to the maximum number of MAPs that can be saved to the ECU. Each MAP object contains four types of sub-objects: a. Matrices (icon): A matrix is an ECU parameter depending on two other values (E.G. The fuel injection as a function of rpm and throttle). It is represented through a table, or a 3D plot. Double-clicking on a matrix object in the Device Manager opens a matrix Window. b. Vectors (icon): A vector is an ECU parameter depending on a single other parameter (E.G. Breakpoint numbers). It is represented by a single-column table, or by a 2D plot. Double-clicking on a matrix object in the Device Manager opens a matrix Window c. Scalars (icon): Scalars are ECU parameters with a single value. If the value is editable, double-clicking on a scalar item in the Device Manager opens the scalar edit window. Selecting a scalar in the Device Manager shows its value and short description in the status bar. d. Strings (icon): Strings are ECU parameters representing a string. A special string is the one identified by filename. It tracks the file name given to a MAP object, storing it also in the ECU, so the user can recall which files were downloaded to ECU. 5. Packet: Lists the variables that can be read from ECU in real time mode. The Device Manager only list these. The values can be seen using Scalar Displays or Analogue Meters. 6. MAP Objects represent the parameters that can be tuned into the ECU to change its behavior. There are three main types: Matrices, Vectors and Scalars. To access them, expand the MAP item on the Device Manager. Then, expand the kind of item you want to open and double-click the name of the single object. A specific edit window will be displayed; described later in this chapter. Word doc. Using Maya H1 10/10/12 3

4 Matrix Object Window A Matrix Object Window is divided in two parts. 1. Toolbar at the bottom 2. Notebook View on top. Notebook View typically has two tabs which can become three when the Corrections window is enabled. The first tab is 3D View, plotting the data as a 3D surface (shown in Figure 4). The second tab is Tabular View, displaying data as a spreadsheet (shown in Figure 5). Figure 4 3D View tab in the matrix window. The 3D view can be rotated by right-clicking and dragging the view with the mouse. In preferences, the tab 3D View enables you to set a wide range of options for the visualization of 3D plots such as colors, line widths, the use of antialiasing and more. Word doc. Using Maya H1 10/10/12 4

5 Figure 5 Tabular View tab in the matrix window. The Tabular View displays X values on columns and Y values on rows. It makes it possible to edit the single values inside the cells by simply clicking on them. Values may be rounded to a slightly different value to satisfy Maya internal representation of data (increment step varies from variable to variable). If a value is typed that is outside the valid range for that variable its value is automatically bounded to the right data range. The buttons in the bottom bar enable the following operations (described from left to right): 1. Edit applies a multiplication factor and an offset to all the selected values according to the formula: new_value = old_value*gain + Offset 2. Interpolate performs a linear interpolation of selected data according to the value of the interpolation type selector at its right. X interpolation performs interpolation along a single row, so that the values are transformed into a linear interpolation of the first and last selected values of each single row. Y interpolation performs interpolation along a single column, so that the values are transformed into a linear interpolation of the top and bottom selected values of each single column. XY interpolation performs bi-linear interpolation along both rows and columns, so that the values are transformed according to the values of the four corner cells of the selection: for this reason, this type of interpolation will not work on single rows or columns. 3. Add/Subtract decrement/increment the value of every selected cell by a single variation step (which depends on the internal variable representation, varying from one MAP object to another). 4. Undo and Redo modification operations. 5. Selector makes it possible to select measurement units (if any) of the data, and to convert them automatically. 6. Preview toggles a preview of the MAP data (only when corrections view is enabled). Word doc. Using Maya H1 10/10/12 5

6 Vector Object Window The Vector Object Window is composed of a plot, a single column table with data display, and a tool bar at the bottom Figure 6 Example of a typical vector window. Values in the Tabular View can be edited the same way as matrices values. Values can also be edited by dragging the control points on the plot up and down. The control points cannot be dragged outside of the range allowed for variable. The plot has full mouse controls for zoom, pan and scrolling. The buttons in the bottom bar enable the following operations (description is from left to right): 1. Opens the Menu. 2. Edit multiplication factor and an offset can be applied to all the selected values, according to the formula: new_value = old_value*gain + Offset 3. Interpolate performs a linear interpolation of selected data, according to X values. 4. Undo and Redo of the modification operation. 5. The Selector makes it possible to select measurement units (if any) of the data, and to convert them automatically. 6. The (minus) and + (plus) buttons respectively decrement/increment the value of every selected cell by a single variation step (which depends on the internal variable representation, varying from one MAP object to another). Word doc. Using Maya H1 10/10/12 6

7 Scalar Objects Window Scalars are slightly different from matrices and vectors. A unique window containing all of them can be opened for editing (see Figure 7). Figure 7 Scalars editing window. Selecting a variable automatically displays its help in the right part of the window. Values can be edited directly, or incremented and decremented both using the + (plus) and - (minus) buttons, or left and right arrows keys. To apply the modifications made click OK. REAL TIME MONITORING Maya enables monitoring of ECU parameters in real time and ability to display them in monitoring windows. To start monitoring select Communication Connect to ECU, or the equivalent button on the tool bar. Many controls will be disabled and the acquisition started if no errors occur. To stop monitoring select Communication Disconnect from ECU, or the equivalent button on the tool bar. Display of Real Time Values Activating monitoring is not enough to see the data. An appropriate display window must be opened. For direct monitoring of variables two methods are available: Scalar Display and Analogue Meter Display. Word doc. Using Maya H1 10/10/12 7

8 Scalar Display of Real Time Values To create a new scalar display select Tools -> New Scalar Display. A variable selection window will appear. Select the variables to be monitored and click OK. The scalar display will open (see Figure 8). Figure 8 A Scalar Display with 5 variables running. Every variable is presented including its name, its value (which is refreshed during monitoring), a measurement unit selector, and a level bar showing the level of the variable with its minimum and maximum. To change the list of variables included in the Scalar Display, double-click the blank space below the last variable displayed. Analog Meter Display of Real Time Values As an alternative to Scalar Display, the variables can also be monitored using analogue meters (see Figure 9). To insert a new analogue meter in the main Maya view, select Tools -> New Analog Meter Display. The procedure is similar to that of Scalar Displays. Figure 9 Analogue meter with 3 elements Word doc. Using Maya H1 10/10/12 8

9 Vector and Matrices Monitoring of Real Time Values In addition to displays for single variables, the monitoring can also be done on vectors and matrices. If one of their axes is a variable available for monitoring the working point is represented dynamically on the respective windows. For vectors, a vertical or horizontal line is plotted over the graph and its intersection with the curve is highlighted by a green circular point (see Figure 10). Another point highlights the closest control node on the curve. On the plot, the coordinates of both points are written and finally, the working point is also highlighted with a different background color in the tabular view. For matrices, in the tabular view, the working point is highlighted with a different background color and a moving red point represents it in the 3D view. Figure 10 Real time monitoring on a vector plot. Word doc. Using Maya H1 10/10/12 9

10 END OF LINE (EOL) CALIBRATION Your ECU is programmed with standard values, but every engine needs some calibration values to account for sensors calibrations, tolerances, etc. Such calibration values can be set in the ECU through the End Of Line tool. These values will vary based on the make, model, and year of your craft. To start End Of Line, select Menu -> Tools -> End Of Line, or the equivalent button on the tool bar. The End of Line Parameters window will open (see Figure 11). A list of End of Line Parameters is displayed on the left. Useful calibration parameters that are periodically read from ECU, and refreshed, are displayed on the right. Typically this list contains only the TPS value and they are read-only values. Values on the left side can be edited in the same way of Scalar Variables. The state of parameters can be read from ECU by clicking Read End Of Line. All values will be overwritten and re-read from ECU each time Read End of Line is clicked. Values are automatically read every time the End Of Line window is opened. When a parameter has been correctly edited it can be set to the ECU by clicking the Set End Of Line button. Factory defaults can be restored at any time by clicking the Reset End Of Line button. NOTE: Modifications should be made here with caution. Figure 11 End Of Line setting window. Word doc. Using Maya H1 10/10/12 10

11 CORRECTIONS Corrections are modifications to the MAP objects that can be acquired during monitoring in order to fine tune the values of the engine working parameters in all operating conditions. These can be added to or multiplied to the existing matrix values, creating new working MAPs to be downloaded to the ECU. Figure 12 Correction group panel. Process to acquire corrections up to the creation of a new MAP: 1. Activate Corrections Window Select Menu -> Corrections -> View Corrections. A warning will be displayed that Maya must be synchronized with the ECU. MAPs will be read from the ECU and existing data will be overwritten. NOTE: Any unsaved data will be lost. Click OK to begin process. 2. Select Corrections to be Acquired After loading MAPs a new panel will appear on the right side of the Maya main window composed of a set of panels like the one represented in Figure 12. Each sub-panel represents a Correction Group; a set of corrections that can be applied separately (selecting the singular elements) or together. The first item of each group (in bold font) is the group itself. Selecting this item (using the check box to left of name) disables all other elements in the group. As a result, changing the value of the group element will change all of the other elements together following the value of the group. 3. Open Associated Matrices Every correction or correction group is associated to a matrix object, which is where the correction values will be applied. Association depends on ECU model. Please note that a group can be associated to a different matrix than its component corrections. Opening a matrix associated with a correction or correction group will present a new tab in the matrix window called a Correction MAP. Its content is a table similar to the tabular view of the matrix, but containing values associated with the corrections. Word doc. Using Maya H1 10/10/12 11

12 4. Set Correction Values to ECU To acquire the correction begin monitoring the ECU values. Changing the value of the correction(s): some ECU parameters will vary accordingly (this can be seen using scalar or analogue meter displays). The working point is displayed on the matrix associated with the correction enabling you to see which engine working condition will be affected by the correction. 5. Acquire Correction Values Changing the correction value does not affect the data on the MAPs neither in Maya memory, nor in ECU memory. Values are only corrected at runtime by ECU. When the engine values at a fixed working point are satisfactory they can be stored by clicking the space bar on the keyboard. This saves the current value of the selected corrections in the current working point of the associated matrix. The new value is displayed in the appropriate cell of the Correction view in the matrix window. 6. Prepare and Preview Corrected Data Once the points are acquired correctly the monitoring can be stopped. The values in the correction panel are reset to their default values while the acquired values remain in the Correction view of the matrix. They can now be edited in the same way as the standard matrix element. Once editing is completed data can be previewed using the Preview button. Preview data will be displayed in the Tabular View window, and values differing from the previous state are highlighted with a green background. In 3D view, the modified matrix will be displayed as a red overlay over the pre-existing surface (see Figure 13). Figure 13 3D view and corrections applied. 7. Saving Corrected Data Once the correction work is complete a new MAP with new matrix data can be generated. To do so, select File -> Create new MAP and follow the procedure. Select the edited MAPs to be saved in the new MAP. Save the new MAP to file. A dialog window will ask to send the new MAP directly to the ECU. If yes, the download process will start. The new MAP is automatically loaded into the ECU and the correction process can be started from the beginning, if needed. Please remember that until the new MAP is downloaded to ECU no effect will take place in the ECU behavior. The ECU continue to work with old values. Word doc. Using Maya H1 10/10/12 12

13 8. Temporary Data Saving and Automatic Save Working with corrections is time consuming. It is recommended that you save the values before applying them to a new MAP. You can manually save a correction work session by entering Corrections -> Store Corrections session. You will be prompted to provide a session name and the file will be saved. To restore a previously saved session, enter Corrections -> Restore Corrections session. A list of available sessions will appear, including their saving date and time. Sessions are saved automatically every 10 minutes when working with corrections. To change autosave interval, or to disable it, use the field in the preferences tab, File -> Preferences -> General. NOTE: Sessions saves raw data of corrections. They are not applied to MAP data so they do not affect the ECU behavior. To do so follow procedure in point 7. MAYA UTILITIES Diagnostic To open the diagnostics window, select Tools -> Diagnostics, or the equivalent button in the tool bar. The Diagnostic window will appear. This window contains a list of error codes with their description and status. Initially all codes are in undefined state. To read values click Read. All values can be reset by click Reset. Hour Meter The hour meter is an indicator of how long the ECU has operated. To read its value select Tools -> Hour Meter, or the equivalent button on the tool bar. A dialogue window will open displaying the ECU s total working time. Clear Service Flag Users are able to clear a service flag, which is a flag setting an internal counter in the ECU, tracking the engine maintenance intervals. To clear the service flag select Tools -> Clear Service Flag. Word doc. Using Maya H1 10/10/12 13

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

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

StickFont Editor v1.01 User Manual. Copyright 2012 NCPlot Software LLC

StickFont Editor v1.01 User Manual. Copyright 2012 NCPlot Software LLC StickFont Editor v1.01 User Manual Copyright 2012 NCPlot Software LLC StickFont Editor Manual Table of Contents Welcome... 1 Registering StickFont Editor... 3 Getting Started... 5 Getting Started...

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

ARES. User s Guide. Aprilia Racing Engine Setup. English version

ARES. User s Guide. Aprilia Racing Engine Setup. English version ARES Aprilia Racing Engine Setup User s Guide English version ARES user s guide 2/59 I. WARNINGS... 6 II. SOFTWARE AND ENGINE CONFIGURATION COMPATIBILITY... 6 III. BEFORE UPDATING ARES TO A NEWER VERSION...

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

Getting Started with DADiSP

Getting Started with DADiSP Section 1: Welcome to DADiSP Getting Started with DADiSP This guide is designed to introduce you to the DADiSP environment. It gives you the opportunity to build and manipulate your own sample Worksheets

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

SWR Director. (Version 1.11)

SWR Director. (Version 1.11) (Version 1.11) is a remote control and chart plotting of SWR and Return Loss (RL) program written for use with the AEA SWR-121 HF and SWR-121 V/U SWR analyzers. Features: Analyze an entire frequency band

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

Technical Documentation Version 7.3 Output

Technical Documentation Version 7.3 Output Technical Documentation Version 7.3 Output These documents are copyrighted by the Regents of the University of Colorado. No part of this document may be reproduced, stored in a retrieval system, or transmitted

More information

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9.

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9. Page 1 of 71 This section describes several common tasks that you'll need to know in order to use Creator successfully. Examples include launching Creator and opening, saving and closing Creator documents.

More information

Data Acquisition with CP-2002/2003 Micro-GC Control

Data Acquisition with CP-2002/2003 Micro-GC Control Varian Analytical Instruments 2700 Mitchell Drive Walnut Creek, CA 94598 Star Chromatography Workstation Version 6 Data Acquisition with CP-2002/2003 Micro-GC Control Operation Manual Varian, Inc. 2002

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes v. 12.2 SMS 12.2 Tutorial Observation Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with

More information

Profile Modeler Profile Modeler ( A SuperControl Product )

Profile Modeler Profile Modeler ( A SuperControl Product ) Profile Modeler ( A SuperControl Product ) - 1 - Index Overview... 3 Terminology... 3 Launching the Application... 4 File Menu... 4 Loading a File:... 4 To Load Multiple Files:... 4 Clearing Loaded Files:...

More information

Flip-Q. Version 2.4. Overview

Flip-Q. Version 2.4. Overview Flip-Q Version 2.4 Overview Welcome to Flip-Q, a powerful Teleprompter Application that offers must-have features including dual screen support. Dual screen support means that the operator's display is

More information

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to create powerful mathematical, financial, and statistical models

More information

Trio Motion Technology 4-2. Motion Perfect v3

Trio Motion Technology 4-2. Motion Perfect v3 MOTION PERFECT V3 4 Trio Motion Technology 4-2 Software Reference Manual Introduction to Motion Perfect 3 Motion Perfect 3 is an Microsoft Windows based application for the PC, designed to be used in conjunction

More information

Using Open Workbench Version 1.1

Using Open Workbench Version 1.1 Version 1.1 Second Edition Title and Publication Number Title: Edition: Second Edition Printed: May 4, 2005 Copyright Copyright 1998-2005 Niku Corporation and third parties. All rights reserved. Trademarks

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information

1) Merge the cells that contain the title and center the title

1) Merge the cells that contain the title and center the title Supplies: You will need a storage location to save your spreadsheet for use in Session 2. You will need the 2 handouts pertaining to Session 1 Instructions: Follow the directions below to create a budget

More information

Observation Coverage SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening the Data

Observation Coverage SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening the Data SURFACE WATER MODELING SYSTEM Observation Coverage 1 Introduction An important part of any computer model is the verification of results. Surface water modeling is no exception. Before using a surface

More information

Math 2524: Activity 1 (Using Excel) Fall 2002

Math 2524: Activity 1 (Using Excel) Fall 2002 Math 2524: Activity 1 (Using Excel) Fall 22 Often in a problem situation you will be presented with discrete data rather than a function that gives you the resultant data. You will use Microsoft Excel

More information

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

More information

MagicInfo VideoWall Author

MagicInfo VideoWall Author MagicInfo VideoWall Author MagicInfo VideoWall Author User Guide MagicInfo VideoWall Author is a program designed to construct a VideoWall layout and create VideoWall content by adding various elements

More information

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

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

More information

CLEAR TOOL... 7 BASIC NAVIGATION... 7 PAGE SORTER... 7

CLEAR TOOL... 7 BASIC NAVIGATION... 7 PAGE SORTER... 7 Interwrite Workspace WHAT IS WORKSPACE?...2 INSTALLATION...2 SETUP...2 CONNECTING DEVICES... 2 NAMING DEVICES... 3 CALIBRATING DEVICES... 3 THE PEN...3 INTERACTIVE MODE...4 THE TOOLBAR...4 MOVING THE TOOLBAR...

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

COMPUTING AND DATA ANALYSIS WITH EXCEL

COMPUTING AND DATA ANALYSIS WITH EXCEL COMPUTING AND DATA ANALYSIS WITH EXCEL Lesson 1: Introduction to the Excel Environment 1 Scheme Introduction to spreadsheets The Excel Interface Menus Toolbars Built-in Help tool Workbooks, Worksheets,

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

Module 4 : Spreadsheets

Module 4 : Spreadsheets Module 4 : Spreadsheets What is a spreadsheet program? A spreadsheet program allows you to store, organise and analyse information. Applications of spreadsheets focus on generating numeric information

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Table of Contents. Chapter 1

Table of Contents. Chapter 1 Table of Contents iii Table of Contents Chapter 1 Starting Excel Using an electronic spreadsheet 2 Starting Excel 2 Exploring the Start screen 4 Creating a blank workbook 4 Exploring the Excel window 5

More information

Word 2013 Quick Start Guide

Word 2013 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, and Word Options. Ribbon: Logically organize actions onto Tabs, Groups, and Buttons to facilitate finding commands. Active Document

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

Chapter 10 Working with Graphs and Charts

Chapter 10 Working with Graphs and Charts Chapter 10: Working with Graphs and Charts 163 Chapter 10 Working with Graphs and Charts Most people understand information better when presented as a graph or chart than when they look at the raw data.

More information

StickFont v2.12 User Manual. Copyright 2012 NCPlot Software LLC

StickFont v2.12 User Manual. Copyright 2012 NCPlot Software LLC StickFont v2.12 User Manual Copyright 2012 NCPlot Software LLC StickFont Manual Table of Contents Welcome... 1 Registering StickFont... 3 Getting Started... 5 Getting Started... 5 Adding text to your

More information

Vizit Pro User Manual

Vizit Pro User Manual Vizit Pro User Manual 1 Table of Contents Vizit Pro User Manual... 1 Using Vizit Pro... 3 The Vizit Pro User Interface... 3 Toolbars... 4 File Tab Toolbar... 4 Edit Tab Toolbar... 5 Annotations Tab Toolbar...

More information

Aurora Multi-image System Control Software. User Manual

Aurora Multi-image System Control Software. User Manual Aurora Multi-image System Control Software User Manual Product Information Model: Aurora Controller Software Version: V010200 Release Date: January 18th, 2017 Company OSEE TECHNOLOGY CO., LTD. Contact

More information

SOFTWARE INSTRUCTIONS DIGITAL SPEAKER PROCESSOR DP-SP3

SOFTWARE INSTRUCTIONS DIGITAL SPEAKER PROCESSOR DP-SP3 SOFTWARE INSTRUCTIONS DIGITAL SPEAKER PROCESSOR DP-SP3 Thank you for purchasing TOA s Digital Speaker Processor. Please carefully follow the instructions in this manual to ensure long, trouble-free use

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Table of Contents. iii

Table of Contents. iii Table of Contents I-Mark TM Help System...1 FAQ's & Troubleshooting...1 Using the Help System...4 Using the Help System...4 Help Menu Ribbon...4 Using the Help System...5 Demos...5 F1 Help for a Field...5

More information

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 These documents are based on and developed from information published in the LTS Online Help Collection (www.uwec.edu/help) developed by the University of Wisconsin Eau Claire

More information

Podium Plus Data Analysis Software. User Manual. SWIS10 Version

Podium Plus Data Analysis Software. User Manual. SWIS10 Version SWIS10 Version Issue 1.10 February 2005 Contents 1 Introduction 6 1.1 What is Podium Plus? 6 1.2 About This Manual 6 1.3 Typographical Conventions 7 1.4 Getting Technical Support 7 2 Getting Started 8

More information

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

TraceFinder Analysis Quick Reference Guide

TraceFinder Analysis Quick Reference Guide TraceFinder Analysis Quick Reference Guide This quick reference guide describes the Analysis mode tasks assigned to the Technician role in Thermo TraceFinder analytical software. For detailed descriptions

More information

QUADRA-CHEK 2000 Demo User's Manual. Evaluation Unit

QUADRA-CHEK 2000 Demo User's Manual. Evaluation Unit QUADRA-CHEK 2000 Demo User's Manual Evaluation Unit English (en) 06/2018 Contents Contents 1 Fundamentals...7 2 Software Installation...11 3 Basic Operation... 17 4 Software Configuration...41 5 Quick

More information

Math 227 EXCEL / MEGASTAT Guide

Math 227 EXCEL / MEGASTAT Guide Math 227 EXCEL / MEGASTAT Guide Introduction Introduction: Ch2: Frequency Distributions and Graphs Construct Frequency Distributions and various types of graphs: Histograms, Polygons, Pie Charts, Stem-and-Leaf

More information

Appendix C. Vernier Tutorial

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

More information

Contents. CRITERION Vantage 3 Analysis Training Manual. Introduction 1. Basic Functionality of CRITERION Analysis 5. Charts and Reports 17

Contents. CRITERION Vantage 3 Analysis Training Manual. Introduction 1. Basic Functionality of CRITERION Analysis 5. Charts and Reports 17 CRITERION Vantage 3 Analysis Training Manual Contents Introduction 1 Basic Functionality of CRITERION Analysis 5 Charts and Reports 17 Preferences and Defaults 53 2 Contents 1 Introduction 4 Application

More information

TraceFinder Analysis Quick Reference Guide

TraceFinder Analysis Quick Reference Guide TraceFinder Analysis Quick Reference Guide This quick reference guide describes the Analysis mode tasks assigned to the Technician role in the Thermo TraceFinder 3.0 analytical software. For detailed descriptions

More information

Enrollment Operator Guide. Avigilon Access Control Manager System Version

Enrollment Operator Guide. Avigilon Access Control Manager System Version Enrollment Operator Guide Avigilon Access Control Manager System Version 5.12.0 2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, ACCESS CONTROL MANAGER, ACM, and ACM VERIFY

More information

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

More information

DYMO ID User Guide BC

DYMO ID User Guide BC DYMO ID User Guide BC Copyright 2015 Sanford, L.P. All rights reserved. Revised: 4/28/2015 No part of this document or the software may be reproduced or transmitted in any form or by any means or translated

More information

Scepter Software Pro Quick Guide

Scepter Software Pro Quick Guide Scepter Software Pro Quick Guide Scepter Software Pro is used to connect with one or more Scepter devices, upload test files for storage, perform data analysis, and create experimental graphs and reports.

More information

Manual. User Reference Guide. Analysis Application (EMG) Electromyography Analysis

Manual. User Reference Guide. Analysis Application (EMG) Electromyography Analysis Phone: (888) 765-9735 WWW.MINDWARETECH.COM User Reference Guide Manual Analysis Application Electromyography Analysis (EMG) Copyright 2014 by MindWare Technologies LTD. All Rights Reserved. 1 Phone: (614)

More information

Logger Pro Resource Sheet

Logger Pro Resource Sheet Logger Pro Resource Sheet Entering and Editing Data Data Collection How to Begin How to Store Multiple Runs Data Analysis How to Scale a Graph How to Determine the X- and Y- Data Points on a Graph How

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

Do It Yourself Website Editing Training Guide

Do It Yourself Website Editing Training Guide Do It Yourself Website Editing Training Guide Version 3.0 Copyright 2000-2011 Sesame Communications. All Rights Reserved. Table of Contents DIY Overview 3 What pages are editable using the DIY Editing

More information

Guide to WB Annotations

Guide to WB Annotations Guide to WB Annotations 04 May 2016 Annotations are a powerful new feature added to Workbench v1.2.0 (Released May 2016) for placing text and symbols within wb_view tabs and windows. They enable generation

More information

Digital Display Wall Application Management Software

Digital Display Wall Application Management Software VWAS6.0 日常使用手册 Digital Display Wall Application Management Software VWAS6.0/VCMS/VEMS User Manual Copyright Statement This manual is the copyright property of VTRON. Without prior written approval from

More information

Chromatography Software Training Materials. Contents

Chromatography Software Training Materials. Contents Chromatography Software Training Materials This document contains information on how to build a method, start the instrument to acquire data, and then process the data using the Galaxie Program. You will

More information

WNS Waves Noise Suppressor

WNS Waves Noise Suppressor WNS Waves Noise Suppressor Table of Contents Chapter 1 Introduction... 3 1.1 Welcome...3 1.2 Product Overview...3 1.3 Concepts and Terminology...4 1.4 Components...5 Chapter 2 Quick Start Guide... 6 Chapter

More information

Chapter 1: Introduction and Overview

Chapter 1: Introduction and Overview Chapter 1: Introduction and Overview 1.1 About Qualifier The Qualifier Type 7830 PC software provides the perfect solution for post-processing and documentation of buildings acoustics measurements made

More information

LABEL MATRIX TEKLYNX V E R S I O N 8 Q U I C K S T A R T G U I D E

LABEL MATRIX TEKLYNX V E R S I O N 8 Q U I C K S T A R T G U I D E TEKLYNX LABEL MATRIX V E R S I O N 8 Q U I C K S T A R T G U I D E Note Quick Start Guide The information in this manual is not binding and may be modified without prior notice. Supply of the software

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

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

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

More information

MindWare Electromyography (EMG) Analysis User Reference Guide Version Copyright 2011 by MindWare Technologies LTD. All Rights Reserved.

MindWare Electromyography (EMG) Analysis User Reference Guide Version Copyright 2011 by MindWare Technologies LTD. All Rights Reserved. MindWare Electromyography (EMG) Analysis User Reference Guide Version 3.0.12 Copyright 2011 by MindWare Technologies LTD. All Rights Reserved. MindWare EMG 3.0.12 User Guide Internet Support E-mail: sales@mindwaretech.com

More information

Anatomy of a Window (Windows 7, Office 2010)

Anatomy of a Window (Windows 7, Office 2010) Anatomy of a Window (Windows 7, Office 2010) Each window is made up of bars, ribbons, and buttons. They can be confusing because many of them are not marked clearly and rely only on a small symbol to indicate

More information

R4 Engine Programming Software

R4 Engine Programming Software R4 Engine Programming Software Description: The R4 software is a Windows TM based software package that provides the user interface for a variety of Split Second engine management products. It controls

More information

SAFARI General Instructions

SAFARI General Instructions SAFARI General Instructions Open Excel. Click on the Data Tab. Click on From Other Sources. Select From Miscrosoft Query. Select the Database you would like to pull from: Insert your Reflections Password

More information

Table of Contents. Part I USB Communication. Part II User Interface. Part III User Settings (Tab Control) DFS-1000 Dataview. 2 File Menu.

Table of Contents. Part I USB Communication. Part II User Interface. Part III User Settings (Tab Control) DFS-1000 Dataview. 2 File Menu. 2 Table of Contents Part I USB Communication 3 1 Important... Information 3 2 Connecting... Controller 3 Part II User Interface 4 1 Overview... 4 2 File Menu... 5 3 Options... Menu 6 4 Help Menu... 6 5

More information

GE Fanuc Automation. CIMPLICITY HMI Plant Edition. Trend and XY Chart. CIMPLICITY Monitoring and Control Products.

GE Fanuc Automation. CIMPLICITY HMI Plant Edition. Trend and XY Chart. CIMPLICITY Monitoring and Control Products. GE Fanuc Automation CIMPLICITY Monitoring and Control Products CIMPLICITY HMI Plant Edition Trend and XY Chart Operation Manual GFK-1260H July 2001 Following is a list of documentation icons: GFL-005 Warning

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

More information

Sending image(s) to report Click Send Snapshot on any screen in Dolphin3D and choose the Send to Report option

Sending image(s) to report Click Send Snapshot on any screen in Dolphin3D and choose the Send to Report option Dolphin 3D Reports Sending image(s) to report Click Send Snapshot on any screen in Dolphin3D and choose the Send to Report option Creating a report step by step 1. Generate the desired images in Dolphin3D

More information

Introducing Gupta Report Builder

Introducing Gupta Report Builder Business Reporting Chapter 1 Introducing Gupta Report Builder You can use Report Builder to design reports. This chapter describes: Our approach to building reports. Some of the reports you can build.

More information

Insight: Measurement Tool. User Guide

Insight: Measurement Tool. User Guide OMERO Beta v2.2: Measurement Tool User Guide - 1 - October 2007 Insight: Measurement Tool User Guide Open Microscopy Environment: http://www.openmicroscopy.org OMERO Beta v2.2: Measurement Tool User Guide

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

Anima-LP. Version 2.1alpha. User's Manual. August 10, 1992

Anima-LP. Version 2.1alpha. User's Manual. August 10, 1992 Anima-LP Version 2.1alpha User's Manual August 10, 1992 Christopher V. Jones Faculty of Business Administration Simon Fraser University Burnaby, BC V5A 1S6 CANADA chris_jones@sfu.ca 1992 Christopher V.

More information

Frequency tables Create a new Frequency Table

Frequency tables Create a new Frequency Table Frequency tables Create a new Frequency Table Contents FREQUENCY TABLES CREATE A NEW FREQUENCY TABLE... 1 Results Table... 2 Calculate Descriptive Statistics for Frequency Tables... 6 Transfer Results

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

GCC vinyl cutter, cutting plotter for sign making

GCC vinyl cutter, cutting plotter for sign making Plotter Setup In "Plotter Setup," you can choose "Plotter List," "Environment," "Pen," and so on. [Plotter list] In this area, you can choose the machine type and set some basic information for your plotter

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Procom PPC Software User s Manual

Procom PPC Software User s Manual Procom PPC Software User s Manual Version 1.1 Procom Engineering Inc. 66 Maxwell, Irvine, CA 92618, USA Tel: 949-748 6338 Fax: 949-748 6339 Email: info@procomengineering.com www.procomengineering.com Contents

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

MicroSCADA Pro SYS Historian Operation

MicroSCADA Pro SYS Historian Operation SYS 600 9.3 Trace back information: Workspace Main version a10 Checked in 2012-11-12 1MRS757707 Issued: 30.9.2012 Version: A/30.9.2012 SYS 600 9.3 Contents 1 Copyrights... 2 Introduction... 2.1 This manual...

More information