MESH Client Reference Guide

Size: px
Start display at page:

Download "MESH Client Reference Guide"

Transcription

1 Document filename: MESH Client Reference Guide - v2.6.docx filename Project / Programme Operations and Assurance Services Project <insert> Document Reference <insert> Project Manager Andrew Meyer Status Issued Owner Ash Raines Version 2.6 Author Stuart Baskerville/ Paddy Yung Version issue date 07/08/2017 MESH Client Reference Guide Copyright 2016 Health and Social Care Information Centre Page 1 of 19

2 Document management Revision History Version Date Summary of Changes /08/2015 Initial version /09/2015 Updated following internal review /11/2015 Updated to reflect revised transition approach /11/2015 Updated following review /12/2015 Updated following review /12/2015 Updated following review /12/2015 Updated following review /02/2016 Updated following the MESH transition /03/2016 Updated following review from system engineer /03/2016 Updated following review from system engineer /03/2016 Changed wording on support for older versions /04/2016 Updated MESH/DTS differences, including the Auto Update facility and added Proxy connectivity instructions /04/2016 Updated following review /04/2016 Issued /05/2016 Added extra items to DTS/MESH differences /05/2016 Issued /07/2016 Updated to reflect new focus /07/2016 Updated to new template, document ProcessingDelay setting and review comments /09/2016 Updated following review /09/2016 Updated following review /09/2016 Issued /05/2017 Renamed to the MESH client reference guide /08/2017 Removed all DTS references Reviewers This document must be reviewed by the following people: Reviewer name Title / Responsibility Date Version Simon Richards MESH Service Owner Marta Raper Camilla Cross Spine2 Project Manager Senior Communications Officer Approved by Copyright 2016 Health and Social Care Information Centre. Page 2 of 19

3 This document must be approved by the following people: Name Signature Title Date Version Ash Raines Glossary of Terms Term / Abbreviation API cron EPR GZIP HSCIC JVM Keystore LZW MESH MOLES RA RATS RBAC RESTful UUID What it stands for Application Programming Interface Job scheduler associated with Unix/Linux operating systems EndPoint Registration Compressed file format (GNU zip) Health and Social Care Information Centre Java Virtual Machine Repository for security certificates Compressed file format (Lempel-Ziv-Welch) Messaging Exchange for Social Care and Heath MESH Online Enquiry Service Registration Authority Registration and Tracking Service Role-Based Access Control Uses the REpresentational State Transfer software architectural style Unique User Identifier Document Control: The controlled copy of this document is maintained in the NHS Digital corporate network. Any copies of this document held outside of that area, in whatever format (e.g. paper, attachment), are considered to have passed out of control and should be checked for currency and validity. Copyright 2016 Health and Social Care Information Centre. Page 3 of 19

4 Contents 1 Introduction Purpose of Document 5 2 MESH System Overview 6 3 MESH Client Overview Java and Operating System Requirements Installation Requirements Client Installation Client security and certificates Running the MESH client as a service MESH client auto update MESH configuration file settings (meshclient.cfg) Signal file (mexclient.sig) Log Level Settings (log4j.xml) Proxy Connectivity (proxy.ini) 14 5 MOLES and message tracking Overview Smartcard access 15 6 Contact NHS Digital 16 7 Appendix 1 MESH Client supported platforms 17 Copyright 2016 Health and Social Care Information Centre. Page 4 of 19

5 1 Introduction 1.1 Purpose of Document The Messaging Exchange for Social Care and Health (MESH) Client Reference Guide is intended for users of MESH who need to configure the system for their own needs. Included in this document is a description of the key settings of the MESH client with suggestions on what they should be set to. Copyright 2016 Health and Social Care Information Centre. Page 5 of 19

6 2 MESH System 2.1 Overview MESH is a centralised service, which supports the secure transfer of data between NHS organisations and affiliated organisations. The service supports both clinical and business data flows. It is made up of two elements, the MESH client software, which is predominately integrated into supplier provided applications installed at ends-sites, and the central MESH server, which is located within the Spine Core Messaging Service. The MESH client allows secure transfer of data between the end site application and the central MESH server. The MESH client transfers data, over an encrypted link to the central MESH server. The central MESH server then stores this data until the intended recipient site connects to the service and with its MESH client downloads the data addressed to it over an encrypted link. MESH has been developed using the Spine Services Core infrastructure. This will allow the service to benefit from the large scale reliability of the Spine Services including its disaster recovery capabilities and established service support. Copyright 2016 Health and Social Care Information Centre. Page 6 of 19

7 3 MESH Client 3.1 Overview The MESH client is a Java based client that allows systems to send and receive messages. 3.2 Java and Operating System Requirements The MESH client is written in Java and requires a Java Virtual Machine 1.7 or later to be installed on the server running the client. This is a common pre-requisite for a number of applications and it is likely you will already have a JVM running on your server. The recommendation is that the latest version of the JVM is installed (currently version 8.x), it can be downloaded from Note: The requirement to use a JVM version 1.7 or later is a change from the previous version of this technical specification following issues found with JVM version 1.6. The MESH client can run on any operating system that supports a JVM of version 1.7 or later. See Appendix 1 for a full list of the supported platform configurations as there are some instances where the client can operate on earlier versions. 3.3 Installation Requirements The MESH client is contained in a Java Archive.jar file and requires approximately 10Mb of disk space. The system requirements of the MESH client are governed by the size of the files being transferred rather than the requirements of the application. We recommend that sites have a minimum of 100Mb of RAM for each mailbox the MESH client is supporting. For example, 100Mb of RAM is required to run the MESH client to support a single mailbox. If the MESH client is configured to process multiple mailboxes the memory requirement increases so the server needs to have sufficient memory to accommodate potential simultaneous upload or downloads in a multi-mailbox operation. For servers running an operating system that does not support a JVM of 1.7 or later or have limited memory, NHS Digital has developed a script-based client that is started using a schedule task or a UNIX cron job to send and receive messages. 3.4 Client Installation The MESH client can be installed in two ways: Wizard-based installation. Manual installation Wizard-based Installation The MESH client will be packaged into a wizard-based installation process. If performing a fresh MESH client installation, the installation wizard will create the folders required to send Copyright 2016 Health and Social Care Information Centre. Page 7 of 19

