OPTIS Labs Tutorials 2013

Size: px
Start display at page:

Download "OPTIS Labs Tutorials 2013"

Transcription

1 OPTIS Labs Tutorials 2013

2

3 Table of Contents Virtual Human Vision Lab... 4 Doing Legibility and Visibility Analysis... 4 Automation Using Automation Creation of a VB script Creation of a Luminaire Library Creating and Running a Macro Driving Virtual Reality Lab Lesson 1: Preparing the Data Lesson 2: Configuring of Excel Lesson 3: Writing of the Macro Lesson 4: Running of the Macro Index... 35

4 VIRTUAL HUMAN VISION LAB Doing Legibility and Visibility Analysis 1. From Start menu, click All Programs, OPTIS, OPTIS Labs, Labs, Virtual Human Vision Lab. A window appears. 2. Click File, Open... -Or- Click. 3. Copy and extract LAB_Tutorials_Legibility_Visibility.zip (../Common/LAB_Tutorials_Legibility_Visibility.zip) in a local directory. 4. Browse the Legibility-visibility.xmp file. 5. Click Tools, Vision parameters... A window appears. 6. In Eye adaptation group box, select Dynamic adaptation. 7. Click Update and Close. 8. Click Tools, Legibility/Visibility tools... A window appears. 9. To study the legibility, zoom on the S letter on the map. Page 4 of 35 OPTIS Labs Tutorials User Guide

5 10. From Letter luminance box, click to select a pixel in the S letter. Luminance value is around 7000 cd/m². 11. From Background luminance box, click to select a pixel in the background luminance near the edge of the S letter. Luminance value is around 6000 cd/m². Virtual Human Vision Lab Page 5 of 35

6 From Size of the critical detail, click to adjust both extreme points of the line on the map. 12. Click to display colorimetric data. DeltaE value is higher than 100. This defines a good legibility. Page 6 of 35 OPTIS Labs Tutorials User Guide

7 13. From Curve options group box, select Age. Here a 20 years old person would have around 92% relative visual performance in reading the bottom part of the S letter of the STOP panel under the special illumination conditions given in the simulation. 14. From Curve options group box, select Background Luminance. Here the relative visual performance dramatically drops when the background luminance is close to the letter luminance. Virtual Human Vision Lab Page 7 of 35

8 15. From Curve options group box, select Letter Luminance. 16. From Curve options group box, select Letter size. Here if the observer was twice as far from the panel, the relative visual performance would have been around 76% for a 20 years old person. 17. From Contrast, select Bakground luminance is constant and then Letter luminance is constant. Page 8 of 35 OPTIS Labs Tutorials User Guide

9 Here because the luminance values of the letter and the background are very close, the contrast does not change in both cases. 18. Select the Visibility tab. 19. In Previous adaptation luminance box, type the value already defined in the vision parameters window. For more details, you can view Using Vision Parameters. 20. From Background luminance box, click to select a pixel in the background. 21. From Target luminance box, click to select a pixel on the letter. Virtual Human Vision Lab Page 9 of 35

10 Information is the letter is visible or not is displayed in the Visibility state box. 22. Click Tools, Sources operations... A window appears. Page 10 of 35 OPTIS Labs Tutorials User Guide

11 23. Decrease the power of the display source to 30% of its original value. The delta luminance between the background and the target drops and the target becomes invisible. Virtual Human Vision Lab Page 11 of 35

12 A calculation is made to obtain the minimum delta between the background and the target for a given value of the background luminance. Page 12 of 35 OPTIS Labs Tutorials User Guide

13 AUTOMATION Using Automation OPTIS Labs license is required. Internet Explorer can be used as HTML editor. Microsoft Word is necessary for the Creation of a Luminaire Library. The user is going to generate a first macro from scratches opening a Virtual Photometric Lab viewer and extracting values from it. The script will be executed from a HTML document. Then a second script will be written using Microsoft Word to generate a library of Luminaire showing the luminaire's name and the polar curve. Creation of a VB script This tutorial shows how to write a Visual Basic script using a HTML document to: Open an Optis Virtual Photometric Lab Map Get the main values of the map (max, min,...) If needed, you can download the LAB_Tutorials_Automation_VBScript.zip (../Common/LAB_Tutorials_Automation_VBScript.zip) file. 1. First, open a new Notepad document. This text file will be used to generate a HTML document that will include the VB script. 2. Save the document as AutomationMacro1.html with the type All Files. Automation Page 13 of 35

14 3. Insert a VB script that includes a function. 4. The following submit input is going to be used to launch the function RunOptisLabs. Every time the user will click on the Process button, the function will be run. Page 14 of 35 OPTIS Labs Tutorials User Guide

15 Open the HTML file to observe the result: 5. The following command lines allow the access to a Virtual Photometric Lab object to open a map. 6. Then, to access the type of unit used with the map: UnitType.Value is the value of a parameter that is going to be used in the HTML part of the code to display the unit type. 7. To access the different information about the map: Automation Page 15 of 35

