Advanced Driver Configuration. Reference Guide

Size: px
Start display at page:

Download "Advanced Driver Configuration. Reference Guide"

Transcription

1 Advanced Driver Configuration Reference Guide

2

3 ...real-time image transfer and control at full GigE rates

4 Ver 1.1 These products are not intended for use in life support appliances, devices, or systems where malfunction of these products can reasonably be expected to result in personal injury. Pleora Technologies Inc. (Pleora) customers using or selling these products for use in such applications do so at their own risk and agree to indemnify Pleora for any damages resulting from such improper use or sale. All information provided in this manual is believed to be accurate and reliable. No responsibility is assumed by Pleora for its use. Pleora reserves the right to make changes to this information without notice. Redistribution of this manual in whole or in part, by any means, is prohibited without obtaining prior permission from Pleora. 1/22/08

5 Contents Introduction...7 Fine-tuning your driver with configuration settings... 9 Accessing the configuration settings... 9 Configuring your Intel PRO/1000 driver... 9 Configuring the iport High-Performance IP Device Driver Manually installing your drivers Manually finding available drivers Manually uninstalling drivers Manually installing drivers Technical support... 17

6

7 7 Introduction This reference guide describes how to configure advanced driver settings for your ebus, iport, and Intel drivers. For an overview of the entire setup procedure, including a simplified driver installation procedure, see the ebus Quick Start Guide.

8 8 Introduction

9 Fine-tuning your driver with configuration settings 9 Some drivers have configuration settings that let you modify the behavior of your driver. In this section: Accessing the configuration settings... 9 Configuring your Intel PRO/1000 driver... 9 Configuring the iport High-Performance IP Device Driver Accessing the configuration settings Some drivers include a DLL that adds one or more tabs to the Windows Properties dialog. To access the configuration settings using Windows XP: 1. From the Windows Start menu, select Start > Control Panel. The Control Panel folder appears. 2. Open the System shortcut. The System Properties dialog appears. 3. Select the Hardware tab. 4. In the Device Manager pane, click Device Manager. The Device Manager dialog appears. 5. Right-click your adapter and select Properties. (Your adapter may be listed under PRO/1000 Grabber Devices or Network adapters.) The Intel PRO/1000 Adapter Properties dialog appears. Your driver may include a Settings tab and/or an Advanced tab. Configuring your Intel PRO/1000 driver Intel PRO/1000 network drivers can be configured, but the parameters differ by model. To see the parameter descriptions for your particular model of network adapter, go to Intel s website at

10 10 Fine-tuning your driver with configuration settings Configuring the iport High-Performance IP Device Driver You can configure a variety of settings for your iport High-Performance IP Device Driver using the Settings tab and Advanced tab. The dialog for changing the settings includes the maximum, minimum, and default values, as well as the units of each parameter. NOTE! Some of the parameters can dramatically change the behavior of your iport High- Performance IP Device Driver. The default values typically work well for most systems. iport High-Performance IP Device Driver parameters AnswerFifoSize The size of an internal answer buffer. (Bytes) AnswerReplyDelay The wait time between sending a command and trying to retrieve a reply. (Milliseconds) AnswerTimeout The time to wait for a command reply. (Milliseconds) ARPRetryDelay The time between two ARP requests. (Milliseconds) ARPRetryMax The maximum number of ARP requests. (Numeric) DetectQueueSize The maximum number of detection requests that the iport High-Performance IP Device Driver can buffer. (Numeric) DeviceSharing When enabled (value of 1), the IP Engine can be shared by more than one application. (Boolean) Dma64KProtect When enabled (value of 1), the iport High-Performance IP Device Driver stores buffers larger than 4K in contiguous memory pages of 4K each. This parameter is useful for motherboards with chipsets that have trouble with direct memory access (DMA) to the second 4K page. Enabling this mode may correct problems with corrupted images or Windows crashes. (Boolean)

11 11 ForceSpeed The link speed between the network adapter and IP Engine. The possible values are: 0 Auto-detect 1 10 Mb/s Mb/s 3 1,000 Mb/s IntThreshold The level of fullness of the buffer that causes the network adapter to send an interrupt to the PC. 0 1 Interrupt when buffer hits 50%. Best for legacy PCs or embedded computers with limited resources. Interrupt when buffer hits 75%. 2 Interrupt when buffer hits 87.5%. Best for medium and high-end PCs. MaxConnection The maximum number of simultaneous connections to IP engines. (Numeric) PollingDelay The time to wait between polling. When the host PC is monitoring for a change, it polls the IP Engine. However, most of the time, the IP Engine sends changes in the form of an interrupt packet. See IntOnSmallPackets. (Milliseconds) RxBufferQty The number of reception buffers. (Numeric) RxBufferSize The size of a reception buffer. For example, if a packet is 3000 bytes long and RxBufferSize is smaller, the packet will be discarded. (Bytes) TxBufferSize The size of a transmission buffer. See RxBufferSize. (Bytes) UDPRxFifoSize The size of the internal buffer for receiving packets when using the iport SDK CySocketUDP class. (Bytes) UDPRxTimeout The maximum time that the iport High-Performance IP Device Driver waits for a packet when using the iport SDK CySocketUDP class. (Milliseconds) IntelFifoMode An iport Hydra-specific parameter that specifies how the PRO/1000 s internal FIFO is configured. Available values include: 0 Most of the FIFO is assigned to the incoming data. 1 The FIFO is configured equally for both outgoing and incoming data.