8 and receive messages. A skeleton meshclient.cfg file will be installed which will need to be set up with site specific configuration such as mailbox name and Authentication Keys. User documentation will be provided to assist in the configuration settings. 3.5 Client security and certificates Each site that uses MESH will require its own or number of client certificates to authenticate to the MESH server. The certificate needs to be installed in the Keystore created as part of the MESH client installation. The certificate and password are then configured as part of the meshclient.cfg file. MESH users will be able to reuse their existing EndPoint Registration (EPR) certificates or may request new MESH client certificates. A utility will be provided on the NHS Digital website to simplify the certificate request process. A more detailed certificate overview is currently available on the NHS Digital website. To simplify testing, a default certificate has been created for systems to test the MESH client in the NHS Digital Integration test environment. This is available for download, with the current version of the MESH test client, from the MESH website. This certificate will not work in the Live system. 3.6 Running the MESH client as a service It is possible to run the MESH client as a service on Windows. Users who wish to run the client in this way should use the Microsoft srvany.exe utility and run the MESH batch file included in the client installation. Where the Microsoft srvany.exe is not supported or can't be used, users may need to consider alternative methods of running the client as a service. This may include the use of Third Party Service Manager tools such as Apache Commons procrun Daemon for Windows. This would require additional components to be installed at end sites and so consideration should be taken locally on the impact of adopting such an approach. 3.7 MESH client auto update A new feature of the MESH client is the Auto Update functionality. This feature ensures that the MESH client being used is up-to-date by periodically checking with the MESH server whether there is a new version to install. The MESH client will check every two days that the version running is the latest. If a newer version is available, it will automatically download the new version and install it. It is recommended that this setting is enabled, however if suppliers wish to manage the update process manually, this can be disabled. If disabled, the MESH client will write to its logs that a new version is available to download and install. 3.8 MESH configuration file settings (meshclient.cfg) The majority of the configuration file settings will be created by the install wizard. Settings such as mailbox names and passwords may need to be entered manually and the meshclient.cfg file saved. Copyright 2016 Health and Social Care Information Centre. Page 8 of 19

9 Note that the <Client> tags need to be present in the configuration file prior to running the MESH installation in order for the installation to migrate the settings to the MESH configuration file. Below is a description of the settings which can be tweaked to fine-tune the behaviour of the MESH client. Within the <MESHConfig> tag PrimaryURL LogPath KeyStorePath KeyStorePassword WorkPath ProxyPath SignalPath PollPeriod ServerRetry MaxMessages The location of where the MESH client will connect. e.g. <PrimaryURL> The location where the mesh.log files will be created e.g. <LogPath>C:\MESH-APP-HOME\log</LogPath> This location is for the MESH keystore file e.g. C:\MESH-APP-HOME\KEYSTORE\mesh.keystore This is the Keystore password supplied with the user account details. If the password used contains a sign, the meshclient.cfg file will need to be saved using UTF-8 encoding to enable the password to be used. The suggestion is that the password is limited to alphanumeric characters. This location is used by the client to install internal files, such as lock files, to enable it to function properly. e.g. <WorkPath>C:\MESH-APP-HOME\working</WorkPath> The path to the proxy.ini file. The existence of this path tells the client that proxy connectivity is required and the proxy.ini file will be read to determine the location and parameters associated with the proxy server. e.g. <ProxyPath> C:\MESH-APP-HOME\proxy</ProxyPath> The path to the signal file, mexclient.sig. e.g. < SignalPath>C:\MESH-APP-HOME\sig</ SignalPath> PollPeriod is defined in minutes and is the period of time the client waits between sending and receiving messages to and from the MESH Service. The default poll period is 10 minutes e.g. <PollPeriod>30</PollPeriod> The number of retries allowed for a message if the MESH server is unavailable (but not busy). If not specified, the default is 3. e.g. <ServerRetry>3</ServerRetry> The number of messages that can be uploaded/downloaded per poll. The minimum value is 20 and the maximum value is 10,000 with a default of 100. Copyright 2016 Health and Social Care Information Centre. Page 9 of 19

10 This will allow for controlled amounts of data to be transferred between client and server. The client will hold the connection and toggle between the upload and download tasks based on the value set until all messages have either been sent or collected. For example upload 100, download 100, upload 100, download 100 etc, until all activity is complete at which point the MESH client will close the connection to the central server and will not attempt to poll again until the time defined by PollPeriod has elapsed. e.g <MaxMessages>100</MaxMessages> MaxMessagesUp An individual MaxMessagesUp tag has been introduced to give the administrator more control over message flow to the MESH server. The value ranges from a minimum of 20 to a maximum of 10,000. If a value is specified outside of the range the default value of 100 will be used. Utilising the MaxMessagesUp tag will override both the default value of 100 and any MaxMessages value specified in the client configuration file. If there are still messages to be uploaded after the MaxMessages cycle has completed then the client will poll again until all messages have been sent. e.g. <MaxMessagesUp>100</MaxMessagesUp> MaxMessagesDown MaxConnections AutoUpgrade ProcessingDelay Similar to MaxMessagesUp but for message downloads, overriding both the default value of 100 and any MaxMessages value specified in the client configuration file. e.g. <MaxMessagesDown>200</MaxMessagesDown> This is the number of parallel processes that the MESH client can run. The default is 8 but if the number of CPU cores on the client hardware is lower than this, it will be equal to that number (if the value has been set higher). e.g. <MaxConnections>4</MaxConnections> This setting defaults to N. If it is set to Y, the MESH client will check for updates to the client software every two days and will automatically download and install them. e.g. <AutoUpgrade>N</AutoUpgrade> This setting defaults to 5 seconds. It specifies how long a file needs to reside in the Out folder before the MESH client will attempt to process it. The time used is when the CTL file has been successfully written to disk. This avoids the potential issue where a CTL file is copied into the Out folder before the DAT file and the MESH client moves the CTL into the Failed folder as a malformed message. e.g. <ProcessingDelay>5</ProcessingDelay> Within the <Client> sections Copyright 2016 Health and Social Care Information Centre. Page 10 of 19

11 ClientIdentity ClientAuthentication InterfaceRoot CollectReport TransferReport PollReport SaveSent Site specific identity for the MESH client. Equivalent to the username. e.g. <ClientIdentity>MAILBOX1</ClientIdentity> Site specific authentication token for the MESH client. <ClientAuthentication>ClntAuth1</ClientAuthentication> The path to the root of the MESH client File Interface. e.g<interfaceroot>c:\mesh\mesh-data- HOME\MAILBOX1</InterfaceRoot> Parameter controlling the generation of reports by the MESH client, indicating that it has taken responsibility for an outbound message. Defaults to N e.g. <CollectReport>N</CollectReport> Parameter controlling the generation of reports indicating that the transfer of the messages to the MESH server has succeeded. Defaults to N. e.g. <TransferReport>N</TransferReport> Parameter controlling the generation of reports indicating if the poll to the MESH server to check for received transfers has succeeded or failed. Defaults to N. e.g. <PollReport>N</PollReport> Parameter controlling the copying of sent messages into the SENT folder on successful transfer to the MESH service. Defaults to N. <SaveSent>N</SaveSent> Copyright 2016 Health and Social Care Information Centre. Page 11 of 19

