Air pollution monitoring and management

Size: px
Start display at page:

Download "Air pollution monitoring and management"

Transcription

1 Air pollution monitoring and management system UWEDAT G. Schimak & G, Dunnebeil Department of Information Technology and Telecommunication, ARC Seibersdorf research, 2444 Seibersor- Austria Abstract UWEDAT stands for a new environmental monitoring system based on Windows NT/2000, It is mainly used in the field of ambient air quality monitoring. The kernel of the system is designed and implemented in such a modular and flexible way, thus it is possible to customize this information system in any thinkable way. But the usage of UWEDAT is not only restricted to monitor air quality. The new UWEDAT system also plays an important role for example in Vienna s drinking water quality monitoring. Within the following chapters we describe the UWEDAT-NT System. First we focus on the UWEDAT- Kernel then we will give a brief overview about some UWEDAT-tools, like the data navigator built to manage structural metadata and the data inspection tool which incorporates new aspects of data quality assurance. 1 Introduction Since the beginning of the early 1980s we are engaged in building automated and computer aided environmental monitoring systems, During the last 20 years people have learned how important such systems are to reduce effectively air pollutants or other environmental pollutants, An impression, how tremendous the reduction of S02 or CO was, is given if we compare the annual air quality reports of the 80 s with them of the 90 s in the federal province of Upper Austria [1,2]. This is the result of permanent and consequent environmental monitoring. Information systems like UWEDAT (in former times translated as environmental data acquisition system based on the ability of computer system in 1980 were very helpful to support data collection [3].

2 352 Air Pollution X Today the scenery has widely changed so that monitoring systems have to take into account, beside all pollutant parameters, a lot of different federal, national and European wide regulations. That forces the computerized systems to be more than a pure data acquisition system. The new age of environmental monitoring systems have to be turned from stand alone systems into filly flexible and configurable environmental information systems [4]. In the sense of information technology, we had to fmd solutions so that such environmental information systems are flexible and portable enough to operate in Europe as well as in any other country of the world, e.g. Indonesia (UWEDAT- NT Indonesia). At the beginning of 1998 we started to redesign UWEDAT and completely rebuilt it (nearly from scratch) as a new information system for ambient air quality data. 2 UWEDAT kernel The overall structure is shown in Figure 1 below. In general from the station computer data is sent to the central host, using different kinds of telegrams. These telegrams are implemented within the communication server (UwedatCS). This part of the system is the so-called central network manager, which is responsible for handling all the communication to and fi-omthe measuring stations as well as the communication with the database. As mentioned before the principal idea behind this is that the UwedatCS transfers the measuring values from the measuring station outside into the host s database. Three separate server processes are attached to this very complex task: The FORMULA Server (UwedatFS): A high speed database interface to handle mass data (time series) The Limit/Threshold Server (UwedatGS): A monitor to check the measuring values against any kind (user definable) of limit violation.. The Message Server (UwedatMS): A service to process messages according to message datapoints, These message datapoints are established by the user or generated by the system. The Uwedat-Navigator (UWENAV, see Figure 1and Figure 3) is a tool which allows the user to parametrize the monitoring network, It is clearly stated, that before any data can flow into the database, the monitoring network has to be defined. All this information (i.e. structural metadata [5]) needed, like operator of the network, related hosts and monitoring stations as well as pollutant parameters (see Figure 3) is configured with this tool,

3 Uwedat-Structure Air Pollution X Services Figure 1: UWEDAT-NT/2000 overall structure The FORMULA Server is one of the main services in our system. To overcome the troubles you have when writing mass data (like time series) into a data base or retrieving it from a database it was necessary to design a high speed mechanism. This mechanism performs blocked records with a fixed length instead of a record for each measuring value and stores it block-wise in the database Principles and methods The monitoring data comprising measuring values including all quality information (so-called status information) are put into or retrieved from the database using the FORMULA-Server, The implementation s principle is that the FORMULA-Server handles so-called FORMULA Expressions, FORMULA expressions are strings which get parsed, compiled and evaluated by the FORMULA-Server (see Figure 2), The result of such a FORMULA string is always a time serie, This pre-compiling on the one hand and the blocked storage mechanism on the other hand allow data retrieval of half hour mean values of six different parameters (including all quality information) over a whole year within a mouse click. All data are based on and stored as a special kind of mean value time serie in the host database, respectively in a special mean value archive (typically half hour mean values archives or ten minutes archives), All other, especially higher

4 354 Air Pollution X aggregated mean values are based on the measuring values stored in such a source archive, In general you use FORMULA expressions [6] to reference mean value archives (sources) at any time you want to retrieve data from the UWEDAT-System. A user hidden information, stored in an archive definition table, helps FORMULA to fmd the correct type of database archive to retrieve the requested measuring values. Figure 2: FORMULA principle The FORMULA Server which operates at the heart of the UWEDAT systems supplies the user with a library holding specialized functions for large time series. Data can be aggregated over time, either by speci~ing aggregated values for defined periods (e.g. half hour mean values) or by using grouping fictions (e.g. grouping by weekday). In addition data can be filtered according to time periods or values (e.g. all working days of a week) Generic mechanism for flexible access to complex archives All time series data are stored in the UWEDAT system in tables called Archives. These archives are structured in a way to support our proprietary FORMULA query mechanism. Usually the original measuring value (fust measured value) and the checked and evaluated value, with the fill status information, are kept in these archives. Depending on the user requirements it is possible to define different kinds of archives for example for half hour mean values [HMW], ten minutes mean values [MM 10], for daily mean values[tmv] etc. Typically we base all our aggregated values (for example 3-hourly mean value) on the smallest available time base (typically half hour mean values or ten minutes mean values) if not configured otherwise. On a data request the FORMULA server looks up these archives and can decide according to the archive definition table in a generic way which type of archive

5 Air Pollution X 355 and building rules returned. it has to use and most important which result type has to be 3 Data management There are several tools available in the UWEDAT system (see Figure 1) which allows you to perform an easy and simple data management, We will briefly discuss the three main tools in this chapter: 3.1 UWENAV the UWEDAT navigator This tool is necessary for the efficient maintenance and parameterization of the environmental database. This user interface is based on ORACLE Forms. The idea behind the concept was to have an application available, that is close to the look and feel of MS-Explorer, That means, that we have on the left hand side of the user interface an hierarchical browser and on the right hand side the related properties to each of the left hand side items (see Figure 3), Thus, you click on an item in the tree window and you will get displayed all existing properties in the right window, Hierarchically data management The browsing or editing (data entry) part of UWENAV can be switched into three different tree views, Depending on the mode set within the menu bar View the tree gets displayed ordered by all operators (main center as well as regional centers) or own measuring stations or byparameters and the parameters in the property window can be displayed, entered or updated. The icon in-front of each item in the tree shows, if a measuring station or a parameter is active or inactive (red crossed icon means deactivated parameter or station) Clicking on an icon or item expands or collapses the tree at the pointer location, On selecting all operators the tree expansion shows the related measuring stations of a monitoring center. In case of viewing all stations the expansion shows all related parameters of a station (datapoints). On selecting all parameters the expansion displays all measuring stations where this parameter is measured (equipped), Managing site properties and parameter setting The browsing or editing (data entry) part of UWENAV can be switched into Clicking on an operator s icon or name its properties are displayed on the right hand side (see Figure 3), All information about an operator as well as it s

6 356 Air Pollution X description can be entered or updated here, From the view of user interface design we have consequently kept this structure to enter all properties and settings beginning with the operator s description down to each single parameter monitored in the UWEDAT system. Figure 3: Example for operator s properties (test data) Further important database parameters, which are managed with this tool are: Stations and equipment Components Communication types and devices Phone schemas Mean values Limits Message templates Data distribution list 3.2 UWEMON the UWEDAT monitor UweMon is an utility to visualize the situation of the air quality monitoring network and to achieve basic control tasks within the network. UweMon links to the database of a monitoring network and polls the tables for state changes or updates. These state changes are visualized in an hierarchical way analogous to the conilguration tool UWENAV.

7 Air pollutionx 357 The UweMon program runs on the central host server. It is connected to the Uwedat services like UwedatCS (Communication server), UwedatFS (FORMULA Server) and UwedatMS (Message Server). It allows to interact with the measuring stations of a monitoring network. Several control actions can be initiated, like: start communication with the actual selected station or reload data from station, The layout of the UweMon user interface is very similar to that of the UWENAV tool. All operators and stations of the operators are displayed in an hierarchical way, Differing from the UWENAV tool, UWEMON displays all activities within the network. Typically active messages or actual measuring values of parameters in a station are displayed. 3.3 UWEDK the UWEDAT data inspection& quality assurance tool The quality check and evaluation of measurement data is done with the data inspection tool, A user interface written in JAVA, which allows also to store quality assurance information for each value verification or manipulation Concepts The data inspection tool is a tool for interactive validation and evaluation of stored measuring values, The values that have to be checked are displayed on the screen of a Windows PC. The common principle is that all measuring values can be validated in a transparent way, For quality assurance reasons, changes of values must be documented by the user. Automatically stored are the username and the changes he made. Furtheron the user may comment on, why he did and how he made these changes. Additionally manipulated values get a separate identification flag. Uncertain values are marked as invalid and restored with a quality flag in the database, To facilitate the daily work it is important that so-called profiles can be defined. This is done within the data inspection manager, A profile is a kind of cotilguration file, in which so-called evaluation groups consisting up to six parameters (components) are grouped together, These profiles are stored in the database and are reloaded when opening a new session, The data inspection graph (see Figure 4) is the application to display a data inspection group for checking and evaluating the measuring values User interface functionality The user interface is split into the following parts: menu bar, icon bar, up to six group element boxes, a graphical display and a ruler, The graphical display shows the check state of the values along with the measurement values in two separate diagrams, the so-called checking diagram and the measurement diagram. The flmctionality is as following: The checking diagram: There are several lines displayed beside the check level and exactly above the measurement diagram to indicate how far the

8 358 Air Pollution X user is with the checking of the measuring values, If no lines are displayed or lines are partially missing then there is until now no checking or no checking with the indicated check level. The line color is related to the color of the group element, the y-axis and the measurement diagram. The measurement diagram: Shows the measuring values of the group elements in a step - polygon. The diagram color is related to the color of the group element. Undefined or invalid values are not displayed. Values between 50% and 90% availability get highlighted, The ruler: The ruler is the highly interactive element in the measurement diagram, If you click in the diagram a ruler appears. You may move this ruler around in the graphic. Parallel to the movements the value for each parameter is displayed in the second line of the group element box. Below the x-axis the ruler time is indicated, This ruler can also be shifled from value to value by using the arrow buttons on the keyboard. When a value table is opened the line position in the table corresponds to the ruler position in the graphic so that you don t have to scroll up and down to find the related information. The value table is a very powerful user interface within the graphical display of the data inspection tool. Here it is where the user get the time series displayed as value rows with all its status information like device error status, device status and mean value status. In this table the user may change or modify values, validity information and check levels. Each of such a modification triggers a quality assurance window where the user has to enter his rational,

9 4 Conclusion Air Pollution X 359 Recently we have equipped Indonesia with ten central hosts in their major cities and about 50 measuring stations spread all over Indonesian territory to fidfill their air quality monitoring task with in the Blue Sky Program of Indonesia. This was a big challenge as we had to internationalize our UWEDAT system and modularize it in a way that it can be used nearly at any location in the world. We think that the design and concepts of modularity in the UWEDAT system are good so that they will stand stable for the next ten years. The kernel (server) application can be separated fi-omthe user (client) applications. That means that we can deliver a kernel with interfaces and the clients may come from another companies (already done so in Switzerland last year). The interfaces are flexible and transparent so that we can integrate the UWEDAT system into other environmental networks or information systems having a similar structure. References [1] Oberosterreichische Landesregierung: 3, Me13bericht(3rd measuring report), Amt der Oberosterreichischen Landesregierung, Landesbaudirektion, Automatisches Luftiiberwachungsnetz Oberosterreich, Hrsg: Amt der Oberosterreichischen Landesregierung/LJA-Immissionsschutz, 1984, German. [2] Oberosterreichische Landesregierung: Jahresbericht 1999 (annual report), ~erwachungsbericht des oberosterreichischen Luftmessnetzes, Abteilung Umweltschutz, Umweltpriif- und ~erwachungsstelle des Landes Oberosterreichs, 1999, German. [3] Schimak, G, (1992), H. Humer, Air Pollution Monitoring, in: P. Zannetti (cd,), Computer Techniques in Environmental Studies IV, Envirosoft 1992, Portsmouth, September 1992, pp , Elsevier, 1992 [4] Denzer, R,, Schimak, G., Humer, H, (1993): Integration Problems in Environmental Information Systems, International Symposium on Engineered Sotlvvare Systems, ISESS 1993, May 1993, Malvem, USA [5] Denzer R., Guttler R,, Houy P., Schimak G., and Temsis-Consortium (1998): TEMSIS - A Translational System for Public Information and Environmental Decision Support in: Proceedings of the 31st HICSS - Conference, Vol. 7- Soi?ware Technology Track, pg (CD-ROM) Kona, Big Island, Hawaii, USA, Jan. 1998, edited by Hesham E1-Rewini published by IEEE Computer Society, USA [6] Humer, H, (1993): Uwedat-Formula oder effizienter Datenzugriff trotz relationaler Datenbank ilk Visualisierungszwecke, in: Denzer R., Schimak G., Haas W. (eds.), Visualisierung von Umweltdaten 1992, 3, Workshop, Schlofi Zen an der Pram Austria, Inforrnatik Aktuell, Springer, 1993, S. 9-16

An EIS Called WuNDa The Wuppertal Navigation and Data Management System

An EIS Called WuNDa The Wuppertal Navigation and Data Management System R. Güttler, R. Denzer, P. Houy, An EIS Called WuNDa, Environmental Software Systems Vol. 3 (2000) Environmental Information and Decision Support, pp. 114-121, Kluwer Academic Publishers An EIS Called WuNDa

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Meta Information Concepts for Environmental Information Systems

Meta Information Concepts for Environmental Information Systems Meta Information Concepts for Environmental Information Systems Ralf Denzer, Reiner Güttler Hochschule für Technik und Wirtschaft des Saarlandes Goebenstr. 40 66117 Saarbrücken Germany {denzer,guettler}@htw.uni-sb.de

More information

Client User Guide. NPDES Storm Water Permit Tracking. Release 4.1.0

Client User Guide. NPDES Storm Water Permit Tracking. Release 4.1.0 Client User Guide PermiTrackMS4 NPDES Storm Water Permit Tracking Release 4.1.0 SEH Client Access Point Technical Support For assistance with technical questions and/or issues regarding the applications

More information

User Guide for the WegenerNet Data Portal

User Guide for the WegenerNet Data Portal User Guide for the WegenerNet Data Portal (v9/18feb2010) The WegenerNet Data Portal provides access to measurement data from the climate stations as well as detailed information about the project. Quality-checked

More information

Eurostat Regions and Cities Illustrated: Usage guide

Eurostat Regions and Cities Illustrated: Usage guide Eurostat Regions and Cities Illustrated: Usage guide With Regions and Cities Illustrated, you can easily visualise regional indicators and view data for regions you are most interested in. This interactive

More information

PROJECT: NEW JERSEY WATER QUALITY DATA EXCHANGE WQX REPORTER USER S GUIDE. Prepared for New Jersey Department of Environmental Protection

PROJECT: NEW JERSEY WATER QUALITY DATA EXCHANGE WQX REPORTER USER S GUIDE. Prepared for New Jersey Department of Environmental Protection PROJECT: NEW JERSEY WATER QUALITY DATA EXCHANGE WQX REPORTER USER S GUIDE Prepared for New Jersey Department of Environmental Protection January 29, 2009 11 Princess Road, Unit A Lawrenceville, New Jersey

More information

Windows XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

More information

PRIVACY STATEMENT August 2018

PRIVACY STATEMENT August 2018 PRIVACY STATEMENT August 2018 1 ABOUT GDPR GDPR, or the General Data Protection Regulation is a new set of EU regulations set to come into force, as a replacement to the existing Data Protection Act. It

More information

GOBENCH IQ Release v

GOBENCH IQ Release v GOBENCH IQ Release v1.2.3.3 2018-06-11 New Add-Ons / Features / Enhancements in GOBENCH IQ v1.2.3.3 GOBENCH IQ v1.2.3.3 contains several new features and enhancements ** New version of the comparison Excel

More information

Page Gentics Software GmbH Enterprise Portals and Content Management Systems

Page Gentics Software GmbH Enterprise Portals and Content Management Systems 1. 2012 Gentics Software GmbH Page 2 Table of Contents 1. Table of Contents... 3 2. Foreword Infoportal and Support... 6 3. First steps... 6 3.1 Login and logout... 6 3.2 Password change... 7 3.3 User

More information

Wise Time Planner. By Wise Technologies

Wise Time Planner. By Wise Technologies Wise Time Planner By Wise Technologies v.1.4, Ljubljana 28th October, 2015 Contents System overview... 2 Logging into web application... 2 Viewing a timetable... 3 Navigation buttons... 4 Dates and days

More information

Quick Guide. ZEN (blue edition) First steps

Quick Guide. ZEN (blue edition) First steps Quick Guide ZEN (blue edition) First steps Carl Zeiss Microscopy GmbH Carl-Zeiss-Promenade 10 07745 Jena, Germany microscopy@zeiss.com www.zeiss.com/microscopy Carl Zeiss Microscopy GmbH Königsallee 9-21

More information

Immigration and Reform Collection System submission Instructions

Immigration and Reform Collection System submission Instructions Immigration and Reform Collection System submission Instructions After you have created an account, activated it, and requested access for the Immigration Reform Collection System you are ready to begin

More information

Eclipse as a Web 2.0 Application Position Paper

Eclipse as a Web 2.0 Application Position Paper Eclipse Summit Europe Server-side Eclipse 11 12 October 2006 Eclipse as a Web 2.0 Application Position Paper Automatic Web 2.0 - enabling of any RCP-application with Xplosion Introduction If todays Web

More information

ARCHER Metadata Schema Editor. User Guide METADATA EDITOR. Version: 1.1 Date: Status: Release

ARCHER Metadata Schema Editor. User Guide METADATA EDITOR. Version: 1.1 Date: Status: Release ARCHER Metadata Schema Editor User Guide METADATA EDITOR Version: 1.1 Date: 2008-08-26 Status: Release Change History Version Date Author Description 0.1D 2008-04-15 Ron Chernich First Draft 1.0 2008-05-01

More information

User Interface Document version

User Interface Document version User Interface Document version 1.6 2018 Table of contents 1 General information 1.1 General technical remarks 1.2 User interface composition 1.3 Profile settings 1.4 Structure of the main menu 2 User

More information

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3.

Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose. 2. Logging-in. 3. Development Authority of the North Country (DANC) Internet Mapping Application Instructions Public Viewer 1. Purpose The purpose of this document is to outline basic functionality of the DANC Internet

More information

Oracle. Field Service Cloud Configuring and Using Reports 18B

Oracle. Field Service Cloud Configuring and Using Reports 18B Oracle Field Service Cloud 18B Part Number: E94743-02 Copyright 2018, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information Development Team This software and related

More information

Mouseless Internet Browsing for Open V/Vmax Devices

Mouseless Internet Browsing for Open V/Vmax Devices Mouseless Internet Browsing for Open V/Vmax Devices Mouseless Browsing (MLB) is a technique that enables you to browse the Internet without using a mouse. This innovative functionality adds small boxes

More information

Exploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software

Exploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software Eploiting Key Answers from Your Data Warehouse Using SAS Enterprise Reporter Software Donna Torrence, SAS Institute Inc., Cary, North Carolina Juli Staub Perry, SAS Institute Inc., Cary, North Carolina

More information

Web-based ADAMS User Guide

Web-based ADAMS User Guide Web-based ADAMS User Guide Release 1.0 October 2010 1 Table of Contents Introduction... 3 Purpose... 3 Terms and Acronyms... 3 WBA Basics... 3 Viewing and Downloading... 5 Folder View... 5 Folder View

More information

StarFinder. Operation Manual. Star Chromatography Workstation Version 6

StarFinder. Operation Manual. Star Chromatography Workstation Version 6 Varian Analytical Instruments 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Star Chromatography Workstation Version 6 StarFinder Operation Manual Varian, Inc. 2002 03-914723-00:Rev. 2 Trademark Acknowledgment

More information

User Manual. for the Digital Information System Social Indicators for the Federal Republic of Germany (DISI), Version 2.1

User Manual. for the Digital Information System Social Indicators for the Federal Republic of Germany (DISI), Version 2.1 User Manual for the Digital Information System Social Indicators for the Federal Republic of Germany (DISI), Version 2.1 disi 2.1 Made by: Center for Survey Research and Methodology (ZUMA); Social Indicators

More information

PRISM - FHF The Fred Hollows Foundation

PRISM - FHF The Fred Hollows Foundation PRISM - FHF The Fred Hollows Foundation MY WORKSPACE USER MANUAL Version 1.2 TABLE OF CONTENTS INTRODUCTION... 4 OVERVIEW... 4 THE FHF-PRISM LOGIN SCREEN... 6 LOGGING INTO THE FHF-PRISM... 6 RECOVERING

More information

Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline

Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline 2 T U T O R I A L Objectives In this tutorial, you will learn to: Navigate Visual Studio.NET s Start Page. Create a Visual Basic.NET solution. Use the IDE s menus and toolbars. Manipulate windows in the

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS A CSS page layout uses the Cascading Style Sheets format, rather than traditional HTML tables or frames, to organize the content on a web page. The basic building block

More information

An Occlusion-Reduced 3D Hierarchical Data Visualization Technique

An Occlusion-Reduced 3D Hierarchical Data Visualization Technique An Occlusion-Reduced 3D Hierarchical Data Visualization Technique Reiko Miyazaki, Takayuki Itoh Ochanomizu University {reiko, itot}@itolab.is.ocha.ac.jp Abstract Occlusion is an important problem to be

More information

Work Smart: Microsoft Office 2010 User Interface

Work Smart: Microsoft Office 2010 User Interface About the Office 2010 User Interface You can use this guide to learn how to use the new features of the Microsoft Office Ribbon. Topics in this guide include: What s New in the Office 2010 User Interface

More information

ParkIT Application User Manual Page 1/63

ParkIT Application User Manual Page 1/63 ParkIT Application User Manual Page 1/63 Version: v1.5 Document version: 2016.07.28 Table of Contents 1 Application overview... 5 1.1 Basic handling methods... 5 2 Main screen... 6 3 User authentication...

More information

Spirit IT exsite Complete automation solution for crude oil ticketing

Spirit IT exsite Complete automation solution for crude oil ticketing ABB MEASUREMENT & ANALYTICS USER MANUAL Spirit IT exsite Complete automation solution for crude oil ticketing Front-end user manual Measurement made easy Spirit IT exsite interfaces Introduction Spirit

More information

Tabular Building Template Manager (BTM)

Tabular Building Template Manager (BTM) Tabular Building Template Manager (BTM) User Guide IES Vi rtual Environment Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Administrator and Manager's Guide for Site Studio 11g Release 1 (11.1.1) E10614-01 May 2010 Oracle Fusion Middleware Administrator and Manager's Guide for Site Studio, 11g Release

More information

Generic Requirements Management and Verification Process for Ground Segment and Mission Operations Preparation

Generic Requirements Management and Verification Process for Ground Segment and Mission Operations Preparation Generic Requirements Management and Verification Process for Ground Segment and Mission Operations Preparation Dr. Frank Wallrapp 1 and Andreas Lex 2 German Space Operations Center, DLR Oberpfaffenhofen,

More information

Introduction to PeopleSoft Query. The University of British Columbia

Introduction to PeopleSoft Query. The University of British Columbia Introduction to PeopleSoft Query The University of British Columbia December 6, 1999 PeopleSoft Query Table of Contents Table of Contents TABLE OF CONTENTS... I CHAPTER 1... 1 INTRODUCTION TO PEOPLESOFT

More information

Embarcadero PowerSQL 1.1 Evaluation Guide. Published: July 14, 2008

Embarcadero PowerSQL 1.1 Evaluation Guide. Published: July 14, 2008 Embarcadero PowerSQL 1.1 Evaluation Guide Published: July 14, 2008 Contents INTRODUCTION TO POWERSQL... 3 Product Benefits... 3 Product Benefits... 3 Product Benefits... 3 ABOUT THIS EVALUATION GUIDE...

More information

SISE Semantics Interpretation Concept

SISE Semantics Interpretation Concept SISE Semantics Interpretation Concept Karel Kisza 1 and Jiří Hřebíček 2 1 Masaryk University, Faculty of Infromatics, Botanická 68a Brno, Czech Republic kkisza@mail.muni.cz 2 Masaryk University, Faculty

More information

Single Menus No other menus will follow necessitating additional user choices

Single Menus No other menus will follow necessitating additional user choices 57 UNIT-III STRUCTURES OF MENUS Single Menus No other menus will follow necessitating additional user choices Sequential Linear Menus Simultaneous Menus 58 Hierarchical Menus When many relationships exist

More information

Guide to User Interface 4.3

Guide to User Interface 4.3 Datatel Colleague Guide to User Interface 4.3 Release 18 June 24, 2011 For corrections and clarifications to this manual, see AnswerNet page 1926.37. Guide to User Interface 4.3 All Rights Reserved The

More information

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013]

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013] Bombardier Business Aircraft Customer Services Technical Publications SmartPubs Viewer 3.0 User Guide Updated January 2013 [2013] Table of Contents Application Views... 5 Collection View... 5 Manual View...