16 8. Then, to show the different values get from the VB script, some HTML lines are needed: 9. The final result should look like the following screen print: Make sure to allow block contents to run the script. 10. To see the entire script: first script Creation of a Luminaire Library This tutorial shows how to write a Visual Basic for Application script using a Word document to: Open an Optis Eulumdat Map Get the name of a luminaire and its corresponding polar curve to make a luminaire catalog If needed, you can download the LAB_Tutorials_Automation_LuminaireCatalog.zip (../Common/LAB_Tutorials_Automation_LuminaireCatalog.zip) file. 1. First, open a new Microsoft Word document. Page 16 of 35 OPTIS Labs Tutorials User Guide

17 2. To open the Visual Basic editor, select Tools, Macro and Visual Basic Editor or Alt+F In the project tree, click on ThisDocument to show a blank page where the script is going to be written. Create a subroutine named CreaCatalog and the usual lines to get an Eulumdat viewer object. 4. Declare the FolderPath variable. This FolderPath variable must be initialized by the path where your project are located. The following picture show an example : 5. The following command lines execute a file search of all file with a name ending with.ldt (referring to an Eulumdat map), located in the folder FolderPath. Automation Page 17 of 35

18 The Right command can find four files with the ".Idt" extension. Don't forget to use the method GetHelpPath for the file search folder. 6. Then, MyFileName can have a screenshot from the Idt file : 7. Finally, we use Microsoft Word's APIs to generate the report. Page 18 of 35 OPTIS Labs Tutorials User Guide

19 8. The final result should look like the following screen print: 9. To see the entire script: second script Creating and Running a Macro Driving Virtual Reality Lab OPTIS Labs license is required. 20 minutes You are going to create and run a macro driving Virtual Reality Lab. This macro will control in real-time the ambiance lighting inside a car. Lesson 1: Preparing the Data The 2010 version of Microsoft Excel has been used here but any other version could fit. Another software as Matlab or Simulink could also have been used to create the script. 1. Follow the instructions on the SPEOS CAA V5 Based tutorial called Interior Car until the end. By doing so, you will finally obtain an OptisVR file. This file is generated by the inverse simulation with the Immersive sensor. 2. Rename the OptisVR file in InteriorCar.OptisVR and copy it onto the C:\ folder. The path C:\InteriorCar.OptisVR will be used in the script. If you decide to move the OptisVR file elsewhere, do not forget to also change the path on the script. Lesson 2: Configuring of Excel 1. Launch Microsoft Excel. If this is not the first time that you use Excel for the creation of macros, you can directly go to the next lesson. 2. Click File and select Options. 3. Click Customize Ribbon. 4. Tick Developer. Automation Page 19 of 35

20 The Excel Options box appears. 5. Click OK. You have now access to a new Excel tab called Developer: Lesson 3: Writing of the Macro 1. Save the book as Excel Macro-Enabled Workbook (*.xlsm) or similar format. 2. Type Alt + F11 from Excel. Page 20 of 35 OPTIS Labs Tutorials User Guide

21 The Visual Basic Editor appears. Another way to reach it is to click from the Developer tab. 3. Double-click ThisWorkbook on the Project Explorer. Automation Page 21 of 35

22 The Code field for the current book is displayed on the right. There is no content for the moment because no script has ever been written on this book. 4. Paste the following script onto the Code field: Private Declare Function GetTickCount Lib "kernel32" () As Long ' Function used to carry out the timer Public Sub xwait(byval MilsecToWait As Long) Dim lngendingtime As Long lngendingtime = GetTickCount() + (MilsecToWait) Do While GetTickCount() < lngendingtime DoEvents Loop End Sub Sub main() ' Variable for Error Management Dim Error As Integer ' Create an instance of VR Lab Dim VirtualRealityLab As Object Set VirtualRealityLab = CreateObject("HDRIViewer.Application") ' Show the window of VR Lab Error = VirtualRealityLab.Show(True) 'Open the file Error = VirtualRealityLab.OpenFile("C:\InteriorCar.OptisVR") Page 22 of 35 OPTIS Labs Tutorials User Guide

