Test Process Management (TPM) Software Tool Suite for Verification & Validation of Electronic Equipment. Product Overview

Size: px
Start display at page:

Download "Test Process Management (TPM) Software Tool Suite for Verification & Validation of Electronic Equipment. Product Overview"

Transcription

1 Process Management (TPM) Software Tool Suite for Verification & Validation of Electronic Equipment Product Overview 1

2 Table of Contents Introduction 3 Life Cycle Overview 4 TPM Concept 5 TPM Modules 6 TPM Creation 7 TPM Editor 8 TPM Definition Elements 9 TPM SIgnal Browser 12 Execution 13 TPM Executor 14 Documentation 15 TPM Reporter 16 Scenario Example 16 Summary 18 2

3 Introduction Introduction TPM Overview TechSAT s Process Management (TPM) application is a comprehensive software tool suite for managing the entire life-cycle involved in the testing of electronic equipment. TPM supports you in all phases of the test process, from importing test requirements and system ICDs, creating test cases and test plans, executing tests, to generating test reports and performing impact analyses. As an Automatic Equipment (ATE) for testing, validating, and certifying electronic equipment, TPM can perform both interactive and fully automated tests. Therefore, TPM is ideally suited for production, integration, and maintenance testing. TPM Benefits TPM offers the following benefits: >> Reduced costs through the use of a single tool suite for the entire test life-cycle >> Reduced test implementation effort through the use of intuitive form-based test definitions >> Complete traceability from system requirement to test result >> Increased productivity through a high degree of automation during all stages of the test process >> Improved test quality through consistent use of the same test process TPM Process Management 3

4 Life-Cycle Overview The figure below shows the test life-cycle using DOORS together with TechSAT s TPM and Avionics Development System ADS2. DOORS is used for managing system requirements, test requirements, test results, and all interrelations between them, thereby providing traceability. By importing test requirements from DOORS into TPM, it is possible to define test cases, based on which test plans can be established. The test plans are then compiled and built into test executables. These can be executed on ADS2, which serves as the test execution engine. During test execution, the test results are fed back to TPM to generate a test result report. Subsequently, the test results can be exported to DOORS to create result and traceability matrices. DOORS Functional/ Functional/ System System Requirements Requirements Requirements Requirements Traceability Traceability Matrix Matrix Result Result Matrix Matrix TechSAT TPM Cases Cases & Plan Plan Executable Executable Result Result Report Report Results Results TechSAT ADS2 Execution Execution 4

5 TPM Life-Cycle Overview and Concept TPM Concept The test category covered by TPM is»black box testing«of any equipment that is connected to its environment through I/O connections. The idea is to stimulate the inputs of the unit under test (UUT) and verify the outputs against the expected values. TPM test programs do not access the I/O lines directly, but use the concept of signals as an interface. Signals are named data objects of different data types carrying a value and a timestamp. TPM manipulates and verifies only such signals. The transfer of signals to/ from physical I/O and thus to/from the UUT is performed by the underlying test execution engine based on ADS2. The following diagram shows the data flow between TPM and a unit under test: ADS2 Execution Engine TPM Program created with TPM Editor, then compiled to executable test program Signals I/O Hardware I/O Connections unit under test 5

6 TPM Modules The TPM software suite is comprised of the following modules: TPM Editor used to create and modify test cases based on the built-in test definition elements. These can be linked to test requirements and access signals as defined in the system ICD. cases can be combined to test plans. TPM Definition Elements - used to create test cases. TPM provides different types of test definition elements, e.g. for signal stimulation and verification, flow control, and event handling. TPM Compiler generates C code from the defined test plan which is then built to a test executable that can be executed on the test rig. The compiler is an integral part of the TPM Editor. TPM Signal Browser used to select signals and insert them in test definition elements. The browser allows importing system ICDs and provides powerful search and filter options. TPM Executor manages the test execution and offers monitoring, debugging, and tracing capabilities. TPM Reporter creates customizable test result reports based on the test case definitions and the test results. Additionally, the TPM Reporter can generate test description reports before the tests are executed. The following diagram shows the TPM modules and the data flow between them. Requirements ICD TPM Editor Plan TPM Compiler TPM Reporter Executable TPM Executor Description Report Result TPM Reporter Result Report 6

7 TPM Modules and Creation Creation Creation Requirements (e.g. DOORS) Case Concept Editor Plan Compiler Executable System ICD Signal Browser Job The flowchart above shows the test creation process with TPM. The TPM Editor can import test requirements from requirement engineering tools like DOORS through XML or CSV files. By importing a requirement document (e.g. a DOORS module), a test definition document is created, which has the same structure as the imported requirement document. For each requirement an empty test case is created, which is linked to the corresponding requirement. The test definition document can be navigated through a tree browser, which reflects the structure of the document. According to the associated requirement each test case has to perform certain operations on the system under test to determine if the requirement is fulfilled. These operations are carried out on process variables or signals, which are defined in the system Interface Control Document (ICD). With the TPM Signal Browser, the ICD can be imported in XML format and stored in a signal database, which can be accessed by the test cases. The signals can therefore be referenced directly in the test cases or inserted from the signal browser via drag and drop. When requirements are imported, TPM creates merely the test case structure. It is therefore up to the test engineer to implement each test case based on the test concepts. The test cases are implemented using the test definition forms in the TPM Editor. Once the test cases are implemented, it is possible to package subsets into a test plan. After invoking the editor s integrated compiler, it first converts the selected test plan into C-code. Subsequently a C-compiler compiles and builds the test plan into a test executable which will execute on the test engine, perform the specified system operations, and deliver the test results. Currently, the TPM Compiler can generate test executables for Windows, Linux, and VxWorks platforms. An additional output of the TPM Compiler is the test job, which is a complete description of all test plan components, including the name of the author, revision number, etc. This information is used to create test description reports as well as test result reports. 7