More information

Welcome Operation Installation... 3 Scope of function... 3 Pre-requirements... 3 Number of clients... 4 Version number...

Welcome Operation Installation... 3 Scope of function... 3 Pre-requirements... 3 Number of clients... 4 Version number... Contents Revox Joy S232 App 1 4 network receiver Contents Welcome... 3 Installation... 3 Scope of function... 3 Pre-requirements... 3 Number of clients... 4 Version number... 4 Operation... 5 Switching

More information

Manipulating Database Objects

Manipulating Database Objects Manipulating Database Objects Purpose This tutorial shows you how to manipulate database objects using Oracle Application Express. Time to Complete Approximately 30 minutes. Topics This tutorial covers

More information

Draft FPC Hatchery Release Data Mapping Application

Draft FPC Hatchery Release Data Mapping Application Draft FPC Hatchery Release Data Mapping Application 1 Table of Contents To open the Hatchery Release Data Mapping Query 4 Quick Reference Instructions to Search for Hatchery Release Data 5 Notes about

More information

Document Formatting and Page Layout

Document Formatting and Page Layout Word 2013 Document Formatting and Page Layout Introduction Instructional designers create a lot of documents such as job aids, training manuals, memos, and so forth. They do so using Word software. While

More information

SAS/ACCESS Interface to R/3