12 12 Fine-tuning your driver with configuration settings 2 Most of the FIFO is assigned to the outgoing data. IntOnSmallPackets When enabled (value of 1), the network adapter generates an interrupt if it receives a packet of a size equal to or smaller than the SmallPacketSize parameter. Enabling this parameter is useful for optimizing serial data communications. When disabled (value of 0), the iport High-Performance IP Device Driver waits until a timeout occurs before handling the packet (reducing CPU usage but slowing serial communications). (Boolean) NOTE! Intel PRO/1000 network adapters with the chipset don t support small packet interrupts. SmallPacketsSize The maximum size of a small packet (used in conjunction with the IntOnSmallPackets parameter). Packets that are smaller than this setting cause the network adapter to generate an interrupt to ensure that small packets don t sit indefinitely in the queue. Small packets typically contain command acknowledgements and interrupt requests from the IP Engine. (Bytes)

13 Manually installing your drivers 13 In some cases, you may want to manually install your drivers. Generally, using the ebus Driver Installation Tool is faster, easier, and more reliable. To automatically install your drivers using the ebus Driver Installation Tool, see the ebus Quick Start Guide. The procedure described below is for a Windows XP and is as generic as possible. However, Windows has many variants and the exact procedure for accomplishing various system-level tasks can vary dramatically. In some cases, subtle Windows settings may prevent installation or cause Windows to proceed automatically. If you encounter difficulty, consult your IT department. Some drivers work in conjunction with the regular NIC driver; some don t. If you require both drivers, you must install them sequentially. To learn which drivers use a regular NIC driver, see the ebus Quick Start Guide. Before uninstalling any drivers, you should find and choose the driver(s) you wish to install. In this section: Manually finding available drivers Manually uninstalling drivers Manually installing drivers Manually finding available drivers Pleora s drivers have an inf extension and are located in the subdirectories within the Pleora Technologies Inc directory. The following procedure finds and lists all the drivers. For details about these files, see the iport Run-Time Library Distribution Reference Guide. To manually find available drivers: 1. Using an instance of Windows Explorer (not Internet Explorer) open the default Pleora directory. Typically, the directory is located at C:\Program Files\Pleora Technologies Inc. 2. Right-click the directory and select Search. The Search Results dialog appears.

14 14 Manually installing your drivers 3. In left-hand pane, type *.inf in the All of part of the file name box, and click Search. The list of available drivers appears in the right hand pane. Manually uninstalling drivers If your network adapter has any drivers attached to it, you must uninstall them. The Windows Device Manager may display multiple entries for the same adapter; discerning multiple adapters can be confusing. To manually uninstall your drivers: 1. From the Windows Start menu, select Start > Control Panel > System icon > Hardware tab. In the Device Manager pane, click Device Manager. The Device Manager dialog appears. 2. Right-click your network adapter and select Uninstall. Your network adapters may be listed under Network adapters or PRO/1000 Grabber Devices. 3. If warnings appear, allow the uninstall to proceed (i.e. click OK). Your driver is now uninstalled. Manually installing drivers To manually install your drivers: 1. Open the Device Manager dialog (see Manually uninstalling drivers on page 14.)

15 15 2. Right-click any icon and select Scan for hardware changes. The Found New Hardware Wizard appears. 3. Select Install from a list or specific location (Advanced) and click Next. 4. Select Don t search. I will choose the driver to install. and click Next. 5. Click Have Disk. The Install From Disk dialog appears. 6. Click Browse. The Locate File dialog appears. 7. Select your file from among the drivers you found in Manually finding available drivers on page 13, and click Open. 8. Proceed with the installation, accepting warnings as required. Your driver is now installed.

16 16 Manually installing your drivers

17 17 Technical support For additional help, see the Technical support section in the ebus Quick Start Guide.

18 18 Technical support

...high-performance imaging data and video over Ethernet

...high-performance imaging data and video over Ethernet Quick Start Guide ...high-performance imaging data and video over Ethernet Ver 2.4 Item number: 222A000000002 Product code: PT1000DOC-QSG The products are not intended for use in life support appliances,

More information

Multicasting Overview

Multicasting Overview Multicasting Overview Application Note Pleora products can be used in both unicast and multicast modes. In unicast mode, images are transmitted from a GigE Vision transmitter to a single GigE Vision receiver.