8 TPM Editor The TPM Editor GUI and its main components are depicted below Project View 2 Definition Element Property View 4 3 Online Help View 4 Console Output View The test project view (see above) displays the components of a test project: the»test case«list and the»test plan«list. All test cases are organized in the test case list, and all test plans are organized in the test plan list. By clicking the expand/collapse icons, you can expand or collapse the content of the test definition element, thereby changing the level of detail displayed in the view. When you select a particular definition element in the test project view, its properties are displayed in the test definition element property view for editing. The online help view provides detailed information on how the definition element works and how it can be configured. The console output view lists diagnostic information of the TPM Editor and compiler. 8

9 TPM Editor and Definition Elements TPM Definition Elements definition elements are used to implement test cases. They are represented in corresponding forms provided by the TPM Editor. The main test definition elements are depicted below. 9

10 Case The Case is a container for the test procedure and the corresponding test requirement. It is usually created automatically when you import test requirements into the TPM Editor. However, you can create additional test cases if desired. cases can be referenced in test plans to create specific test scenarios. Requirement A Requirement element is created for every imported test requirement. Requirements contain a general description of the requirement as well as a description of the required system conditions and the expected results. Procedure The Procedure is a container for the executable part of the test case. It typically contains an initialization component called a Prologue, one or more Steps, and an Epilogue. Step The Step implements a sequence of system operations executed in real time. Typically, it first stimulates the system, then waits for an event to occur, and finally verifies that the system reacts as expected, i.e. that it fulfills the system requirement associated with the Step. Prologue The Prologue is a non-realtime element used to initialize and prepare the system for the subsequent Steps. The Prologue is typically used to preset signals and load resources, such as simulations and panels. Epilogue The Epilogue is a non-realtime element which concludes the Procedure. It is typically used to reset the system to its initial state and to unload previously loaded resources. Time Slot The Step contains one or more Time Slot definitions. Time Slots are defined by absolute or relative time, by events, or by conditions. Within a Time Slot, multiple signal stimulation or verification operations are performed concurrently. Time Slots may overlap, thus allowing a very natural way of defining test conditions. Examples: >> 2 sec after PowerOn until PowerOff: verify voltage > 10V >> on WOW == False until WOW == True verify doors all closed Time Slots are event controlled, i.e. the execution of the contained statements depends on the occurrence of the event that triggers the time slot. Typical events are, for instance, the elapse of a time delay or a signal reaching a certain value. Per default, a Time Slot is triggered when the previous Time Slot is finished. To trigger the execution of Time Slots, you can either use system events or define your own events. 10

11 TPM Definition Elements Statements Statements are actions such as signal stimulation, signal verification, and dialog pop-ups. All Statements grouped in the same Time Slot are executed in parallel. By default, a Time Slot finishes when the last active statement in the Time Slot has finished. However, if you specify a timeout, the Time Slot is forced to finish upon the elapse of the timeout period, regardless whether there are still running statements. TPM supports the following types of statements: Stimulation Statements Stimulation statements are used to set signals to constant values or to values computed by a function generator. Examples: - set A to 5 - hold B at 7 - ramp A from 0 to 100 The function generator outputs are continously assigned to the signal as long as the statement is running. Verify Statements Verify Statements are used to compare actual signal values with their expected values for deciding whether a requirement is fulfilled or not. TPM offers several types of Verify Statements, including: >> VerifyLimits verifies whether the signal value is between the given minimum and maximum value. >> VerifyTolerance verifies whether the signal value is within the tolerance of the given nominal value. >> VerifyExact verifies whether the signal value exactly matches the nominal value. >> VerifyExpression verifies whether the given expression is true. >> VerifyNoChange verifies that the signal value remains unchanged during the time slot period. Trigger Statements Trigger statements are used to generate events on certain conditions. When an trigger expression evaluates to true, its associated event is raised possibly starting or terminating a time slot. BranchCondition Statement This statement is used to define a list of trigger statements. The BranchCondition Statement can raise one event only. Dialog Statements These statements are used to create message boxes and input dialogs. UserCode Statement The available TPM statements are sufficient to implement most test cases. However, for special complex behavior, the TPM statements may not be sufficient to define a test. In this case TPM provides the framework to integrate customized C-code through the UserCode Statement. Using this statement, TPM will automatically generate templates for the include file, the source file, and the make file. This makes it simple to add the necessary code and integrate it into the Case. Libraries Often test cases have certain repeating elements. For this purpose, TPM provides the Library Definition Element, which makes it possible to create libraries of Procedures, Steps, Prologues, and Epilogues. These can be referenced (called) in different test cases. 11

12 TPM Signal Browser The Signal Browser is a support utility for the Editor. It is used to select and insert signals into test definition elements. For this purpose, the TPM Signal Browser can import the ICD of the system under test. The Signal Browser GUI is shown below. In addition to its ICD import functionality, the Signal Browser can be used to search for required signals in the database. Found signals can be selected with the mouse and inserted into the test cases via drag and drop. You can search the database for particular signals by applying custom match patterns on signal names or on information which is specific to the signal type. For example, you can search for AFDX signals with a certain VL identifier and for MIL-STD-1553 signals with a certain RT address. The Signal Browser has four built-in filter types: 1) CVT 2) AFDX 3) A429 4) MIL-STD-1553 The CVT filter is a search filter based on signal names only. All other filters provide search criteria that are specific to a particular I/O type. 12