SAS/ACCESS Interface to R/3 9.1 SAS/ACCESS Interface to R/3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS/ACCESS 9.1 Interface to R/3: User s Guide. Cary, NC: SAS Institute

More information

Norcom. e-fileplan Electronic Cabinet System

Norcom. e-fileplan Electronic Cabinet System Norcom e-fileplan Electronic Cabinet System Revision 2.0 \ Phone: (866) 726-6328 Email:sales@norcom-inc.com e-fileplan Overview e-fileplan is an electronic filing cabinet and document imaging system. e-fileplan

More information

EDIT 2014 Users Manual

EDIT 2014 Users Manual EUROPEAN COMMISSION EUROSTAT Directorate B: Methodology; corporate statistical and IT Services Unit B-3: IT for statistical production EDIT 2014 Users Manual Date: 03.12.2014 Version: 01.20 Commission

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Generic HART DTM for FDT 1.2 compliant Frame Applications Release 4

Generic HART DTM for FDT 1.2 compliant Frame Applications Release 4 Generic HART DTM for FDT 1.2 compliant Frame Applications Release 4 Copyright ICS Industrielle Computer Systeme GmbH 2007, all rights reserved. Sublicense for brand labeled version granted to Microflex,

More information

#define 4 User Guide. Version 4.0. CGI Group Inc.

