Agilent I/O Libraries Read Me

Size: px
Start display at page:

Download "Agilent I/O Libraries Read Me"

Transcription

1 Agilent I/O Libraries Read Me Versin L July 2002 This file cntains the fllwing: General Infrmatin New Features and Changes Fixes Issues Cntact Supprt Dwnlading the Latest Versin f the Agilent IO Libraries General Infrmatin This IO Libraries package supprts Windws 98, Windws Me, Windws NT, Windws 2000 and Windw XP Prfessinal. After yu have installed the Agilent IO Libraries, yu can duble-click n the 'IO Readme' icn in the 'Agilent IO Libraries' flder t view the latest infrmatin abut the Agilent IO Libraries. These infrmatin and trubleshting files are in HTML frmat and reside in the 'readme' subdirectry f the main IO Libraries installatin directry. If yu have installed the IO Libraries in the default lcatin, these files are lcated in: C:Prgram FilesAgilentIO Libraries These files are als present in the 'readme' subdirectry n the Agilent IO Libraries CD-ROM. Nte that yu must have a web brwser installed n yur cmputer t view these files. Electrnic manuals are als included n the CD-ROM in the 'Manuals' subdirectry. Setup ptins als allw yu t install these manuals n the hard drive. They are installed in the 'Manuals' subdirectry f the main IO Libraries installatin directry. T view the electrnic manuals that are included with IO Libraries yu will need Adbe Acrbat Reader versin 3.01 r later installed n yur cmputer. Yu can btain the latest Acrbat Reader frm Adbe's web site at: (Nte: This link pens a new brwser windw.) Adbe Acrbat Reader can als be installed frm the IO Libraries CD-ROM. Duble-click n the icn in the 'Adbe' subdirectry f the CD-ROM t install it. New Features and Changes Supprt fr Agilent T&M Prgrammers Tlkit fr Visual Studi.NET has been added. When cnfiguring a GPIB interface in IO Cnfig, the default SICL name has been changed frm hpib7 t gpib0. Fr backwards cmpatibility, yu can run IO Cnfig and change the SICL name back t hpib7 if desired.

2 The VISA vilck functin with VI_EXCLUSIVE_LOCK nw btains an underlying SICL lck as well. This has several implicatins: Exclusive VISA lcks will nw wrk acrss a LAN. (Nte that shared VISA lcks are still lcal t the the cmputer n which vilck is executes. This is because the VXI-11 LAN prtcl and the SICL-LAN prtcl which are used by VISA d nt supprt shared lcks.) If SICL and VISA are used in the same prgram, VISA will bey SICL lcks and SICL will bey exclusive VISA lcks. In IO Cnfig, a GPIB interface that has the 'Identify devices at run-time' bx checked in the 'Edit VISA Cnfig...' dialg bx may cause VISA calls t devices n the same interface t return a VI_ERROR_RSRC_LOCKED errr when anther prcess calls vifindrsrc r vifindnext, even thugh n VISA functin has lcked the interface. This ccurs because VISA itself will mmentarily preempt the device lck and lck the entire interface when it scans fr devices. Yu can avid this prblem by using ne f the methds described belw: Pre-cnfigure all yur GPIB devices using the 'Add Device' r 'Aut Add devices' and make sure the 'Identify devices at run-time' bx is nt checked. After yu viopen a GPIB sessin, call visetattribute(vi, VI_AGATTR_LOCKWAIT, VI_TRUE ) (see belw) s rather than immediately returning a VI_ERROR_RSRC_LOCKED errr, the functin will wait the sessin timeut value fr the device t becme available. If it des nt becme available, a VI_ERROR_TMO will be returned. The time needed fr vifindrsrc is usually less than the 2 secnd default VISA timeut value. Set the default VISA lckwait value t VI_TRUE s all VISA INSTR sessins will wait the timeut value rather than returning VI_ERROR_RSRC_LOCKED. Yu can use this methd n existing prgrams that yu dn't want t mdify by adding the visetattribute call described abve. A new Agilent-specific VISA ViBlean lcal (per-sessin) attribute, VI_AGATTR_LOCKWAIT, as been added. When a lck-abiding VISA call is made n a sessin t an exclusively lcked resurce: If VI_AGATTR_LOCKWAIT is VI_FALSE, the call will immediately return with VI_ERROR_RSRC_LOCKED. If VI_AGATTR_LOCKWAIT is VI_TRUE, the call will wait the sessin timeut interval fr the lck t be released and then return VI_ERROR_TMO rather than VI_ERROR_RSRC_LOCKED. The default value fr VI_AGATTR_LOCKWAIT is nrmally VI_FALSE, but this default can be changed frm the IO Cntrl (the Agilent VISA Optins Default VISA LckWait menu) r frm IO Cnfig (the Optins Default VISA LckWait menu). The behavir f the %#s, %#S, %#t and %#T frmat specifier in the SICL iscanf and iprmptf functins and the VISA viscanf and viqueryf functin has changed. The '#' symbl signifies that a pinter t an integer is present the functin argument list. On entry t the functin the value f the integer is nw the maximum size f the string being read including the trailing NULL character. Previusly, this size did nt include the trailing NULL character and the number f characters written (including the NULL) culd be ne mre than the size passed in. When the functin returns, the value f this integer is set t the number f characters written t the string excluding the trailing NULL. The return value behavir has nt changed frm previus revisins f the IO Libraries. The frmat f the Micrsft library (.lib) files in this release has changed. Yu must use Micrsft Visual C++ versin 6.0 r later t link with the.lib files in this release. This change was required because the IO Libraries are nw being built with MSVC 7 which des nt ffer a linker ptin t generate a.lib file in the lder frmat.