13 TPM Signal Browser and Execution Execution Creation Execution Requirements (e.g. DOORS) Concept Signal Browser Case HW & SW Resources Editor Plan Compiler Executor Executable Job Log Result The flowchart above illustrates the Execution phase, which follows immediately after the Creation. The Execution is managed by the TPM Executor, which uses, as described earlier, the test executable and the test job as inputs. To perform the execution, the Executor additionally needs hardware and software resources, such as the test rig with the test execution engine (ADS2), simulations, etc. The Executor does not only allow loading and executing different test executables, but also provides means to control the execution using step execution with user-defined step time intervals. The TPM Executor generates a test log file, which contains the value history of all signals referenced in the executable. The test log file is very useful for tracing and post-analyzing signal values as they were recorded during the test run. The test log file can be customized to contain only information on a selected number of signals. Besides in ASCII format, the test log file is also stored in the SQLite database format (sld) for better browse, filter, and search capabilities. Finally, the Executor generates a test result file in XML format. The test result file is based on the test job file and the output of the test executable. The following information is contained in the test result file: Exectuted test components (test components that were not executed are discarded) and their associated results (passed/ failed) Information on potential user interference during execution, for example, aborting, pausing to step through, etc. Absolute timestamp information regarding the start and end of individual test components as well as the entire test Miscellaneous information such as the name of the test person, the TPM Executor revision, etc. From this pool of information, the TPM Reporter builds customizable reports. 13

14 TPM Executor The TPM Executor GUI is divided into six areas as shown below Job View 2 Component Properties View 3 Execution Console View 1 4 Execution Control View 5 5 Execution Engine (ADS2) Log View 6 Signal View The Job View on the left-hand side displays the tree structure of the loaded test job. By clicking a test component in the tree structure, you can display the corresponding properties in the Component Properties View. You start the test execution by clicking the START button in the Execution Control View, and you terminate it by clicking the STOP button. When you stop the execution, the Executor will finish the current cycle and then execute the Epilogue component before terminating the test. Furthermore, you may pause the automatic execution and continue the test manually step by step in time intervals specified either in seconds or number of cycle times (or time frames) of the underlying execution engine. You can resume the normal execution at any time. During execution the execution details are automatically displayed in the Execution Console View. This view does not only list the test component currently executed, but also the absolute timestamp of its execution and the associated events. For better visualization, the Execution Console View highlights passed verify statements in green and failed verify statements in red. During test execution the tree structure in the Job View is automatically expanded, thereby indicating the execution progress. Analog to the Execution Console View, executed test procedures are highlighted either in green or red. Finally, the Execution Engine Log View provides information on the status of the ADS2 execution engine. You can set the level of information detail by selecting the message categories to be logged: errors, warnings, and information. 14

15 Execution and Documentation Documentation Creation Execution Requirements (e.g. DOORS) Case HW & SW Resources Log Concept Editor Plan Compiler Executor Executable Result System ICD Signal Browser Job Documentation Reporter Reporter TRG Description Report Result Report The last step of the test process involves the test documentation, i.e. the generation of a test report in PDF format, and the transfer of the test results back to the requirements tool, if such a tool is used. As depicted in the flowchart above, test reports can be generated at two points in the test process. First, you can create a test description report based on the test job file generated by the TPM Compiler. Usually, you create the test description report before you start the test. This way you can print an overview of the test you intend to execute. Second, the TPM Reporter allows you to generate a test result report based on the test result file. The test description report and the test result report are identical in structure. However, only the latter contains actual results. The test result report serves to evaluate the test run. Only if each individual verify statement evaluates to passed, the test as a whole will do so, too. If an error occurs, the report indicates its location and, if possible, also its cause. Besides generating the test result report, you can also use the test result file to transfer the results back to a requirements tool for conducting statistical analyses. With a configurable script included in TPM, you can extract result information from the test result file and store it to a separate file in comma-separated values (CSV) format. Then you can import the CSV file to a requirements tools such as DOORS. 15

16 TPM Reporter The TPM Reporter GUI is divided into five sections as depicted in the screenshot below Icon Bar Section 4 2 Report Selection Section 3 Result Overview Section 5 4 Report Configuration Section 5 Log and Control Section The Icon Bar Section contains two icons to choose between the two modes of report generation: test description report ( Description mode ) or test result report ( Result mode ). Additionally, it contains an icon to start the report generation. The Report Selection Section lets you select particular test jobs from the available test projects. In Description mode a test description report can be generated. In Result mode, however, you can select a particular test run of a test job and generate the corresponding test result report. When you select a test run, the Result Overview Section provides a result overview without the need to generate the report beforehand. In the Report Configuration Section you can tailor the report content and layout according to your wishes. On the one hand, you can select from numerous check boxes to decide what type of information you want to include in the report. On the other hand, you can define XML style sheets (XSL) to customize every aspect of the report page layout, including logos, headers, and footers. TPM comes with various default style sheets suitable for different purposes, such as»debug level«reporting,»management level«reporting, etc. During report generation, the generation progress is displayed in the Log and Control Section of the GUI. In this section, you can also stop the ongoing report generation. 16

17 TPM Reporter and Scenario Scenario Example The following is an example of how to formulate a test requirement with TPM. Power Switch Verification Requirements >> (1) Verify that the power_ok condition becomes true within one second after turning power on. >> (2) Verify that the voltage is 10 V +/- 0.1 V and the current is > the 2.5 A after power_ok for at least 10 seconds. >> (3) Verify that 0.4 sec after switching power off, the voltage is 0 V +/- 0.1 V and the current is < 0.1 A. Create Case Now we define the test case corresponding to the above test requirements: We divide the whole requirement into two test steps, one is power_on and the other is power_off. Step power_on: Start: >> trigger PowerOnFail on timeout==1.0sec >> set power = 1 >> Trigger PowerReady on power_ok==1 Ver: OnEvent PowerReady, for 10.0sec >> Verify, ALWAYS, Voltage == 10.0V, Tolerance=0.1V >> Verify, ALWAYS, Current > 2.5A OnEvent PowerOnFail: >> Popup Message FAILED Step power_off: Start: Delay = 1.0, >> Set power = 0 Ver: After 0.4sec for 10.0sec: >> Verify, ALWAYS, Voltage == 0.0, Tolerance = 0.1 >> Verify, ALWAYS, Current <