23 If Error = 0 Then End If MsgBox ("Your OptisVR file cannot be opened.") 'Active Human Vision for a 25-year observer Error = VirtualRealityLab.HumanVisionMode(True, False, 25) 'Set Local Adaptation Error = VirtualRealityLab.SetLuminanceMax(100) ' Initializations Dim SleepDuration As Long Dim Index As Integer ' Selection of the Excel sheet Sheets("Sheet1").Select ' Lower the power of the Sun Error = VirtualRealityLab.SetSourcePowerById(2, 0.01) ' Lower the power of the Environment Error = VirtualRealityLab.SetSourcePowerById(3, 0.01) ' Make evolve the source powers Index = 1 Do While Cells(Index + 1, 2) <> "" 'Set the Power of the red source Error = VirtualRealityLab.SetSourcePowerById(5, Cells(Index + 1, 3) * Cells(2, 7) / 100) 'Set the Power of the green source Error = VirtualRealityLab.SetSourcePowerById(6, Cells(Index + 1, 4) * Cells(2, 8) / 100) 'Set the Power of the blue source Error = VirtualRealityLab.SetSourcePowerById(7, Cells(Index + 1, 5) * Cells(2, 9) / 100) ' Sleep until the next time event If Index = 1 Then Else End If SleepDuration = Cells(Index + 1, 2) * 1000 SleepDuration = (Cells(Index + 1, 2) - Cells(Index, 2)) * 1000 xwait SleepDuration 'MsgBox (SleepDuration) ' Change the index for the next time event Automation Page 23 of 35

24 Loop Index = Index + 1 End Sub 5. Copy the table below and paste it on Sheet1 from the book. Be careful not to let any space on the top and on the left of the Excel sheet. If you do, the macro has to be modified to work properly. Time (s) P_Red (%) P_Green (%) P_Blue (%) P_Red (lm) P_Green (lm) P_Blue (lm) Turn off Page 24 of 35 OPTIS Labs Tutorials User Guide

25 Automation Page 25 of 35

26 Page 26 of 35 OPTIS Labs Tutorials User Guide

27 Automation Page 27 of 35

28 Blink Fall Page 28 of 35 OPTIS Labs Tutorials User Guide

29 Rise E Fall Automation Page 29 of 35

30 Rise E Page 30 of 35 OPTIS Labs Tutorials User Guide

31 Fall Automation Page 31 of 35

32 Rise E Page 32 of 35 OPTIS Labs Tutorials User Guide

33 This table contains the power values (percentages) of the red, green and blue sources for each time (line). 6. Click Save. Lesson 4: Running of the Macro 1. Click Run. The Macros box appears. 2. Click Run. The script is running. A window of Virtual Reality Lab window is automatically displayed. Automation Page 33 of 35

34 We can observe that the macro changes in real-time the lighting inside the car. Feel free to change the point of view inside the car during the execution of the macro. 3. At the end of the macro, Virtual Reality Lab is automatically closed. Page 34 of 35 OPTIS Labs Tutorials User Guide

35 INDEX A AUTOMATION 13 C Creating and Running a Macro Driving Virtual Reality Lab 19 Creation of a Luminaire Library 16 Creation of a VB script 13 D Doing Legibility and Visibility Analysis 4 L Lesson 1 Preparing the Data 19 Lesson 2 Configuring of Excel 20 Lesson 3 Writing of the Macro 20 Lesson 4 Running of the Macro 33 U Using Automation 13 V VIRTUAL HUMAN VISION LAB 4

Excel 2013 Part 2. 2) Creating Different Charts

Excel 2013 Part 2. 2) Creating Different Charts Excel 2013 Part 2 1) Create a Chart (review) Open Budget.xlsx from Documents folder. Then highlight the range from C5 to L8. Click on the Insert Tab on the Ribbon. From the Charts click on the dialogue

More information

Excel VBA. Microsoft Excel is an extremely powerful tool that you can use to manipulate, analyze, and present data.

Excel VBA. Microsoft Excel is an extremely powerful tool that you can use to manipulate, analyze, and present data. Excel VBA WHAT IS VBA AND WHY WE USE IT Microsoft Excel is an extremely powerful tool that you can use to manipulate, analyze, and present data. Sometimes though, despite the rich set of features in the

More information

Module 1 - EHA Shortcut Add-in - 1

Module 1 - EHA Shortcut Add-in - 1 Module 1 - EHA Shortcut Add-in TOPICS COVERED: 1) Recording Macros (0:00) 2) Adding the Developer Tab to the Ribbon (1:08) 3) Inserting a Code Module (3:20) 4) Creating the New Name Dialog Shortcut Subroutine

More information

EHA Add-Ins and Keyboard Shortcuts

EHA Add-Ins and Keyboard Shortcuts EHA Add-Ins and Keyboard Shortcuts Creating Keyboard Shortcuts and Add-Ins (Module 1) TOPICS COVERED: 1) Recording Macros (0:00) 2) Adding the Developer Tab to the Ribbon (1:08) 3) Inserting a Code Module

More information

<excelunusual.com> Easy Zoom -Chart axis Scaling Using VBA - by George Lungu. <www.excelunusual.com> 1. Introduction: Chart naming: by George Lungu

<excelunusual.com> Easy Zoom -Chart axis Scaling Using VBA - by George Lungu. <www.excelunusual.com> 1. Introduction: Chart naming: by George Lungu Easy Zoom -Chart axis Scaling Using VBA - by George Lungu Introduction: - In certain models we need to be able to change the scale of the chart axes function of the result of a simulation - An Excel chart

More information

outlook-vba #outlookvba