12 3.9 Signal file (mexclient.sig) If the signal is valid, the MESH client response will be to perform the requested action, log the event and update the signal file with NO ACTION. Valid signals for MESH client are: Signal Name Value Meaning NO ACTION 0 No action required or previous action complete. EXIT 1 Close client down at the next available opportunity. RESUME 2 Re-enable the poll timer and commence processing messages. PAUSE 3 Disable the poll timer until resume. POLL NOW 4 Start polling mailbox(es) now rather than after expiry of the poll timer. If there is a pending priority mailbox, do this one first. Resume if paused. LOAD CONFIG 5 Re-read the configuration file after processing the current mailbox. DISABLE MBX n 6 Disable the given mailbox. The signal must have an accompanying ClientIdentification string included otherwise this will have no effect. ENABLE MBX n 7 Enable the given mailbox if disabled. The signal must have an accompanying ClientIdentification string otherwise this will have no effect. POLL MBX n 8 Poll the next specified mailbox (In multi-mailbox mode). This forced the client to poll a mailbox of choice. The signal must have an accompanying ClientIdentification string otherwise this will have no effect. CHECK UPGRADE 9 Check if an upgrade to the MESH client is available and if so, download. The client will only install it if AutoUpgrade is set to Y. Copyright 2016 Health and Social Care Information Centre. Page 12 of 19

13 3.10 Log Level Settings (log4j.xml) Upon start up, the MESH client will read the settings contained within this file to produce the required level of logging. The default value (under logger name, level value) is info but other values exist. These are (in order from least to most verbose) error, warn, info, debug, trace Copyright 2016 Health and Social Care Information Centre. Page 13 of 19

14 3.11 Proxy Connectivity (proxy.ini) The MESH client supports the ability to connect to the service via a proxy server using Basic Authentication or No Authentication levels only. It can be made to connect through the proxy server by creating the file proxy.ini (all lower case) and placing it in the folder location specified by the </ProxyPath> tag in meshclient.cfg. If </ProxyPath> is not present in the configuration file, or the proxy.ini file does not exist, or useproxy=0, the MESH client will assume that no proxy connection is required and will attempt to connect directly to the MESH service found at the </PrimaryURL> location. If proxy.ini exists in the location specified, the MESH client will check the path and file for read access and if successful, connectivity through the proxy server will be attempted using the settings contained within the file. Proxy File Format Parameter Description useproxy A flag to enable or disable proxy use (1 = ENABLE, 0 = DISABLE). ipaddress port user password The TCP/IP address of the proxy server through which a connection to the MESH service is required. The port on the proxy server used for the connection. Username used in basic authentication by the proxy server. Ignored if no authentication is used on the proxy server. Password used in basic authentication by the server. Ignored if no authentication is used on the proxy server. An example file is given below. Each parameter must reside on a separate line and be separated from its value by a single = sign. No spaces should be used. The order of the lines in the file is unimportant as is the case of the parameters. useproxy=1 ipaddress= port=8080 user=prxusr password=p455wrd Copyright 2016 Health and Social Care Information Centre. Page 14 of 19

15 4 5 MOLES and message tracking 5.1 Overview The MESH Online Enquiry Service (MOLES) enables the administration of MESH mailboxes, user administration and message tracking/reporting. 5.2 Smartcard access Access to the MOLES service is via the Spine portal or using: It uses a Role Based Access Controls (RBAC) to determine access to the MOLES menus. A Spine smartcard is needed to access to MOLES. No additional roles or business codes will need to be added to their profile in order to log onto MOLES. However, the Unique User Identifier (UUID) of the user s smartcard will need to be entered into MOLES alongside their user account to enable the user to log-on. If MOLES users do not have a Smartcard they will need to apply for a Smartcard through their local Registration Authority (RA). Please advise the local RA that the access is given to the System Support Access Role code R8015. Users will also need to order a Smartcard reader through their local RA. The reader and the card will be issued with no charge. Copyright 2016 Health and Social Care Information Centre. Page 15 of 19

16 6 Contact NHS Digital For further information visit the NHS Digital website at: If users have specific question related to MESH please contact the National Service Desk. Copyright 2016 Health and Social Care Information Centre. Page 16 of 19

17 7 Appendix 1 MESH Client supported platforms Operating System/Java Version Non-Java Java 6 1 Java 7 2 Java 8 3 Microsoft Client Windows 2000 (SP3/SP4) Not supported MESH Client 6.x Not supported Not supported Windows Vista (SP1,SP2) x86/x64 Not supported MESH Client 6.x MESH Client 6.x MESH Client 6.x Windows 7 (SP1) x86/x64 Not supported MESH Client 6.x MESH Client 6.x MESH Client 6.x Windows 8.x x86/x64 Not supported MESH Client 6.x MESH Client 6.x MESH Client 6.x Windows 10 x86/x64 Not supported Not supported MESH Client 6.x MESH Client 6.x Microsoft Server Windows Server 2003 SP1/SP2 Not supported MESH Client 6.x Not supported Not supported Windows Server 2008 (SP1, SP2) x64 Not supported MESH Client 6.x MESH Client 6.x MESH Client 6.x Windows 2012 x64 Not supported MESH Client 6.x MESH Client 6.x MESH Client 6.x UNIX Sco Unix MESH Perl Client Not supported Not supported Not supported HP-UX 11i v1 (11.11) - HP PA-RISC 4 MESH Perl Client MESH Client 6.x Not supported Not supported HP-UX 11i v2 (11.23) - HP PA-RISC 4 MESH Perl Client MESH Client 6.x Not supported Not supported HP-UX 11i v3 (11.31) - HP PA-RISC 4 MESH Perl Client MESH Client 6.x Not supported Not supported HP-UX 11i v2 (11.23) - HP Itanium 4 MESH Perl Client MESH Client 6.x MESH Client 6.x Not supported HP-UX 11i v3 (11.31) - HP Itanium 4 MESH Perl Client MESH Client 6.x MESH Client 6.x MESH Client 6.x Linux MESH Perl Client MESH Client 6.x MESH Client 6.x MESH Client 6.x IBM AIX MESH Perl Client MESH Client 6.x Not supported Not supported Copyright 2016 Health and Social Care Information Centre. Page 17 of 19