18 Within the Step power_on, there are three Time Slots: Start, Ver, and Fail. Within the Time Slot Start, the signal power is set to 1 (which means power is turned on). Furthermore, an event called PowerReady will be triggered when the condition power_ok == 1 becomes true. The two Statements Set and Trigger should be finished within one second; else, the event PowerOnFail will be triggered. Within the Time Slot Ver voltage and current values are verified against the expected values for 10 seconds. The Time Slot Fail is only used to display an error message in case of a timeout of Time Slot Start, that means that the power_ok signal is not raised for 1.0 second after setting the power to 1. The power_off test step is similar. The following screenshot shows the result of the test definition of this example in the TPM Editor. After defining the test case, you can click the Build icon in the menu bar to call the TPM Compiler to build the executable C file from the test case. When the TPM Compiler has successfully compiled the test case, you can use the TPM Executor to select the required test job. As soon as you click the Start button, the test job is executed automatically in the ADS2 environment. The test results will be saved automatically to the specified path and according to the layout defined before. 18

19 Summery Summary The following lists some of the highlights of TPM: All-in-one software tool suite covering the entire test lifecycle of electronic equipment High degree of automation in the entire test process Easy and intuitive test implementation based on input forms for standard test components Full traceability between test requirements, test case(s)/plan(s), and test results C-Code interface for complex test cases Support for libraries for code-reusability SQLite database with GUI for easy import and handling of the system ICD execution control with debugging capabilities Tailored test report generation Integrated version control (Clear Case, PVCS, and CVS) Support for Windows, Linux, and VxWorks platforms 19 19

20 techsat GmbH Technical Systems for Avionics and Gruber Strasse 46c Poing Germany Tel +49 (8121) Fax +49 (8121) techsat Hamburg GmbH Hein-Saß-Weg Hamburg Germany Tel +49 (40) Fax +49 (40) techsat North America Lake Washington Air Harbor Hangar Three 3849 N.E. 98th Street Seattle WA USA Tel +1 (206) This document describes TechSAT's Process Management (TPM) tool suite. The information in this document is subject to change without further notice. TechSAT assumes no responsibility for any error that may appear in this document. All product names are (registered) trademarks of the referenced companies. Copyright 2010 TechSAT GmbH / Rev All rights reserved.

Thermo Scientific. Centri-Log V1.0. Operating Manual November 2010

Thermo Scientific. Centri-Log V1.0. Operating Manual November 2010 Thermo Scientific Centri-Log V1.0 Operating Manual 50127006-1 November 2010 2010 Thermo Fisher Scientific Inc. All rights reserved. RC 3BP+ TM, RC 12BP+ TM and RC BIOS are either registered trademarks

More information

Interstage Business Process Manager Analytics V12.1 Studio Guide

Interstage Business Process Manager Analytics V12.1 Studio Guide Interstage Business Process Manager Analytics V12.1 Studio Guide Solaris April 2013 Studio Guide Trademarks Trademarks of other companies are used in this documentation only to identify particular products

More information

Concept Manual vteststudio. Version 2.2 English

Concept Manual vteststudio. Version 2.2 English Concept Manual vteststudio Version 2.2 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 D-70499 Stuttgart The information and data given in this user manual can be changed without prior notice.

More information

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

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

More information

Interstage Business Process Manager Analytics V12.0 Studio Guide

Interstage Business Process Manager Analytics V12.0 Studio Guide Interstage Business Process Manager Analytics V12.0 Studio Guide Windows/Linux January 2012 Studio Guide Trademarks Trademarks of other companies are used in this documentation only to identify particular

More information

RMS Monitoring Software System Operation

RMS Monitoring Software System Operation RMS Monitoring Software System Operation 2017 ROTRONIC AG Bassersdorf Switzerland 2017 ROTRONIC AG Bassersdorf Switzerland Page 2 of 27 Contents Contents... 3 1 Overview... 4 1.1 System Requirements...

More information

ADS2 Features & Functions A User s Perspective. Test & Integration Systems Products Software Solutions Service & Support

ADS2 Features & Functions A User s Perspective. Test & Integration Systems Products Software Solutions Service & Support ADS2 Features & Functions A User s Perspective Test & Integration Systems Products Software Solutions Service & Support ADS2 Landscape ADS2 Toolbox Data Manipulation & Monitoring Session Control Configuration

More information

zenon manual Batch Control v.7.60

zenon manual Batch Control v.7.60 zenon manual Batch Control v.7.60 2017 Ing. Punzenberger COPA-DATA GmbH All rights reserved. Distribution and/or reproduction of this document or parts thereof in any form are permitted solely with the

More information

Using the reporting function

Using the reporting function 11/17 ArtemiS SUITE 1 provides a very versatile reporting functionality, which makes it easy for you to present your analysis results in clearly arranged reports. This describes the first steps with this

More information

Function names can be specified with winidea syntax for qualified names, if multiple download files and file static functions are tested.

Function names can be specified with winidea syntax for qualified names, if multiple download files and file static functions are tested. _ RELEASE NOTES testidea 9.12.x 9.12.14 (28.3.2012) Qualified function names Function names can be specified with winidea syntax for qualified names, if multiple download files and file static functions

More information

WebStation User Manual

WebStation User Manual DN1709-1107/ Version 5.00 Copyright 2011 Tyco International Ltd. and its respective companies. All Rights Reserved. All specifications were current as of publication date and are subject to change without

