Workflow Manager SCLM Attachment

Size: px
Start display at page:

Download "Workflow Manager SCLM Attachment"

Transcription

1 Workflow Manager SLM Attachment

2 Micro Focus The Lawn Old Bath Road Newbury, Berkshire RG14 1QN UK opyright Micro Focus. All rights reserved. MIRO FOUS, the Micro Focus logo and are trademarks or registered trademarks of Micro Focus IP Development Limited or its subsidiaries or affiliated companies in the United States, United Kingdom and other countries. All other marks are the property of their respective owners ii

3 ontents Introduction... 4 Software requirements... 4 Installation... 5 General considerations... 5 Basic installation procedure... 5 Download and unzip the software... 5 Upload the software to the mainframe... 5 Receive the software...6 The SLM Attachment... 7 Overview of REXX procedures... 7 Overview of ISPF skeletons... 9 Server and REXX customization...10 Add the SLM workflow model to the Master onfiguration file Add the EXE and SKELS datasets to the z/server User Task Optional: Add the EXE and SKELS datasets to ISPF.conf ustomizing REXX procedures and ISPF skeletons General customization...11 SLM Allocation exit TAUSXA File suffix assignment via exit TAUSXMS Exit TAUSXP1: Determination of the relevant SLM projects Exit TAUSXP2: Additional processing during SLM project initialization Exit TAUSXP3: Determine relevant SLM project definitions...13 ustomizing the generation of SLM architecture members...13 Adjustment of the skeleton support for creating new members...14 Integrating build notify exit TAUSXBD...14 Support for error feedback during SLM build for OBOL Support for error feedback during SLM build for PLI Support for error feedback during SLM build for Assembler Exit TAUSXBI: Determination of build information Exit TAUSXSL: Determination of the SYSLIB concatenation...16 ustomizing the SLM model...17 Action enabled conditions ontents 3

4 Introduction The Workflow Manager SLM Attachment consists of mainframe components that have to be installed in a z/os environment. IBM Software onfiguration and Library Manager (SLM) is part of TSO/ISPF and supports the development of mainframe applications under ISPF. With the Workflow Manager SLM Attachment, you can: Provide the SLM development process in an Eclipse-based development environment. ustomize the SLM development process to suit your needs. Model and customize the Eclipse-based SLM user interface without any programming effort. Seamlessly integrate existing home-grown and third party tools. This document is intended for system programmers and/or SLM administrators installing and configuring the Workflow Manager SLM Attachment on their z/os host system. Herein, this document refers to the Workflow Manager SLM Attachment as the SLM Attachment. Software requirements To use the SLM Attachment, you require Enterprise Developer version 2.2 Update 1 or later installed and configured. 4 Introduction

5 Installation General considerations Determine a dataset prefix that matches the naming conventions in your company. This document will use the prefix HLQ.SLM in all further specifications. Basic installation procedure Download and unzip the software Download the SLM Attachment from a download link you will receive from Micro Focus. Unzip the download file to a temporary folder. A folder named host is created, which contains all mainframe installation components in binary XMIT format. There are no client components to install. Upload the software to the mainframe The unzipped SLM Attachment contains four XMIT files. Upload all files from the host folder, in binary format, to sequential datasets with a record length of 80 and a block size of 3120, using the following procedure: Firstly, on z/os, allocate the datasets to use as the upload target files. To do this, create a dataset with the same characteristics as the sample job below (or by submitting the job below). If you choose to submit the following job, note the following: hlq is the high level qualifier you choose to use for this dataset. Before submitting, add a job card and modify the parameters to meet your site's requirements. Optionally, add a valid VOLSER and/or change the UNIT parameter. //ALLO1 EXE PGM=IEFBR14 //* //FTPALLO DD DSN=hlq.SLM.EXE.XMIT, // DISP=NEW,ATLG,DELETE), // DSORG=PS, // REFM=FB, // LREL=80, // BLKSIZE=3120, //* VOL=SER=vvvvvv, // UNIT=SYSALLDA, // SPAE=(TRK,(45,15)) To upload the files, you can use FTP from a command prompt. In the sample dialog shown below, commands or other information entered by a user are displayed in bold, and the values in the following table are assumed: User input mvsaddr TP/IP address or hostname of the z/os system Installation 5