#define 4 User Guide. Version 4.0. CGI Group Inc. #define 4 User Guide Version 4.0 CGI Group Inc. Table of Contents Section Slides Wiki 5-7 Tickets 8-12 Files 13-15 Planning 16-21 Cooperate 22-24 Settings 25-31 Agile Features 32-34 Desktop Applications

More information

The Five Rooms Project

The Five Rooms Project The Five Rooms Project The Assignment If an artist is given the task of graphically designing a surface, then he is also left to decide which creative processes will be active and which criteria will then

More information

Stretching and Flexibility Manual

Stretching and Flexibility Manual Stretching and Flexibility Manual Installation Instructions WINDOWS 3.1 1. Put the CD-ROM into your computer s CD-ROM drive. 2. In File Manager, click on the CD-ROM icon. 3. Double-click on the SETUP.EXE

More information

Overview of Adobe Fireworks

Overview of Adobe Fireworks Adobe Fireworks Overview of Adobe Fireworks In this guide, you ll learn how to do the following: Work with the Adobe Fireworks workspace: tools, Document windows, menus, and panels. Customize the workspace.

More information

MindSphere. Fleet Manager. Introduction to "Fleet Manager" 1. User interface for "Fleet Manager" 2. User rights in "Fleet Manager" 3

MindSphere. Fleet Manager. Introduction to Fleet Manager 1. User interface for Fleet Manager 2. User rights in Fleet Manager 3 Introduction to "Fleet Manager" 1 User interface for "Fleet Manager" 2 MindSphere User rights in "" 3 Asset navigation 4 Using extensions 5 System Manual 08/2018 V1801.K0730 Legal information Warning notice