outlook-vba #outlookvba outlook-vba #outlookvba Table of Contents About 1 Chapter 1: Getting started with outlook-vba 2 Remarks 2 Examples 2 Introduction 2 Outlook Visual Basic for Applications 3 Advanced topics 3 Chapter 2:

More information

Introduction to macros

Introduction to macros L E S S O N 7 Introduction to macros Suggested teaching time 30-40 minutes Lesson objectives To understand the basics of creating Visual Basic for Applications modules in Excel, you will: a b c Run existing

More information

KEYWORDS DDE GETOBJECT PATHNAME CLASS VB EDITOR WITHEVENTS HMI 1.0 TYPE LIBRARY HMI.TAG

KEYWORDS DDE GETOBJECT PATHNAME CLASS VB EDITOR WITHEVENTS HMI 1.0 TYPE LIBRARY HMI.TAG Document Number: IX_APP00113 File Name: SpreadsheetLinking.doc Date: January 22, 2003 Product: InteractX Designer Application Note Associated Project: GetObjectDemo KEYWORDS DDE GETOBJECT PATHNAME CLASS

More information

Sébastien Mathier wwwexcel-pratiquecom/en Variables : Variables make it possible to store all sorts of information Here's the first example : 'Display the value of the variable in a dialog box 'Declaring

More information

Microsoft Excel 2007 Macros and VBA

Microsoft Excel 2007 Macros and VBA Microsoft Excel 2007 Macros and VBA With the introduction of Excel 2007 Microsoft made a number of changes to the way macros and VBA are approached. This document outlines these special features of Excel

More information

Creating Page Layouts 25 min

Creating Page Layouts 25 min 1 of 10 09/11/2011 19:08 Home > Design Tips > Creating Page Layouts Creating Page Layouts 25 min Effective document design depends on a clear visual structure that conveys and complements the main message.

More information

F9 V5 Installation for Citrix Server

F9 V5 Installation for Citrix Server F9 V5 Installation for Citrix Server Installation: Installing F9 on a Citrix Server (Terminal Services) has to be done using the Control Panel. Steps: 1. Control Panel + Programs + Install on Remote Desktop

More information

Excel Tip: How to create a pivot table that updates automatically

Excel Tip: How to create a pivot table that updates automatically Submitted by Jess on Thu, 01/23/2014-21:38 Microsoft Excel has a powerful reporting tool called the Pivot Table. In a few minutes and in a few mouse clicks, you can build a report of your data. This is

More information

DATA 301 Introduction to Data Analytics Microsoft Excel VBA. Dr. Ramon Lawrence University of British Columbia Okanagan

DATA 301 Introduction to Data Analytics Microsoft Excel VBA. Dr. Ramon Lawrence University of British Columbia Okanagan DATA 301 Introduction to Data Analytics Microsoft Excel VBA Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.ca DATA 301: Data Analytics (2) Why Microsoft Excel Visual Basic

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Macros enable you to automate almost any task that you can undertake

Macros enable you to automate almost any task that you can undertake Chapter 1: Building and Running Macros In This Chapter Understanding how macros do what they do Recording macros for instant playback Using the relative option when recording macros Running the macros

More information

Advanced Financial Modeling Macros. EduPristine

Advanced Financial Modeling Macros. EduPristine Advanced Financial Modeling Macros EduPristine www.edupristine.com/ca Agenda Introduction to Macros & Advanced Application Building in Excel Introduction and context Key Concepts in Macros Macros as recorded

More information

Advanced Excel Selecting and Navigating Cells

Advanced Excel Selecting and Navigating Cells Advanced Excel 2007 One major organizational change in Excel 2007, when compared to 2003, is the introduction of ribbons. Each ribbon reveals many more options depending on what tab is selected. The Help

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

6/14/2010. VBA program units: Subroutines and Functions. Functions: Examples: Examples:

6/14/2010. VBA program units: Subroutines and Functions. Functions: Examples: Examples: VBA program units: Subroutines and Functions Subs: a chunk of VBA code that can be executed by running it from Excel, from the VBE, or by being called by another VBA subprogram can be created with the

More information

Getting started 7. Writing macros 23

Getting started 7. Writing macros 23 Contents 1 2 3 Getting started 7 Introducing Excel VBA 8 Recording a macro 10 Viewing macro code 12 Testing a macro 14 Editing macro code 15 Referencing relatives 16 Saving macros 18 Trusting macros 20

More information

DOWNLOAD PDF EXCEL MACRO TO PRINT WORKSHEET TO

DOWNLOAD PDF EXCEL MACRO TO PRINT WORKSHEET TO Chapter 1 : All about printing sheets, workbook, charts etc. from Excel VBA - blog.quintoapp.com Hello Friends, Hope you are doing well!! Thought of sharing a small VBA code to help you writing a code

More information

Download the files from you will use these files to finish the following exercises.