More information

RELEASE NOTES Vision SDK Release Vision SDK 4.0.3

RELEASE NOTES Vision SDK Release Vision SDK 4.0.3 Vision SDK 4.0.3 Release Notes June 2011 1 2011. Pleora Technologies Inc. All rights reserved. Information in this document is subject to change without notice. Vision, ebus, PureGEV, iport, vdisplay,

More information

ebus SDK 4.0 Release Notes Introduction What s New in Release 4.0?

ebus SDK 4.0 Release Notes Introduction What s New in Release 4.0? ebus SDK 4.0 Release Notes Introduction ebus SDK release 4.0.8 is the latest software development kit (SDK) from Pleora Technologies. These release notes pertain to the General Availability (GA) release

More information

Digiview 4 Gig-E Installation. COPYRIGHT EDAX INC 2013 ALL RIGHTS RESERVED EDAX INC 91 McKEE DRIVE MAHWAH, NJ USA

Digiview 4 Gig-E Installation. COPYRIGHT EDAX INC 2013 ALL RIGHTS RESERVED EDAX INC 91 McKEE DRIVE MAHWAH, NJ USA Digiview 4 Gig-E Installation COPYRIGHT EDAX INC 2013 ALL RIGHTS RESERVED EDAX INC 91 McKEE DRIVE MAHWAH, NJ 07430 USA 9499.089.10360/G4 Revision 4.0 August 1, 2013 Digiview 4 Gig-E Installation System

More information

CSB4-U USB driver installation

CSB4-U USB driver installation 12/05/2009 CSB4-U USB driver installation Headquarters, Europa SpringCard 13 voie la Cardon Parc Gutenberg 91120 Palaiseau FRANCE Phone : +33 (0) 164 53 20 10 Fax : +33 (0) 164 53 20 18 Americas SpringCard

More information

JAI SDK Software Development Kit and Control Tool

JAI SDK Software Development Kit and Control Tool JAI SDK Software Development Kit and Control Tool Document Version: A Document P/N: 10671 JAI SDK - Getting Started Guide Table of Contents Table of Contents... iii 1 General... 5 2 Downloading the software...

More information

USB driver and Software Installation. UPS Monitoring and Management Software

USB driver and Software Installation. UPS Monitoring and Management Software USB driver and Software Installation UPS Monitoring and Management Software LEN.MAN.SOF.143 Rev.1.00/2008 Installing USB driver and Easy-Mon X for LEONICS UPS 1. Installing and uninstalling the USB driver

More information

iport PT1000-LV Hardware Guide Rev

iport PT1000-LV Hardware Guide Rev iport PT1000-LV Hardware Guide These products are not intended for use in life support appliances, devices, or systems where malfunction of these products can reasonably be expected to result in personal

More information

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide Rev. 02 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any means

More information

Coyote. Software Guide

Coyote. Software Guide Coyote Software Guide Simply connect Version 2.4 These products are not intended for use in life support appliances, devices, or systems where malfunction of these products can reasonably be expected

More information

User's Guide VL4119 ASI/IP VIDEO. June 12, 2007 Version 1.0.9

User's Guide VL4119 ASI/IP VIDEO. June 12, 2007 Version 1.0.9 User's Guide VL4119 ASI/IP VIDEO June 12, 2007 Version 1.0.9 These products are not intended for use in life support appliances, devices, or systems where malfunction of these products can reasonably be

More information

Zen Internet. Online Data Backup. Zen Vault Express for Mac. Issue:

Zen Internet. Online Data Backup. Zen Vault Express for Mac. Issue: Zen Internet Online Data Backup Zen Vault Express for Mac Issue: 2.0.08 Tel: 01706 90200 Fax: 01706 902005 E-mail: info@zen.co.uk Web: www.zen.co.uk Zen Internet 2015 Contents 1 Introduction... 3 1.1 System

More information

GigE Vision Update Procedure Digital Monochrome/Color RM/TM/RMC/TMC GE Camera

GigE Vision Update Procedure Digital Monochrome/Color RM/TM/RMC/TMC GE Camera GigE Vision Update Procedure Digital Monochrome/Color RM/TM/RMC/TMC GE Camera Document Version: A Document P/N: 10701 Disclaimer The material contained in this manual consists of information that is proprietary

More information

Raptor University. Installing Raptor v Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Installing Raptor v Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Installing Raptor v6.1.5 Instructor: RAPTOR TECHNOLOGIES, LLC This presentation includes the following information: System Prerequisites Access Raptor Support Center Install All Components

More information

REFLEX iogas Desktop Client Installation Guide. Version 5.2

REFLEX iogas Desktop Client Installation Guide. Version 5.2 REFLEX iogas Desktop Client Installation Guide Version 5.2 Contents Technical Specifications... 3 Installation Guide for PC Users... 5 Single-Seat Licensing on PC... 10 PC Licence Trouble Shooting... 12