More information

CCH China Law Express & China Law for Foreign Business. Participant Training Guide

CCH China Law Express & China Law for Foreign Business. Participant Training Guide CCH China Law Express & China Law for Foreign Business July, 2007 Table of Contents INTRODUCTION...2 COURSE OBJECTIVES...2 LOGGING IN...3 Library Layout and Subscription Content...4 CHINA LAW EXPRESS...5

More information

Computer Principles and Components 1

Computer Principles and Components 1 Computer Principles and Components 1 Course Map This module provides an overview of the hardware and software environment being used throughout the course. Introduction Computer Principles and Components

More information

Administrator Guide. Oracle Health Sciences Central Designer 2.0. Part Number: E

Administrator Guide. Oracle Health Sciences Central Designer 2.0. Part Number: E Administrator Guide Oracle Health Sciences Central Designer 2.0 Part Number: E37912-01 Copyright 2013, Oracle and/or its affiliates. All rights reserved. The Programs (which include both the software and

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

User Guide for TASKE Contact Web Interface

User Guide for TASKE Contact Web Interface User Guide for TASKE Contact Web Interface For Avaya Communication Manager with Application Enablement Services Version: 8.9 Date: 2011-06 This document is provided to you for informational purposes only.

More information

Social Protection Indicator (SPI) Website QUICK USER S GUIDE

Social Protection Indicator (SPI) Website QUICK USER S GUIDE Social Protection Indicator (SPI) Website QUICK USER S GUIDE Table of Contents I. Home a. Publications b. SPI Graphs c. Related Links II. Online Query a. To Start Online Query Session b. To Define Parameters

More information

MODULAR CONCEPT AND BASIC FUNCTIONS OF SPEEDIKON C

MODULAR CONCEPT AND BASIC FUNCTIONS OF SPEEDIKON C MODULAR CONCEPT AND BASIC FUNCTIONS OF SPEEDIKON C speedikon C is a highly flexible system with unlimited possibilities to map your processes and to display any desired data sets. The modular concept has

More information

ATRIS User Guide. Table of Contents

ATRIS User Guide. Table of Contents ATRIS User Guide Table of Contents Overview of ATRIS... 4 Purpose of ATRIS... 4 About this Manual... 4 Intended Audience... 5 Definitions... 5 Overview of the ATRIS Screen Layout... 6 Search Screen...

More information

Digital Newsletter. Editorial. Second Review Meeting in Brussels

Digital Newsletter. Editorial. Second Review Meeting in Brussels Editorial The aim of this newsletter is to inform scientists, industry as well as older people in general about the achievements reached within the HERMES project. The newsletter appears approximately

More information

Eloqua Insight Intro Analyzer User Guide

Eloqua Insight Intro Analyzer User Guide Eloqua Insight Intro Analyzer User Guide Table of Contents About the Course Materials... 4 Introduction to Eloqua Insight for Analyzer Users... 13 Introduction to Eloqua Insight... 13 Eloqua Insight Home

More information

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry.

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry. Deckblatt SIMATIC PCS 7 Application description June 2011 Applikationen & Tools Answers for industry. Industry Automation and Drive Technologies Service & Support Portal This article is taken from the

More information

BTS Trading Station. Quick Reference Guide Cash Markets

BTS Trading Station. Quick Reference Guide Cash Markets BTS Trading Station Quick Reference Guide Cash Markets Contents Quick Reference Guide 1.0 Getting Started 4 1.1 Application Layout 4 1.2 User Login and Password Management 4 1.3 Default Set Up 5 1.4 Virtual

More information

Banner 9 Administrative pages Navigation Guide

Banner 9 Administrative pages Navigation Guide Banner 9 Administrative pages Navigation Guide Kennesaw State University 1 P age Enrollment Services Division Table of Contents Introduction... 3 What is new with Banner Admin Pages?... 3 Key Terminology

More information

Whitepaper: GlobalTester Prove IS

Whitepaper: GlobalTester Prove IS Whitepaper: GlobalTester Prove IS Testing of EAC inspection systems By HJP Consulting GmbH Introduction There have been a lot of activities in standardization to define conformity tests for e-passports.

More information

Introduction to Qualtrics ITSC

Introduction to Qualtrics ITSC Introduction to Qualtrics ITSC August 2015 Contents A. General Information... 4 B. Login... 5 New Qualtrics User... 5 Existing Qualtrics User... 7 C. Navigating Qualtrics... 9 D. Create Survey... 10 Quick

More information

Visualizing the Life and Anatomy of Dark Matter

Visualizing the Life and Anatomy of Dark Matter Visualizing the Life and Anatomy of Dark Matter Subhashis Hazarika Tzu-Hsuan Wei Rajaditya Mukherjee Alexandru Barbur ABSTRACT In this paper we provide a visualization based answer to understanding the

More information

Design Importer User Guide

Design Importer User Guide Design Importer User Guide Rev: 9 February 2012 Sitecore CMS 6.5 Design Importer User Guide How to import the design of an external webpage as a Sitecore layout or sublayout Table of Contents Chapter 1

More information

Enterprise Reporting -- APEX

Enterprise Reporting -- APEX Quick Reference Enterprise Reporting -- APEX This Quick Reference Guide documents Oracle Application Express (APEX) as it relates to Enterprise Reporting (ER). This is not an exhaustive APEX documentation

More information

SAP Disclosure Management Document Version: 10.0 SP SAP Taxonomy Designer

SAP Disclosure Management Document Version: 10.0 SP SAP Taxonomy Designer SAP Disclosure Management Document Version: 10.0 SP08-2014-03-13 Table of Contents 1 What is the Taxonomy Designer?.... 4 1.1 Taxonomy Designer Features....4 2 Using the Taxonomy Designer Interface...5

More information

Church of England Online Parish Return System. User Guide October 2017

Church of England Online Parish Return System. User Guide October 2017 Church of England Online Parish Return System User Guide October 2017 Contents at a Glance 1. Background... 2 2. Accessing the system for the first time... 2 2.1 Parish Administrator... 2 2.2 Other system

More information

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc.

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc. SPESCOM SOFTWARE User Guide eb Layout Editor User Guide Document Number : SAN03810 Rev 0.2 Release Date : 15 December 2006 Document Status : Not Approved Author : Gayle Clark, Business Solutions Analyst,

More information

GlobeNewswire. GlobeNewswire, User s Guide USER S GUIDE. Version: 1.16 Issued: By: Global Corporate Services 12/06/

GlobeNewswire. GlobeNewswire, User s Guide USER S GUIDE. Version: 1.16 Issued: By: Global Corporate Services 12/06/ GlobeNewswire USER S GUIDE Version: 1.16 Issued: 2011-06-12 By: Global Corporate Services 12/06/2011 1.16 1 (31) Table of Contents 1. INTRODUCTION... 4 1.1 Document Objectives... 4 1.2 Document conventions...

More information

Version 8 Highlights

Version 8 Highlights Version 8 Highlights and Installation Instructions Read this to find out what s new, including: Report Dashboard PDF, XLS, HTML Report Formats Pledge Improvements Easier Data Entry Web Links New and Enhanced

More information

Salesforce Classic User Guide for Android

Salesforce Classic User Guide for Android Salesforce Classic User Guide for Android Version 36.0, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Abstractions in Multimedia Authoring: The MAVA Approach

Abstractions in Multimedia Authoring: The MAVA Approach Abstractions in Multimedia Authoring: The MAVA Approach Jürgen Hauser, Jing Tian Institute of Parallel and Distributed High-Performance Systems (IPVR) University of Stuttgart, Breitwiesenstr. 20-22, D

More information

User Guide Version 2.1 August 8, IMAPP, Inc. Technical Support: Monday Friday 8:00 AM 5:00 PM Phone: (888) IMAPP.

User Guide Version 2.1 August 8, IMAPP, Inc. Technical Support: Monday Friday 8:00 AM 5:00 PM Phone: (888) IMAPP. User Guide Version 2.1 August 8, 2008 IMAPP, Inc. Technical Support: Monday Friday 8:00 AM 5:00 PM Phone: (888) 462-7701 Email: support@ IMAPP.com www.imapp.com Index Accessing IMAPP... 3 Log in to IMAPP...

More information

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01 Table of Contents Procedures 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE... 1-1

More information

Omeka Collection Viewer. Configuration. Version 3 3/16/2016 Shaun Marsh

Omeka Collection Viewer. Configuration. Version 3 3/16/2016 Shaun Marsh Omeka Collection Viewer Version 3 3/16/2016 Shaun Marsh shaun@ideum.com Configuration 1. Installation Directory The installation directory is located at C:\Program Files (x86)\ideum\omekacollectionviewer.

More information

Welcome to Selector2GO Help

Welcome to Selector2GO Help Welcome to Selector2GO Help World Headquarters 445 Hamilton Avenue, 7th floor, White Plains, New York 10601 United States of America Support: +1 914 259 4900 support@rcsworks.com 2004-2018. All Rights

More information

Contact Center Advisor. Genesys Performance Management Advisor TM. User Manual Release 3.3

Contact Center Advisor. Genesys Performance Management Advisor TM. User Manual Release 3.3 Genesys Performance Management Advisor TM User Manual Release 3.3 Informiam Browser, Contact Center Advisor, Workforce Advisor, Frontline Advisor, Agent Advisor, and Genesys Performance Management Suite

More information

LexisNexis CD. on Folio 4. User s Guide

LexisNexis CD. on Folio 4. User s Guide LexisNexis CD on Folio 4 User s Guide LexisNexis and the Knowledge Burst logo are trademarks and Lexis, lexis.com and Shepard s are registered trademarks of Reed Elsevier Properties Inc., used under license.

More information

A database management system (DBMS) is a software package with computer

A database management system (DBMS) is a software package with computer A database management system (DBMS) is system software for creating and managing databases. The DBMS provides users and programmers with a systematic way to create, retrieve, update and manage data. What

More information

ScholarOne Abstracts. Review Administrator Guide

ScholarOne Abstracts. Review Administrator Guide ScholarOne Abstracts Review Administrator Guide 17-October-2018 Clarivate Analytics ScholarOne Abstracts Review Administrator Guide Page i TABLE OF CONTENTS Select an item in the table of contents to go

More information

Salesforce Lightning Experience

Salesforce Lightning Experience Salesforce Lightning Experience Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) July 2016 This Voluntary Product Accessibility Template, or VPAT,