Download the files from  you will use these files to finish the following exercises. Exercise 6 Download the files from http://www.peter-lo.com/teaching/x4-xt-cdp-0071-a/source6.zip, you will use these files to finish the following exercises. 1. This exercise will guide you how to create

More information

This chapter is intended to take you through the basic steps of using the Visual Basic

This chapter is intended to take you through the basic steps of using the Visual Basic CHAPTER 1 The Basics This chapter is intended to take you through the basic steps of using the Visual Basic Editor window and writing a simple piece of VBA code. It will show you how to use the Visual

More information

What is a spreadsheet?

What is a spreadsheet? Microsoft Excel is a spreadsheet developed by Microsoft. It is a software program included in the Microsoft Office suite (Others include MS Word, MS PowerPoint, MS Access etc.). Microsoft Excel is used

More information

Quantitative Mapping Using Census Data

Quantitative Mapping Using Census Data MAP, DATA & GIS LIBRARY maplib@brocku.ca ArcGIS Pro Census Mapping Quantitative Mapping Using Census Data This tutorial includes all necessary steps to create a thematic map using numeric census tract

More information

POS2Net Quick Start Guide

POS2Net Quick Start Guide POS2Net Quick Start Guide Introduction POS2Net integrates your merchant s in-store QuickBooks Point of Sale (POS) system with Ecommerce Solution to offer added service, simplicity and convenience to your

More information

Macros enable you to automate almost any task that you can undertake

Macros enable you to automate almost any task that you can undertake Chapter 1: Building and Running Macros In This Chapter Understanding how macros do what they do Recording macros for instant playback Using the relative option when recording macros Running the macros

More information

CHAPTER 3 COLOR MEASUREMENT USING CHROMATICITY DIAGRAM - SOFTWARE

CHAPTER 3 COLOR MEASUREMENT USING CHROMATICITY DIAGRAM - SOFTWARE 49 CHAPTER 3 COLOR MEASUREMENT USING CHROMATICITY DIAGRAM - SOFTWARE 3.1 PREAMBLE Software has been developed following the CIE 1931 standard of Chromaticity Coordinates to convert the RGB data into its

More information

VBA Excel 2013/2016. VBA Visual Basic for Applications. Learner Guide

VBA Excel 2013/2016. VBA Visual Basic for Applications. Learner Guide VBA Visual Basic for Applications Learner Guide 1 Table of Contents SECTION 1 WORKING WITH MACROS...5 WORKING WITH MACROS...6 About Excel macros...6 Opening Excel (using Windows 7 or 10)...6 Recognizing

More information

BASIC MACROINSTRUCTIONS (MACROS)

BASIC MACROINSTRUCTIONS (MACROS) MS office offers a functionality of building complex actions and quasi-programs by means of a special scripting language called VBA (Visual Basic for Applications). In this lab, you will learn how to use

More information

VBA Collections A Group of Similar Objects that Share Common Properties, Methods and

VBA Collections A Group of Similar Objects that Share Common Properties, Methods and VBA AND MACROS VBA is a major division of the stand-alone Visual Basic programming language. It is integrated into Microsoft Office applications. It is the macro language of Microsoft Office Suite. Previously

More information

AgWare ClickFORMS 7.0 Introductory Tutorial

AgWare ClickFORMS 7.0 Introductory Tutorial AgWare ClickFORMS 7.0 Introductory Tutorial MAIN WINDOW If you have used Office 2007, our new layout will look familiar. Here is a screenshot of the new and improved AgWare ClickFORMS window: The Forms

More information

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that Getting Started with the Superpave Calculator worksheet. The worksheet containing the Superpave macros must be copied onto the computer. The user can place the worksheet in any desired directory or folder.

More information

Manual Vba Access 2010 Close Form Without Saving Record

Manual Vba Access 2010 Close Form Without Saving Record Manual Vba Access 2010 Close Form Without Saving Record I have an Access 2010 database which is using a form frmtimekeeper to keep Then when the database is closed the close sub writes to that same record

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

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS

ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS ADVANCED INQUIRIES IN ALBEDO: PART 2 EXCEL DATA PROCESSING INSTRUCTIONS Once you have downloaded a MODIS subset, there are a few steps you must take before you begin analyzing the data. Directions for

More information

General Guidelines: SAS Analyst

General Guidelines: SAS Analyst General Guidelines: SAS Analyst The Analyst application is a data analysis tool in SAS for Windows (version 7 and later) that provides easy access to basic statistical analyses using a point-and-click

More information

SPEOS CAA V5 Based Optical Shape Design V13.0

SPEOS CAA V5 Based Optical Shape Design V13.0 SPEOS CAA V5 Based Optical Shape Design V13.0 Table of Contents Getting Started... 5 Changing the User Interface Language... 5 Managing Documents... 5 Features... 6 Parabolic Surface... 7 Parabolic Surface

More information

Excel Vba Manually Update Links Automatically On Open File Ignore