More information

Installing ProjectSpec from the ProjectMatrix DVD

Installing ProjectSpec from the ProjectMatrix DVD Installing ProjectSpec from the ProjectMatrix DVD System Requirements Operating System: Windows 2000, XP (Home or Pro) or Vista (32-bit version) Software: AutoCAD 2004 through 2009 (ProjectMatrix's policy

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date September 30, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.0 Installation Guide Release Date September 30, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2009 Adeptia, Inc. All rights reserved.

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

queue (for V1 Driver) (for Windows XP) Visual Presenter Image Software User Manual

queue (for V1 Driver) (for Windows XP) Visual Presenter Image Software User Manual queue (V4.X) (for V1 Driver) (for Windows XP) Visual Presenter Image Software User Manual Date: 2009/08/11 i Contents 1. Introduction... 1 2. System requirement...1 3. Automatic installation of queue...

More information

A Guide to Installing OLI Software

A Guide to Installing OLI Software A Guide to Installing OLI Software OLI Systems delivers a comprehensive suite of tools designed to help you analyze complex aqueous and multi-solvent electrolyte solution chemistry, thermo-physical properties,

More information

10ZiG Technology. Thin Desktop Quick Start Guide

10ZiG Technology. Thin Desktop Quick Start Guide 10ZiG Technology Thin Desktop Quick Start Guide 2010 05 20 Introduction This document is intended as a quick start guide for installing Thin Desktop. After reading this document, you will know how to:

More information

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator.

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. SK Help Network Help Sheets - Workstation Installation This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. Due to

More information

CTIMUX for Panasonic TSP

CTIMUX for Panasonic TSP CTIMUX for Panasonic TSP Installation Manual Version 1.0 3300 N. Main Street, Suite D, Anderson, SC 29621-4128 +1 (864) 642-6103 www.poltys.com 2013 All rights reserved. The information contained in this

More information

Installing FileMaker Pro 11 in Windows

Installing FileMaker Pro 11 in Windows Installing FileMaker Pro 11 in Windows Before you begin the installation process, please exit other open programs and save your work. Installation notes Before you install FileMaker Pro, review the following

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

Table of Contents. Installation Preface... 1 Prerequisites... 1 Installation Procedure... 1

Table of Contents. Installation Preface... 1 Prerequisites... 1 Installation Procedure... 1 Copyright Notice All information contained in this document is the property of ETL Solutions Limited. The information contained in this document is subject to change without notice and does not constitute

More information

Raptor University. Installing Raptor v Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Installing Raptor v Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Installing Raptor v6.1.6 Instructor: RAPTOR TECHNOLOGIES, LLC This presentation includes the following information: System Prerequisites Access Raptor Support Center Install All Components

More information

AWLaunch. Software Manual. Version 1.2 Last Revised April 27, 2009

AWLaunch. Software Manual. Version 1.2 Last Revised April 27, 2009 AWLaunch Software Manual Version 1.2 Last Revised April 27, 2009 All contents in this manual are copyrighted by ArWest Communications. All rights reserved.the information contained herein may not be used,

More information

Software Installation Requirements

Software Installation Requirements Application Installation Guide PrintIQ TM Software Installation Requirements Please use the following guide to ensure that you are meeting all requirements prior to installing the PrintIQ TM Data Collector

More information

Agilent Genomic Workbench 7.0

Agilent Genomic Workbench 7.0 Agilent Genomic Workbench 7.0 Installation Guide Installing Agilent Genomic Workbench 7.0 in Windows 2 Installing Agilent Genomic Workbench 7.0 on a Mac 11 Backing up Your Data 16 Uninstalling the Program

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

Comodo LoginPro Software Version 1.0

Comodo LoginPro Software Version 1.0 Comodo LoginPro Software Version 1.0 User Guide Guide Version 1.0.102512 Comodo Security Solutions 1255 Broad Street STE 100 Clifton, NJ 07013 Table of Contents 1.Introduction to Comodo LoginPro... 3 1.1.System

More information

User s Guide. Controller. Be sure to keep all user documentation handy for future reference.

User s Guide. Controller. Be sure to keep all user documentation handy for future reference. E User s Guide Controller Be sure to keep all user documentation handy for future reference. Read this first! The contents of this User s Guide are subject to change without notice. Copying of this manual,

More information

Table of Contents. Chapter Pages (6 16) Setting and Configuration

Table of Contents. Chapter Pages (6 16) Setting and Configuration Table of Contents Chapter-1 --------------------------------------------------------------------------------- Page (2) Getting Started to Express Migrator for SharePoint (SharePoint): What is PCVITA Express

More information

Freshservice Discovery Probe User Guide

Freshservice Discovery Probe User Guide Freshservice Discovery Probe User Guide 1. What is Freshservice Discovery Probe? 1.1 What details does Probe fetch? 1.2 How does Probe fetch the information? 2. What are the minimum system requirements

More information

Server Edition. V8 Peregrine User Manual. for Microsoft Windows

Server Edition. V8 Peregrine User Manual. for Microsoft Windows Server Edition V8 Peregrine User Manual for Microsoft Windows Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft

More information

HOW TO: Establishing a VPN Connection For use with File Sharing on Windows 98, 2000, and Windows XP

HOW TO: Establishing a VPN Connection For use with File Sharing on Windows 98, 2000, and Windows XP HOW TO: Establishing a VPN Connection For use with File Sharing on Windows 98, 2000, and Windows XP 1. Go to the Start Menu, choose Programs, Accessories, Communications, and open the Network Connections

More information

Scanning and Indexing Documents Into OnBase via Disconnected Scanning

Scanning and Indexing Documents Into OnBase via Disconnected Scanning Documents Into OnBase via Disconnected Scanning There are 3 steps to complete to get PAPER documents into OnBase: 1. SCAN the document(s) 2. INDEX the document(s) 3. UPLOAD the document(s) Step 1 - Scanning

More information

DISK DEFRAG Professional

DISK DEFRAG Professional auslogics DISK DEFRAG Professional Help Manual www.auslogics.com / Contents Introduction... 5 Installing the Program... 7 System Requirements... 7 Installation... 7 Registering the Program... 9 Uninstalling

More information

nrf Connect Bluetooth low energy

nrf Connect Bluetooth low energy nrf Connect Bluetooth low energy User Guide v2.2 4399_003 v2.2 / 2018-06-21 Contents Revision history.................................. iii 1 nrf Connect Bluetooth low energy...................... 4 2

More information

EtherNet/IP Monitor Tool Operation Manual

EtherNet/IP Monitor Tool Operation Manual EtherNet/IP Monitor Tool Operation Manual Introduction This manual documents the operating procedures of the EtherNet/IP Monitor Tool. It does not contain other information, such as precautions. In actual

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

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

More information

Isograph Software Products

Isograph Software Products Isograph Software Products Installation and Licensing Guide Isograph Copyright 2018 Isograph Limited. All rights reserved. This document and the associated software contains proprietary information which

More information

Software Installation: AASPI Windows Installation

Software Installation: AASPI Windows Installation AASPI Windows Installation This guide shows a step-by-step installation, running, and uninstallation of AASPI software on Windows machine. Compatibility Currently we support 64-bit Windows XP, 7, 8, 8.1,

More information

Installing AppleWorks 6 FOR WINDOWS

Installing AppleWorks 6 FOR WINDOWS apple Installing AppleWorks 6 FOR WINDOWS 1 Installing AppleWorks 6 This booklet provides instructions for m installing and uninstalling AppleWorks m setting up an AppleWorks Installer on a server, so

More information

PL200M. 200Mbps powerline adapter. User Manual

PL200M. 200Mbps powerline adapter. User Manual PL200M 200Mbps powerline adapter User Manual Content 1 Introduction... 130 1.1 System Requirements... 130 1.2 Packing List... 130 2 Safety Precautions... 131 3 Getting to Know the Adapter... 132 3.1 Ethernet

More information

Getting Help in Microsoft Office

Getting Help in Microsoft Office LESSON 3 Getting Help in Microsoft Office In this lesson, you learn how to access and use the Help system in Microsoft Office. HELP: WHAT S AVAILABLE? Microsoft Office supplies a Help system that makes

More information

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems Server Edition V8 Peregrine User Manual for Linux and Unix operating systems Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Red Hat is a registered trademark

More information

User Guide. PCmover Professional for Windows XP. Laplink Software, Inc. User Guide MN-PCMPRO-XP-EN-08 (REV. 2014/07/08)

User Guide. PCmover Professional for Windows XP. Laplink Software, Inc. User Guide MN-PCMPRO-XP-EN-08 (REV. 2014/07/08) 1 PCmover Professional The Only Software that Moves Programs, Files, and Settings to a New PC! Laplink Software, Inc. Customer Service/Technical Support: Web: http://www.laplink.com/contact E-mail: CustomerService@laplink.com

More information

RTE for WIN32. Installation Manual (Rev.7.0) Midas lab

RTE for WIN32. Installation Manual (Rev.7.0) Midas lab Midas lab REVISION HISTORY Date Revision Chapter Explanation of revision March 11,2000 4.0 RTE4W32 Ver.5.0 (First edition) January 10,2002 4.1 Add Windows XP support (RTE4W32 Ver.5.05) October 29,2002

More information

The DNP3 plugin PRINTED MANUAL

The DNP3 plugin PRINTED MANUAL The DNP3 plugin PRINTED MANUAL DNP3 plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

SWCS 4.2 Backup Agent User s Guide Revision /20/2012 Solatech, Inc.

SWCS 4.2 Backup Agent User s Guide Revision /20/2012 Solatech, Inc. SWCS 4.2 Backup Agent User s Guide Revision 24 11/20/2012 Solatech, Inc. Contents Introduction... 3 Installation... 3 Running the Backup Agent... 3 Using the Backup Agent... 3 Configuring the Backup...

More information

IT IS VERY IMPORTANT TO KNOW WHAT VERSION OF WINDOWS YOUR COMPUTER IS CURRENTLY RUNNING BEFORE YOU BEGIN YOUR SERVANT KEEPER INSTALLATION!!

IT IS VERY IMPORTANT TO KNOW WHAT VERSION OF WINDOWS YOUR COMPUTER IS CURRENTLY RUNNING BEFORE YOU BEGIN YOUR SERVANT KEEPER INSTALLATION!! SK Help Network Help Sheets-Server and Workstation Installation This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator.

More information

Additional Network Workstation Windows XP Installation Guide

Additional Network Workstation Windows XP Installation Guide Additional Network Workstation Windows XP Installation Guide 1 Table of Contents I. Verify Hardware and Optimize Work Station 3 II. Download Software 10 III. Install Software 13 2 I. Verify Hardware and

More information

Copyright 2005, PROCAD Software

Copyright 2005, PROCAD Software 2D DESIGNER Version 2004 Standard Installation Guide Copyright 2005, PROCAD Software The contents of this document are the property of PROCAD Software, and are subject to change without notice. No part

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

Powerline Network. Utility Program User Guide. for. Instant Network for Internet Access and More! 200Mbps PLC-ETHERNET BRIDGE

Powerline Network. Utility Program User Guide. for. Instant Network for Internet Access and More! 200Mbps PLC-ETHERNET BRIDGE Powerline Network Instant Network for Internet Access and More! Solution for SOHO, SMALL OFFICE AND HOME OFFICE Utility Program User Guide for 200Mbps PLC-ETHERNET BRIDGE 1 Index 1. Introduction...3 1.1.

More information

Installing Intellicus DotNet Client on Windows. Version: 16.0

Installing Intellicus DotNet Client on Windows. Version: 16.0 Installing Intellicus DotNet Client on Windows Version: 16.0 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

KYOCERA Net Viewer 5.3 User Guide

KYOCERA Net Viewer 5.3 User Guide KYOCERA Net Viewer. User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

DesignPro Tools for Xerox Elixir Technologies Corporation. All rights reserved.

DesignPro Tools for Xerox Elixir Technologies Corporation. All rights reserved. Follow the Crop Marks DesignPro Tools for Xerox Getting Started Guide C 1998-2008 Elixir Technologies Corporation. All rights reserved. Elixir Technologies Corporation 721 East Main Street Ventura, CA

More information

DRAWings 8 and Wings modular 8 Embroidery Software INSTALLATION GUIDE

DRAWings 8 and Wings modular 8 Embroidery Software INSTALLATION GUIDE DRAWings 8 and Wings modular 8 Embroidery Software INSTALLATION GUIDE We thank you for purchasing DRAWings 6 and Wings modular 5 software. We are committed to providing you with the most innovative technology.

More information

Understanding the TOP Server ControlLogix Ethernet Driver

Understanding the TOP Server ControlLogix Ethernet Driver Understanding the TOP Server ControlLogix Ethernet Driver Page 2 of 23 Table of Contents INTRODUCTION 3 UPDATE RATES AND TAG REQUESTS 4 CHANNEL AND DEVICE CONFIGURATION 7 PROTOCOL OPTIONS 9 TAG GENERATION

More information

Setting up Outlook Express to access your boxes

Setting up Outlook Express to access your  boxes Setting up Outlook Express to access your email boxes Basically there are 2 stages to this process the third only necessary if you use BT Internet as your Internet Service Provider (ISP) 1) Setting up