3 Fixes It is n lnger pssible t install the Agilent IO Libraries frm flppy disks. A self-installing IO Libraries executable is available but it can n lnger be used t generate flppy disks fr installatin. I-SCPI supprt has been remved frm this versin f the Agilent IO Libraries. Use versin L r earlier if yu still require I-SCPI. Nte that upgrading an earlier versin f the IO Libraries t L will nt remve I-SCPI if it had been installed in the earlier versin. On Windws NT 4.0, this versin f the Agilent IO Libraries requires the fllwing be installed t supply Micrsft DLL's that are nt present n a bare Windws NT 4.0 installatin: Service Pack 6 r later -- leacc.dll. Micrsft Internet Explrer versin 4.0 r later -- shlwapi.dll. An ver-current prblem which prevented the USB/GPIB frm wrking n sme laptps has been fixed. Fr Visual Basic users, the sicl4.bas file has been replaced with sicl32.bas. Sicl32.bas remves the cnditinally defined references t the ld 16 bit sicl16.dll. These references did nt cause a prblem when calling SICL functins frm Visual Basic but the Visual Basic distributin wrapper applicatin wuld fail cmplaining that it culd nt find sicl16.dll when a develper attempted t package his VB prgram fr distributin. A SICL isetlckwait prblem where a functin culd return a bgus VI_ERROR_LOCKED errr when isetlckwait was '0' has been fixed. On the 82341C and 82350A GPIB cards with isetlckwait set t '0', it was pssible t get an I_ERR_LOCKED errr returned frm a functin (e.g. iwrite) if tw threads were attempting t access different devices n the same interface even thugh neither device was lcked. IO Libraries will nw functin crrectly if mre than ne user is lgged n using Fast User Switching n Windws XP. Fast User Switching is a new feature that has been added t Windws XP which allws mre than ne user t be lgged n at ne time and t quickly switch between these lgged n users. The Agilent IO Cntrl is run autmatically when the first user lgs in and it will be terminated when that user lgs ut. Fr interfaces that rely n the IO Cntrl t functin prperly, such as the E8491 (VXI) and (USB t GPIB), the first user must nt lg ut as lng as any user requires access t these interfaces. Users ther than the first user will nt see the IO Cntrl icn n the task bar. Issues Use f the %F (file pinter) SICL frmat specifier is nt recmmended. The %F specifier uses a file pinter returned frm an fpen call. If this pinter is pened in an applicatin and passed t a DLL (as it is will be t Sicl32.dll when calling ipriintf r iscanf), it will nly be valid if bth the applicatin and the DLL lad the same cpy f the runtime libraries. Sicl32.dll is built using the Micrsft mult-threaded DLL versin f the runtime libraries. Since we rutinely upgrade t newer versins f Micrsft Visual C as we develp new versins f the IO Libraries, applicatins which use the %F frmat specifier that were cmpiled t wrk with ne versin f the IO Libraries will fail (usually with an access vilatin) when run under a newer versin. The USB t GPIB cnverter will fail t install crrectly n Windws 98SE systems if USBSCAN.SYS is nt present. USBSCAN.SYS is a Micrsft driver that is required fr peratin, but it may nt be installed n sme Windws 98 systems.