18 Operating System/Java Version Non-Java Java 6 1 Java 7 2 Java 8 3 IBM AIX 6/AIX 7.0/AIX 7.1/AIX 8 5 MESH Perl Client Not supported MESH Client 6.x MESH Client 6.x Solaris 8/9/10 32 and 64 bit MESH Perl Client MESH Client 6.x MESH Client 6.x MESH Client 6.x 1 Oracle Java Certified System Configurations for Java 6: 2 Oracle Java Certified System Configurations for Java 7: 3 Oracle Java Certified System Configurations for Java 8: 4 HP-UX Java support information IBM AIX Java support information - Copyright 2016 Health and Social Care Information Centre. Page 18 of 19

19 Copyright 2016 Health and Social Care Information Centre. Page 19 of 19

Copyright 2009 Aladdin Knowledge Systems Ltd. All rights reserved. All trade and service marks, logos and trade names(collectively, the "Marks")

Copyright 2009 Aladdin Knowledge Systems Ltd. All rights reserved. All trade and service marks, logos and trade names(collectively, the Marks) Copyright 2009 Aladdin Knowledge Systems Ltd. All rights reserved. All trade and service marks, logos and trade names(collectively, the "Marks") mentioned herein, whether registered or no, are proprietary

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.2.2 Red Hat, Inc. Mar 08, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

PaperCut Cloud Services: FAQs and Troubleshooting. Channel Availability Release: 18.3

PaperCut Cloud Services: FAQs and Troubleshooting. Channel Availability Release: 18.3 PaperCut Cloud Services: FAQs and Troubleshooting Channel Availability Release: 18.3 Notice While every effort has been taken to ensure the accuracy and usefulness of this guide, we cannot be held responsible

More information

UCP-Config Program Version: 3.28 HG A

UCP-Config Program Version: 3.28 HG A Program Description HG 76342-A UCP-Config Program Version: 3.28 HG 76342-A English, Revision 01 Dev. by: C.M. Date: 28.01.2014 Author(s): RAD Götting KG, Celler Str. 5, D-31275 Lehrte - Röddensen (Germany),

More information

Network Scanner Guide for Fiery S300 50C-KM

Network Scanner Guide for Fiery S300 50C-KM Network Scanner Guide for Fiery S300 50C-KM Read this manual before printing. Keep readily available for reference. User's Guide Introduction Thank you very much for purchasing the Fiery S300 50C-KM. This

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.1.3 Red Hat, Inc. Feb 27, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

PaperCut TouchNet upay Quick Start Guide

PaperCut TouchNet upay Quick Start Guide PaperCut TouchNet upay Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing the Payment Gateway Module

More information

Hyperion System 9 Financial Data Quality Management

Hyperion System 9 Financial Data Quality Management Hyperion System 9 Financial Data Quality Management Administrator Training Guide WebLink Version 8.3, 8.31, and Hyperion System 9 Financial Data Quality Management Version 9.2.0 Hyperion Financial Management

More information

PaperCut PaperCut Payment Gateway Module - CBORD Data Xchange Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CBORD Data Xchange Quick Start Guide PaperCut PaperCut Payment Gateway Module - CBORD Data Xchange Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting

More information

This guide provides information on installing, signing, and sending documents for signature with

This guide provides information on installing, signing, and sending documents for signature with Quick Start Guide DocuSign for Dynamics 365 CRM 5.2 Published: June 15, 2017 Overview This guide provides information on installing, signing, and sending documents for signature with DocuSign for Dynamics

More information

PaperCut PaperCut Payment Gateway Module - Heartland Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Heartland Quick Start Guide PaperCut PaperCut Payment Gateway Module - Heartland Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing

More information

PaperCut PaperCut Payment Gateway Module - Blackboard Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Blackboard Quick Start Guide PaperCut PaperCut Payment Gateway Module - Blackboard Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and

More information

FAQ and Solutions. 02 May TM and copyright Imagicle spa

FAQ and Solutions. 02 May TM and copyright Imagicle spa FAQ and Solutions 02 May 2018 TM and copyright 2010-2018 Imagicle spa Table of Contents FAQ and Solutions...1/11 SkyStone and network security settings...1/11 Upgrade procedure to support Skype 7.32...2/11

More information

PaperCut Toshiba MDS V3 Embedded Manual

PaperCut Toshiba MDS V3 Embedded Manual PaperCut Toshiba MDS V3 Embedded Manual Contents 1 Version history... 5 2 Overview... 6 2.1 Consistency... 6 2.2 Integration... 6 2.3 Rate of development... 6 2.4 Vendor Neutral... 6 2.5 Security... 7

More information

MapMarker Brazil 4 Release Notes

MapMarker Brazil 4 Release Notes MapMarker Brazil 4 Release Notes These Release Notes accompany the MapMarker Brazil 4 release. This provides information on features, operating requirements, usage notes, and known issues that may require

More information

PaperCut PaperCut Payment Gateway Module - CommWeb Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CommWeb Quick Start Guide PaperCut PaperCut Payment Gateway Module - CommWeb Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and testing

More information

Business Getting Started Guide - Windows

Business Getting Started Guide - Windows Business Getting Started Guide - Windows Revision date: 6/30/2017 Notice While every effort has been taken to ensure the accuracy and usefulness of this guide, we cannot be held responsible for the occasional

More information

PaperCut PaperCut Payment Gateway Module - Nelnet Business Solutions Commerce Manager Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Nelnet Business Solutions Commerce Manager Quick Start Guide PaperCut PaperCut Payment Gateway Module - Nelnet Business Solutions Commerce Manager Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide

More information

PaperCut PaperCut Payment Gateway Module - CBORD Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CBORD Quick Start Guide PaperCut PaperCut Payment Gateway Module - CBORD Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and testing

More information

ProLink Radio. 900 MHz SDI-12 Data Radio Scienterra Limited. Version A-0x0C-1-AC 20 October 2009

ProLink Radio. 900 MHz SDI-12 Data Radio Scienterra Limited. Version A-0x0C-1-AC 20 October 2009 ProLink Radio 900 MHz SDI-12 Data Radio Scienterra Limited Version A-0x0C-1-AC 20 October 2009 For sales inquiries please contact: ENVCO Environmental Collective 31 Sandringham Rd Kingsland, Auckland 1024

More information

TurboVUi Solo. User Guide. For Version 6 Software Document # S Please check the accompanying CD for a newer version of this document

TurboVUi Solo. User Guide. For Version 6 Software Document # S Please check the accompanying CD for a newer version of this document TurboVUi Solo For Version 6 Software Document # S2-61432-604 Please check the accompanying CD for a newer version of this document Remote Virtual User Interface For MOTOTRBO Professional Digital 2-Way