More information

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS Pre-requisites: STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Monitoring And Alerting Server (MAS) network version

More information

-Device. -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, device)

-Device. -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, device) Devices -Host -CPU -Device -Controller device) +memory +OS -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, Communication -Registers -Control

More information

User s Manual. PC-Based Measurement Instruments. Setup Guide for Windows Vista IM E. 1st Edition

User s Manual. PC-Based Measurement Instruments. Setup Guide for Windows Vista IM E. 1st Edition User s Manual PC-Based Measurement Instruments Setup Guide for Windows Vista 1st Edition Thank you for purchasing the PC-Based Measurement Instruments, WE7000. This setup guide describes how to install

More information

KG-TOWER Software Download and Installation Instructions

KG-TOWER Software Download and Installation Instructions KG-TOWER Software Download and Installation Instructions Procedures are provided for three options to download and install KG-TOWER software version 5.1. Download to a temporary folder and install immediately.

More information

GP-N100 Utility Software Manual

GP-N100 Utility Software Manual System Requirements En Thank you for your purchase of a GP-N100. This manual describes how to use the GP-N100 Utility to download the latest assisted GPS data from Nikon servers to your GP-N100. To ensure

More information

pcaframe Quick Start Guide

pcaframe Quick Start Guide System Requirements pcaframe Quick Start Guide Operating systems Microsoft Windows 95 Windows 98 Second Edition Windows ME Windows NT4 Windows 2000 Windows XP Minimum Requirements 100 MHz processor 32