More information

Release Notes ClearSQL (build 181)

Release Notes ClearSQL (build 181) August 14, 2018 Release Notes ClearSQL 7.1.2 (build 181) NEW FEATURES NEW: Exclusion of code lines from Flowcharts. It is now possible to exclude lines of code from a Flowchart diagram by defining exclusion

More information

Enrollment Operator Guide. Avigilon Access Control Manager System Version

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

More information

PlanAhead Release Notes

PlanAhead Release Notes PlanAhead Release Notes What s New in the 11.1 Release UG656(v 11.1.0) April 27, 2009 PlanAhead 11.1 Release Notes Page 1 Table of Contents What s New in the PlanAhead 11.1 Release... 4 Device Support...

More information

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide BW C SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr User Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr User Guide Safyr 7.1 This product is subject to the license agreement

More information

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version 23-1 - 04-18 Summary Part 1 - Report editor 1. Introduction... 13 2. How to create a report... 23 3. Data sources of a report... 43 4. Describing

More information

Process Automation Process Manager Guide

Process Automation Process Manager Guide Process Automation Process Manager Guide 2014 igrafx, LLC. All rights reserved. igrafx FlowCharter 2015, igrafx Process 2015, igrafx Process 2015 for Six Sigma, igrafx Process 2015 for Enterprise Modeling,

More information

De novo genome assembly

De novo genome assembly BioNumerics Tutorial: De novo genome assembly 1 Aims This tutorial describes a de novo assembly of a Staphylococcus aureus genome, using single-end and pairedend reads generated by an Illumina R Genome

More information

R&S QuickStep Test Executive Software Flexibility and excellent performance

R&S QuickStep Test Executive Software Flexibility and excellent performance Product Brochure Version 05.00 R&S QuickStep Test Executive Software Flexibility and excellent performance QuickStep_bro_en_3607-2249-12_v0500.indd 1 21.12.2017 16:45:09 R&S QuickStep Test Executive Software

More information

Drive Technology \ Drive Automation \ System Integration \ Services. Manual. Operating Manual DriveConfigurator

Drive Technology \ Drive Automation \ System Integration \ Services. Manual. Operating Manual DriveConfigurator Drive Technology \ Drive Automation \ System Integration \ Services Manual Operating Manual DriveConfigurator Edition 06/013 0181345 / EN SEW-EURODRIVE Driving the world Contents Contents 1 Introduction

More information

EntraPass WebStation. User Manual DN

EntraPass WebStation. User Manual DN EntraPass WebStation User Manual DN1709-1011 EntraPass WebStation User Manual Table of Contents General Information...1 Copyright Information...1 EntraPass WebStation Documentation...1 Related Documentation...1

More information

Using SQL Developer. Oracle University and Egabi Solutions use only

Using SQL Developer. Oracle University and Egabi Solutions use only Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Identify menu items of Oracle SQL Developer Create a

More information

COMPDM Documentation Volume 02-B: User's Manual (Browser Client) GDC PLM. Version 2019 Last revised Status released Author Jens Kübler

COMPDM Documentation Volume 02-B: User's Manual (Browser Client) GDC PLM. Version 2019 Last revised Status released Author Jens Kübler COMPDM Documentation Volume 02-B: User's Manual (Browser Client) GDC PLM Version 2019 Last revised 2018-11-16 Status released Author Jens Kübler Protection category: public Imprint Issued by T-Systems

More information

IBM C Rational Functional Tester for Java. Download Full Version :

IBM C Rational Functional Tester for Java. Download Full Version : IBM C2140-842 Rational Functional Tester for Java Download Full Version : http://killexams.com/pass4sure/exam-detail/c2140-842 QUESTION: 44 Which statement is true about the Time Delayed method when you

More information

XProtect Corporate Integration with C CURE 9000 v2.60 User Manual April 25, 2018

XProtect Corporate Integration with C CURE 9000 v2.60 User Manual April 25, 2018 XProtect Corporate Integration with C CURE 9000 v2.60 User Manual April 25, 2018 1 Table of Contents 1 Document information... 3 2 Document revision history... 3 3 Version Compatibility... 4 4 Feature

More information

User Manual TypMaster/DD 3.1 PDC ECM&CRM&BI. Version 1.2 Last Revised Status Final Author Frank Merath / Ingrid Restle

User Manual TypMaster/DD 3.1 PDC ECM&CRM&BI. Version 1.2 Last Revised Status Final Author Frank Merath / Ingrid Restle User Manual TypMaster/DD 3.1 PDC ECM&CRM&BI Version 1.2 Last Revised 2012-08-20 Status Final Author Frank Merath / Ingrid Restle Privacy note: Internal Imprint Copyright 2012 by T-Systems T-Systems International

More information

VDA 6.3-Analysis Tool User manual

VDA 6.3-Analysis Tool User manual VDA 6.3-Analysis Tool User manual Contents 1 Foreword... 3 1.1 Licence... 3 2 Description and installation of the tool... 3 2.1 Reports/ action plans / files... 4 2.2 JSON file format... 4 2.3 Checking

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

An Overview of the OSCAR Application Process

An Overview of the OSCAR Application Process An Overview of the OSCAR Application Process Although applying for positions in OSCAR may seem complex at first, it is a straightforward process that can be broken down into four basic steps: Upload Documents

More information

Viewing Reports in Vista. Version: 7.3

Viewing Reports in Vista. Version: 7.3 Viewing Reports in Vista Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Contents. Protus Messaging Services User Guide Web Fax Merge

Contents. Protus Messaging Services User Guide Web Fax Merge Contents Protus Messaging Services User Guide Getting Started... 1 Setting up an account... 1 Requirements... 1 Logging In... 1 Sending a New... 2 Who are you sending your fax to?... 2 Sample Merge List...