6 User input tsouid tsopw hlq Your TSO user ID Your TSO password High-level qualifier used for the data set you allocated in the job above :\>ftp mvsaddr onnected to mvsaddr. 220-FTPD1 IBM FTP S V1R10 at custom.com, 12:03:32 on onnection will close if idle for more than 5 minutes. User (mvsaddr:(none)): tsouid 331 Send password please. Password: tsopw 230 tsouid is logged on. Working directory is "tsouid.". ftp> cd " " is the working directory name prefix. ftp> cd hlq 250 "hlq." is the working directory name prefix. ftp> binary 200 Representation type is Image ftp> put d:\host\hlq.slm.exe.xmit 200 Port request OK. 125 Storing data set hlq.slm.exe.xmit 250 Transfer completed successfully. Executing this procedure, transfers the following files to your mainframe: HLQ.SLM.EXE.XMIT HLQ.SLM.ARHDEF.XMIT HLQ.SLM.SKELS.XMIT HLQ.SLM.XML.XMIT Receive the software Use the TSO REEIVE command to create the partitioned datasets from the sequential XMIT files. HLQ.MG is the assumed installation prefix. Enter TSO or Workstation commands below: ===> receive indataset('hlq.slm.exe.xmit') When prompted, enter: INMR906A Enter restore parameters or 'DELETE' or 'END' + restore dataset('hlq.slm.exe ) The result is a partitioned dataset containing REXX procedures. Repeat the REEIVE process for the SKELS, the XML and the ARHDEF datasets. 6 Installation

7 The SLM Attachment Overview of REXX procedures All REXX procedures used within the SLM Attachment are listed in the SLM HLL architecture members. The top architecture member is TAUSLM and is contained in HLQ.SLM.ARHDEF. The dataset HLQ.SLM.ARHDEF is shipped for documentation only. However, you can migrate the shipped REXX procedures, ISPF skeletons and SLM architecture members into your own SLM project and use the architecture member TAUSLM to build and promote the complete SLM Attachment. The following REXX procedures are part of the SLM Attachment: REXX name SLM Member Actions TAUSINS TAUSIN2 TAUSPY TAUSIN TAUSOU TAUSLK TAUSBDO TAUSPMO TAUSDEL TAUSRES TAUSGVM TAUSAR TAUSRS TAUSRFR TAUSNDS TAUSSPR TAUSBMP TAUSG SLM Table Actions TAUSELI Lock a new SLM member and set its access key. A new member can be edited locally and later with check-in (TAUSIN) can be copied under the control of SLM reate a new member under SLM opy an SLM member heck-in an SLM member After local edit heck-out an SLM member For local edit Set SLM access key. SLM Build SLM Promote Delete an SLM member Remove SLM access key opy an SLM member from the version inventory to the development group Generate an SLMsource from an SLMarchitecturedefinition Remote syntax check for an SLM source member Determine copies related to an SLMsource Determine the next SLM dataset in the hierarchythat contains a given member (i.e. relevant in use with ompare Next ) hange ode and/or change/add Language Determine build map Information Determine Information relating to associated hange odes For table structures reate SLM member list The SLM Attachment 7

8 REXX name TAUSGVE TAUSDLI TAUSDL2 Determination of SLM Properties TAUSEPR TAUSGVP SLM Structure Actions TAUSGPR TAUSGPD TAUSGGR TAUSGTY SLM Value for Retrieve Actions TAUSVPR TAUSVPD TAUSVGR TAUSVTY TAUSGLA Utilities TAUSINF TAUSPRJ TAUSAPR TAUSMSU TAUSNGR TAUSLMS TAUSSR Exits for SLM TAUSXA1 TAUSXMS TAUSXBI TAUSXSL TAUSXP1 TAUSXP2 TAUSXP3 SLM Translator / Exits reate an SLM list of audit records corresponding to an SLM member SLMlistwith dependentmembers correspondingtoan SLMmember (Build Map ontext) SLM list with dependentmembers correspondingto an Archdef (Build Map ontext) To complete the Properties view Determine the properties of an SLM member (SLM Accounting Record) Determine the properties of a versioned SLM member (SLM Audit Record) For the tree structure Determine the SLM-Project Determine all SLM-Project definitions corresponding to an SLMproject Determine all SLM-Groups within a project definition Determine all SLM-Types within a project definition Determine valid SLM projects Determine valid SLM project definitions Determine valid SLM groups Determine valid SLM types Determine valid SLM languages Used as subroutines Determine valid SLM groups, types, and languages from the SLM-Project definition Determine SLM project Determine SLM project definitions Determine Eclipse file suffix for a given SLM member Determine next SLM group in the SLM hierarchy Remove SLM flag from ISPF Statistics SLM search function Allocation of (temporary) files for the SLM Attachment Assignment SLM member to Eclipse file suffix Exit to determine information from SLM for the Remote Syntax heck (SYSLIB, ompile Parameter) Exit to determine the SYSLIB concatenation from SLM Determine SLM project Exit when SLM project definition is changed Determine SLM project definitions 8 The SLM Attachment

9 REXX name TAUSBND TAUSPLA TAUSXBD TAUSXIN SLM Build/Promote REXX sample for DB2 relevant languages: Execute Bind Plan or Bind Package SLM Build Translator REXX sample for PLI languages: Allocate SYSXMLSD SLM Build Notify exit, to inform about generated Build Output member Skeleton support for a new member Overview of ISPF skeletons AllISPFskeletonsthat are usedas part of anslm Attachment are listed in the SLM architecture member: TAUSLM. The following ISPF skeletons are used: Skeleton name TAUSOM TAUSLNK TAUSHLL TAUSPKG TAUSPLN TAUSSA TAUSSAH TAUSSAP TAUSSAA Skeleton for the generation of SLM architecture definitions Generation of Archdef Skeleton for the generation of SLM architecture definitions Generation of Link Archdef Skeleton for the generation of SLM architecture definitions Generation of High Level Language (HLL) Archdef Skeleton for the generation of SLM architecture definitions Generation of Bind Package REXX Skeleton for the generation of SLM architecture definitions Generation of Bind Plan REXX Skeleton for a new OBOL member Skeleton for a new HLL Archdef member Skeleton for a new PLI member Skeleton for a new ASSEMBLER member The SLM Attachment 9

10 Server and REXX customization Before using the SLM Attachment for the first time, you have to perform some modifications to the supplied REXX procedures and ISPF skeletons. Add the SLM workflow model to the Master onfiguration file Edit the Master onfiguration file and insert the following reference to the SLM workflow model. * * SLM Workflow Model * * application name User: Appl: EDTE SLM Application * location of the application configuration file onf: MVS:HLQ.SLM.XML(SLME221) * application version number Version: * process information INFO: * end of application definition. Do not delete this line EndAppl: EndUser: You must customize the onf: entry to reference the installed XML dataset. If the SLM attachment is used within Rational Developer for System z with the IBM RSE daemon as server, refer to the SLMR221 member. Add the EXE and SKELS datasets to the z/server User Task Within the z/server User Task, you must concatenate the received dataset HLQ.SLM.EXE to the SYSEXE allocation, and add the received dataset HLQ.SLMSKELS to the ISPSLIB allocation. Micro Focus recommends that you customize the JL of the z/server User Task to perform this allocation (see Steps to activate z/server in the z/server Installation Guide for details on how to set up a User Server): //IVPISPF EXE PGM=IKJEFT1B,PARM='%IVPINIT1 &PORT ', // DYNAMNBR=200,REGION=0M //STEPLIB DD DSN=&TAURHLQ..LOADLIB,DISP=SHR //SYSEXE DD DSN=&TAURHLQ..EXE,DISP=SHR // DD DSN=HLQ.SLM.EXE,DISP=SHR // DD DSN=&TAURHLQ..REXX,DISP=SHR //ISPPLIB DD DSN=&ISPFHLQ..SISPPENU,DISP=SHR // DD DSN=ISF.SISFPLIB,DISP=SHR //ISPSLIB DD DSN=&ISPFHLQ..SISPSENU,DISP=SHR // DD DSN=HLQ.SLM.SKELS,DISP=SHR // DD DSN=ISF.SISFSLIB,DISP=SHR //ISPMLIB DD DSN=&ISPFHLQ..SISPMENU,DISP=SHR 10 Server and REXX customization

11 // DD DSN=ISF.SISFMLIB,DISP=SHR Alternatively, you can dynamically allocate by customizing the exit procedure TAUTOXA1. Optional: Add the EXE and SKELS datasets to ISPF.conf If the SLM attachment is used within Rational Develper for System z with the IBM RSE daemon as server, you must add the installation EXE and SKELS datasets to the configuration file ISPF.conf in the USS configuration path of the RSE daemon. ustomizing REXX procedures and ISPF skeletons General customization Regarding the SLM Attachment, the following adaptations are of special importance: REXX procedure TAUZAPP TAULAPPL TAUTOXA1 TAUTOXA2 TAUTOXA TAUTOX TAUTOXP If the SLM attachment is used within Enterprise Developer with z/server as server, adjust the reference to the location of the master configuration file, as required. Default: HLQ.ZSERVER.MASTER If the SLM attachment is used within Rational Developer for System z with the IBM RSE daemon as server, adjust the reference to the location of the master configuration file, as required. Default: HLQ.ZSERVER.MASTER Tool interface exit: use this exit for dynamic allocations or to set ISPF environment variables necessary to run your specific SLM Application. With a standard SLM installation you do not need to customize this exit. General allocation exit: use the exit to allocate general temporary files. The REXX procedure is used within the SLM Attachment to allocate temporary datasets when executing a string search in SLM datasets. Exit for Assembler Remote Syntax heck: customize the load libraries, as required Exit for OBOL Remote Syntax heck: customize load libraries, as required Exit for PLI Remote Syntax heck; customize load libraries, as required Skeleton name TAUTOXIS Skeleton for batch support: allocates an ISPF batch environment The SLM Attachment uses this skeleton if you submit an SLM build for batch execution. Server and REXX customization 11

12 Skeleton name TAUTOXJ Skeleton for batch support: defines a default job card The SLM Attachment uses this skeleton if the user submits an SLM build for batch execution. Regardless of the SLM Attachment, it is necessary for you to perform some customization after the installation of the z/server. Refer to ISPF exits and Master configuration in the Workflow Manager onfiguration Guide. SLM Allocation exit TAUSXA1 Data is partially interchanged using files for the communication between the client and the SLM Attachment. The creation of the (temporary) files takes place in the procedure TAUSXA1. TAUSXA1 should be adjusted to the available environment, as required. Files that begin with userid TAUSTMP are created by default. These files are temporary in nature, but are not deleted automatically within the tool attachment. Instead, they can be reused once created, if necessary. Micro Focus recommends that you place these files on a work unit and allow them to be deleted when inactive for a long period of time. File suffix assignment via exit TAUSXMS A file must contain the correct suffix (e.g. BL, JL) in order to be opened with the required editor. The assignment of an SLM member to a file suffix typically depends on its assigned SLM language. In some cases, the SLM type alone can also be enough to make this assignment possible. You can use the exit TAUSXMS to associate the values of the file suffix to the SLM member. As long as no specific editor exists for the SLM member, TXT should be assigned as a suffix. Note: This exit returns an output parameter called Property Set name ; although not currently supported, you must still return a non-blank value (e.g. NONE). Exit TAUSXP1: Determination of the relevant SLM projects The SLM application displays SLM projects as first level elements in its tree structure. Furthermore, different dialogs exist through which SLM projects can be selected, by using a Retrieve button. You can determine the relevant SLM projects for each respective user through the exit TAUSXP1. If this exit procedure is not adjusted, implying that no SLM projects are specified, the tool attachment uses the naming convention *.PROJDEFS.LOAD to determine all available SLM projects in the system. This process of determining all available SLM projects may lead to unfavorable performance or the process being stopped by the system. In some systems, such dataset queries are not allowed. Therefore, Micro Focus strongly recommends that you provide the exit with the appropriate logic enabling it to determine the relevant SLM projects. Exit TAUSXP2: Additional processing during SLM project initialization Exit TAUSXP2 is invoked whenever the SLM Attachment accesses or changes an SLM project definition for the first time. For example, use this exit to set specific environment variables (ISPF shared pool or profile variables) relating to an SLM project and SLM project definition. 12 Server and REXX customization

13 This is intended for the case where a custom-developed SLM translator and SLM exit uses environment variables that are set outside of SLM. As long as values of the environment variables are not dependent on the SLM project definition, Micro Focus recommends using the general exit TAUTOXAI instead of its SLM exit. Exit TAUSXP3: Determine relevant SLM project definitions The SLM application displays SLM project definitions in the second level of its tree structure. You can further define an SLM project using the Retrieve option. Use this exit to determine the relevant SLM project definitions for each user. All available load modules are defined in the project.projdefs.load file, and without adaptation the tool attachment would interpret these member names as valid names for the project definitions. Micro Focus recommends that you use exit TAUSXP3 to determine the relevant project definitions according to appropriate rules (e.g. naming conventions), or to filter out names that do not correspond to any project definition or that are for administrative purposes only. ustomizing the generation of SLM architecture members The SLM model contains an action that generates all necessary architecture members belonging to an SLM member. Before using this action, you should customize it, as required. The included generation example uses the following components: REXX /skeletons TAUSAR TAUSOM TAUSLNK TAUSHLL TAUSPKG TAUSPLN TAUSBND Generating SLM architecture definitions corresponding to an SLM source Adjustments are necessary during variable initialization (type names, language, and member) in the upper part of the procedure. Skeleton for generating SLM architecture definitions Adjustments to the layouts for generating Archdefs are necessary Skeleton for generating SLM architecture definitions Adjustments to the layouts for generating Link Archdefs are necessary Skeleton for generating SLM architecture definitions Adjustments to the layouts for generating HLL Archdefs are necessary Skeleton for generating SLM architecture definitions Adjustments for generating bind package REXX are necessary Skeleton for generating SLM architecture definitions Adjustments for generating bind plan REXX are necessary SLM REXX sample for DB2 relevant languages: Execute Bind Plan or Bind Package (Access is throughthe BindPackage / BindPk, process (compare Skeletons TAUSPKG, TAUSPLN)). Server and REXX customization 13

14 REXX /skeletons Adaptation to the existing promote structure is necessary. Adjustment of the skeleton support for creating new members The SLM model contains an action that you can use to create a new SLM member. A skeleton can be retrieved depending on the SLM language. If no skeleton is assigned, an empty member is created. Generally, this action, including the skeleton to be used, must be adapted for each implementation. The included example uses the following components: REXX /skeletons TAUSXIN TAUSSA TAUSSAH TAUSSAP TAUSSAA Insert exit Depending on the parameter passed as SLM language, a skeleton is assigned Skeleton for a new OBOL member Skeleton for a new HLL Archdef member Skeleton for a new PLI member Skeleton for a new ASSEMBLER member Integrating build notify exit TAUSXBD If the SLM Attachment should insert the generated output members directly in the current Eclipse table after a successful SLM build, the build notify exit of the SLM language definition must be active and the procedure TAUSXBD must be submitted as an exit. If this exit has already been used, call the procedure TAUSXBD as a sub-routine in the already defined exit procedure. The definition of a build exit occurs in the project definition using the macro FLMNTRL: FLMNTRL AT=SLM.AOUNT.FILE, VERS=SLM.VERSION.FILE, BLDNTF=SELET, BLDNTFM=ISPLNK, BLDNTFOP='NEST MD(TAUSXBD,', MAXVIO=999999, VIOUNIT=VIO Support for error feedback during SLM build for OBOL The SLM Attachment supports error feedback for OBOL programs in connection with an SLM build. Use the compiler option ADATA together with the OBOL exit TAURTOX, and allocate the error feedback file as a member of a PDS file in a build translator. Use the REXX procedure TAUSPLA for this purpose. A maximum of 250 messages are returned from the exit. You can reduce this amount using the option /N. The maximum number of warning and informational messages is specified with /W, and this value must be fewer than the one specified for /N. If not specified, the default value is set to 20. FLMTRNSL ALLNAM='XMLDAT', FUNTN=BUILD, ALLMETH=ISPLNK, OMPILE=SELET, VERSION=1.0, GOODR=0, 14 Server and REXX customization

15 PDSDATA=Y, PORDER=1, OPTIONS='MD(TAUSPLA FLMMBR)NEST' FLMTRNSL ALLNAM='ENTERPRISE OBOL OMPILER', FUNTN=BUILD, OMPILE=IGYRTL, DSNAME=IGY410.SIGYOMP, VERSION=3.3.1, GOODR=4, PORDER=1, OPTIONS='FLAG(I,I),ADATA,LIB,LIST,TEST(NOHOOK,SEPARATE), EXIT(ADEXIT(''/N 100 /W 50'',TAURTOX))' * (* SYSADATA *) FLMALLO IOTYPE=W,REFM=VB,LREL=1020,RENUM=500000, DDNAME=SYSADATA Support for error feedback during SLM build for PLI The SLM Attachment supports error feedback for PLI programs in connection with the SLM build. Use the XINFO (XML) compiler option for this and ensure that the XML file is allocated to a build translator. You can use the REXX procedure TAUSPLA for this translator. *********************************************************************** * BUILD TRANSLATOR * * (REXX-PROEDURE ALL TO ALLOATE XML FILE) * *********************************************************************** * FLMTRNSL ALLNAM='XMLDAT', FUNTN=BUILD, ALLMETH=ISPLNK, OMPILE=SELET, VERSION=1.0, GOODR=0, PDSDATA=Y, PORDER=1, OPTIONS='MD(TAUSPLA FLMMBR)NEST' FLMTRNSL ALLNAM='ENTERPRISE PL/I OMPILER', FUNTN=BUILD, OMPILE=IBMZPLI, DSNAME=IEL370.SIBMZMP, VERSION=3.3.0, GOODR=4, PORDER=1, OPTIONS=(MARO,OBJET,SOURE,XREF,XINFO(XML)) Support for error feedback during SLM build for Assembler The tool attachment supports error feedback for Assembler programs in connection with the SLM build. Use the compiler option ADATA together with the Assembler exit TAURTOAX, and allocate the error feedback file as a member of a PDS file in an already started build translator. You can use the REXX procedure TAUSPLA for this purpose. A maximum of 250 messages are returned from the exit. You can reduce this amount using the option /N. The maximum number of warning and informational messages is specified with /W, and this value must be fewer than the one specified for /N. If not specified, the default value is set to 20. FLMTRNSL ALLNAM='XMLDAT', FUNTN=BUILD, ALLMETH=ISPLNK, OMPILE=SELET, Server and REXX customization 15

16 VERSION=1.0, GOODR=0, PDSDATA=Y, PORDER=1, OPTIONS='MD(TAUSPLA FLMMBR)NEST' FLMTRNSL ALLNAM='ENTERPRISE OBOL OMPILER', FUNTN=BUILD, OMPILE=IGYRTL, DSNAME=IGY410.SIGYOMP, VERSION=3.3.1, GOODR=4, PORDER=1, OPTIONS='XREF(SHORT),LINEOUNT(75),OBJET,RENT,ADATA,EXI T(ADEXIT(TAURTOAX(''/N 100 /W 25'')))' * (* SYSADATA *) FLMALLO IOTYPE=W,REFM=VB,LREL=1020,RENUM=500000, DDNAME=SYSADATA Exit TAUSXBI: Determination of build information The exit TAUSXBI determines build information from SLM which is needed for remote syntax check. The shipped exit TAUSXBI uses the SLM build info command to determine this information. The result of the SLM build information is parsed and returned partly by Shared Pool variables and partly as return values. The exit has to be adapted when the build info command provides other information on the customer site than that expected by the exit, e.g. another compiler name. The exit can also be adapted if the required build information can be determined by another, possibly less expensive, way. Exit TAUSXSL: Determination of the SYSLIB concatenation The exit TAUSXSL determines the SYSLIB concatenation from SLM. The shipped exit TAUSXSL determines the SYSLIB concatenation by a call to the exit TAUSXBI. The exit should be adapted if there is another, possibly less expensive way, at the customer site to determine the SYSLIB concatenation. 16 Server and REXX customization

17 ustomizing the SLM model If you do customize the SLM model, save the model member beforehand. Action enabled conditions Depending on the SLM project definitions, it makes sense to add some action-enabled conditions to the SLM model. Micro Focus recommends that you adapt the following action-enabled conditions (Element Type: ELEEditable), as required. (The given values PROD and SOURE below are sample values and have to be replaced by the values defined in the SLM project definition.) Relationship ondition(s) ATompareNext ATDeleteMember ATRemoteSyntaxheck ATGetVersionList ATRetrieveVersion ATArchgen The action should not be executable on the last group, for example: ondition: PROPGroup Equals not PROD The action should not be executable on productive members, for example: ondition: PROPGroup Equals not PROD The action should only be executable on program code, for example: ondition: PROPType Equals SOURE The action should only be executable on versioned members, for example: ondition: PROPGroup Equals PROD The action should only be executable on versioned members, for example: ondition: PROPGroup Equals PROD The action should only be executable on program code, for example: ondition: PROPType Equals SOURE ustomizing the SLM model 17

18 18 ustomizing the SLM model

Workflow Manager - SCLM Attachment

Workflow Manager - SCLM Attachment Workflow Manager - SLM Attachment Workflow Manager - SLM Attachment Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com opyright 2011-2014 Micro Focus. All

More information

MetaXpress PowerCore System Installation and User Guide

MetaXpress PowerCore System Installation and User Guide MetaXpress PowerCore System Installation and User Guide Version 1 Part Number: 0112-0183 A December 2008 This document is provided to customers who have purchased MDS Analytical Technologies (US) Inc.

More information

GPI (Gas Pump Interface) with Cash Register Express - Integration Manual

GPI (Gas Pump Interface) with Cash Register Express - Integration Manual One Blue Hill Plaza, Second Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 GPI (Gas Pump Interface) with Cash Register Express - Integration

More information

IBM CMM Quick Reference Guide

IBM CMM Quick Reference Guide IBM CMM Quick Reference Guide Contents Introduction Prerequisites Requirements Components Used CMM Overview CMM Layout Useful CMM Screens Login Screen System Information Screen Event Log Screen Chassis

More information

2004, 2008 Autosoft, Inc. All rights reserved.

2004, 2008 Autosoft, Inc. All rights reserved. Copyright 2004, 2008 Autosoft, Inc. All rights reserved. The information in this document is subject to change without notice. No part of this document may be reproduced, stored in a retrieval system,

More information

Cloudprinter.com Integration

Cloudprinter.com Integration Documentation Cloudprinter.com Integration Page 1/ Cloudprinter.com Integration Description Integrating with a Cloudprinter.com has never been easier. Receiving orders, downloading artwork and signalling

More information

Fiorano ESB 2007 Oracle Enterprise Gateway Integration Guide

Fiorano ESB 2007 Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 Fiorano ESB 2007 Oracle Enterprise Gateway Integration Guide 1 / 25 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Process Control System PCS 7 FOUNDATION Fieldbus

Process Control System PCS 7 FOUNDATION Fieldbus Security information 1 Introduction 2 Basics of the FOUNDATION Fieldbus 3 Process Control System PCS 7 Commissioning Manual System planning 4 Engineering 5 Commissioning 6 Redundancy and system changes

More information

Frequently Asked Questions: EMC Captiva 7.5

Frequently Asked Questions: EMC Captiva 7.5 Frequently Asked Questions: EMC Captiva 7.5 Table of Contents What s New? Captiva Web Client Capture REST Services Migration/Upgrades Deprecated Modules Other Changes More Information What s New? Question:

More information

Installation and Programming Manual Part: Building Network Interface Card Product: 4100ES

Installation and Programming Manual Part: Building Network Interface Card Product: 4100ES Installation and Programming Manual Part: Building Network Interface Card 4100-6047 Product: 4100ES Cautions and Warnings READ AND SAVE THESE INSTRUCTIONS- Follow the instructions in this installation

More information

JUMO DSM software. PC software for management, configuration, and maintenance of digital sensors. Operating Manual T90Z001K000

JUMO DSM software. PC software for management, configuration, and maintenance of digital sensors. Operating Manual T90Z001K000 JUMO DSM software PC software for management, configuration, and maintenance of digital sensors Operating Manual 20359900T90Z001K000 V1.00/EN/00661398 Contents 1 Introduction...................................................

More information

Geometry Translator User s Guide

Geometry Translator User s Guide I-DEAS to ABAQUS/CAE Geometry Translator User s Guide I-DEAS TO ABAQUS/CAE GEOMETRY TRANSLATOR USER S GUIDE LAST UPDATED MARCH 2006 Legal Notices This User s Guide was prepared by ABAQUS, Inc., and is

More information

Issue 2.0 December EPAS Midi User Manual EPAS35

Issue 2.0 December EPAS Midi User Manual EPAS35 Issue 2.0 December 2017 EPAS Midi EPAS35 CONTENTS 1 Introduction 4 1.1 What is EPAS Desktop Pro? 4 1.2 About This Manual 4 1.3 Typographical Conventions 5 1.4 Getting Technical Support 5 2 Getting Started

More information

SIMATIC. Process Control System PCS 7 FOUNDATION Fieldbus. Security information 1. Introduction 2. Basics of the FOUNDATION Fieldbus 3

SIMATIC. Process Control System PCS 7 FOUNDATION Fieldbus. Security information 1. Introduction 2. Basics of the FOUNDATION Fieldbus 3 Security information 1 Introduction 2 SIMATIC Process Control System PCS 7 Commissioning Manual Basics of the FOUNDATION Fieldbus 3 System planning 4 Engineering 5 Commissioning 6 Redundancy and system

More information

GFX2000. Fuel Management System. User Guide

GFX2000. Fuel Management System. User Guide R GFX2000 Fuel Management System User Guide Contents Introduction Quick Start 1 1 Setup General Tab 2 Key or Card 2 Fueling Time/MPG Flag Tab 3 Address/Message Tab 3 Pump Configuration 4 View Vehicle Data

More information

ELD DRIVER GUIDE June 21, 2018

ELD DRIVER GUIDE June 21, 2018 ELD DRIVER GUIDE June 21, 2018 Contents Getting Started with PrePass ELD...4 Enroll in the PrePass ELD Program... 4 For a Carrier Enroll in the ELD Service... 4 For a Driver Get Driver Login Information...

More information

Acceptance Test Plan. Stake holder: Dawn Gulick Group members:

Acceptance Test Plan. Stake holder: Dawn Gulick Group members: Acceptance Test Plan by Advisor: Santiago Ontañón Stake holder: Dawn Gulick Group members: Matt Hinkle (Computer Science) Steven Hershey (Computer Science) Dylan Kenny (Computer Science) Steven Hansen

More information

DEV498: Pattern Implementation Workshop with IBM Rational Software Architect

DEV498: Pattern Implementation Workshop with IBM Rational Software Architect IBM Software Group DEV498: Pattern Implementation Workshop with IBM Rational Software Architect Module 16: Plug-ins and Pluglets 2006 IBM Corporation Plug-ins and Pluglets Objectives: Describe the following

More information

Vanpool Regional Administration

Vanpool Regional Administration Vanpool Regional Administration Contents Introduction... 2 Structure and Layout... 2 Make sure you are in the right application... 3 Vanpool Program Configuration... 3 Lookup... 5 Adding a new van... 6

More information

What s cooking. Bernd Wiswedel KNIME.com AG. All Rights Reserved.

What s cooking. Bernd Wiswedel KNIME.com AG. All Rights Reserved. What s cooking Bernd Wiswedel 2016 KNIME.com AG. All Rights Reserved. Outline Continued development of all products, including KNIME Server KNIME Analytics Platform KNIME Big Data Extensions (discussed

More information

ValveLink SNAP-ON Application

ValveLink SNAP-ON Application AMS Device Manager Product Data Sheet ValveLink SNAP-ON Application Communicate with both HART and Foundation Fieldbus FIELDVUE digital valve controllers in the same application Online, in-service performance

More information

A, B, C Permit Truck Classification Calculator

A, B, C Permit Truck Classification Calculator A, B, C Permit Truck Classification Calculator For bridge overweight permitting purposes, the A, B, C Permit Truck Classification calculator is a tool developed to determine the weight classification of

More information

Automation Engine. AE Kongsberg Workflow

Automation Engine. AE Kongsberg Workflow AE Kongsberg Workflow 10-2017 Contents 1. Intro...3 1.1 Workflow Overview and Types...3 1.2 Submitting Single CAD Files... 4 1.3 Submitting Nested Layouts... 5 1.4 Cutting CDI plates... 6 2. Kongsberg Related

More information

Downloading BSB Files from AusPayNet via FTP and FTPS AusPayNet Information Technology

Downloading BSB Files from AusPayNet via FTP and FTPS AusPayNet Information Technology Downloading BSB Files from AusPayNet via FTP and FTPS AusPayNet Information Technology March 2018 Version 1.3 Downloading BSB Files from AusPayNet via FTP P a g e 2 About this Document The aim of this

More information

PowerChute TM Network Shutdown v4.0. User Guide. VMware

PowerChute TM Network Shutdown v4.0. User Guide. VMware PowerChute TM Network Shutdown v4.0 User Guide VMware 990-4595C-001 Publication Date: January 2015 Table of Contents Introduction... 1 UPS Configuration... 2 Network Configuration... 3 UPS Configuration

More information

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems. IntelliSens App

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems. IntelliSens App IntelliSens App For Android & ios devices Revision 2.0 17.10.2016 Overview Function flow... 3 HC1000... 4 First Steps... 5 How to Read a Sensor... 7 How to Program a Sensor... 10 Program a Single Universal

More information

EPAS Desktop Pro Software User Manual

EPAS Desktop Pro Software User Manual Software User Manual Issue 1.10 Contents 1 Introduction 4 1.1 What is EPAS Desktop Pro? 4 1.2 About This Manual 4 1.3 Typographical Conventions 5 1.4 Getting Technical Support 5 2 Getting Started 6 2.1

More information

SNMP dedicated to ORVALDI Solar Infini

SNMP dedicated to ORVALDI Solar Infini SNMP dedicated to ORVALDI Solar Infini User s Manual Management Software for Solar Inverter Table of Contents 1. 2. 3. Overview...1 1.1 Introduction...1 1.2 Features...1 1.3 Overlook...1 1.4 Installation

More information

RDS. For Windows TORSION SPRING CALCULATOR For ROLLING DOORS Version 4 REFERENCE MANUAL

RDS. For Windows TORSION SPRING CALCULATOR For ROLLING DOORS Version 4 REFERENCE MANUAL RDS For Windows TORSION SPRING CALCULATOR For ROLLING DOORS Version 4 REFERENCE MANUAL TABLE OF CONTENTS TABLE OF CONTENTS INTRODUCTION CREATING THE WORKING COPY INSTALLATION GETTING STARTED i iii iv v

More information

Informatica Powercenter 9 Transformation Guide Pdf

Informatica Powercenter 9 Transformation Guide Pdf Informatica Powercenter 9 Transformation Guide Pdf Informatica Powe rcenter Express Getting Started Guide Version 9.5.1 May Informatica PowerCenter Transformation Guide Transformation Descriptions The.

More information

Logbook Selecting logbook mode Private or business mode Administrating logbook records Reporting... 33

Logbook Selecting logbook mode Private or business mode Administrating logbook records Reporting... 33 Map display... 4 Zoom and drag... 4 Map types... 4 TomTom map... 5 Full screen map... 5 Searching the Map... 5 Additional filter options in the Map View... 6 Tracking and tracing... 7 Track order status...

More information

ZC706 MIG Design Creation November 2014

ZC706 MIG Design Creation November 2014 ZC706 MIG Design Creation November 2014 XTP244 Revision History Date Version Description 11/24/14 10.0 Regenerated for 2014.4. 10/08/14 9.0 Regenerated for 2014.3. 06/09/14 8.0 Regenerated for 2014.2.

More information

ZC706 MIG Design Creation November 2015

ZC706 MIG Design Creation November 2015 ZC706 MIG Design Creation November 2015 XTP244 Revision History Date Version Description 11/24/15 14.0 Regenerated for 2015.4. 10/06/15 13.0 Regenerated for 2015.3. 06/30/15 12.0 Regenerated for 2015.2.

More information

App Manual Solution Features

App Manual Solution Features App Manual Solution Features REGISTERING A FLEET Registration form Go to the Registration page: https://fleetpulse.app/register Select the desired language Directs to the Registration Form, where you can

More information

ZT-USB Series User Manual

ZT-USB Series User Manual ZT-USB Series User Manual Warranty Warning Copyright All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year, beginning from the date of delivery

More information

FleetPro User Manual Online Card Management. Chevron Canada Limited Commercial & Industrial Marketing

FleetPro User Manual Online Card Management. Chevron Canada Limited Commercial & Industrial Marketing FleetPro User Manual Online Card Management Chevron Canada Limited Commercial & Industrial Marketing Table of Contents GENERAL USER INFORMATION...3 FleetPro Online Access Agreement...3 Site Access...4

More information

User manual Suppliers evaluation process

User manual Suppliers evaluation process User manual Suppliers evaluation process Document status Version Date Main changes Approved to 6 03/10/2014 Add paragraph 3.12 Status of Documents 5 29/09/2014 Indication document types allowed for upload

More information

minispec Plus Release Letter Innovation with Integrity Version 001 AIC

minispec Plus Release Letter Innovation with Integrity Version 001 AIC minispec Plus Release Letter Version 001 Innovation with Integrity AIC Copyright by Bruker Corporation All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

What s New Data Standard

What s New Data Standard What s New Data Standard Markus Koechl Solutions Engineer PDM PLM Autodesk Central Europe Agenda - Overview What s New General What s New CAD Save As Save neutral formats to Vault What s New Vault Insert

More information

Cannondale Diagnostic Tool Manual

Cannondale Diagnostic Tool Manual Cannondale Diagnostic Tool Manual For vehicles (ATV & Motorcycles) equipped with the MC1000 Engine Management System Software CD P/N 971-5001983 Data Cable P/N 971-5001984 POTENTIAL HAZARD Running the

More information

Release Enhancements GXP Xplorer GXP WebView

Release Enhancements GXP Xplorer GXP WebView Release Enhancements GXP Xplorer GXP WebView GXP InMotionTM v2.3.3 An unrivaled capacity for discovery, visualization, and exploitation of mission-critical geospatial and temporal data The v2.3.3 release

More information

QuoteWerks Integration

QuoteWerks Integration QuoteWerks Integration Reference Guide Last Updated: January 15, 2009 This QuoteWerks Integration Reference Guide is for use by SedonaOffice customers only. This guide is to be used in conjunction with

More information

ECO-DRIVE-GPS PREMIUM-FEATURES

ECO-DRIVE-GPS PREMIUM-FEATURES THIS DOCUMENT IS AVAILABLE AT HTTP://WWW.FALCOM.DE/. ECO-DRIVE-GPS PREMIUM-FEATURES in AVL firmware 2.11.0 and above APPLICATION NOTE Version: 1.0.4; Modified: Thursday 30 March 2017 Version history: This

More information

CC PR 28 April Operational and Cleanliness verification of a Lonestar 3.0 with ATLAS Sampling Module 2.x

CC PR 28 April Operational and Cleanliness verification of a Lonestar 3.0 with ATLAS Sampling Module 2.x Operational and Cleanliness verification of a Lonestar 3.0 with ATLAS Sampling Module 2.x Issue/Version Date Author Details AAA 20/11/2015 Céline Lainé New document AAB 05/01/2016 Andrew Pauza Edited with

More information

SEDONA FRAMEWORK BEST OPPORTUNITY FOR OPEN CONTROL

SEDONA FRAMEWORK BEST OPPORTUNITY FOR OPEN CONTROL Next- Generation Hardware Technology SEDONA FRAMEWORK BEST OPPORTUNITY FOR OPEN CONTROL ZACH NETSOV PRODUCT SPECIALIST, CONTEMPORARY CONTROLS May 9, 2017 THE NEED FOR OPEN CONTROLLERS Open protocols such

More information

TomTom WEBFLEET Contents. Let s drive business TM. Release note

TomTom WEBFLEET Contents. Let s drive business TM. Release note TomTom WEBFLEET 2.17 Release note Contents Extended WEBFLEET Reporting 2 Reporting Diagnostic Trouble Codes 3 Security features 5 Invoice only interface 7 Default trip mode 8 Navigation map information

More information

SIMATIC. Process Control System PCS 7 FOUNDATION Fieldbus. Introduction 1. Basics of the FOUNDATION Fieldbus 2. System planning 3.

SIMATIC. Process Control System PCS 7 FOUNDATION Fieldbus. Introduction 1. Basics of the FOUNDATION Fieldbus 2. System planning 3. Introduction 1 Basics of the FOUNDATION Fieldbus 2 SIMATIC Process Control System PCS 7 Commissioning Manual System planning 3 Engineering 4 Commissioning 5 Redundancy and system changes in operation 6

More information

SENTRY ISOBUS Tip Flow Monitor. Software Version 1.00

SENTRY ISOBUS Tip Flow Monitor. Software Version 1.00 SENTRY 6141 U S E R M A N U A L ISOBUS Tip Flow Monitor Software Version 1.00 Copyrights 2016 TeeJet Technologies. All rights reserved. No part of this document or the computer programs described in it

More information

Welcome to the waitless world. CBU for IBM i. Steve Finnes

Welcome to the waitless world. CBU for IBM i. Steve Finnes CBU for IBM i Steve Finnes finnes@us.ibm.com CBU for IBM i Offering for IBM i HA/DR environments Consolidation environments (AIX, i and Linux) for HA/DR operations Offering Supports Optional permanent

More information

ADAM TM Advanced Digital Audio Matrix

ADAM TM Advanced Digital Audio Matrix ADAM TM Advanced Digital Audio Matrix USER MANUAL CSedit Intercom Configuration Software for ADAM and ADAM CS Intercom Systems 9350-7077-300 Rev C, 8/00 CONTENTS Introduction iii If You Are in a Hurry!

More information

GPK for Design and Rating of Industrial Gearboxes

GPK for Design and Rating of Industrial Gearboxes GPK for Design and Rating of Industrial Gearboxes KISSsys models: Bevel-Helical gear package includes KISSsys models for single bevel gearbox (right angle gearbox) and bevel gearboxes including one to

More information

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems

Huf Group. Your Preferred Partner for Tire Pressure Monitoring Systems IntelliSens App Interactive Guide For Android & ios devices Revision 2.0 17.10.2016 Overview Function flow... 3 HC1000... 4 First Steps... 5 How to Read a Sensor... 7 How to Program a Sensor... 10 Program

More information

EMC VMAX Securing Kit Installation Guide

EMC VMAX Securing Kit Installation Guide EMC VMAX Securing Kit Installation Guide For: VMAX3 Family: VMAX 100K, 200K, 400K VMAX All Flash: 250F, 450F, 850F REVISION 04 Copyright 2014-2016 EMC Corporation. All rights reserved. Published in the

More information

SIMATIC. Process Control System PCS 7 FOUNDATION Fieldbus. Introduction 1. Basics of the FOUNDATION Fieldbus 2. System planning 3.

SIMATIC. Process Control System PCS 7 FOUNDATION Fieldbus. Introduction 1. Basics of the FOUNDATION Fieldbus 2. System planning 3. Introduction 1 Basics of the FOUNDATION Fieldbus 2 SIMATIC Process Control System PCS 7 Commissioning Manual System planning 3 Engineering 4 Commissioning 5 Redundancy and system changes in operation 6

More information

index changing a variable s value, Chime My Block, clearing the screen. See Display block CoastBack program, 54 44

index changing a variable s value, Chime My Block, clearing the screen. See Display block CoastBack program, 54 44 index A absolute value, 103, 159 adding labels to a displayed value, 108 109 adding a Sequence Beam to a Loop of Switch block, 223 228 algorithm, defined, 86 ambient light, measuring, 63 analyzing data,

More information

GUI Customization with Abaqus. Abaqus 2017

GUI Customization with Abaqus. Abaqus 2017 GUI Customization with Abaqus Abaqus 2017 About this Course Course objectives The goal of this course is to train you to use the Abaqus GUI Toolkit to customize the Abaqus/CAE interface or build your own

More information

Concur mobile app Feature List by Device Revised: December 11, 2018

Concur mobile app Feature List by Device Revised: December 11, 2018 Concur mobile app Feature List by Device Revised: December 11, 2018 NOTES: Be aware that dates may change without notice. The bright yellow cells indicate the changes since the last publication of this

More information

Rotel RSP-1570 RS232 HEX Protocol

Rotel RSP-1570 RS232 HEX Protocol Rotel RSP-1570 RS232 HEX Protocol Date Version Update Description February 3, 2012 1.00 Original Specification The RS232 protocol structure for the RSP-1570 is detailed below. This is a HEX based communication

More information

Advanced Abaqus Scripting. Abaqus 2018

Advanced Abaqus Scripting. Abaqus 2018 Advanced Abaqus Scripting Abaqus 2018 About this Course Course objectives Help students to develop a high level understanding of the Abaqus scripting capabilities and gain some proficiency. Organize and

More information

AMS ValveLink SNAP-ON Applications

AMS ValveLink SNAP-ON Applications Product Data Sheet AMS ValveLink SNAP-ON Applications n Communicate with both HART and FOUNDATION fieldbus FIELDVUE digital valve controllers in the same application n Online, in-service performance diagnostics

More information

Recommendations for Permissions & Settings

Recommendations for Permissions & Settings Recommendations for Permissions & Settings MYJURIS & JURIS ACTIVE INFORMATION (JURIS SUITE) The following document contains recommendations for configuring Juris Suite at a law firm. Please note that these

More information

RS232. CAN. Integration with Tachograph Continental VDO DTCO

RS232. CAN. Integration with Tachograph Continental VDO DTCO RS232. CAN. Integration with Tachograph Continental VDO DTCO User Manual www.galileosky.com Contents Necessary Tools, Equipment and Materials... 3 General Information... 4 Connecting tachograph to the

More information

PowerChute TM Network Shutdown v3.1. User Guide. VMware

PowerChute TM Network Shutdown v3.1. User Guide. VMware PowerChute TM Network Shutdown v3.1 User Guide VMware 990-4595A-001 Publication Date: December, 2013 Table of Contents Introduction... 1 UPS Configuration... 2 Network Configuration... 3 UPS Configuration

More information

FieldMaster Logs. Administration and Best Practice Guide. Version 3.0 Revision A November 2017 TRANSFORMING THE WAY THE WORLD WORKS

FieldMaster Logs. Administration and Best Practice Guide. Version 3.0 Revision A November 2017 TRANSFORMING THE WAY THE WORLD WORKS FieldMaster Logs Administration and Best Practice Guide Version 3.0 Revision A November 2017 TRANSFORMING THE WAY THE WORLD WORKS Legal Notices Trimble Inc. 10368 Westmoor Drive Westminster CO 80021 USA

More information

Lesson 1: Introduction to PowerCivil

Lesson 1: Introduction to PowerCivil 1 Lesson 1: Introduction to PowerCivil WELCOME! This document has been prepared to assist you in the exploration of and assimilation to the powerful civil design capabilities of Bentley PowerCivil. Each

More information

Veritas CloudPoint Release Notes. Ubuntu

Veritas CloudPoint Release Notes. Ubuntu Veritas CloudPoint 2.0.2 Release Notes Ubuntu May 2018 Veritas CloudPoint Release Notes Last updated: 2018-05-23 Document version: 2.0.2 Rev 3 Legal Notice Copyright 2018 Veritas Technologies LLC. All

More information

Technical Information

Technical Information Technical Service 2/14 ENU WE02 9 WE02 - Re-programming Instrument Cluster (Workshop Campaign) Important Note: CRITICAL WARNING - THIS CAMPAIGN INCLUDES STEPS WHERE SEVERAL CONTROL UNITS IN THE VEHICLE

More information

Hours of Service ELD Administrator User Guide v3.6

Hours of Service ELD Administrator User Guide v3.6 Hours of Service ELD Administrator User Guide v3.6 Published: Monday, July 16, 2018. 2018 Verizon Connect Inc. HOURS OF SERVICE ADMIN USER GUIDE Contents Introduction... 3 Using WorkPlan as an ELD... 4

More information

Motor Vehicle Processing

Motor Vehicle Processing Motor Vehicle Processing Each year the DMV distributes a motor vehicle file to each community for taxation. Vision prepares these files for processing in the Tax Administration system. Detailed instructions

More information

Using Asta Powerproject in a P6 World. Don McNatty, PSP July 22, 2015

Using Asta Powerproject in a P6 World. Don McNatty, PSP July 22, 2015 Using Asta Powerproject in a P6 World Don McNatty, PSP July 22, 2015 1 Thank you for joining today s technical webinar Mute all call in phones are automatically muted in order to preserve the quality of

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - AEM Media OnDemand (2013v3) The Products and Services described in this PDM are subject to the applicable Sales Order, the terms of this PDM, the General Terms,

More information

TachoDrive key + TachoDrive Express software

TachoDrive key + TachoDrive Express software TachoDrive key + TachoDrive Express software Instruction manual November 2007 v 1.01 MATT 2007 All rights reserved Table of contents 0. Introduction...4 1. TachoDrive device...5 1.1 General description...5

More information

Tip: - Control of the Heljan Container Terminal using TrainController Gold Date: Created

Tip: - Control of the Heljan Container Terminal using TrainController Gold Date: Created Hi All, I have just retrieved my Container Terminal from three years in storage and thought it was about time to get the crane working with TrainController and this document is another record how I configured

More information

Draft ES V1.1.1 ( )

Draft ES V1.1.1 ( ) ETSI Standard Cordless Terminal Mobility (CTM); Numbering and identification European Telecommunications Standards Institute 2 Reference DES/NA-021113 (a5000icp.pdf) Keywords CTM ETSI Secretariat Postal

More information

Uponor MagiCAD Plugin. Juha Nakola

Uponor MagiCAD Plugin. Juha Nakola Uponor MagiCAD Plugin Juha Nakola 2 (19) Contents CHAPTER 1. GENERAL... 3 ABOUT THIS DOCUMENT... 3 INSTALLING THE SOFTWARE... 3 Installation... 3 IMPORTANT HINTS... 3 Starting... 3 Adding circuits... 3

More information

User s Manual. Suitable Products: Three phase grid tie inverter with energy storage Three phase off Grid inverter

User s Manual. Suitable Products: Three phase grid tie inverter with energy storage Three phase off Grid inverter SolarPower Pro User s Manual Suitable Products: Three phase grid tie inverter with energy storage Three phase off Grid inverter Management Software for Solar Inverter Table of Contents 1. SolarPower Pro

More information

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved.

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved. What s new Bernd Wiswedel 2016 KNIME.com AG. All Rights Reserved. What s new 2+1 feature releases last year: 2.12, (3.0), 3.1 (only KNIME Analytics Platform + Server) Changes documented online 2016 KNIME.com

More information

UAE Ministry of Interior pilot project for RFID-based SCHOOLBUS/STUDENT TRACKING SYSTEM

UAE Ministry of Interior pilot project for RFID-based SCHOOLBUS/STUDENT TRACKING SYSTEM UAE Ministry of Interior pilot project for RFID-based SCHOOLBUS/STUDENT TRACKING SYSTEM Safe, secure and verified school bus transportation TECHNOLOGY School bus route tracking and live data transmission

More information

KISSsoft 03/2018 Tutorial 7

KISSsoft 03/2018 Tutorial 7 KISSsoft 03/2018 Tutorial 7 Roller bearings KISSsoft AG T. +41 55 254 20 50 A Gleason Company F. +41 55 254 20 51 Rosengartenstr. 4, 8608 Bubikon info@kisssoft.ag Switzerland www.kisssoft.ag Sharing Knowledge

More information

Cboe Futures Exchange FIX Order Entry Implementation Guide. Version 1.0.3

Cboe Futures Exchange FIX Order Entry Implementation Guide. Version 1.0.3 FIX Order Entry Implementation Guide Version 1.0.3 April 26, 2018 Contents 1 Introduction... 3 1.1 Overview... 3 1.2 Hours of Operation... 3 1.3 Data Types... 3 1.4 CFE Protocol Features... 3 1.4.1 Spread

More information

SmarTire TPMS Maintenance Hand Tool. Revision User Manual

SmarTire TPMS Maintenance Hand Tool. Revision User Manual SmarTire TPMS Maintenance Hand Tool Revision 1.03 User Manual Page 2 Table of Contents FCC Compliance Label...4 User Interface Illustration...4 Introduction...5 Testing Tire Sensors...5 Main Menu...6 Main

More information

EDEM-Abaqus Coupling User Guide

EDEM-Abaqus Coupling User Guide EDEM-Abaqus Coupling User Guide April 2018 Revision Copyrights and Trademarks Copyright 2018 DEM Solutions Ltd. All rights reserved. Information in this document is subject to change without notice. The

More information

ET9500 BEMS Interface Box Configuration Guide

ET9500 BEMS Interface Box Configuration Guide ET9500 BEMS Interface Box Configuration Guide APPLICABILITY & EFFECTIVITY Explains how to install and configure ET9500 BEMS Interface Box. The instructions are effective for the above as of August, 2015

More information

Contents Getting Started with PrePass ELD...4 Starting a Trip...7 During a Trip Co-Driver Features... 14

Contents Getting Started with PrePass ELD...4 Starting a Trip...7 During a Trip Co-Driver Features... 14 UPDATED February 2, 2018 Contents Getting Started with PrePass ELD...4 Enroll in the PrePass ELD Program... 4 For a Carrier Enroll in the ELD Service... 4 For a Driver Get Driver Login Information... 4

More information

Introduction to Abaqus/CAE. Abaqus 2018

Introduction to Abaqus/CAE. Abaqus 2018 Introduction to Abaqus/CAE Abaqus 2018 About this Course Course objectives Upon completion of this course you will be able to: Use Abaqus/CAE to create complete finite element models. Use Abaqus/CAE to

More information

e-track Certified Driver Operating Manual

e-track Certified Driver Operating Manual e-track Certified Driver Operating Manual Copyright 2016 all rights reserved. Page: Table of Contents System Overview 4 Login 5 Certifying Logs 6 Unidentified Driver Records 8 Requested Edits 9 ECM Link

More information

FirstData (FDMS) BuyPass Credit Card / Debit Card Processing in Retail/Quick Service

FirstData (FDMS) BuyPass Credit Card / Debit Card Processing in Retail/Quick Service One Blue Hill Plaza, 16th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 FirstData (FDMS) BuyPass Credit Card / Debit Card Processing

More information

Cruise Control 1993 Jeep Cherokee

Cruise Control 1993 Jeep Cherokee Cruise Control 1993 Jeep Cherokee Design Examples 1 Owner s Manual System Description: Cruise Control System Interface When engaged, the electronic cruise control device takes over the accelerator operations

More information

Vault-based Private License Server

Vault-based Private License Server Vault-based Private License Server Old Content - see latest equivalent Modified by on 13-Sep-2017 For organizations that require their Altium Designer installations to remain offline isolated from the internet

More information

CLA-VAL e-drive-34. User Manual. Motorised Pilots. CLA-VAL Europe LIN072UE - 04/16

CLA-VAL e-drive-34. User Manual. Motorised Pilots. CLA-VAL Europe LIN072UE - 04/16 User Manual CLA-VAL Europe www.cla-val.ch cla-val@cla-val.ch 1 - LIN072UE - 04/16 Table of Contents 1 Introduction... 3 1.1 Precautions Before Starting... 3 1.2 Troubleshooting... 3 1.3 General Disclaimer...

More information

Release Enhancements GXP Xplorer GXP WebView

Release Enhancements GXP Xplorer GXP WebView Release Enhancements GXP Xplorer GXP WebView GXP InMotionTM v2.3.4 An unrivaled capacity for discovery, exploitation, and dissemination of mission critical geospatial and temporal data The v2.3.4 release

More information

Installing Proactive Monitoring for PowerCenter Operations 2.0 HotFix 1 on Solaris

Installing Proactive Monitoring for PowerCenter Operations 2.0 HotFix 1 on Solaris Installing Proactive Monitoring for PowerCenter Operations 2.0 HotFix 1 on Solaris 2012-2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

Overview Python Scripting in Abaqus Specialized Postprocessing Advanced Topics Introduction to Python and Scripting in Abaqus

Overview Python Scripting in Abaqus Specialized Postprocessing Advanced Topics Introduction to Python and Scripting in Abaqus Introduction to Python and Scripting in Abaqus Agenda Python Scripting in Abaqus Specialized Postprocessing Advanced Topics The goal of this advanced seminar is to introduce you to the Abaqus Scripting

More information

QUICK START GUIDE 199R10546

QUICK START GUIDE 199R10546 QUICK START GUIDE 199R10546 1.0 Overview This contains detailed information on how to use Holley EFI software and perform tuning that is included within the software itself. Once you load the software,

More information

User Manual SMA FUEL SAVE CONTROLLER 2.0

User Manual SMA FUEL SAVE CONTROLLER 2.0 User Manual SMA FUEL SAVE CONTROLLER 2.0 ENGLISH FSC20-BA-en-22 100590-00.03 Version 2.2 Legal Provisions SMA Solar Technology AG Legal Provisions The information contained in these documents is the property

More information

IFC-BL02 Interface Free Controller Brushless Motor Card

IFC-BL02 Interface Free Controller Brushless Motor Card IFC-BL02 Interface Free Controller Brushless Motor Card User s Manual V1.1 Apr 2008 Information contained in this publication regarding device applications and the like is intended through suggestion only

More information

V 2.0. Version 9 PC. Setup Guide. Revised:

V 2.0. Version 9 PC. Setup Guide. Revised: V 2.0 Version 9 PC Setup Guide Revised: 06-12-00 Digital 328 v2 and Cakewalk Version 9 PC Contents 1 Introduction 2 2 Configuring Cakewalk 4 3 328 Instrument Definition 6 4 328 Automation Setup 8 5 Automation

More information

An Open Standard for the Description of Roads in Driving Simulations

An Open Standard for the Description of Roads in Driving Simulations An Open Standard for the Description of Roads in Driving Simulations M. Dupuis VIRES Simulationstechnologie GmbH H. Grezlikowski DaimlerChrysler AG DSC Europe 04 October 2006 04 October 2006 copyright

More information

SRM 7.0 Detailed Requisitioning

SRM 7.0 Detailed Requisitioning SRM 7.0 Detailed Requisitioning Rev. October 2014 Course Number: V001 Welcome! Thank you for taking time to complete this course. 1 MENU Course Navigation You can navigate through this course using the

More information

Quick Reference: Deactivating Vehicles

Quick Reference: Deactivating Vehicles Quick Reference: Deactivating Vehicles Due to finishing contract or vehicle rotation, a customer may wish to have certain vehicles removed from the Active Vehicles list. There are various ways to do this

More information