More information

GraffixPro Studio Getting Started Guide

GraffixPro Studio Getting Started Guide GraffixPro Studio Getting Started Guide The GraffixPro Studio Software is comprised of a set of linked applications: the Administrator, the Library, and the design software. This guide outlines the procedures

More information

Legacy Client Chart (LCC) Installation Guide for Purkinje System

Legacy Client Chart (LCC) Installation Guide for Purkinje System Legacy Client Chart (LCC) Installation Guide for Purkinje System A Guide to Run and Configure the Legacy Client Chart (LCC) Solution For questions about using this guide please contact IMS@aohc.org Table

More information

SecureGuard VMS. SecureGuard All-In-One Quick Install Guide V. 2.5

SecureGuard VMS. SecureGuard All-In-One Quick Install Guide V. 2.5 SecureGuard VMS Quick Install Guide V. 2.5 9/30/2018 2 Table of Contents Purpose... 3 Installation... 3 Setup... 4 Startup & Live View... 26 3 Purpose This is a step-by-step guide to installing the current

More information

Lesson 2: Using the Performance Console

Lesson 2: Using the Performance Console Lesson 2 Lesson 2: Using the Performance Console Using the Performance Console 19-13 Windows XP Professional provides two tools for monitoring resource usage: the System Monitor snap-in and the Performance