More information

Ovation Process Historian

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

More information

Supplier SAP SNC User Guide

Supplier SAP SNC User Guide Supplier SAP SNC User Guide Version 1.0 July 29, 2014 AGCO Corporation Page 1 1 Introduction AGCO has chosen SAP Supplier Network Collaboration (SNC) to improve visibility and capability in North America

More information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information

ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information ithenticate User Guide Getting Started Folders Managing your Documents The Similarity Report Settings Account Information 1 Getting Started Whether you are a new user or a returning one, to access ithenticate

More information

Contents. Launching Word

Contents. Launching Word Using Microsoft Office 2007 Introduction to Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Winter 2009 Contents Launching Word 2007... 3 Working with

More information

Building reports using the Web Intelligence HTML Report Panel

Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Copyright 2008 Business Objects. All rights reserved. Business Objects owns the

More information

Document Management System GUI. v6.0 User Guide

Document Management System GUI. v6.0 User Guide Document Management System GUI v6.0 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400,

More information

FAO TERM PORTAL User s Guide

FAO TERM PORTAL User s Guide FAO TERM PORTAL User s Guide February 2016 Table of contents 1. Introduction to the FAO Term Portal... 3 2. Home Page description... 4 3. How to search for a term... 6 4. Results view... 8 5. Entry Details

More information

Overview of Adobe Fireworks CS6

Overview of Adobe Fireworks CS6 Overview of Adobe Fireworks CS6 Lesson topics: Work with the Adobe Fireworks CS6 workspace: tools, Document windows, menus, and panels. Customize the workspace. Change the magnification of a document.

More information

AutoCAD 2009 User InterfaceChapter1:

AutoCAD 2009 User InterfaceChapter1: AutoCAD 2009 User InterfaceChapter1: Chapter 1 The AutoCAD 2009 interface has been enhanced to make AutoCAD even easier to use, while making as much screen space available as possible. In this chapter,

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

PowerPoint 2013 Intermediate. PowerPoint 2013 Intermediate SAMPLE

PowerPoint 2013 Intermediate. PowerPoint 2013 Intermediate SAMPLE PowerPoint 2013 Intermediate PowerPoint 2013 Intermediate PowerPoint 2013 Intermediate Page 2 2013 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

Salesforce Lightning Experience Analytics (Dashboard and Reports)

Salesforce Lightning Experience Analytics (Dashboard and Reports) (Dashboard and Reports) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) April 2017 This Voluntary Product Accessibility Template, or VPAT, is a tool

More information