More information

PaperCut VCA Cash Acceptor Manual

PaperCut VCA Cash Acceptor Manual PaperCut VCA Cash Acceptor Manual Contents 1 Introduction... 2 2 How PaperCut interfaces with the VCA... 2 3 Setup Phase 1: Device/Hardware Setup... 3 3.1 Networking/Firewall Configuration... 3 3.2 IP

More information

DocuSign for Sugar 7 v1.0. Overview. Quick Start Guide. Published December 5, 2013

DocuSign for Sugar 7 v1.0. Overview. Quick Start Guide. Published December 5, 2013 Quick Start Guide DocuSign for Sugar 7 v1.0 Published December 5, 2013 Overview This guide provides information on installing and signing documents with DocuSign for Sugar7. The Release Notes for DocuSign

More information

IE11, Edge (current version), Chrome (current version), Firefox (current version)

IE11, Edge (current version), Chrome (current version), Firefox (current version) Quick Start Guide DocuSign for SharePoint Online v3.4 Published: October 13, 2017 Overview DocuSign for SharePoint Online allows users to sign or send documents for signature from a SharePoint Online library.

More information

Submittal Exchange Design Team User Guide

Submittal Exchange Design Team User Guide Submittal Exchange Design Team User Guide Version 17 November 2017 Contents About This Guide... 9 Access/Permissions... 11 What is Submittal Exchange for Design?... 11 How Can I Get Submittal Exchange

More information

AXIS Fence Guard. User Manual

AXIS Fence Guard. User Manual User Manual About This Document This manual is intended for administrators and users of the application AXIS Fence Guard version 1.0. Later versions of this document will be posted to Axis website, as

More information

Kodiak Corporate Administration Tool

Kodiak Corporate Administration Tool AT&T Business Mobility Kodiak Corporate Administration Tool User Guide Release 8.3 Table of Contents Introduction and Key Features 2 Getting Started 2 Navigate the Corporate Administration Tool 2 Manage

More information

Version 9.1 SmartPTT Monitoring

Version 9.1 SmartPTT Monitoring Version 9.1 SmartPTT Monitoring December 2016 Table of Contents Table of Contents 1.1 Introduction 2 1.2 Installation of the SmartPTT software 2 1.3 General SmartPTT Radioserver Configuration 6 1.4 SmartPTT

More information

Kaseya 2. User Guide. Version 7.0

Kaseya 2. User Guide. Version 7.0 Kaseya 2 vpro User Guide Version 7.0 May 30, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from time

More information

ANSYS v14.5. Manager Installation Guide CAE Associates

ANSYS v14.5. Manager Installation Guide CAE Associates ANSYS v14.5 Remote Solve Manager Installation Guide 2013 CAE Associates What is the Remote Solve Manager? The Remote Solve Manager (RSM) is a job queuing system designed specifically for use with the ANSYS

More information

TRBOnet Guard Tour Configuration and Operation Guide

TRBOnet Guard Tour Configuration and Operation Guide TRBOnet Guard Tour and Operation Guide Version 5.0 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray Beach,

More information

PaperCut MF - HP OXP Embedded Manual

PaperCut MF - HP OXP Embedded Manual PaperCut MF - HP OXP Embedded Manual Contents 1 Version history... 5 2 Overview... 6 2.1 Consistency... 6 2.2 Integration... 6 2.3 Rate of development... 6 2.4 Vendor Neutral... 6 2.5 Security... 6 3 Installation...

More information

PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing

More information

Projects Connector User Guide

Projects Connector User Guide Version 4.3 11/2/2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on

More information

METAVERSE WALLET USER MANUAL

METAVERSE WALLET USER MANUAL METAVERSE WALLET USER MANUAL V1.4 applies to version 0.7.1 of the Metaverse Wallet 2017-10-18 The Metaverse operation team CONTENTS 1. Preface... 3 1.1 Purpose... 3 1.2 Background... 3 2. Wallet Overview...

More information

EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL

EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL EOS 80D (W) Wireless Function Instruction Manual ENGLISH INSTRUCTION MANUAL Introduction What You Can Do Using the Wireless Functions This camera s wireless functions let you perform a range of tasks wirelessly,

More information

Overview of INAZUMA Certified Systems for our Business Partners

Overview of INAZUMA Certified Systems for our Business Partners Overview of INAZUMA Certified Systems for our Business Partners INAZUMA Certified Systems INAZUMA Common Infrastructure Sony INAZUMA Head Office Overview INAZUMA Certified Systems INAZUMA Certified Systems

More information

Oculus Rift Introduction Guide. Version

Oculus Rift Introduction Guide. Version Oculus Rift Introduction Guide Version 0.8.0.0 2 Introduction Oculus Rift Copyrights and Trademarks 2017 Oculus VR, LLC. All Rights Reserved. OCULUS VR, OCULUS, and RIFT are trademarks of Oculus VR, LLC.

More information

PRODUCT RELEASE ANNOUNCEMENT

PRODUCT RELEASE ANNOUNCEMENT Product Category Publish 3D Product Group CATIA V5 for 3D PDF Release Version 20.2 Document Type Product Release Announcement Status Released Revision 3.0 Author Product Manager Issued 16/01/2018 THEOREM

More information

Reviewing Your Tax Return In Your Portal

Reviewing Your Tax Return In Your Portal Reviewing Your Tax Return In Your Portal 1. Go to our website www.franklinincpa.com and click on the link at the bottom left of the screen for Client Connect. a. This link will take you to the login screen

More information

RAZER CENTRAL ONLINE MASTER GUIDE

RAZER CENTRAL ONLINE MASTER GUIDE RAZER CENTRAL ONLINE MASTER GUIDE CONTENTS 1. RAZER CENTRAL... 2 2. SIGNING IN... 3 3. RETRIEVING FORGOTTEN PASSWORDS... 4 4. CREATING A RAZER ID ACCOUNT... 7 5. USING RAZER CENTRAL... 11 6. SIGNING OUT...

More information

PaperCut MF - Fuji Xerox ApeosPort V+ Embedded Manual

PaperCut MF - Fuji Xerox ApeosPort V+ Embedded Manual PaperCut MF - Fuji Xerox ApeosPort V+ Embedded Manual Contents 1 Version history... 5 2 Overview... 6 2.1 Consistency... 6 2.2 Integration... 6 2.3 Rate of development... 6 2.4 Vendor Neutral... 6 2.5

More information

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing,

More information

AGENTLESS ARCHITECTURE

AGENTLESS ARCHITECTURE ansible.com +1 919.667.9958 WHITEPAPER THE BENEFITS OF AGENTLESS ARCHITECTURE A management tool should not impose additional demands on one s environment in fact, one should have to think about it as little