4 If USBSCAN.SYS is nt present n yur system, after installing the IO Libraries and then plugging in an 82357, the 'Adding New Hardware' wizard will prmpt yu fr the lcatin f USBSCAN.SYS. This file is present n the Windws 98SE installatin disk. Fr mre detailed instructins n this tpic, refer t the USB/GPIB Trubleshting Guide tpic in the Trubleshting Guide 82341C GPIB cards and E2075A GPIO cards are nt supprted n Windws Me. Due t Windws cnfiguratin manager changes made by Micrsft, these ISA cards are very difficult t cnfigure and can cause the cmputer t hang during the cnfiguratin prcess. Refer t the html trubleshting page fr mre infrmatin. The 82341D GPIB card is nt supprted n Windws Nte, hwever, that the 82341C card is supprted. The Adaptec PCI t 1394 card which riginally shipped with the E8491 VXI t 1394 interface is nt supprted n Windws This riginal card was nt OHCI cmpliant and nly OHCI 1394 cards are supprted n Windws The E8491 is nw shipping with an OHCI cmpliant card which is supprted n Windws Beginning with the J release, the default paths fr IO Libraries and VISA have changed t: Fr SICL: Prgram FilesAgilentIO Libraries Fr VISA: Prgram FilesVISA fr VISA If yu are installing ver a previus versin f the IO Libraries, the directries will nt be changed. We recmmend dwnlading a Windws 2000 htfix frm Micrsft t reslve tw knwn prblems which affect the E8491. Blck write and I-SCPI perfrmance n the E8491 n Windws 2000 are significantly reduced due t the wrkarund fr a memry leak in the 1394 driver. Perfrmance prblems and missed interrupts n Windws 2000 are pssible due t a busy-acknwledge defect in the 1394 driver. This is knwn t affect sme E8491 firmware dwnlads and sme I-SCPI and VXIplug&play drivers. Micrsft has implemented a htfix which slves bth f these prblems. G t and search fr 'Q262814' t find the Knwledge Base article with infrmatin n btaining the htfix. If yu have difficulty, cntact Agilent Supprt fr mre infrmatin. The htfix must be btained frm Micrsft. Micrsft des nt allw Agilent t distribute Windws 2000 htfixes. Micrsft has stated that this fix will be included in the Windws 2000 Service Pack 2 when it becmes available. The E8491 driver will sense the presence f the htfix r Service Pack 2 and autmatically switch t a higher perfrmance mde if either is installed. We recmmend dwnlading a Windws 98/Me htfix frm Micrsft t reslve a knwn Windws 98/Me IEEE 1394 prblem which affects the E8491. Perfrmance prblems and missed interrupts n Windws 98 and Windws Me are pssible due t a busy-acknwledge defect in the 1394 driver. This is knwn t affect sme E8491 firmware dwnlads and sme I-SCPI and VXIplug&play drivers. Micrsft has implemented a htfix which slves this prblem. Yu can find ut mre abut this htfix by ging t and searching fr Q t find the Knwledge Base infrmatin n btaining the htfix. If yu have difficulty, cntact Agilent Supprt fr mre infrmatin. The htfix must be btained frm Micrsft. Micrsft des nt allw Agilent t distribute Windws htfixes. There is a memry leak in Windws 98 which may affect the IO Libraries peratin.

5 We have bserved a 4 Kb memry leak each time any prgram that dynamically links the Micrsft msvcrt.dll (even a prgram that des nt d IO) is run and then exits n Windws 98. This DLL is the C runtime library supplied with Micrsft Visual Studi and it is used by many prducts. The IO Libraries dynamically link t msvcrt.dll s any prgram using SICL and / r Agilent VISA will exhibit this prblem. If yur applicatin invlves starting and stpping prgrams many times, yu will eventually run ut f memry. Windws 98 will gradually becme sluggish and eventually quit. The nly slutin t this prblem is t rebt. We are reprting this defect t Micrsft but there is n reslutin yet available. Nte: If in Micrsft Visual Studi, yu chse 'Multithreaded DLL' in the 'Use run-time library:' bx n the C/C++ Cde Generatin tab, yur applicatin will dynamically lad msvcrt.dll. When three r mre E8491's are cnnected t a single IEEE 1394 interface card, certain tplgies may nt wrk. In certain tplgies the E8491 hardware is nt prperly identified n the 1394 bus. This will result in incnsistent behavir when the VXI resurce manager tries t cnfigure instruments in the VXI card cages. Behavir may include timeut errrs while attempting t cmmunicate with a particular instrument, and / r instruments appearing in cages where they are nt actually lcated. Try reversing the cable cnnectins t the prts n the hst interface card. In general, cable cnnectins with lnger chains f E8491's shuld be n lwer hst prts. Dn't re-run setup t quickly. After the IO Libraries Setup prgram exits, it takes several secnds t clean up and unlad itself frm memry. If Setup is re-run befre this prcess is cmplete, yu may see an errr message r find that the re-installatin des nt behave as expected. Be sure t wait until the 'InstallShield Wizard' bx n the Windws task bar has disappeared befre attempting t re-run the IO Libraries Setup. Installing n dual bt systems can cause prblems. Installing the IO Libraries n dual bt systems that share a cmmn 'Prgram Files' directry between tw perating systems is nt recmmended and may cause prblems. If the IO Libraries are installed in the same directry fr bth perating systems (e.g. 'Prgram FilesAgilentIO Libraries'), files fr ne OS may verwrite files fr the ther OS. InstallShield uses a directry under 'Prgram Files' t lg the name and lcatin f files fr later un-installatin as well as the cmpnents that are currently installed. Uninstalling r mdifying an installatin n ne OS may affect the files fr the ther OS rather that the currently bted OS, even if these files are installed in different directries. After installatin n Windws 95 and Windws 98, Windws may fail t bt. When adding paths t the PATH statement in Autexec.bat, InstallShield des nt recgnize '@PATH' as a path statement. It will create a secnd 'SET PATH' statement. If there is a secnd PATH statement, it will replace the existing Windws PATH and end up remving the Windws directries frm the PATH. If Windws fails t bt with a message 'Cannt find WIN.COM, unable t cntinue lading Windws', yu will need t edit the additinal PATH statement in Autexec.bat s the Windws directries are again included in the PATH. Frm the DOS prmpt type: 'c:windwscmmandedit c:autexec.bat'. (Substitute the actual paths if yu have a nn-standard installatin.)