Excel Vba Manually Update Links Automatically On Open File Ignore Excel Vba Manually Update Links Automatically On Open File Ignore Powerpoint VBA to update links on excel files open by someone else without alerts So I would have to update manually each link so it will

More information

Building an Excel Add-In

Building an Excel Add-In About Add-Ins An Excel Add-In is a file (usually with an.xlam or.xll extension -.xla in older versions of Excel) that Excel can load when it starts up. The file contains code (VBA in the case of an.xlam

More information

Exploring extreme weather with Excel - The basics

Exploring extreme weather with Excel - The basics Exploring extreme weather with Excel - The basics These activities will help to develop your data skills using Excel and explore extreme weather in the UK. This activity introduces the basics of using

More information

IT ACADEMY LESSON PLAN

IT ACADEMY LESSON PLAN IT Academy Program 10 IT ACADEMY LESSON PLAN Microsoft Excel Lesson 1 Turn potential into success Lesson 1: Understanding Microsoft Office Excel 2010 Learning Objectives Lesson Introduction Creating a

More information

Enterprise Portal Train the Trainer User Manual WEB PARTS

Enterprise Portal Train the Trainer User Manual WEB PARTS Enterprise Portal Train the Trainer User Manual WEB PARTS Version 1.2.1 Date: January 31, 2012 Table of Contents Table of Contents... 2 1 I Need To... 3 2 Media Web Part... 10 3 Content Editor... 15 4

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Overview and Instructions

Overview and Instructions AE Mobility Tracking Tool July 30, 2013 Overview and Instructions Sheet-specific Instructions Welcome Instructions Common Qs & As MobilityLog & Data Entry Reports: Graphs & Charts Data for Website Entry

More information

Saving a Workbook That Contains Macros

Saving a Workbook That Contains Macros Procedures LESSON 64: RECDING A MACRO Adding the DEVELOPER Tab to the Ribbon box, click Customize Ribbon. 4. In the Customize the Ribbon list at the right, click to mark Developer. Setting the Macro Security

More information

Microfocus VBA Add-On for Rumba+ Desktop. Quick Start Guide

Microfocus VBA Add-On for Rumba+ Desktop. Quick Start Guide Microfocus VBA Add-On for Rumba+ Desktop Quick Start Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1984-2018. All rights

More information

Lab 2: Your first web page

Lab 2: Your first web page Lab 2: Your first web page Due date DUE DATE: 3/3/2017, by 5pm. Demo in lab section/ta office hours. Overview In this lab we will walk through the usage of Microsoft Excel to create bar charts, pie charts,

More information

The Item_Master_addin.xlam is an Excel add-in file used to provide additional features to assist during plan development.

The Item_Master_addin.xlam is an Excel add-in file used to provide additional features to assist during plan development. Name: Tested Excel Version: Compatible Excel Version: Item_Master_addin.xlam Microsoft Excel 2013, 32bit version Microsoft Excel 2007 and up (32bit and 64 bit versions) Description The Item_Master_addin.xlam

More information

CODE V COM Interface COM-1

CODE V COM Interface COM-1 CODE V COM Interface 3280 East Foothill Boulevard Pasadena, California 91107 USA (626) 795-9101 Fax (626) 795-0184 e-mail: service@opticalres.com World Wide Web: http://www.opticalres.com COM API CODE

More information

A casual approach to numerical modeling

A casual approach to numerical modeling A casual approach to numerical modeling Spring-Mass-Damper System - part 2. by George Lungu It contains a tutorial about the implementation of a static SMD model in Excel

More information

Translating VBA into Assembly Language

Translating VBA into Assembly Language Translating VBA into Assembly Language Topics to use a computer simulator to see how instructions are stored and executed in both machine code and assembly language to translate simple programs written

More information

TIPS & TRICKS SERIES

TIPS & TRICKS SERIES TIPS & TRICKS SERIES TIPS & TRICKS OFFICE XP MACROS C o m p i l e d b y MUHAMMAD AJMAL BEIG NAZ TIPS & TRICKS OFFICE XP MACROS P a g e 1 CONTENTS Table of Contents OFFICE XP MACROS 3 ABOUT MACROS 3 MICROSOFT

More information

Read Me First (Excel 2007)

Read Me First (Excel 2007) Read Me First (Excel 2007) Concrete Mix Evaluator Before installing the CME program please go through these steps to configure your Excel 2007. Open a NEW BLANK Workbook and click on the "Developer " (A)

More information

Lesson 14: Property Editor

Lesson 14: Property Editor Lesson 14: Property Editor Lesson Objectives After completing this lesson, you will be able to: Work with Property Filters in the Property Editor Add part and net properties using the Property Editor Using

More information

Microsoft Office Excel Create a worksheet group. A worksheet group. Tutorial 6 Working With Multiple Worksheets and Workbooks

Microsoft Office Excel Create a worksheet group. A worksheet group. Tutorial 6 Working With Multiple Worksheets and Workbooks Microsoft Office Excel 2003 Tutorial 6 Working With Multiple Worksheets and Workbooks 1 Create a worksheet group A workbook is a collection of worksheets. You may want to work with the worksheets within

More information

FrontPage Help Center. Topic: FrontPage Basics

FrontPage Help Center. Topic: FrontPage Basics FrontPage Help Center Topic: FrontPage Basics by Karey Cummins http://www.rtbwizards.com http://www.myartsdesire.com 2004 Getting Started... FrontPage is a "What You See Is What You Get" editor or WYSIWYG

More information

Agilent MassHunter Workstation Software Report Designer Add-in

Agilent MassHunter Workstation Software Report Designer Add-in Agilent MassHunter Workstation Software Report Designer Add-in Quick Start Guide What is the Agilent MassHunter Workstation Software Report Designer Add-in? 2 Report Designer UI elements 3 Getting Started

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. App Inventor Workbook

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. App Inventor Workbook Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl App Inventor Workbook App Inventor is a cloud-based application development tool, enabling users to develop Android applications for free! App Inventor

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

Technology Is For You!

Technology Is For You! Technology Is For You! Technology Department of Idalou ISD because we love learning! Tuesday, March 4, 2014 MICROSOFT EXCEL Useful website for classroom ideas: YouTube lessons for visual learners: http://www.alicechristie.org/edtech/ss/

More information

Tutorial 2/4: Calculations & Functions. Tutorial 1/4: Getting Started. Tutorial 3/4: Statistical Analysis. Tutorial 4/4: Basic Formatting

Tutorial 2/4: Calculations & Functions. Tutorial 1/4: Getting Started. Tutorial 3/4: Statistical Analysis. Tutorial 4/4: Basic Formatting Basic Microsoft Excel skills will be required for some of your Glenn College courses and may prove very helpful for others. This four-part tutorial addresses getting started with Excel, performing calculations

More information

Business Intelligence Centre. Pastel Accounting BIC. Tips and Tricks

Business Intelligence Centre. Pastel Accounting BIC. Tips and Tricks Business Intelligence Centre Pastel Accounting BIC Tips and Tricks Contents Creating and linking a report... 3 Copy and Pasting BIC Reports... 6 Importing and exporting BIC reports... 8 Automatically distribute

More information

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools Revised 6/3/08

Teacher Guide. Edline -Teachers Guide Modified by Brevard Public Schools  Revised 6/3/08 Teacher Guide Teacher Guide EDLINE This guide was designed to give you quick instructions for the most common class-related tasks that you will perform while using Edline. Please refer to the online Help

More information

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme Introduction Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme In this Getting Started Guide, you can follow along as a website is built using the MIT DLC Theme. Whether you

More information

Microsoft Excel 2010 Training. Excel 2010 Basics

Microsoft Excel 2010 Training. Excel 2010 Basics Microsoft Excel 2010 Training Excel 2010 Basics Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.

More information

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Collaborative Authoring Tool

Collaborative Authoring Tool Collaborative Authoring Tool 1.0 Registering with Google This tool allows multiple users to edit a document at the same time and from different locations allowing version control to be managed. The tool

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

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTRODUCTION TO MICROSOFT EXCEL 2016 Introduction to Microsoft Excel 2016 (EXC2016.1 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn

More information

GDS provides the dll for the controllers with a simple interface, therefore development time is rapid.

GDS provides the dll for the controllers with a simple interface, therefore development time is rapid. 148 Helpsheet Software STDDPCv2 and ELDPC Controller Drivers Using the driver in third-party development World Leaders in Computer Controlled Testing Systems for Geotechnical Engineers and Geologists 1.

More information

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

This document describes how to use the CAP workbook with Excel It applies to version 6b of the workbook.

This document describes how to use the CAP workbook with Excel It applies to version 6b of the workbook. Introduction This document describes how to use the CAP workbook with Excel 2007. It applies to version 6b of the workbook. Be sure to use the new version 6b of the CAP workbook when using Excel 2007!

More information

2.) Open you re my documents folder, and then open you re my pictures folder. Now create a new folder called mask advert.

2.) Open you re my documents folder, and then open you re my pictures folder. Now create a new folder called mask advert. PhotoShop Help File Sleeping mask advert lesson 1.) Open adobe Photoshop. 2.) Open you re my documents folder, and then open you re my pictures folder. Now create a new folder called mask advert. 3.) From