More information

Parish . User Manual

Parish  . User Manual Parish Email User Manual Table of Contents LOGGING IN TO PARISH EMAIL... 3 GETTING STARTED... 3 GENERAL OVERVIEW OF THE USER INTERFACE... 3 TERMINATE THE SESSION... 4 EMAIL... 4 MESSAGES LIST... 4 Open

More information

Getting Started With Estimating Extended

Getting Started With Estimating Extended Getting Started With Estimating Extended NOTICE This document and the Sage Timberline Office software may be used only in accordance with the accompanying Sage Timberline End User License Agreement. You

More information

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials 2 About the Tutorial With TestComplete, you can test applications of three major types: desktop, web and mobile: Desktop applications - these

More information

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit # Instructions Screenshot

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit   # Instructions Screenshot Tips & tricks This quick guide describes basic navigation within the FAST HR reporting tool, including how to use filter options, format columns and export reports. For more resources, including a guide

More information

I. Overview... 2 A. Users and User Roles... 2 B. System Information... 2 C. Help Menu... 3 D. Changing Your Password... 3 E. Logging In... 3 F.

I. Overview... 2 A. Users and User Roles... 2 B. System Information... 2 C. Help Menu... 3 D. Changing Your Password... 3 E. Logging In... 3 F. I. Overview... 2 A. Users and User Roles... 2 B. System Information... 2 C. Help Menu... 3 D. Changing Your Password... 3 E. Logging In... 3 F. Logging Off... 4 G. Navigation Bar... 4 II. Search Menu...

More information

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool:

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool: Revision Description 7/21/2010 Original SQL-Hero Tracing Introduction Let s start by asking why you might want to do SQL tracing in the first place. As it turns out, this can be an extremely useful activity

More information

Modern Requirements4TFS 2018 Release Notes

Modern Requirements4TFS 2018 Release Notes Modern Requirements4TFS 2018 Release Notes Modern Requirements 3/7/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES... 4 2. ENHANCEMENT...

More information

Yield Statistics (YST) AN 48

Yield Statistics (YST) AN 48 Yield Statistics (YST) AN 48 Application Note to the KLIPPEL QC SYSTEM v5.0 The yield is the overall criteria of the production process. Using Klippel QC the quality of DUTs can be ensured, however, the

More information

EMCO Ping Monitor Free 6. Copyright EMCO. All rights reserved.

EMCO Ping Monitor Free 6. Copyright EMCO. All rights reserved. Copyright 2001-2017 EMCO. All rights reserved. Company web site: emcosoftware.com Support e-mail: support@emcosoftware.com Table of Contents Chapter... 1: Introduction 3 Chapter... 2: Program Interface

More information

Visual Dialogue User Guide. Version 6.0

Visual Dialogue User Guide. Version 6.0 Visual Dialogue User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its

More information

REPORTING Copyright Framework Private Equity Investment Data Management Ltd

REPORTING Copyright Framework Private Equity Investment Data Management Ltd REPORTING Copyright Framework Private Equity Investment Data Management Ltd - 2016 Table of Contents Standard Reports... 3 Standard Report Pack... 4 General Data Protection and Framework... 7 Partner Bank

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

IBM Rational Rhapsody Gateway Add On. User Guide

IBM Rational Rhapsody Gateway Add On. User Guide User Guide Rhapsody IBM Rational Rhapsody Gateway Add On User Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

User s guide for T5_R5 esuf

User s guide for T5_R5 esuf User s guide for T5_R5 esuf Overview Introduction T5_R5-ESUF is One to Five SATA Port Multiplier hardware RAID Controller with LCD Module. It is designed to provide USB2.0/FireWire400/800 and esata ports

More information

Managing HIL, SIL and MIL Simulation with SIMulation Workbench

Managing HIL, SIL and MIL Simulation with SIMulation Workbench A Concurrent Real-Time White Paper 2881 Gateway Drive Pompano Beach, FL 33069 (954) 974-1700 www.concurrent-rt.com Managing HIL, SIL and MIL Simulation with SIMulation Workbench A software solution for

More information

COMOS. Lifecycle Project Quality Management. Introduction 1. Import 2. Attributed search 3. Check out and check in function 4. DVM document package 5

COMOS. Lifecycle Project Quality Management. Introduction 1. Import 2. Attributed search 3. Check out and check in function 4. DVM document package 5 Introduction 1 Import 2 COMOS Lifecycle Operating Manual Attributed search 3 Check out and check in function 4 DVM document package 5 Version history 6 Exporting and reloading documents 7 Bulk processing

More information

User Manual Portable Laptop Console Crash Cart Adapter

User Manual Portable Laptop Console Crash Cart Adapter User Manual Portable Laptop Console Crash Cart Adapter GUC211V PART NO. M1458 www.iogear.com 2017 IOGEAR. All Rights Reserved. Part No. M1458. IOGEAR, the IOGEAR logo is trademarks of IOGEAR. Microsoft

More information

Preface 1. Storage System 2. Contact Information 3 SIPLUS CMS. SIPLUS CMS X-Tools - User Manual Storage System. English.

Preface 1. Storage System 2. Contact Information 3 SIPLUS CMS. SIPLUS CMS X-Tools - User Manual Storage System. English. X-Tools - User Manual - 07 - Storage System Preface 1 Storage System 2 Contact Information 3 X-Tools User Manual - 07 - Storage System Release 2012-09 Release 2012-09 1 / 44 X-Tools - User Manual - 07

More information

Halcyon Message Sender GUI. v6.0 User Guide

Halcyon Message Sender GUI. v6.0 User Guide 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, System i, System i5, i5/os,

More information

EMCO Ping Monitor Enterprise 6. Copyright EMCO. All rights reserved.