More information

HD Tune Pro manual version 4.50 HD Tune Pro manual

HD Tune Pro manual version 4.50 HD Tune Pro manual HD Tune Pro manual version 4.50 copyright (c) 2010 by EFD Software Page 1/33 Table of Contents 1.Introduction...3 2.Before you get started...4 3.System requirements...6 4.Usage...7 5.Temperature display...9

More information

1. Introduction Features Operating Environment Machine Data...6

1. Introduction Features Operating Environment Machine Data...6 1 Table of Contents 1. Introduction...3 1.1 Features... 4 1.2 Operating Environment... 5 2. Machine Data...6 2.1 Fetching New Machines... 8 2.2 Adding New Machines... 10 2.3 Updating Scan Data... 12 2.4

More information

WEBSEWSS SINGLE SERVER INSTALLATION INSTRUCTIONS

WEBSEWSS SINGLE SERVER INSTALLATION INSTRUCTIONS 2300 East 14th Street Tulsa, Oklahoma 74104 USA Phone: (918) 749-1119 Fax: (918) 749-2217 e-mail: info@statsoft.com WEB: http://www.statsoft.com Notes: WEBSEWSS SINGLE SERVER INSTALLATION INSTRUCTIONS

More information

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE

1.0. Quest Enterprise Reporter Discovery Manager USER GUIDE 1.0 Quest Enterprise Reporter Discovery Manager USER GUIDE 2012 Quest Software. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Ethernet Modbus X80 Gateway Device Type Manager

Ethernet Modbus X80 Gateway Device Type Manager Ethernet Modbus X80 Gateway Device Type Manager EIO0000001315 10/2012 Ethernet Modbus X80 Gateway Device Type Manager User Manual 10/2012 EIO0000001315.00 www.schneider-electric.com The information provided

More information

RS 422/485 ComProbe. Quick Start Guide

RS 422/485 ComProbe. Quick Start Guide RS 422/485 ComProbe Quick Start Guide Copyright 2000 2010 Frontline Test Equipment, Inc. All rights reserved. You may not reproduce, transmit, or store on magnetic media any part of this publication in

More information

Copyright 2018 Lepide Software Private Limited. All rights reserved.

Copyright 2018 Lepide Software Private Limited. All rights reserved. Copyright 2018 Lepide Software Private Limited. All rights reserved. Lepide Software Private Limited, Kernel, accompanied user manual and documentation are copyright of Lepide Software Private Limited,

More information

RICOH Driver Installation Guide

RICOH Driver Installation Guide RICOH Driver Installation Guide This document provides explanation on installation method of RICOH driver required to use RICOH Pro L4130/L4160 inkjet printer. RICOH driver is required to connect with

More information

FaxTalk FaxCenter Pro Version 9.0 Because your faxes are important! Copyright Thought Communications, Inc. All rights reserved worldwide. Th

FaxTalk FaxCenter Pro Version 9.0 Because your faxes are important! Copyright Thought Communications, Inc. All rights reserved worldwide. Th FaxTalk FaxCenter Pro Because your faxes are important! Version 9.0 Send. Receive. Manage. FaxTalk FaxCenter Pro Version 9.0 Because your faxes are important! Copyright 1992-2015 Thought Communications,