More information

Creating Accessible Excel Tutorial

Creating Accessible Excel Tutorial Creating Accessible Excel Tutorial General Information This helps a screen reader to get a brief view of the worksheet before reading it. 1. Name the worksheet. Double-click on the tab name and type in

More information

Sherlock Tutorial Getting Started

Sherlock Tutorial Getting Started Sherlock Tutorial Getting Started Background Sherlock is a Java-based application that allows users to analyze the reliability of circuit card assemblies based on their design files. Sherlock has been

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

What is EditGrid? - 1

What is EditGrid? - 1 What is EditGrid? EditGrid (www.editgrid.com) is a online spreadsheet that allows you to easily share and collaborate with other web users. Its a fast and efficient way to use spreadsheets in an online

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE C30147 RELATIONAL DATABASE Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards This module has been developed to further the learner s

More information

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities EXCEL Analyzing Data Using Excel Section 1 Skills Start Excel and identify features in the Excel window Enter labels and values Use the fill handle to enter a series Enter formulas Create a formula using

More information

Microsoft Word: Steps To Success (The Bare Essentials)

Microsoft Word: Steps To Success (The Bare Essentials) Microsoft Word: Steps To Success (The Bare Essentials) Workbook by Joyce Kirst 2005 Microsoft Word: Step to Success (The Bare Essentials) Page Contents 1 Starting Word 2 Save 3 Exit 5 Toolbars, Alignment,