EMCO Ping Monitor Enterprise 6. Copyright EMCO. All rights reserved. Copyright 2001-2017 EMCO. All rights reserved. Company web site: emcosoftware.com Support e-mail: support@emcosoftware.com Table of Contents Chapter... 1: Introduction 4 Chapter... 2: Getting Started 6

More information

The following topics describe how to work with reports in the Firepower System:

The following topics describe how to work with reports in the Firepower System: The following topics describe how to work with reports in the Firepower System: Introduction to Reports Introduction to Reports, on page 1 Risk Reports, on page 1 Standard Reports, on page 2 About Working

More information

RMS Monitoring Software System Operation

RMS Monitoring Software System Operation System Operation 2016 ROTRONIC AG Bassersdorf Switzerland Contents Contents... 2 1 Overview... 3 1.1 System Requirements... 3 1.1.1 Browser... 3 2 System Login... 4 3 Data Views... 5 3.1 Alarm Symbols...

More information

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

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

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

Managing HIL, SIL, and MIL Simulation with SIMulation Worbench TM

Managing HIL, SIL, and MIL Simulation with SIMulation Worbench TM White Paper Managing HIL, SIL, and MIL Simulation with SIMulation Worbench TM A software solution for creation, control, communication, and I/O connection of handwritten or autocoded models By: Mark Slater,

More information

IBM Rational Rhapsody Gateway Add On. Rhapsody Coupling Notes

IBM Rational Rhapsody Gateway Add On. Rhapsody Coupling Notes Rhapsody Coupling Notes Rhapsody IBM Rational Rhapsody Gateway Add On Rhapsody Coupling Notes License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system,

More information

Matrix Release Notes

Matrix Release Notes Matrix 7.0.3 Release Notes Table of Contents Matrix OS/Browser Compatibility... 2 New and Enhanced Features in Matrix 7... 3 Updated Client Portal... 3 Client Portal Optional Features... 5 New Agent Headers

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Moving to Altium Designer from Protel 99 SE. Contents

Moving to Altium Designer from Protel 99 SE. Contents Moving to Altium Designer from Protel 99 SE Contents Design Database Become a Design Workspace & Projects Importing a 99 SE Design Database Creating the Altium Designer Project(s) Manually Adding and Removing

More information

WPS Workbench. user guide. "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs"

WPS Workbench. user guide. To help guide you through using the WPS user interface (Workbench) to create, edit and run programs WPS Workbench user guide "To help guide you through using the WPS user interface (Workbench) to create, edit and run programs" Version: 3.1.7 Copyright 2002-2018 World Programming Limited www.worldprogramming.com

More information

COMOS Material Management. Operation COMOS. Process COMOS Material Management Operation. Trademarks 1. Introduction. Definitions 3

COMOS Material Management. Operation COMOS. Process COMOS Material Management Operation. Trademarks 1. Introduction. Definitions 3 COMOS Material Management Operation COMOS Process COMOS Material Management Operation Operating Manual Trademarks 1 Introduction 2 Definitions 3 Creating material in COMOS 4 Importing material from external

More information

ScholarOne Manuscripts. COGNOS Reports User Guide

ScholarOne Manuscripts. COGNOS Reports User Guide ScholarOne Manuscripts COGNOS Reports User Guide 1-May-2018 Clarivate Analytics ScholarOne Manuscripts COGNOS Reports User Guide Page i TABLE OF CONTENTS USE GET HELP NOW & FAQS... 1 SYSTEM REQUIREMENTS...

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

IED Director. Total System Management Software Taylorsville Road Louisville, KY (502) Innovative Electronic Designs, LLC

IED Director. Total System Management Software Taylorsville Road Louisville, KY (502) Innovative Electronic Designs, LLC IED Director Total System Management Software Table of Contents Functionality... 4 Dynamic Audio Matrix Configuration... 4 Create Intuitive User Interfaces... 4 See What s Going On In the PA System...

More information

PL/SQL Developer 7.0 New Features. December 2005

PL/SQL Developer 7.0 New Features. December 2005 PL/SQL Developer 7.0 New Features December 2005 L/SQL Developer 7.0 New Features 3 Contents CONTENTS... 3 1. INTRODUCTION... 5 2. DIAGRAM WINDOW... 6 2.1 CREATING A DIAGRAM...6 2.2 SAVING AND OPENING

More information

IBM Rational Rhapsody Gateway Add On. User Manual

IBM Rational Rhapsody Gateway Add On. User Manual User Manual Rhapsody IBM Rational Rhapsody Gateway Add On User Manual License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated into any

More information

Sage Estimating (SQL) v17.12

Sage Estimating (SQL) v17.12 Sage Estimating (SQL) v17.12 Getting Started Guide October 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

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

Finding and Sorting of data by means of documentation

Finding and Sorting of data by means of documentation 01/18 Finding and Sorting of data by means of documentation Do you want to spend more time on analyzing your data than on searching for a certain file? The integrated database of ArtemiS SUITE allows for

More information

SAP Engineering Control Center Interface to EPLAN - User Manual

SAP Engineering Control Center Interface to EPLAN - User Manual User Manual Management of CAD data and documents in SAP SAP Engineering Control Center Interface to EPLAN SAP Engineering Control Center Interface to EPLAN manages design data in SAP. Given by the SAP

More information

LANSA V11 SP4. What's New in LANSA Version 11 Service Pack 4?

LANSA V11 SP4. What's New in LANSA Version 11 Service Pack 4? http://www.lansa.com Newsletter March 2008 LANSA V11 SP4 What's New in LANSA Version 11 Service Pack 4? 1. Performance This release includes major performance improvements to LANSA. The enhanced performance

More information

Sherlock Tutorial Project Overview