More information

Startfish driver installation is a two step process for Windows operating systems.

Startfish driver installation is a two step process for Windows operating systems. Installation Windows Minimum System Requirements Windows XP (Service Pack 1) Intel Pentium III or equivalent processor 128MB of ram USB 2.0 Port (The camera will not work on a standard USB 1.1 port) Startfish

More information

How do I apply the patch files?

How do I apply the patch files? How do I apply the patch files? 1. Once the patch file has been saved to your hard disk, use Windows Explorer (Start > Programs > [Accessories > ] Windows Explorer) to browse to the directory where the

More information

User's Manual. The iport FB1000-CL IP Engine. February 6, 2006 Rev

User's Manual. The iport FB1000-CL IP Engine. February 6, 2006 Rev User's Manual The iport FB1000-CL IP Engine February 6, 2006 These products are not intended for use in life support appliances, devices, or systems where malfunction of these products can reasonably be

More information

iogas Floating Server Licence Installation Guide

iogas Floating Server Licence Installation Guide iogas Floating Server Licence Installation Guide Contents Server Licence Technical Specifications... 4 Floating Server Licence Model... 5 Installation Steps... 5 Server Licence Usage Files... 7 Test Server

More information

Perle Dial-Out User s Guide

Perle Dial-Out User s Guide Perle Dial-Out User s Guide 95-2345-05 Copyrights Copyright 1996-2000, Perle Systems Limited and its suppliers. IBM is the registered trademark of International Business Machines Corporation. Microsoft,

More information

Micrel Serial Programmer (MICUSB)

Micrel Serial Programmer (MICUSB) Micrel Serial Programmer (MICUSB) User Guide The Micrel Serial Programmer (MICUSB) is a hardware and software solution supporting Micrel s I 2 C, SWI, and other serial bus based products. MICUSB operates

More information

Introduction to TOP Server 5 Troubleshooting and Best Practices

Introduction to TOP Server 5 Troubleshooting and Best Practices Introduction to TOP Server 5 Troubleshooting and Best Practices Page 2 of 17 Table of Contents INTRODUCTION 3 Overview 3 TROUBLESHOOTING FEATURES 5 Event Log 5 Help Files 7 OPC Quick Client 8 System Tags

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Hi-Phone DeskTop USB H/W User Manual

Hi-Phone DeskTop USB H/W User Manual Hi-Phone DeskTop USB H/W User Manual 1.08.08 Way2call Communication Ltd. reserves the right to make changes to the Hi-Phone devices and to the content of this document without notice 2001 Way2call Communications

More information

P2WW ENZ0. ScanSnap PDF Converter for S500 V1.0 User s Guide

P2WW ENZ0. ScanSnap PDF Converter for S500 V1.0 User s Guide P2WW-2270-01ENZ0 ScanSnap PDF Converter for S500 V1.0 User s Guide As A Precaution: This manual describes how to use ScanSnap PDF Converter. Be sure to read this manual before using ScanSnap PDF Converter.

More information

LonScanner TM Protocol Analyzer User's Guide

LonScanner TM Protocol Analyzer User's Guide LonScanner TM Protocol Analyzer User's Guide @ 078-0305-01A Echelon, LNS, LonTalk, LONWORKS, i.lon, LONMARK, NodeBuilder, Neuron and the Echelon logo are registered trademarks of Echelon Corporation. LonMaker

More information

Installation Instructions

Installation Instructions Installation Instructions Casting Simulation Software Version 3.2 for Windows XP and Windows Vista Version 2009-03-24 Installation and Licensing Upgrading Existing FLOW-3D Cast Installation 1) Copy FLOW-3D

More information

Neousys Technology Inc. PCIe-PoE2+/PCIe-PoE4+ User s Manual. Rev. A1

Neousys Technology Inc. PCIe-PoE2+/PCIe-PoE4+ User s Manual. Rev. A1 Neousys Technology Inc. PCIe-PoE2+/PCIe-PoE4+ 2-Port/4-Port x4 PCI-E Gigabit Power over Ethernet Frame Grabber Card User s Manual Rev. A1 Published Apr 10 th, 2012 Page 1 of Contents Declaimer...3 Declaration

More information

MOOSE SMARTERMAIL

MOOSE SMARTERMAIL MOOSE SMARTERMAIL EMAIL The Moose Family Fraternity is using SmarterMail as its email program. Every fraternal unit has been assigned an account. The assigned email and password can be found on the inside

More information

Copyright Autodesk, Inc.

Copyright Autodesk, Inc. Customer and Administration Building, Ditzingen, Germany - Design by Barkow Leibinger Architects Copyright 2003-2008 Autodesk, Inc. Table of Contents 1 Introduction... 3 What is Facility Manager?... 3

More information