More information

Navigating our Job Board is quick and easy!

Navigating our Job Board is quick and easy! Navigating our Job Board is quick and easy! We hope these instructions will help you navigate our job board so you can apply for shops and start earning money! New to Pinnacle? If you re not yet signed

More information

GRAPHOGAME User Guide:

GRAPHOGAME User Guide: GRAPHOGAME User Guide: 1. User registration 2. Downloading the game using Internet Explorer browser or similar 3. Adding players and access rights to the games 3.1. adding a new player using the Graphogame

More information

MINIMUM SYSTEM REQUIREMENTS

MINIMUM SYSTEM REQUIREMENTS Quick Start Guide Copyright 2000-2012 Frontline Test Equipment, Inc. All rights reserved. You may not reproduce, transmit, or store on magnetic media any part of this publication in any way without prior

More information

How to import and sync your Scrivener projects from your computer via Dropbox?

How to import and sync your Scrivener projects from your computer via Dropbox? SCRIVO PRO HOW TO CREATE AND SYNC SCRIVENER PROJECTS Scrivo Pro can create, import and sync Scrivener projects on your ipad or iphone. This document explains how to create and sync your Scrivener projects

More information

Oracle Utilities SGG V2.0.0 and MDM V2.0.1 Integrations. Utility Reference Model a SGG-MDM. Upload Device Measurements (L+G)

Oracle Utilities SGG V2.0.0 and MDM V2.0.1 Integrations. Utility Reference Model a SGG-MDM. Upload Device Measurements (L+G) Oracle Utilities SGG V2.0.0 and MDM V2.0.1 Integrations Utility Reference Model 4.2.1.1a SGG-MDM. Upload Device Measurements (L+G) May 2013 Oracle Utilities SGG V2.0.0 to MDM V2.0.1 Integration Utility

More information