More information

Excel Second Edition.

Excel Second Edition. Excel 2016 Second Edition LearnKey provides self-paced training courses and online learning solutions to education, government, business, and individuals world-wide. With dynamic video-based courseware

More information

Tutorial 3 - Performing a Change-Point Analysis in Excel

Tutorial 3 - Performing a Change-Point Analysis in Excel Tutorial 3 - Performing a Change-Point Analysis in Excel Introduction This tutorial teaches you how to perform a change-point analysis while using Microsoft Excel. The Change-Point Analyzer Add-In allows

More information

Guide to KI-ELN, downloaded/remote desktop client

Guide to KI-ELN, downloaded/remote desktop client Guide to KI-ELN, downloaded/remote desktop client Conventions used in this tutorial Bold a button Underline selection from a menu Italics Right mouse-click menu item You can access the system in three

More information

Web Publishing. Overview. Key Features

Web Publishing. Overview. Key Features Web Publishing Overview XLReporter produces reports automatically in Excel, PDF and HML formats. As an HTML workbook, the report can be opened in any device that supports a web browser such as laptops,

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Sage MAS Intelligence 90/200 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3

More information

Lab: Implementing SMS 2003 SP1 Features

Lab: Implementing SMS 2003 SP1 Features Lab: Implementing SMS 2003 SP1 Features Objectives After completing this lab, you will be able to: Identify an SMS 2003 SP1 site. Implement SMS 2003 SP1 folders. Implement a configurable HTTP port in SMS

More information

Instructions for creating and modifying queries will be available in the future.

Instructions for creating and modifying queries will be available in the future. This document is intended to get you started quickly with BEx Analyzer 7.0. You will be able to open, run, and save queries; and export your data to Excel. Instructions for creating and modifying queries

More information

Introduction. Saving Workbooks. Excel 2010 Saving. To Use the Save As Command: Page 1

Introduction. Saving Workbooks. Excel 2010 Saving. To Use the Save As Command: Page 1 Excel 2010 Saving Introduction Page 1 Are you saving a workbook for the first time? Saving it as another name? Sharing it with someone that does not have Excel 2010? There are many ways you share and receive

More information

AKCess Pro Server Access Control User Manual

AKCess Pro Server Access Control User Manual www.akcp.com AKCess Pro Server Access Control User Manual Help Version updated till version 118 Copyright 2012, AKCess Pro Co., Ltd.. 1) Introduction A) What is the AKCess Pro Server / Access Control?

More information

Projectile Motion Tutorial #2 - animating the

Projectile Motion Tutorial #2 - animating the Projectile Motion Tutorial #2 - animating the basic high school approach (kinematic solution without aerodynamic drag) by George Lungu 1 Goal: Since this tutorial

More information

1 Introduction to Excel Databases April 09

1 Introduction to Excel Databases April 09 1 Introduction to Excel Databases April 09 Contents INTRODUCTION TO DATABASES... 3 CREATING A DATABASE... 3 SORTING DATA... 4 DATA FORMS... 5 Data Form options... 5 Using Criteria... 6 FILTERING DATA...

More information

Visual C# Program: Simple Game 3

Visual C# Program: Simple Game 3 C h a p t e r 6C Visual C# Program: Simple Game 3 In this chapter, you will learn how to use the following Visual C# Application functions to World Class standards: Opening Visual C# Editor Beginning a

More information

All Applications Release Bulletin January 2010

All Applications Release Bulletin January 2010 All Applications Release Bulletin January 2010 In this bulletin... Online Enrollment: HTML Forms for Contracts 2 System Administration: MBP Online User Accounts 11 About Release 91_6 This release includes

More information

2013 INTERMEDIATE MANUAL

2013 INTERMEDIATE MANUAL C B C H O U S E 2 4 C A N N I N G S T R E E T E D I N B U R G H E H 3 8 E G 0 1 3 1 2 7 2 2 7 9 0 W W W. I T R A I N S C O T L A N D. C O. U K I N F O @ I T R A I N S C O T L A N D. C O. U K CONTENTS CHAPTER

More information