Sherlock Tutorial Project Overview Sherlock Tutorial Project Overview Background Sherlock organizes design files, inputs and analysis results as project folders that can be managed inside of the Sherlock application and shared between Sherlock

More information

SPAR. Workflow for SharePoint User Manual Ver ITLAQ Technologies

SPAR. Workflow for SharePoint User Manual Ver ITLAQ Technologies SPAR Workflow Designer for SharePoint Workflow for SharePoint User Manual Ver. 3.5.10.50 0 ITLAQ Technologies www.itlaq.com Table of Contents 1 Workflow Designer Workspace... 3 1.1 Workflow Activities

More information

POS Designer Utility

POS Designer Utility POS Designer Utility POS Designer Utility 01/15/2015 User Reference Manual Copyright 2012-2015 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described

More information

DMS as an additional network drive in the Windows Explorer. VFS stands for Virtual File System.

DMS as an additional network drive in the Windows Explorer. VFS stands for Virtual File System. Windream Universal document management for all requirements Windream is the first document management system worldwide which has completely been integrated into the Windows operating system. The outstanding

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

Monitoring and Evaluation Tool

Monitoring and Evaluation Tool Monitoring and Evaluation Tool USER MANUAL March, 2014 www.menarid.icarda.org THIS PAGE LEFT EMPTY INTENTIONALLY USER MANUAL Definitions and abbreviations Chart... Graphical representation of M&E project

More information

Advanced GEM80 Programmer Version 3.5 Product Overview

Advanced GEM80 Programmer Version 3.5 Product Overview Advanced GEM80 Programmer Version 3.5 Product Overview Advanced GEM80 Programmer The Advanced GEM80 Programmer is the latest application in a range of Gem80 programming tools from Advanced Technical Software.

More information

FAQ about S7 communication via IE

FAQ about S7 communication via IE FAQ about S7 communication via IE S7 communication via Industrial Ethernet FAQ Table of Contents Table of Contents... 2 Question...2 How do I configure a S7 connection for a user application via Industrial

More information

Veco User Guides. Grids, Views, and Grid Reports

Veco User Guides. Grids, Views, and Grid Reports Veco User Guides Grids, Views, and Grid Reports Introduction A Grid is defined as being a list of data records presented to the user. A grid is shown generally when an option is selected from the Tree

More information

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0

DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 Administrator Manual DataCollect Administrative Tools Supporting DataCollect (CMDT 3900) Version 3.0.0 P/N 15V-090-00054-100 Revision A SKF is a registered trademark of the SKF Group. All other trademarks

More information

Generating a Custom Bill of Materials

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

More information

Introduction E-mark Mail

Introduction E-mark Mail Introduction E-mark Mail This manual outlines the general functions of Emark.Mail. This means that the basic Emark.Mail modules subscriptions, mailings and statistics are addressed. 2 Logging in To log

More information

Macromedia RoboHelp Course Outline

Macromedia RoboHelp Course Outline Tel 0845 686 0266 http://www.multimediacentre.co.uk RoboHelp X5 Course Outline Description This 3-day instructor-led training course covers the strategies and development process of designing a Help system.

More information

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031

More information

CX Supervisor. CX-Supervisor Features:

CX Supervisor. CX-Supervisor Features: CX Supervisor Affordable, Flexible, Easy To Use, and Powerful Are you looking for a Windows based HMI software package packed with features and large I/O tag counts? Omron s CX-Supervisor is it! CX-Supervisor

More information

A Guide to Automation Services 8.5.1

A Guide to Automation Services 8.5.1 A Guide to Automation Services 8.5.1 CONTENTS Contents Introduction...4 Where we're coming from...4 Conventions in this book...4 Understanding Automation Services...6 What is Automation Services?...6 Process

More information

IBM ILOG OPL IDE Reference

IBM ILOG OPL IDE Reference IBM ILOG OPL V6.3 IBM ILOG OPL IDE Reference Copyright International Business Machines Corporation 1987, 2009 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP

More information

Customise your module structure

Customise your module structure VITAL how to guides Customise your module structure Creating new menu items in a module menu Editing menu items in a module menu Re-ordering items in a module menu The Module Page elearning Unit Last updated:

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

TEST STEPS MIGRATION GUIDE

TEST STEPS MIGRATION GUIDE Polarion Software TEST STEPS MIGRATION GUIDE Migrating Test Steps from Work Item Description to a New Field Europe, Middle-East, Africa: Polarion Software GmbH Hedelfinger Strasse 60 70327 Stuttgart, GERMANY

More information

Adlib PDF Quick Start Guide PRODUCT VERSION: 1.8

Adlib PDF Quick Start Guide PRODUCT VERSION: 1.8 Adlib PDF Quick Start Guide PRODUCT VERSION: 1.8 REVISION DATE: MAY 2013 Copyright 2013 Adlib This manual, and the Adlib products to which it refers, is furnished under license and may be used or copied

More information

Global Configurator 3.0

Global Configurator 3.0 Control Systems Global Configurator 3.0 CONFIGURATION SOFTWARE FOR EXTRON CONFIGURABLE CONTROL SYSTEMS Available for free from www.extron.com No programming skills required Configures Extron IP-based control

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

Data Acquisition Processor Service

Data Acquisition Processor Service Data Acquisition Processor Service Note: Windows refers to Windows 2000, Windows XP, Windows Vista, Windows 7, Windows 8, and Windows 10. The Data Acquisition Processor service is a Windows Control Panel

More information

PlanAhead Software Tutorial

PlanAhead Software Tutorial PlanAhead Software Tutorial RTL Design and IP Generation The information disclosed to you hereunder (the Information ) is provided AS-IS with no warranty of any kind, express or implied. Xilinx does not

More information

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.2 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 31. This

More information