Milli Developer Kit Reference Application Published on Silver Spring Networks STAGE (

Milli Developer Kit Reference Application Published on Silver Spring Networks STAGE ( Milli Developer Kit Example Application PART 1 Example CoAP Server Sensor Implementation With The Milli Dev Kit Get the Milli Developer Kit Temperature Sensor Reference Application on GitHub [1] This reference

More information

Infoblox and Ansible Integration

Infoblox and Ansible Integration DEPLOYMENT GUIDE Infoblox and Ansible Integration Ansible 2.5 April 2018 2018 Infoblox Inc. All rights reserved. Ansible Deployment Guide April 2018 Page 1 of 12 Contents Overview... 3 Introduction...

More information

Contents. Prerequisites 1. Linux 1. Installation 1. What is Ansible? 1. Basic Ansible Commands 1. Ansible Core Components 2. Plays and Playbooks 8

Contents. Prerequisites 1. Linux 1. Installation 1. What is Ansible? 1. Basic Ansible Commands 1. Ansible Core Components 2. Plays and Playbooks 8 Contents Prerequisites 1 Linux 1 Installation 1 What is Ansible? 1 Basic Ansible Commands 1 Ansible Core Components 2 Plays and Playbooks 2 Inventories 2 Modules 2 Variables 3 Ansible Facts 3 Ansible config

More information

TRBOnet Enterprise/PLUS

TRBOnet Enterprise/PLUS TRBOnet Enterprise/PLUS Guard Tour User Guide Version 5.2 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray

More information

Operation Guide Internet Radio

Operation Guide Internet Radio Operation Guide Internet Radio User s Manual Copyright 2007, All Rights Reserved. No part of this manual may be reproduced in any form without the prior written permission. Preface Thank you for buying

More information

DocuSign Connector. Setup and User Guide. 127 Church Street, New Haven, CT O: (203) E:

DocuSign Connector. Setup and User Guide. 127 Church Street, New Haven, CT O: (203) E: DocuSign Connector Setup and User Guide 127 Church Street, New Haven, CT 06510 O: (203) 789-0889 E: education@square-9.com Square 9 Softworks Inc. 127 Church Street New Haven, CT 06510 www.square-9.com

More information

COPYRIGHTED MATERIAL. Learning to Program. Part. In This Part

COPYRIGHTED MATERIAL. Learning to Program. Part. In This Part Part In This Part I Learning to Program Chapter 1: Programming for World of Warcraft Chapter 2: Exploring Lua Basics Chapter 3: Basic Functions and Control Structures Chapter 4: Working with Tables Chapter

More information

INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3 ST-965 PROGRAMMING SOFTWARE...6

INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3 ST-965 PROGRAMMING SOFTWARE...6 ST-965 VX/D SMARTRUNK II & SMARTRUNK XPRESS Logic board Programming Software 2.9e User s Guide Revision R2.9 10/10/2008 INDEX INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3

More information

User Manual REV 1.0 Thank you for choosing this Mitsubishi Electric product More information is available at http://www.mitsubishiphotosuite.com/ 2 1 INSTALLING THE PRODUCT.... 4 1.1 SYSTEM REQUIREMENTS...

More information

AUIG2 User s Manual (ALOS/ALOS-2 Consolidated Edition)

AUIG2 User s Manual (ALOS/ALOS-2 Consolidated Edition) AUIG2 User s Manual (ALOS/ALOS-2 Consolidated Edition) Ver. No. First edition AUIG2 User s Manual (ALOS/ALOS-2 Consolidated Edition) Revision History Revision Date Revised Pages Revision Details A 2014/11/19

More information

Administration Guide. BBM Enterprise on BlackBerry UEM

Administration Guide. BBM Enterprise on BlackBerry UEM Administration Guide BBM Enterprise on BlackBerry UEM Published: 2018-08-17 SWD-20180817150112896 Contents Managing BBM Enterprise in BlackBerry UEM... 5 User and device management...5 Activating users...

More information

TIBCO FTL Part of the TIBCO Messaging Suite. Quick Start Guide

TIBCO FTL Part of the TIBCO Messaging Suite. Quick Start Guide TIBCO FTL 6.0.0 Part of the TIBCO Messaging Suite Quick Start Guide The TIBCO Messaging Suite TIBCO FTL is part of the TIBCO Messaging Suite. It includes not only TIBCO FTL, but also TIBCO eftl (providing

More information

Moving from SmartKey to Sentinel HASP. Migration Guide

Moving from SmartKey to Sentinel HASP. Migration Guide Moving from SmartKey to Sentinel HASP Migration Guide Migration Guide: Moving from SmartKey to Sentinel HASP 2 Copyrights and Trademarks Copyright 2010 SafeNet, Inc. All rights reserved. Cross-Locking,

More information

Module: C.O.P.S. Implementation & Operational Guide

Module: C.O.P.S. Implementation & Operational Guide Module: C.O.P.S. Implementation & Operational Guide TABLE OF CONTENTS Chapter 1: C.O.P.S. Module... 3 C.O.P.S. Configuration Overview... 4 Deployment Type... 4 Special Data Handling... 4 Decision Deadlines...

More information

Field Device Manager Express

Field Device Manager Express Honeywell Process Solutions Field Device Manager Express Software Installation User's Guide EP-FDM-02430X R430 June 2012 Release 430 Honeywell Notices and Trademarks Copyright 2010 by Honeywell International

More information

Effective Training Inc. Aug 2009

Effective Training Inc. Aug 2009 User Manual 1 Trademark Acknowledgements The GD&T Trainer Professional Edition is a trademark of Effective Training Inc. This product is authored using Toolbook Instructor from SumTotal Systems and Flash

More information

Submittals Quick Reference Guide

Submittals Quick Reference Guide This topic provides a reference for the Project Center Submittals activity center. Purpose The Submittals activity center in Newforma Contract Management enables you to effectively log submittals and track

More information

Specification history

Specification history Specification history Version Date Author Change comment 0.1 04.10.2016 Kristel-Maria Kadajane, Liina Land, Liis Ojokas 0.2 10.10.2016 Kristel-Maria Kadajane, Liina Land, Liis Ojokas 0.3 18.10.2016 Kristel-Maria

More information

INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA1

INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA1 INSTRUCTION MANUAL IP REMOTE CONTROL SOFTWARE RS-BA FOREWORD Thank you for purchasing the RS-BA. The RS-BA is designed to remotely control an Icom radio through a network. This instruction manual contains

More information

Proprietary and restricted rights notice

Proprietary and restricted rights notice Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle Management Software Inc. 2012 Siemens Product Lifecycle Management Software

More information

Contents. Overview Introduction...3 Capabilities...3 Operating Instructions Installation...4 Settings... 5

Contents. Overview Introduction...3 Capabilities...3 Operating Instructions Installation...4 Settings... 5 User s Manual Contents Overview................................................................. 3 Introduction..............................................................3 Capabilities...............................................................3

More information

Hytera. PD41X Patrol Management System. Installation and Configuration Guide

Hytera. PD41X Patrol Management System. Installation and Configuration Guide Hytera PD41X Patrol Management System Installation and Configuration Guide Documentation Version: 01 Release Date: 03-2015 Copyright Information Hytera is the trademark or registered trademark of Hytera

More information

Study Guide. Expertise in Ansible Automation

Study Guide. Expertise in Ansible Automation Study Guide Expertise in Ansible Automation Contents Prerequisites 1 Linux 1 Installation 1 What is Ansible? 1 Basic Ansible Commands 1 Ansible Core Components 2 Plays and Playbooks 2 Inventories 2 Modules

More information

Version 9.2. SmartPTT PLUS. Capacity Max Configuration Guide

Version 9.2. SmartPTT PLUS. Capacity Max Configuration Guide Version 9.2 Configuration Guide Januar 2018 Contents Contents 1 3 1.1 Configuring 5 1.2 Configuring Trunk Controller 9 1.3 Configuring MNIS Data Gateway 15 1.4 Configuring MNIS VRC Gateway 22 1.5 Configuring

More information

LincView OPC USER GUIDE. Enhanced Diagnostics Utility INDUSTRIAL DATA COMMUNICATIONS

LincView OPC USER GUIDE. Enhanced Diagnostics Utility INDUSTRIAL DATA COMMUNICATIONS USER GUIDE INDUSTRIAL DATA COMMUNICATIONS LincView OPC Enhanced Diagnostics Utility It is essential that all instructions contained in the User Guide are followed precisely to ensure proper operation of

More information

Ansible Tower on the AWS Cloud

Ansible Tower on the AWS Cloud Ansible Tower on the AWS Cloud Quick Start Reference Deployment Tony Vattathil Solutions Architect, AWS Quick Start Reference Team April 2016 Last update: May 2017 (revisions) This guide is also available

More information

Outernet L-band for Linux Documentation

Outernet L-band for Linux Documentation Outernet L-band for Linux Documentation Release 1.0a7 Outernet Inc February 04, 2017 Contents 1 Licenses 3 2 Guide contents 5 2.1 Requirements...............................................

More information

i1800 Series Scanners

i1800 Series Scanners i1800 Series Scanners Scanning Setup Guide A-61580 Contents 1 Introduction................................................ 1-1 About this manual........................................... 1-1 Image outputs...............................................

More information

EDACS SYSTEM MANAGER. User s Guide. Mobile Communications. User s Guide For Version 3.XX (Group 3) LBI-38984

EDACS SYSTEM MANAGER. User s Guide. Mobile Communications. User s Guide For Version 3.XX (Group 3) LBI-38984 Mobile Communications EDACS SYSTEM MANAGER (Enhanced Digital Access Communications System) User s Guide For Version 3.XX (Group 3) User s Guide TABLE OF CONTENTS Page Section/Paragraph INTRODUCTION..................................................

More information

RAZER GOLIATHUS CHROMA

RAZER GOLIATHUS CHROMA RAZER GOLIATHUS CHROMA MASTER GUIDE The Razer Goliathus Chroma soft gaming mouse mat is now Powered by Razer Chroma. Featuring multi-color lighting with inter-device color synchronization, the bestselling

More information

Version 9.1. Installation & Configuration Guide

Version 9.1. Installation & Configuration Guide Version 9.1 SmartPTT PLUS November 2016 Table of Contents Table of Contents Introduction 2 Installation of the SmartPTT software 2 General SmartPTT Radioserver Configuration 6 SmartPTT Dispatcher Configuration

More information

Using the S5U13781R01C100 Shield Graphics Library with Atmel Studio

Using the S5U13781R01C100 Shield Graphics Library with Atmel Studio Using the S5U13781R01C100 Shield Graphics Library with Atmel Studio Document Number: X94A-B-002-01 Status: Revision 1.0 Issue Date: 2015/07/30 SEIKO EPSON CORPORATION Rev. 1.0 Page 2 NOTICE No part of

More information

VR-Plugin. for Autodesk Maya.

VR-Plugin. for Autodesk Maya. VR-Plugin for Autodesk Maya 1 1 1. Licensing process Licensing... 3 2 2. Quick start Quick start... 4 3 3. Rendering Rendering... 10 4 4. Optimize performance Optimize performance... 11 5 5. Troubleshooting

More information

inphoto ID Canon camera control software Automatic ID photography User Guide

inphoto ID Canon camera control software Automatic ID photography User Guide inphoto ID Canon camera control software Automatic ID photography User Guide 2008 Akond company 197342, Russia, St.-Petersburg, Serdobolskaya, 65A Phone/fax: +7(812)600-6918 Cell: +7(921)757-8319 e-mail:

More information

USER MANUAL. ScanFlex AUTOMATED SCANNING DEVICE SCANFLEX Rev 5.0

USER MANUAL. ScanFlex AUTOMATED SCANNING DEVICE SCANFLEX Rev 5.0 USER MANUAL ScanFlex AUTOMATED SCANNING DEVICE 05-12-17 SCANFLEX 3.1.4 Rev 5.0 Culturing Cells in a Mechanically Active Environment Flexcell International Corporation 2730 Tucker Street, Suite 200 Burlington,

More information

WEB I/O. Wireless On/Off Control USER MANUAL

WEB I/O. Wireless On/Off Control USER MANUAL Wireless On/Off Control Technical Support: Email: support@encomwireless.com Toll Free: 1 800 617 3487 Worldwide: (403) 230 1122 Fax: (403) 276 9575 Web: www.encomwireless.com Warnings and Precautions Warnings

More information

Celtx Studios Owner's Manual January 2011

Celtx Studios Owner's Manual January 2011 January 2011 Get the most out of Celtx Studios with the latest version of Celtx - available free at http://celtx.com Screen captures are made using Windows OS. Some image dialogs differ slightly on Mac

More information

Security Portal Web Address: EDRS Informational Website:

Security Portal Web Address:   EDRS Informational Website: Version 2 January 2016 Security Portal Web Address: https://dph.state.al.us/adphsec/login.aspx EDRS Informational Website: Adph.org/edrs Click on Login to AL-EDRS. You will be taken to the Security Portal

More information

MIDLAND PROGRAMING G14

MIDLAND PROGRAMING G14 MIDLAND PROGRAMING G14 1. PROGRAMMING CAPABILITY Welcome to the MIDLAND Programming software! It s a programming software specifically designed for G14 and must be used in conjunction with the dedicated

More information

print, copy, scan and fax

print, copy, scan and fax Overview Complete control over print, copy, scan and fax PaperCut MF is a simple, low cost software application that lets you take control and manage your printing, copier and MFD use. PaperCut MF is a

More information

FMJD Draughts Arbiter Pro page 1

FMJD Draughts Arbiter Pro page 1 FMJD Draughts Arbiter Pro page 1 Part A starting the use of the program 1. How do you get a licence and download and install the program: a. Get a licence Click on the Draughts Arbiter logo on the FMJD

More information

Agilent N7509A Waveform Generation Toolbox Application Program

Agilent N7509A Waveform Generation Toolbox Application Program Agilent N7509A Waveform Generation Toolbox Application Program User s Guide Second edition, April 2005 Agilent Technologies Notices Agilent Technologies, Inc. 2005 No part of this manual may be reproduced

More information

CONTENTS NCOMPAS MEDIA 1 USER MANUAL

CONTENTS NCOMPAS MEDIA 1 USER MANUAL 2015 CONTENTS INSTALLATION & ADMINISTRATION... 4 INTRODUCTION... 4 INSTALLATION INSTRUCTIONS... 4 MANAGE THE DATABASE PATH... 5 LOGGING IN... 6 CREATING AND EDITING USERS... 6 MANAGING THE MEDIA PATH...

More information

Blue Bamboo P25 Device Manager Guide

Blue Bamboo P25 Device Manager Guide Blue Bamboo P25 Device Manager Guide Version of Device Manager: 1.1.28 Document version: 2.3 Document date: 2011-09-20 Products: P25 / P25-M / P25i / P25i-M BLUE BAMBOO Headquarters Blue Bamboo Transaction

More information

DocuSign Signature Appliance SharePoint Connector Guide Version 8.2

DocuSign Signature Appliance SharePoint Connector Guide Version 8.2 DocuSign Signature Appliance SharePoint Connector Guide Version 8.2 DocuSign Signature Appliance SharePoint Connector Guide 1 Copyright 2003-2017 DocuSign, Inc. All rights reserved. For information about

More information

Issue No: MG025 Date: 05 June McMurdo SmartFind R5 GMDSS Radio IMO MSC. 1/Circ Update procedure

Issue No: MG025 Date: 05 June McMurdo SmartFind R5 GMDSS Radio IMO MSC. 1/Circ Update procedure Installation SERVICE BULLETIN Issue No: MG025 Date: 05 June 2017 McMurdo SmartFind R5 GMDSS Radio IMO MSC. 1/Circ. 1460 Update procedure Product Affected: McMurdo R5 GMDSS VHF Handheld Radio Reason: Compliance

More information

MYSA Direct Member Club Registration Setup Manual. Contents

MYSA Direct Member Club Registration Setup Manual. Contents MYSA Direct Member Club Registration Setup Manual Contents Introduction... 1 Log into your Account... 2 Creating Teams... 3 Creating Players... 6 Placing Players on a Team... 10 Creating a Coach or Team

More information

User Manual for use of new IML executable based on VS2010

User Manual for use of new IML executable based on VS2010 User Manual for use of new IML executable based on VS2010 IML facilitates Trading members to trade on BSE platform based on their customised Trading application. IML acts as a gateway between the Third

More information

CitiTag Multiplayer Infrastructure

CitiTag Multiplayer Infrastructure CitiTag Multiplayer Infrastructure Kevin Quick and Yanna Vogiazou KMI-TR-138 http://kmi.open.ac.uk/publications/papers/kmi-tr-138.pdf March, 2004 Introduction The current technical report describes the

More information

C.O.P.S. Implementation and Operational Guide

C.O.P.S. Implementation and Operational Guide C.O.P.S Implementation and Operational Guide TABLE OF CONTENTS Chapter 1: COPS Module... 3 C.O.P.S. Configuration Overview... 4 Deployment Type... 4 Special Data Handling... 4 Decision Deadlines... 5 Enhanced

More information

GUIDE TO GAME LOBBY FOR STRAT-O-MATIC COMPUTER BASEBALL By Jack Mitchell

GUIDE TO GAME LOBBY FOR STRAT-O-MATIC COMPUTER BASEBALL By Jack Mitchell GUIDE TO GAME LOBBY FOR STRAT-O-MATIC COMPUTER BASEBALL By Jack Mitchell Game Lobby (also referred to as NetPlay) is a valuable feature of Strat-O-Matic Computer Baseball that serves three purposes: 1.

More information