6 Find the last 'SET PATH=...' statement and insert '%path%;' immediately after the equals sign. (e.g. 'SET PATH=%path%;...' and dn't frget the semi-cln separatr.) Save the mdified file and rebt. Windws shuld nw bt nrmally. If the E8491 is very busy and an IEEE 1394 bus reset ccurs, it may becme unrespnsive and require a reset f the E8491 and/r a rebt f the cmputer. This prblem can ccur when anther 1394 device is added r remved while the E8491 is busy. Cntact Supprt The Agilent IO Libraries supprt web page is: Fr Telephne supprt: In the US, the phne number fr supprt is In the Canada, the phne number fr supprt is Outside the US and Canada, cntact yur cuntry's Agilent supprt rganizatin. A list f cntact infrmatin fr ther cuntries is available n the Agilent website at: Dwnlading the Latest Versin f the Agilent IO Libraries Yu can dwnlad the latest released versin f the Agilent IO Libraries frm: Micrsft, Visual Studi, Windws and NT are registered trademarks f Micrsft Crpratin in the United States and/r ther cuntries. Adbe, the Adbe Lg, Acrbat and the Acrbat Lg are trademarks f Adbe Systems Incrprated. Cpyright 2002 Agilent Technlgies, Inc. All Rights Reserved.

IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016

IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016 IT Essentials (ITE v6.0) Chapter 5 Exam Answers 100% 2016 1. What are tw functins f an perating system? (Chse tw.) cntrlling hardware access managing applicatins text prcessing flw chart editing prgram

More information

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

More information

Trimble Survey GNSS Firmware Version 4.81 (July 2013)

Trimble Survey GNSS Firmware Version 4.81 (July 2013) Handheld Integrated Mdular RELEASE NOTES TRIMBLE SURVEY GNSS FIRMWARE Trimble Survey GNSS Firmware Versin 4.81 (July 2013) Requirements This firmware versin includes imprvements t the Survey Receiver firmware.

More information

Arius 3.0. Release Notes and Installation Instructions. Milliman, Inc Peachtree Road, NE Suite 1900 Atlanta, GA USA

Arius 3.0. Release Notes and Installation Instructions. Milliman, Inc Peachtree Road, NE Suite 1900 Atlanta, GA USA Release Ntes and Installatin Instructins Milliman, Inc. 3424 Peachtree Rad, NE Suite 1900 Atlanta, GA 30326 USA Tel +1 800 404 2276 Fax +1 404 237 6984 actuarialsftware.cm 1. Release ntes Release 3.0 adds

More information

I. Introduction: About Firmware Files, Naming, Versions, and Formats

I. Introduction: About Firmware Files, Naming, Versions, and Formats Updating Yur CTOG 250 Cmtech Traffic Optimizatin Gateway Firmware I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The CTOG 250 Cmtech Traffic Optimizatin Gateway and its CDM 800 Gateway

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General

Welcome to Remote Access Services (RAS) Virtual Desktop vs Extended Network. General Welcme t Remte Access Services (RAS) Our gal is t prvide yu with seamless access t the TD netwrk, including the TD intranet site, yur applicatins and files, and ther imprtant wrk resurces -- whether yu

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Getting started. Roles of the Wireless Palette and the Access Point Setup Utilities

Getting started. Roles of the Wireless Palette and the Access Point Setup Utilities Getting started The Wireless Palette is a sftware applicatin fr mnitring the cmmunicatin status between the Wireless LAN PC Card and the Wireless LAN Access Pint (hereinafter referred t as the Access Pint).

More information

SAS Hot Fix Analysis, Download and Deployment Tool

SAS Hot Fix Analysis, Download and Deployment Tool SAS Ht Fix Analysis, Dwnlad and Deplyment Tl SASHFADD Versin 2.2.1 Usage Guide What's New in SASHFADD 2.2.1? Table f Cntents Intrductin... 1 System Requirements... 2 Imprtant infrmatin regarding tl usage...

More information

Installing the Citrix Citrix Receiver 3.3 from Citrix Web Interface for SSL VPN Users

Installing the Citrix Citrix Receiver 3.3 from Citrix Web Interface for SSL VPN Users Installing the Citrix Citrix Receiver 3.3 frm Citrix Web Interface fr SSL VPN Users Lg int yur PC with an administrative accunt (All Administrative accunts start with the first three letters ADM (i.e.

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers Page 1 f 18 HW4 Sftware versin 3 Device Manager and Data Lgging LOG-RC Series Data Lggers 2011; Page 2 f 18 Table f cntents 1 ORGANIZATION OF THE HW4 MANUALS... 3 2 OVERVIEW... 4 3 INITIAL SETUP... 4 3.1

More information

VMware EVO:RAIL Customer Release Notes

VMware EVO:RAIL Customer Release Notes VMware EVO:RAIL Custmer Release Ntes EVO:RAIL Release 1.2.0 Dcument Revisin: 1.2.0-2 (May 27, 2015) Cpyright 1998-2015 VMware, Inc. All rights reserved. Cpyright, trademark, and patent infrmatin: http://pubs.vmware.cm/cpyright-trademark.html.

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

I. Introduction: About Firmware Files, Naming, Versions, and Formats

I. Introduction: About Firmware Files, Naming, Versions, and Formats I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The UT-4500-A Series Upcnverters and DT-4500-A Series Dwncnverters stre their firmware in flash memry, which allws the system t uplad firmware

More information

Microsoft Excel Extensions for Enterprise Architect

Microsoft Excel Extensions for Enterprise Architect Excel Extensins User Guide Micrsft Excel Extensins fr Enterprise Architect Micrsft Excel Extensins fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Installatin... 4 Verifying

More information

Paraben s Phone Recovery Stick

Paraben s Phone Recovery Stick Paraben s Phne Recvery Stick v. 3.0 User manual Cntents Abut Phne Recvery Stick... 3 What s new!... 3 System Requirements... 3 Applicatin User Interface... 4 Understanding the User Interface... 4 Main

More information

Aras Innovator 11. Client Settings for Internet Explorer on Windows

Aras Innovator 11. Client Settings for Internet Explorer on Windows Client Settings fr Internet Explrer n Windws Dcument #: 11.0.02015040601 Last Mdified: 1/10/2018 Client Setup fr Internet Explrer n Windws Cpyright Infrmatin Cpyright 2018 Aras Crpratin. All Rights Reserved.

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

Max 8/16 and T1/E1 Gateway, Version FAQs

Max 8/16 and T1/E1 Gateway, Version FAQs Frequently Asked Questins Max 8/16 and T1/E1 Gateway, Versin 1.5.10 FAQs The FAQs have been categrized int the fllwing tpics: Calling Calling Cmpatibility Cnfiguratin Faxing Functinality Glssary Q. When

More information

SMART Product Drivers 11.3 for Windows and Mac computers

SMART Product Drivers 11.3 for Windows and Mac computers Release ntes SMART Prduct Drivers 11.3 fr Windws and Mac cmputers Abut these release ntes These release ntes summarise the features f SMART Prduct Drivers 11 and its service packs and patches fr Windws

More information

UPGRADING TO DISCOVERY 2005

UPGRADING TO DISCOVERY 2005 Centennial Discvery 2005 Why Shuld I Upgrade? Discvery 2005 is the culminatin f ver 18 mnths wrth f research and develpment and represents a substantial leap frward in audit and decisin-supprt technlgy.

More information

Password Reset for Remote Users

Password Reset for Remote Users 1 Passwrd Reset fr Remte Users Curin prvides a cmpnent fr the PasswrdCurier Passwrd Prvisining System that manages the lcal passwrd cache in cnjunctin with self-service passwrd reset activities. The slutin

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Internet Explorer Configuration Reference

Internet Explorer Configuration Reference Sitecre CMS 6.2 r later Internet Explrer Cnfiguratin Reference Rev: 2013-10-04 Sitecre CMS 6.2 r later Internet Explrer Cnfiguratin Reference Optimize Micrsft Internet Explrer fr Use with Sitecre Table

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

IBM SPSS Interviewer Setting up Data Entry Supervisor machines for Synchronization

IBM SPSS Interviewer Setting up Data Entry Supervisor machines for Synchronization IBM SPSS Interviewer 6.0.1 Setting up Data Entry Supervisr machines fr Synchrnizatin V e r s i n 1. 1 P a g e 1 Table f Cntents 1 Overview... 3 2 Create Data Entry Supervisr s ISA (aka DimensinNet) User

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Release Notes. Dell SonicWALL Security firmware is supported on the following appliances: Dell SonicWALL Security 200

Release Notes. Dell SonicWALL  Security firmware is supported on the following appliances: Dell SonicWALL  Security 200 Release Ntes Email Security Dell SnicWALL Email Security 8.0.1 SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 8.0.1... 2 Reslved Issues... 3 Upgrading t Email Security 8.0.1...

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

This document lists hardware and software requirements for Connected Backup

This document lists hardware and software requirements for Connected Backup HPE Cnnected Backup Versin 8.8.6.1 Matrix Revisin 0 This dcument lists hardware and sftware requirements fr Cnnected Backup 8.8.6.1. Data Center This sectin lists the installatin requirements fr the Cnnected

More information

WorldShip PRE-INSTALLATION INSTRUCTIONS: INSTALLATION INSTRUCTIONS: Window (if available) Install on a Single or Workgroup Workstation

WorldShip PRE-INSTALLATION INSTRUCTIONS: INSTALLATION INSTRUCTIONS: Window (if available) Install on a Single or Workgroup Workstation PRE-INSTALLATION INSTRUCTIONS: This dcument discusses using the WrldShip DVD t install WrldShip. Yu can als install WrldShip frm the Web. G t the fllwing Web page and click the apprpriate dwnlad link:

More information

Installation and Getting Started

Installation and Getting Started Eurstat Data Transmissin Tls & Services EDAMIS Web Applicatin v3.1 Installatin and Getting Started TABLE OF CONTENTS: 1 Intrductin... 2 2 Installatin... 2 2.1 Prerequisites... 2 2.2 EWA installatin...

More information

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide HPE AppPulse Mbile Sftware Versin: 2.1 IT Operatins Management Integratin Guide Dcument Release Date: Nvember 2015 Cntents Overview: The IT Operatins Management Integratin 3 System Requirements 3 Hw t

More information

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins Date f Last Update: FAQ SatView 0001 SatView is nt pening and hangs at the initial start-up splash screen This is mst likely an issue with ne f the dependency, SQL LcalDB, missing

More information

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003 Overview The screenshts/advice are based n upgrading Cntrller 10.1 RTM t 10.1 IF6 n Win2003 Other Interim Fix (IF) upgrades are likely t be similar, but the authr cannt guarantee that the dcumentatin is

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

Graduate Application Review Process Documentation

Graduate Application Review Process Documentation Graduate Applicatin Review Prcess Cntents System Cnfiguratin... 1 Cgns... 1 Banner Dcument Management (ApplicatinXtender)... 2 Banner Wrkflw... 4 Navigatin... 5 Cgns... 5 IBM Cgns Sftware Welcme Page...

More information

WinEst 15.2 Installation Guide

WinEst 15.2 Installation Guide WinEst 15.2 Installatin Guide This installatin guide prvides yu with step-by-step instructins n hw t install r upgrade WinEst. Fr a successful installatin, ensure that all machines meet the requirements.

More information

Announcing Veco AuditMate from Eurolink Technology Ltd

Announcing Veco AuditMate from Eurolink Technology Ltd Vec AuditMate Annuncing Vec AuditMate frm Eurlink Technlgy Ltd Recrd any data changes t any SQL Server database frm any applicatin Database audit trails (recrding changes t data) are ften a requirement

More information

TIBCO Statistica Options Configuration

TIBCO Statistica Options Configuration TIBCO Statistica Optins Cnfiguratin Sftware Release 13.3 June 2017 Tw-Secnd Advantage Imprtant Infrmatin SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Enabling Your Personal Web Page on the SacLink

Enabling Your Personal Web Page on the SacLink 53 Enabling Yur Persnal Web Page n the SacLink *Yu need t enable yur persnal web page nly ONCE. It will be available t yu until yu graduate frm CSUS. T enable yur Persnal Web Page, fllw the steps given

More information

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the.

Contents: Module. Objectives. Lesson 1: Lesson 2: appropriately. As benefit of good. with almost any planning. it places on the. 1 f 22 26/09/2016 15:58 Mdule Cnsideratins Cntents: Lessn 1: Lessn 2: Mdule Befre yu start with almst any planning. apprpriately. As benefit f gd T appreciate architecture. it places n the understanding

More information

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board

ONTARIO LABOUR RELATIONS BOARD. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Ontario Labour Relations Board ONTARIO LABOUR RELATIONS BOARD Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Ontari Labur Relatins Bard This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal

PAY EQUITY HEARINGS TRIBUNAL. Filing Guide. A Guide to Preparing and Filing Forms and Submissions with the Pay Equity Hearings Tribunal PAY EQUITY HEARINGS TRIBUNAL Filing Guide A Guide t Preparing and Filing Frms and Submissins with the Pay Equity Hearings Tribunal This Filing Guide prvides general infrmatin nly and shuld nt be taken

More information

This document describes new features and resolved issues for Intelligent Scene Analysis System

This document describes new features and resolved issues for Intelligent Scene Analysis System Release Ntes Intelligent Scene Analysis System Versin 14.0.0 Release Ntes Revisin 1 This dcument describes new features and reslved issues fr Intelligent Scene Analysis System 14.0.0. Yu can retrieve the

More information

Dolby Conference Phone Support Frequently Asked Questions

Dolby Conference Phone Support Frequently Asked Questions Dlby Cnference Phne Supprt Frequently Asked Questins Versin 1.0, 1 Intrductin This dcument prvides sme answers t frequently asked questins abut the Dlby Cnference Phne. Fr mre detailed infrmatin n any

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

DS-5 Release Notes. (build 472 dated 2010/04/28 08:33:48 GMT)

DS-5 Release Notes. (build 472 dated 2010/04/28 08:33:48 GMT) DS-5 Release Ntes (build 472 dated 2010/04/28 08:33:48 GMT) Intrductin This is a trial release f Keil Develpment Studi 5 (DS-5). DS-5 cntains tls fr building and debugging C/C++ and ARM assembly language

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

Dell Wyse Device Manager (WDM)

Dell Wyse Device Manager (WDM) Dell Wyse Device Manager (WDM) Versin 5.0 Maintenance Release 1.1 (MR1.1)- fr WDM Wrkgrup Editin Release Ntes Cntents Release Type and Definitin... 3 Versin... 3 Release Date... 3 Previus Versin... 3 Imprtance...

More information

Avigilon Control Center Server User Guide. Version 6.4

Avigilon Control Center Server User Guide. Version 6.4 Avigiln Cntrl Center Server User Guide Versin 6.4 2006-2017, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS.AVIGILON, the

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

Access SelectPay. Installation Instructions

Access SelectPay. Installation Instructions This Dcument is the prperty f Access UK Cpyright 2017 Access UK Ltd All rights reserved Classificatin Public Dcument versin 1.0 Access SelectPay Installatin Instructins SelectPay Installatin Instructins

More information

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide

Quick Start Guide. Basic Concepts. DemoPad Designer - Quick Start Guide Quick Start Guide This guide will explain the prcess f installing & using the DemPad Designer sftware fr PC, which allws yu t create a custmised Graphical User Interface (GUI) fr an iphne / ipad & embed

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Model WM100. Product Manual

Model WM100. Product Manual Mdel WM100 Prduct Manual Table f Cntents Sectin Page 1. Hardware... 3 2. Sftware... 4 3. Features... 5 4. Installatin... 6 5. App Devices... 9 6. App Rms... 12 7. App Scenes... 14 8. App Setup... 18 Cntents

More information

Little Green Button (LGB)

Little Green Button (LGB) Little Green Buttn (LGB) Installatin and Release Ntes Versin 2.5.x Wiggly-Amps Ltd Warren Barn Brewery Rad Trunch Nrth Walsham NR28 0PX 26 Jan 2004 Pete Birch First Review 25 Feb 2004 Jn Witté V1.2.0 update

More information

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager SEP 2 0 1 8 V 4 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites... 1

More information

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

More information

IMC QoS Manager 7.3 (E0502) Copyright 2015, 2016 Hewlett Packard Enterprise Development LP

IMC QoS Manager 7.3 (E0502) Copyright 2015, 2016 Hewlett Packard Enterprise Development LP QS Manager 7.3 (E0502) Cpyright 2015, 2016 Hewlett Packard Enterprise Develpment LP Table f Cntents 1. What's New in this Release 2. Prblems Fixed in this Release 3. QSM Sftware Distributin Cntents 4.

More information

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 TECHNICAL DOCUMENTATION CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 AUGUST 2012 2012 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted

More information

Oracle Universal Records Management Oracle Universal Records Manager Adapter for Documentum Installation Guide

Oracle Universal Records Management Oracle Universal Records Manager Adapter for Documentum Installation Guide Oracle Universal Recrds Management Oracle Universal Recrds Manager Adapter fr Dcumentum Installatin Guide December 2009 Universal Recrds Manager Adapter fr Dcumentum Installatin Guide, Cpyright 2009, Oracle.

More information

This document provides new and updated items that were included in each release of Checkpoint Engage. (Each product requires a separate license.

This document provides new and updated items that were included in each release of Checkpoint Engage. (Each product requires a separate license. WHAT S NEW Checkpint Engage (Onvi) This dcument prvides new and updated items that were included in each release f Checkpint Engage. (Each prduct requires a separate license.) Checkpint Engage prduct supprt

More information

DIVAR IP 3000 Field Installation Guide

DIVAR IP 3000 Field Installation Guide CCTV IP Netwrk Vide Technical Brief DIVAR IP 3000 Field Installatin Guide 1 DIVAR IP 3000 Field Installatin Guide Overview The purpse f this guide is t prvide the step-by-step prcess f installing a DIVAR

More information

Extended Traceability Report for Enterprise Architect

Extended Traceability Report for Enterprise Architect Extended Traceability Reprt User Guide Extended Traceability Reprt fr Enterprise Architect Extended Traceability Reprt fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins

More information

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

WebEx Web Conferencing Quick Start Guide

WebEx Web Conferencing Quick Start Guide WebEx Web Cnferencing Quick Start Guide WebEx allws the curse instructr and participants t cnnect using web cnferencing and VIP using yur cmputer r smart device. WebEx's allws yu t share cntent, chat,

More information

ScandAll PRO software change history

ScandAll PRO software change history ScandAll PRO sftware change histry V2.0.15 Update Pack (Changes frm V2.0.12 t V2.0.15) V2.0.14 V2.0.15 The fllwing prblems may ccur because f the defect f V2.0.14 installer: Kfax VRS des nt functin Scanning

More information

CounterSnipe Software Installation Guide Software Version 10.x.x. Initial Set-up- Note: An internet connection is required for installation.

CounterSnipe Software Installation Guide Software Version 10.x.x. Initial Set-up- Note: An internet connection is required for installation. CunterSnipe Sftware Installatin Guide Sftware Versin 10.x.x CunterSnipe sftware installs n any system cmpatible with Ubuntu 14.04 LTS server which is supprted until 2019 Initial Set-up- Nte: An internet

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

More information

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

Gemini Intercom Quick Start Guide

Gemini Intercom Quick Start Guide Gemini Intercm Quick Start Guide 2 Quick Start Guide Cntents Cntents... 1 Overview... 3 First Step unpack and inspect... 3 Netwrk plan and IP addresses... 4 Management PC... 5 Install Sftware... 6 Cnfigure

More information

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

More information

Product Release Notes

Product Release Notes Prduct Release Ntes ATTO Cnfiguratin Tl v3.25 - Windws 1. General Release Infrmatin The ATTO Cnfiguratin Tl helps yu custmize the settings f yur ExpressSAS, Celerity and ExpressPCI hst adapters t maximize

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

Avigilon Control Center Server User Guide. Version 6.8

Avigilon Control Center Server User Guide. Version 6.8 Avigiln Cntrl Center Server User Guide Versin 6.8 2006-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS.AVIGILON, the

More information

USER GUIDE. Thanks for purchasing the igate! You ll need to follow these five Configuration Steps to get your igate up and running:

USER GUIDE. Thanks for purchasing the igate! You ll need to follow these five Configuration Steps to get your igate up and running: USER GUIDE Thanks fr purchasing the igate! Yu ll need t fllw these five Cnfiguratin Steps t get yur igate up and running: 1. Cnfigure Yur Hardware 2. Cnfigure Yur Cmputer 3. Cnfigure Yur Internet Cnnectin

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

CSC IT practix Recommendations

CSC IT practix Recommendations CSC IT practix Recmmendatins CSC Healthcare 17 th June 2015 Versin 3.1 www.csc.cm/glbalhealthcare Cntents 1 Imprtant infrmatin 3 2 IT Specificatins 4 2.1 Wrkstatins... 4 2.2 Minimum Server with 1-5 wrkstatins

More information

Telkom VPN-Lite router setup User Manual Billion 810VGTX

Telkom VPN-Lite router setup User Manual Billion 810VGTX Telkm VPN-Lite ruter setup User Manual Billin 810VGTX Cntents Intrductin... 3 Befre yu start... 4 VPN-Lite Setup Using Windws Utility... 5 VPN-Lite Setup using yur web brwser... 7 VPN-Lite Manual Setup

More information

Avocent Power Management Distribution Unit (PM PDU) Release Notes Firmware Version April 18, 2011

Avocent Power Management Distribution Unit (PM PDU) Release Notes Firmware Version April 18, 2011 Avcent Pwer Management Distributin Unit (PM PDU) Release Ntes Firmware Versin 2.0.1.8 April 18, 2011 This dcument utlines: 1. Update Instructins 2. Appliance Firmware Versin Infrmatin 3. Features/Enhancements

More information

Avocent Universal Management Gateway Appliance Plug-in for the Avocent DSView 4.5 Management Software Release Notes

Avocent Universal Management Gateway Appliance Plug-in for the Avocent DSView 4.5 Management Software Release Notes VERTIV Avcent Universal Management Gateway Appliance Plug-in fr the Avcent DSView 4.5 Management Sftware Release Ntes VERSION 4.2.0.33, SEPTEMBER 14, 2018 Release Ntes Sectin Outline 1 System Requirements

More information

Avigilon Control Center Virtual Matrix User Guide. Version 6.8

Avigilon Control Center Virtual Matrix User Guide. Version 6.8 Avigiln Cntrl Center Virtual Matrix User Guide Versin 6.8 2006-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS. are

More information

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De

Cntents 1 Intrductin Kit Cntents Requirements Installatin Gesture Sensr Kit Hardware and Jumper Settings De Thin Film Pyrelectric IR Gesture Sensr Demnstratr Kit Fr lw pwer, high perfrmance gesture cntrl User Guide Versin 1.0 Dcument Revisin 1.00 20 th February 2012 Cntents 1 Intrductin... 3 1.1 Kit Cntents...

More information

Imagine for MSDNAA Student SetUp Instructions

Imagine for MSDNAA Student SetUp Instructions Imagine fr MSDNAA Student SetUp Instructins --2016-- September 2016 Genesee Cmmunity Cllege 2004. Micrsft and MSDN Academic Alliance are registered trademarks f Micrsft Crpratin. All rights reserved. ELMS

More information

Courseware Setup. Hardware Requirements. Software Requirements. Prerequisite Skills

Courseware Setup. Hardware Requirements. Software Requirements. Prerequisite Skills The Internet and Cmputing Cre Certificatin Guide cnsists f 64 Lessns, with lessn bjectives, summary and ten review questins. IC³ bjectives are easily lcated by using symbls thrughut the curseware. Curse

More information

Technical Bulletin, Reflashing CPU

Technical Bulletin, Reflashing CPU Last Updated: 10-May-2011 TB-080002C Technical Bulletin, OMNI FLOW COMPUTERS, INC. 12620 West Airprt Bulevard, Suite 100 Sugar Land, Texas 77478 United States f America Phne-281.240.6161 Fax: 281.240.6162

More information

EBSCOhost User Guide Print/ /Save. Print, , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com

EBSCOhost User Guide Print/ /Save. Print,  , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com EBSCOhst User Guide Print/E-Mail/Save Print, E-mail, Save, Ntetaking, Exprt, and Cite Yur Search Results supprt.ebsc.cm Table f Cntents Inside this User Guide... 3 Printing Yur Results... 3 E-mailing Yur

More information

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014 Refreshing Axim TEST with a Current Cpy f Prductin Axim EPM June 20, 2014 Refreshing Axim TEST If yu maintain an Axim TEST envirnment yu will want t refresh it with a current cpy f yur PROD database when

More information

IFSP PDF Upload/Download Guidance

IFSP PDF Upload/Download Guidance IFSP PDF Uplad/Dwnlad Guidance Intr/backgrund The dwnladable IFSP was created t assist FSC s in writing an IFSP r IFSP review n a visit withut the need fr internet cnnectin. Adbe Acrbat is required fr

More information

HW4 Software Version 3.4.1

HW4 Software Version 3.4.1 Release ntes HW4 Sftware Versin 3.4.1 Change cntrl HW4 versin 3.4.1 includes all the functins and features f HW4 versin 3.4.0 with the fllwing mdificatins and additins: Enhancements: Nne New features Nne

More information