CDNLive! 2007 CONFERENCE 2007 Santa Clara, CA. Comprehensive PCell Verification System Using Taguchi Method

Size: px
Start display at page:

Download "CDNLive! 2007 CONFERENCE 2007 Santa Clara, CA. Comprehensive PCell Verification System Using Taguchi Method"

Transcription

1 Comprehensive PCell Verification System Using Taguchi Method MT Lau Victer Chong National Semiconductor Corporation 00-(606) CDNLive! 2007 CONFERENCE 2007 Santa Clara, CA Session Track 5 Session# 5.3

2 CDNLive! 2007 CONFERENCE 2007 Santa Clara, CA Comprehensive PCell Verification System Using Taguchi Method MT Lau, Victer Chong National Semiconductor Corporation Abstract PCell verification is always a challenge for developer. A good testcase that covers comprehensively across all the pcell parameters over the operative range is always prohibitive because of the size of the testcase, runtime and hardware limitation. The noise issue in pcell development are being discussed in this paper namely the float representation error. The issue appear sporadically in a non-continuous parametric range mandate that the parameters are swept grid by grid. Millions of pcells will have to be generated that may drain computer memory, stretched to the limits of the DBU/UU and runtime. An enhanced PCell testcase generation program is developed to ensure testcase generated will not drain the computer memory and hits the DBU/UU limits set by the tools. There is not a way to measure the memory usage in the IC51 environment and a utility is developed for Linux base machine to monitor memory usage. The number of pcells generated could further be reduced by applying the Taguchi Method to ensure comprehensive parametric coverage without having to exhaustively generate all the interaction between the parameters. This method significantly reduces the number of pcells generated. A testcase of millions of pcells could easily be reduced to just over couple of 10K; a reduction of almost 90% of pcells and saving runtime from days to hours. 1. Introduction. This automation program is an enhancement over the methodology that was developed previously by Jason, Michael and VR presented in ICU2004. The objective is to generate comprehensive pcell testcase that is DRC and LVS ready. Comprehensive pcells testcases are equivalent to generating the testcases by sweeping grid by grid for length and width in the operative range allowable by the manufacturing specification. Comprehensive testcases are critical to surface out the noise that may cause the pcells to fail DRC or LVS as explained in section 2 of this paper. Not only pcells are placed systematically by sweeping parameters grid by grid, it also ensures the following constraints: a) The background tubs are generated in the layout to match the common tub. This is particularly prevalent for pcells that do not have explicit terminals such as the bulk node that were commonly shared among other devices. In some cases, the common background layer needs to be added to encompass all the pcell instances. For processes that require more complicated background treatment like SOI trench, background layer that need to cut holes for every instance must be able to be implemented. b) The schematic are placed simultaneously to save time. The ports are named systematically in incremental that match between layout and schematic. Ports or pins are placed directly on the symbol terminal and using the same layer on the layout. This will minimize the need of routing. c) The pcells placement will not exceed the maximum limit as determined by the DBU/UU and limitation imposed by the ASSURA tools. d) The physical memory are not exhausted that may cause core dump. The amount of instances generated for exhaustive comprehensive pcell testcases is very huge as shown in section 2. The Robust Design or also called Taguchi method is used to reduce the number of instances generated. Robust Design/Taguchi method is central to improving engineering productivity. This method is pioneered by Dr. Genichi Taguchi after the end of the Second

3 World War. Taguchi method provides a technique for designing and performing experiments to investigate processes where the output depends on many factors (variables; inputs) without having to tediously and uneconomically run the process using all possible combinations of values of those variables. By systematically choosing certain combinations of variables it is possible to separate their individual effects. (See reference 6 from Peter Wooding). Robust Design focuses on improving the fundamental function of the product or process, thus facilitating flexible designs and concurrent engineering. Indeed, it is the most powerful method available to reduce product cost, improve quality, and simultaneously reduce development interval. The above have been addressed and presented in this paper. However, ACPD flow that was incorporated in the previous automation will be left out and will be checked and verified with other method. ACPD flow is not necessary to have comprehensive testcases for verification. 2. Noises Parameter Diagram, Robust Design/Taguchi method. Float representation error is one of the noise issues that are difficult to catch. Its behavior is nonpredictable and happens sporadically in a noncontinuous manner. For example, when a float number 11.5 is subject to be round to integer, it may be rounded to 12 for one instance but for another instance it may be rounded to 11. This is due to the number 11.5 may not able to be represented exactly as 11.5 but for the first instance and for the other instance. This is just like the irrational number in the decimal system that 1/3 is not able to be represented exactly in float. We get For another example, 0.1 when represent as binary will be and to represent such a number in computer, the number of digits after the decimal point will truncated at some decimal places limited by the number of bits resolution. It is not uncommon to experience to see a pcell that is failing DRC at value 10.95u, 39.75u, 40.95u but are clean for most of the value for the parameter when sweep from 1um to 50um. It is therefore crucial to sweep the parameter grid by grid over the operative range. Such a comprehensive testcase could grow to millions of pcells to be generated especially, if the number of parameters to be exercised increases. For example, for an NMOS pcell that has 2 parameters, length and width. To generate a comprehensive testcases that length from 0.13um to 50um and width of 0.15um to 50um with full interaction between the 2 parameters for a grid size of 0.005um would produce a total of Total Instances = n length. n width n length = (50um 0.13um)/0.005um + 1 = 9975 Similarly, n width = 9971 n length. n width 99 million This is a huge testcase to be generated and not a feasible way. We use Taguchi Method to reduce the interaction of the parameters in such a way that the interaction of parameters is covered when both are in incremental and also inversely proportion. Graphically, we could illustrate as follows: length width Figure 1: showing length sweep from 0.15um to 50um in y-axis and 0.13um to 50um for width in x-axis. The shaded region is the full interaction for length and width generated. The red dots show the incremental and inversely proportion and also min/max sweep for the other parameter held at minimum. Using the same example of NMOS discussed previously, the total number of instances generated becomes: Σ n length + (n width -1) + max(n length, n width )* Comparing this number of instance with exhaustive case, this is merely 0.004% of 99 millions. Appendix 1 illustrated the Parameter diagram for a Robust Design of an experiment. The same method

4 is use to illustrate the design of the Pcell Taguchi method. The desired output is to generate a testcases that is able to surface out instances of pcells over the operative range that may cause DRC/LVS error due to the float representation error. 3. Physical and Software Limitations. Physical limitation basically is the physical RAM installed on the computer as well as the SWAP space. When generating the testcase with millions of pcells, it could easily exhaust all the RAM and SWAP space and potentially generate a core dump. Therefore, it is crucial to monitor the memory usage while the testcase is being generated. The memory usage of the pcell instances depend on the polygons the pcell is going to generate associated with the pcell parameters. Therefore, it is difficult to estimate the memory usage by the numbers of pcells to be placed on a layout. A dynamic way to monitor the memory while the testcase is being generated is required. In Linux, the memory for both RAM and SWAP space could be monitored at /proc/meminfo. A small SKILL routine could be written to calculate the percentage of the memory usage. One point that needs to be noted is that you may need to add the cache memory as unused memory as the memory management in Linux is making use to any unused RAM for cache. An example would be illustrated in Appendix 2. It is important to note also that icfb will not release back memory to shell despite the testcase (schematic/layout) is saved and purged using skill commands. We have to restart the icfb in order to measure the memory usage properly. In order for the placing of instances to restart and continue from the last placed instances, we need to save the list of instances to be placed into a file and saved the state of the last placed instance as a plain ASCII file. The state of the instances placing are saved and communicated to the next icfb. Another limitation is the DBUperUU limit. This limit determines the maximum extend of the layout in Virtuoso. For a DBUperUU of 1000 on a system and software that support 32 bits, the maximum extends of a layout is basically determined as follows: 2 32 / cm = cm For Assura, the limit is roughly 2 31 / cm = +- 10cm The Pcell verifications system should not generate testcases beyond the memory and software constraints as illustrated above. The system will save and close the layout and schematic and a new testcase (layout/schematic) will be generated before the constraints of memory and DBUperUU are hit. 4. Graphical User Interface (GUI) START Prompt user for library name and PCell name The program to determine the PCell s terminal and parameter property Store setup/alias Generate layout that consists of all PCell s parameter combinations with appropriate terminal, background layer and pin configuration for DRC/LVS verification Generate schematic that consists of all PCell s parameter combinations with appropriate terminal configuration for LVS verification Post-layout skill routine END Figure 2: Flow Chart for PCell QA Automation. This program requires a number of inputs from user in two interactive GUI forms. User needs to select the targeted PCell of a primitive library in the first form as shown in Figure 3. A main program GUI as illustrated in Appendix 3 will then be prompted with the PCell s terminals and parameters property when Apply button is clicked. It is a daunting task if the user has to exercise all the parameters minimum and maximum values for every PCells in order to have better test coverage. The main program will search and display each parameter s minimum and maximum values, unless the Skip Min/Max Search button is toggled. Otherwise, skipping the search will bring you to the main program with defaulted parameter values or previously set values via saved setup/alias file(s). User may as well clear the form and activate the

5 Min/Max search in the main program by selecting Clear Form and reset to Min/Max Range button to restart setup with valid minimum and maximum parameter values. Figure 3: drclvspcell() startup GUI form. 5. The main program The automated QA program drclvspcell() is made intuitive and utilizes GUI that helps user to select the desired items from cyclic fields, radio and toggle buttons using mouse thus reducing typo errors. For example, the PCell s parameters property available in the user s library as Component Description Format (CDF) that could be accessed with the following command: cdf = cdfgetbasecellcdf(ddgetobj(libname PCellName) As shown in the flow chart in Figure 2, the drclvspcell() requires terminals, background layer and pins configuration in addition of the intended parameters sweep range in order to pass both DRC and LVS verifications in Taguchi coverage. The configuration can be saved and retrieved by using Save Setup and Last Saved Setup buttons respectively. User may have multiple terminal and parameter configurations limited by the PCell s callback dependency if any. These configurations will be stored as setup files (aliases) in the path specified in Setup Directory editable field. Different configurations of a particular PCell can be generated by specifying the aliases separated by semicolon(s) in Run the following alias only field. User may use other user s setup by changing the Setup Directory field accordingly. This program has few features to enhance the testcase generation performance and management for troubleshooting convenience in verification later on. There is a possibility whereby user wants to generate testcase for DRC only. User can toggle or switch off Generate Schematic feature in the main GUI. In order to generate the testcase in huge amount, the program was built with memory monitoring feature and a control over the maximum amount of instances per cell. The testcase will be generated in multiple cells, not exceeding maximum amount set in Max Instances/cell field. Toggling the Monitor Memory Usage will make sure the generation is performed under memory (RAM) utilization of not more than 80%. This is to allow the IC tool (icfb) to release the unused memory back to the system in order to measure the amount of memory used correctly in the program. Turning this off will not monitor memory and there will be no pops-up of icfb repeatedly. It is the risk of user to ensure the generated testcase will not crash the system. This program also informs user the default grid size defined for the selected design package or library. This helps user to determine the step size of parameter(s) such as the PCell s length and width. This value could be accessed with the following command: techgetmfggridresolution(techgettechfile(ddgetobj(libname)) Total number of instances is updated on the fly when the swept parameters section is updated for both Exhaustive and Taguchi sweep methods. It serves a quantitative comparison between these sweep methods. Appendix 3 for example shows that more than 643 million instances are required in order to fulfill coverage of the selected parameter combinations exhaustively. This amount can be represented using Taguchi method with only less than 48 thousand instances. The lower section of the main program as shown in Figure 4 extracts all editable parameters from the PCell s CDF by using cdf~>parameters command. The first column represents the non-editable sequence number of the selected parameter to trigger PCell s callback. The sequence number is generated automatically when a parameter is selected via a boolean button on the third column. This sequence is important as this controls the behavior of callback triggers which snap its value to default or previous valid value when it is violated based on the parameter s limitation and dependency. The second column is the parameter name and the third column is the boolean field that indicates chosen parameter to be exercised in the testcase generation. The sequence of clicking this boolean button determines the sequence number generated in the first column. The fourth column in Figure 4 specifies the data type for the parameter. Subsequent 3 columns specify the sweep information. Numeric parameter is filled with min and max values limited by available callback when Min/Max Search is activated.

6 Otherwise, it will be filled with hard coded predefined values. Non-numeric parameter could also be swept by entering the string delimited by semicolon. generation. The batch program is realizable by parsing the required arguments to the following procedure after the sweep information as shown in appendix 4 has been setup in previous GUI mode: Syntax: drcpcell( list( <PCell1> <PCell2> ) <libname> <setup_dir> <method> <monitor_memory> ) Figure 4: Lower section GUI of the main program This numeric parameter could be swept from higher to lower value if the step is of negative value. This is useful if there are other parameters that depend on this parameter to give enough room without violating the limit set by the callback due to some kind of parameter dependency enhancement as shown in Figure 5. The step size ( Step ) is set to grid size by default if the parameter is of lengthmetric unit. Changing step size will cause the generated number of points ( Pts ) for this parameter to be recalculated. The number of points could be changed and To value of the parameter will get recalculated. This serves flexibility in sweeping the selected parameter. Example: drcpcell( list( "NMOSHVI" "NMOSI" ) "optimos2" "~/.drcpcell" "Taguchi" t ) Batch mode basically requires five arguments. They are PCell(s) name list, library name, setup directory s path, sweeping method and lastly the trigger value for memory monitoring. The third, fourth and last argument may be priory set via the GUI mode. Batch mode allows these three arguments to be overwritten. The third argument directs the program where to look for the listed PCell s setup file that is by looking at /setup_dir/libname/pcell1 path for PCell1 and so on. Therefore, this path must contain the setup file which is the sweep information for all the listed PCell(s). Fourth argument lets user choose between Exhaustive and Taguchi method for sweeping the parameter(s). User can also turn on the monitor memory feature by simply passing a true value ( t ) as last argument, or nil to deactivate it. Figure 5: Example on parameter sweeping From higher to lower value. 6. Running in batch mode The previously described interactive GUI mode serves only one of two methods for running the program. The second method, batch mode is another flexibility provided by the program in order to enhance productivity on multiple PCells testcase Figure 6: A governing file of all PCells aliases for testcase generation in batch mode. User may have multiple parameter aliases for a particular PCell. Multiple PCells with varying configurations for every one of them can be generated in batch mode by a governing file named aliaslistfile as shown in Figure 6 above. The

7 PCells aliases were set priory in GUI mode delimited by semicolon(s) in Run the following alias only field (Appendix 3). User may also use other user s setup by changing the setup_dir argument accordingly with the listed PCells setup file(s) available. 7. Reports and Results Taguchi method in drclvspcell() generates PCell(s) testcase in a large scale and big test coverage. Therefore, an informative generation report is crucial in helping user measuring and managing the run time and performance for a better quality and cycle time. Figure 7 shows an example of a testcase in Taguchi method with 6 thousand cells which requires only less than 6 minutes to generate that is equivalent to 1.7 million cells when in exhaustive mode. User will be informed with the generation progress in percentage and the corresponding time taken. The Max Instances/cell that was set during setup will divide the total cell amount to a few cell names in order to ease the troubleshooting process later on. swept. The Tried value is the one that user has intended to sweep the parameter with. But the program will make sure this value is valid by triggering the PCell s callback and returning the Actual value. Each PCell s terminals will be connected with the pin that was specified earlier in the main program s terminal section. The specified background pin serves as the connectivity to substrate and N-well. User may finally do some work around to the basic layout by passing in the post layout skill file. For example, an N-well ring with a deep N-well background layer has been incorporated to the generated layout shown below (Figure 9). Figure 9: Example of the generated testcase layout. Figure 7: Information on testcase generation that is produced by the program in CIW. Figure 8: Report file that is produced by the program in text form. This program produces a report (Figure 8) telling the user what and how the parameter values being Figure 10: Example of the generated testcase schematic In the corresponding generated schematic shown in Figure 10 above, every PCell s symbol terminals will also be connected the same way as explained for the generated layout in order to pass LVS verification

8 successfully. Both generated schematic and layout will be appended with the swept parameters information and total generation time spent on that particular cell name. Library manager as shown in Appendix 5 illustrates all the generated cells in pcellqa library. Cell name with drc_ prefix was generated with either Generate Schematic switched off or whenever the PCell does not equipped with a symbol which obviously intended for DRC verification only. Other wise, cell name with drc_lvs_ prefix will be generated for both DRC and LVS verifications. 8. Conclusions A pcell verification system that is able to sweep parameters comprehensively is developed base on the outline in this paper. The problems that this automation surfaced out is beyond our expectation as we tends to sweep more parameters and larger combination of parameters due to its abilities to overcomes the constraints illustrated above which the old system could not overcome. The pcell verification could further enhance to include auto run of DRC and LVS after the testcase is generated in future. 9. References 1. ICU The Methodology and Implementation of Automatic PCell & ACPD Flow QA. 2. R. Sreenivas Rao, R.S. Prakasham, K. Krishna Prasad, S. Rajesham,P.N. Sarma, L. Venkateswar Rao (2004) Xylitol production by Candida sp.: parameter optimization using Taguchi approach, Process Biochemistry 39: a.asp 10. Information for abstract submissions - List of Cadence products in this paper : Cadence SKILL compiler, Analog Design Environment, Virtuoso Schematic, OCEAN. - Name & title MT Lau, CAD Engineer; Victer Chong, CAD Engineer - Company name : National Semiconductor Corporation - Address : Batu Berendam Free Trade Zone, Malacca, Malaysia. - Phone number : 00 (606) Fax number : 00 (606) address : [email protected]; [email protected] - Speaker biography : B Sc from National University of Singapore in Joined National Semiconductor Corp (Malaysia) in Oct Currently, working in Analog Mixed-Signal CAD Group, which is part of corporate Analog Mixed-Signal Tools & Library Development Group. - Co-author biography : M Sc from National University of Malaysia in Joined National Semiconductor Corp (Malaysia) in July Currently, working in Analog Mixed-Signal CAD Group, which is part of corporate Analog Mixed-Signal Tools & Library Development Group. - Estimate time required for presentation : 30 minutes - Type of audio/visual aids required: Projector. 3. Leon, R V; Shoemaker, A C & Kacker, R N (1987) Performance measures independent of adjustment: an explanation and extension of Taguchi's signal-to-noise ratios (with discussion), Technometrics vol 29, pp Moen, R D; Nolan, T W & Provost, L P (1991) Improving Quality Through Planned Experimentation ISBN Nair, V N (ed.) (1992) Taguchi's parameter design: a panel discussion, Technometrics vol34, pp

9 Appendix 1: Parameter Diagram for Taguchi Pcell Testcase: Noise Factor: Float representation errors Input factors: Sweeping all PCell parameters length, width, fingers, parallel/ series, area PCell QA Testcase Desired Output Clean/Failed PCell code. Identify noise factor compensation area. Controlled factors: PCell Coding. Compensation algorithm for rounding/float errors.

10 Appendix 2: An example of skill routine for measuring the memory usage: procedure( (monitormemory t) ) let((memfile availmem usedbyapp (usage 0.0) theline cache freemem) when(monitormemory if( isfile("/proc/meminfo") then memfile=infile("/proc/meminfo") while( gets( theline memfile ) cond( (rexmatchp("^memtotal:" theline) availmem = atoi(cadr(parsestring(theline))) ) (rexmatchp("^memfree:" theline) freemem = atoi(cadr(parsestring(theline))) ) (rexmatchp("^cached:" theline) cache = atoi(cadr(parsestring(theline))) ) ); cond ); while if( availmem && freemem && cache then usage = 100.0*(availMem-freeMem-cache)/availMem ;printf( "Avail=%d \tfree=%d \tcache=%d\n" availmem freemem cache) else usage = 0.0 ); if else printf("** memusage file not found!\n") ); if ); when usage ); let );

11 Appendix 3: Graphical User Interface of the Main Program drclvspcell().

12 Appendix 4: Setup file for a PCell that is done via main program GUI and stored in /setup_dir/libname.

13 Appendix 5: Library manager GUI showing the PCells testcase being generated in pcellqa library.

14

Lab 3 Layout Using Virtuoso Layout XL (VXL)

Lab 3 Layout Using Virtuoso Layout XL (VXL) Lab 3 Layout Using Virtuoso Layout XL (VXL) This Lab will go over: 1. Creating layout with Virtuoso layout XL (VXL). 2. Transistor Chaining. 3. Creating Standard cell. 4. Manual Routing 5. Providing Substrate

More information

CADENCE LAYOUT TUTORIAL

CADENCE LAYOUT TUTORIAL CADENCE LAYOUT TUTORIAL Creating Layout of an inverter from a Schematic: Open the existing Schematic Page 1 From the schematic editor window Tools >Design Synthesis >Layout XL A window for startup Options

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

A Program for PCB Estimation with Altium Designer

A Program for PCB Estimation with Altium Designer A Program for PCB Estimation with Altium Designer By: Steve Hageman AnalogHome.com One thing that I have had to do over and over on my new PCB jobs is to make an estimate of how long I think the layout

More information

Designing a Schematic and Layout in PCB Artist

Designing a Schematic and Layout in PCB Artist Designing a Schematic and Layout in PCB Artist Application Note Max Cooper March 28 th, 2014 ECE 480 Abstract PCB Artist is a free software package that allows users to design and layout a printed circuit

More information

Getting Started with the Cadence Software

Getting Started with the Cadence Software 1 Getting Started with the Cadence Software In this chapter, you learn about the Cadence software environment and the Virtuoso layout editor as you do the following tasks: Copying the Tutorial Database

More information

How To Use The Correlog With The Cpl Powerpoint Powerpoint Cpl.Org Powerpoint.Org (Powerpoint) Powerpoint (Powerplst) And Powerpoint 2 (Powerstation) (Powerpoints) (Operations

How To Use The Correlog With The Cpl Powerpoint Powerpoint Cpl.Org Powerpoint.Org (Powerpoint) Powerpoint (Powerplst) And Powerpoint 2 (Powerstation) (Powerpoints) (Operations orrelog SQL Table Monitor Adapter Users Manual http://www.correlog.com mailto:[email protected] CorreLog, SQL Table Monitor Users Manual Copyright 2008-2015, CorreLog, Inc. All rights reserved. No part

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

13-1. This chapter explains how to use different objects.

13-1. This chapter explains how to use different objects. 13-1 13.Objects This chapter explains how to use different objects. 13.1. Bit Lamp... 13-3 13.2. Word Lamp... 13-5 13.3. Set Bit... 13-9 13.4. Set Word... 13-11 13.5. Function Key... 13-18 13.6. Toggle

More information

CLC Server Command Line Tools USER MANUAL

CLC Server Command Line Tools USER MANUAL CLC Server Command Line Tools USER MANUAL Manual for CLC Server Command Line Tools 2.5 Windows, Mac OS X and Linux September 4, 2015 This software is for research purposes only. QIAGEN Aarhus A/S Silkeborgvej

More information

Animated Lighting Software Overview

Animated Lighting Software Overview Animated Lighting Software Revision 1.0 August 29, 2003 Table of Contents SOFTWARE OVERVIEW 1) Dasher Pro and Animation Director overviews 2) Installing the software 3) Help 4) Configuring the software

More information

Accounting Manager. User Guide A31003-P1030-U114-2-7619

Accounting Manager. User Guide A31003-P1030-U114-2-7619 Accounting Manager User Guide A31003-P1030-U114-2-7619 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001 and ISO14001 standards and are certified

More information

Virtuoso Analog Design Environment Family Advanced design simulation for fast and accurate verification

Virtuoso Analog Design Environment Family Advanced design simulation for fast and accurate verification Advanced design simulation for fast and accurate verification The Cadence Virtuoso Analog Design Environment family of products provides a comprehensive array of capabilities for the electrical analysis

More information

STIM202 Evaluation Kit

STIM202 Evaluation Kit Table of contents: 1 FEATURES... 2 2 GENERAL DESCRIPTIONS AND SYSTEM CONTENTS... 2 3 SYSTEM REQUIREMENTS... 2 4 GETTING STARTED... 3 4.1 INSTALLATION OF NI-SERIAL CABLE ASSEMBLY DRIVER... 3 4.2 INSTALLATION

More information

Real Time Monitor. A Real-Time Windows Operator Interface. DDE Compliant. (for remote data display)

Real Time Monitor. A Real-Time Windows Operator Interface. DDE Compliant. (for remote data display) Real Time Monitor A Real-Time Windows Operator Interface DDE Compliant (for remote data display) TABLE OF CONTENTS 1. INTRODUCTION...1 1.1 INSTALLATION...2 1.2 FIRST START UP - DDE CONFIGURE...2 1.3 AUTO-STARTUP...2

More information

LICENSE4J FLOATING LICENSE SERVER USER GUIDE

LICENSE4J FLOATING LICENSE SERVER USER GUIDE LICENSE4J FLOATING LICENSE SERVER USER GUIDE VERSION 4.5.5 LICENSE4J www.license4j.com Table of Contents Getting Started... 2 Floating License Usage... 2 Installation... 4 Windows Installation... 4 Linux

More information

Event counters in NOVA

Event counters in NOVA Case study: how to use the event counters in NOVA? 1 Event counter support NOVA Technical Note 22 Event counters in NOVA Most of the measurement commands, like CV staircase or Record signals (> 1 ms) provide

More information

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013 LOCKSS on LINUX CentOS6 Installation Manual 08/22/2013 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 6 BIOS Settings... 9 Installation... 10 Firewall Configuration...

More information

Royal Military College of Canada

Royal Military College of Canada Microelectronics Lab Cadence Tutorials Layout Design and Simulation (Using Virtuoso / Diva / Analog Artist) Department of Electrical & Computer Engineering Royal Military College of Canada Cadence University

More information

OWNERS MANUAL. Status Monitor. for Windows 95, 98, ME, NT 4, 2000 & XP. SIGNALCRAFTERS TECH, INC. www.signalcrafters.com

OWNERS MANUAL. Status Monitor. for Windows 95, 98, ME, NT 4, 2000 & XP. SIGNALCRAFTERS TECH, INC. www.signalcrafters.com OWNERS MANUAL Status Monitor for Windows 95, 98, ME, NT 4, 2000 & XP SIGNALCRAFTERS TECH, INC. www.signalcrafters.com 57 Eagle Rock Avenue, East Hanover, NJ 07936 Tel: 973-781-0880 or 800-523-5815 Fax:

More information

Installing HSPICE on UNIX, Linux or Windows Platforms

Installing HSPICE on UNIX, Linux or Windows Platforms This document describes how to install the HSPICE product. Note: The installation instructions in this document are the most up-to-date available at the time of production. However, changes might have

More information

Tips and Tricks SAGE ACCPAC INTELLIGENCE

Tips and Tricks SAGE ACCPAC INTELLIGENCE Tips and Tricks SAGE ACCPAC INTELLIGENCE 1 Table of Contents Auto e-mailing reports... 4 Automatically Running Macros... 7 Creating new Macros from Excel... 8 Compact Metadata Functionality... 9 Copying,

More information

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications Joshua Ellul [email protected] Overview Brief introduction to Body Sensor Networks BSN Hardware

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com [email protected]. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com [email protected] 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy MyOra 3.5 SQL Tool for Oracle User Guide Kris Murthy Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL Editor...

More information

Eventia Log Parsing Editor 1.0 Administration Guide

Eventia Log Parsing Editor 1.0 Administration Guide Eventia Log Parsing Editor 1.0 Administration Guide Revised: November 28, 2007 In This Document Overview page 2 Installation and Supported Platforms page 4 Menus and Main Window page 5 Creating Parsing

More information

EPM2000 LabVIEW Building Applications Instructions

EPM2000 LabVIEW Building Applications Instructions EPM2000 LabVIEW Building Applications Instructions Copyright (C) 2000 Molectron Detector, Incorporated Introduction The EPM2000 LabVIEW VI library is a collection of 57 configuration VIs that allow the

More information

NortechCommander Software Operating Manual MAN-00004 R6

NortechCommander Software Operating Manual MAN-00004 R6 NortechCommander Software Operating Manual MAN-00004 R6 If the equipment described herein bears the symbol, the said equipment complies with the applicable European Union Directive and Standards mentioned

More information

TestManager Administration Guide

TestManager Administration Guide TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager

More information

Visualization Plugin for ParaView

Visualization Plugin for ParaView Alexey I. Baranov Visualization Plugin for ParaView version 1.3 Springer Contents 1 Visualization with ParaView..................................... 1 1.1 ParaView plugin installation.................................

More information

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Virtual CD v10. Network Management Server Manual. H+H Software GmbH Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual

More information

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Release Document Version: 1.4-2013-05-30 User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....6 1.1 Who should read this guide?....6 1.2 User profiles....6

More information

PMOD Installation on Windows Systems

PMOD Installation on Windows Systems User's Guide PMOD Installation on Windows Systems Version 3.7 PMOD Technologies Windows Installation The installation for all types of PMOD systems starts with the software extraction from the installation

More information

Additional Information: A link to the conference website is available at: http://www.curtin.edu.my/cutse2008/index.html

Additional Information: A link to the conference website is available at: http://www.curtin.edu.my/cutse2008/index.html Citation: Veeramani, S. and Gopal, Lenin. 2008. Network monitoring tool, in Curtin University of Technology (ed), Curtin University of Technology Science and Engineering International Conference CUTSE

More information

Scheduling in SAS 9.3

Scheduling in SAS 9.3 Scheduling in SAS 9.3 SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. Scheduling in SAS 9.3. Cary, NC: SAS Institute Inc. Scheduling in SAS 9.3

More information

A Visualization System and Monitoring Tool to Measure Concurrency in MPICH Programs

A Visualization System and Monitoring Tool to Measure Concurrency in MPICH Programs A Visualization System and Monitoring Tool to Measure Concurrency in MPICH Programs Michael Scherger Department of Computer Science Texas Christian University Email: [email protected] Zakir Hussain Syed

More information

ADMINISTRATOR S GUIDE

ADMINISTRATOR S GUIDE F O R W I N D O W S N T ADMINISTRATOR S GUIDE 1997 Claris Corporation. All Rights Reserved. Claris Corporation 5201 Patrick Henry Drive Santa Clara, California 95052 Claris and FileMaker are trademarks

More information

2X ApplicationServer & LoadBalancer Manual

2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Manual 2X ApplicationServer & LoadBalancer Contents 1 URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies,

More information

A Computer Glossary. For the New York Farm Viability Institute Computer Training Courses

A Computer Glossary. For the New York Farm Viability Institute Computer Training Courses A Computer Glossary For the New York Farm Viability Institute Computer Training Courses 2006 GLOSSARY This Glossary is primarily applicable to DOS- and Windows-based machines and applications. Address:

More information

Multi-Touch Control Wheel Software Development Kit User s Guide

Multi-Touch Control Wheel Software Development Kit User s Guide Multi-Touch Control Wheel Software Development Kit User s Guide V3.0 Bulletin #1204 561 Hillgrove Avenue LaGrange, IL 60525 Phone: (708) 354-1040 Fax: (708) 354-2820 E-mail: [email protected] www.grayhill.com/instinct

More information

Manual Software SPECTRO3-MONITORING V5.0

Manual Software SPECTRO3-MONITORING V5.0 Manual Software SPECTRO3-MONITORING V5.0 (PC software for Microsoft Windows XP, VISTA, 7) for color sensors of the SPECTRO-3 series This manual describes the installation and operation of the SPECTRO3-MONITORING

More information

Architecting the Future of Big Data

Architecting the Future of Big Data Hive ODBC Driver User Guide Revised: July 22, 2013 2012-2013 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and

More information

ProtoSphere 2.0 Administration Guide

ProtoSphere 2.0 Administration Guide ProtoSphere 2.0 Administration Guide Rev. Date 05-01-2012 Copyright 2012 ProtonMedia Inc. Contents Introduction... 4 Accessing the Web Management Tool... 5 A Note About Naming Conventions... 6 The Home

More information

Software User Guide UG-461

Software User Guide UG-461 Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment

More information

SSL Enforcer Documentation

SSL Enforcer Documentation SSL Enforcer Documentation Introduction Install and Uninstall Getting Started Main Settings Options Log Introduction Today a vast majority of Internet activities like social networking, streaming videos,

More information

Honeywell Internet Connection Module

Honeywell Internet Connection Module Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting

More information

contentaccess Analysis Tool Manual

contentaccess Analysis Tool Manual contentaccess Analysis Tool Manual OCTOBER 13, 2015 TECH-ARROW A.S. Kazanská 5, Bratislava 821 05, Slovakia, EU Contents Description of contentaccess Analysis Tool... 2 contentaccess Analysis Tool requirements...

More information

System Monitoring and Diagnostics Guide for Siebel Business Applications. Version 7.8 April 2005

System Monitoring and Diagnostics Guide for Siebel Business Applications. Version 7.8 April 2005 System Monitoring and Diagnostics Guide for Siebel Business Applications April 2005 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2005 Siebel Systems, Inc. All rights reserved.

More information

Generating Automated Test Scripts for AltioLive using QF Test

Generating Automated Test Scripts for AltioLive using QF Test Generating Automated Test Scripts for AltioLive using QF Test Author: Maryam Umar Contents 1. Introduction 2 2. Setting up QF Test 2 3. Starting an Altio application 3 4. Recording components 5 5. Performing

More information

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. 1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards

More information

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users Getting Started Getting Started with Time Warner Cable Business Class Voice Manager A Guide for Administrators and Users Table of Contents Table of Contents... 2 How to Use This Guide... 3 Administrators...

More information

Component, Model and Library Concepts. Components - the Basic Building Blocks. Modified by on 2-Jul-2014

Component, Model and Library Concepts. Components - the Basic Building Blocks. Modified by on 2-Jul-2014 Component, Model and Library Concepts Modified by on 2-Jul-2014 This article explains Altium Designer components, models and libraries, and their relationships. Approaches for identifying and managing

More information

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24 Data Federation Administration Tool Guide Content 1 What's new in the.... 5 2 Introduction to administration

More information

Performance Monitoring of Parallel Scientific Applications

Performance Monitoring of Parallel Scientific Applications Performance Monitoring of Parallel Scientific Applications Abstract. David Skinner National Energy Research Scientific Computing Center Lawrence Berkeley National Laboratory This paper introduces an infrastructure

More information

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -

More information

Analatom, Inc., 3210 Scott Blvd., Santa Clara, CA 95054-3007 Phone: (408)-980-9516 Fax: (408)-980-9518 Email: [email protected]

Analatom, Inc., 3210 Scott Blvd., Santa Clara, CA 95054-3007 Phone: (408)-980-9516 Fax: (408)-980-9518 Email: info@analatom.com Analatom, Inc., 3210 Scott Blvd., Santa Clara, CA 95054-3007 Phone: (408)-980-9516 Fax: (408)-980-9518 Email: [email protected] This document provides a description, details and instructions for using

More information

BillQuick Agent 2010 Getting Started Guide

BillQuick Agent 2010 Getting Started Guide Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Agent 2010 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

University of Texas at Dallas. Department of Electrical Engineering. EEDG 6306 - Application Specific Integrated Circuit Design

University of Texas at Dallas. Department of Electrical Engineering. EEDG 6306 - Application Specific Integrated Circuit Design University of Texas at Dallas Department of Electrical Engineering EEDG 6306 - Application Specific Integrated Circuit Design Synopsys Tools Tutorial By Zhaori Bi Minghua Li Fall 2014 Table of Contents

More information

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Running, Copying and Pasting reports... 4 Creating and linking a report... 5 Auto e-mailing reports...

More information

Centrepoint Technologies. Phone System Solutions for: Smart homes Home businesses Small offices Branch/Remote offices DESKTOP PHONE SYSTEM.

Centrepoint Technologies. Phone System Solutions for: Smart homes Home businesses Small offices Branch/Remote offices DESKTOP PHONE SYSTEM. Centrepoint Technologies DESKTOP PHONE SYSTEM Phone System Solutions for: Smart homes Home businesses Small offices Branch/Remote offices User Guide Table of Contents 1.0 Installing TalkSwitch 1.1 What's

More information

Jianjian Song LogicWorks 4 Tutorials (5/15/03) Page 1 of 14

Jianjian Song LogicWorks 4 Tutorials (5/15/03) Page 1 of 14 LogicWorks 4 Tutorials Jianjian Song Department of Electrical and Computer Engineering Rose-Hulman Institute of Technology March 23 Table of Contents LogicWorks 4 Installation and update...2 2 Tutorial

More information

Integrating VoltDB with Hadoop

Integrating VoltDB with Hadoop The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.

More information

Audit Trail Administration

Audit Trail Administration Audit Trail Administration 0890431-030 August 2003 Copyright 2003 by Concurrent Computer Corporation. All rights reserved. This publication or any part thereof is intended for use with Concurrent Computer

More information

LDCDP 11999.GdW. L force Controls. Ä.GdWä. Software Manual. Industrial PC. WindowsR CE Thin Client. Operating system

LDCDP 11999.GdW. L force Controls. Ä.GdWä. Software Manual. Industrial PC. WindowsR CE Thin Client. Operating system L force Controls Ä.GdWä LDCDP 11999.GdW Software Manual Industrial PC WindowsR CE Thin Client Operating system l Please read these instructions before you start working! Follow the enclosed safety instructions.

More information

Event Record Monitoring and Analysis Software. Software Rev. 3.0 and Up. User s Guide

Event Record Monitoring and Analysis Software. Software Rev. 3.0 and Up. User s Guide Event Record Monitoring and Analysis Software Software Rev. 3.0 and Up User s Guide 2 Contents Contents Chapter 1: About ERMAWin 4 Chapter 2: Overview 5 About this Manual 5 System Requirements 5 Installing

More information

Using RADIUS Agent for Transparent User Identification

Using RADIUS Agent for Transparent User Identification Using RADIUS Agent for Transparent User Identification Using RADIUS Agent Web Security Solutions Version 7.7, 7.8 Websense RADIUS Agent works together with the RADIUS server and RADIUS clients in your

More information

System Requirement Specification for A Distributed Desktop Search and Document Sharing Tool for Local Area Networks

System Requirement Specification for A Distributed Desktop Search and Document Sharing Tool for Local Area Networks System Requirement Specification for A Distributed Desktop Search and Document Sharing Tool for Local Area Networks OnurSoft Onur Tolga Şehitoğlu November 10, 2012 v1.0 Contents 1 Introduction 3 1.1 Purpose..............................

More information

2» 10» 18» 26» PD3 34 00 42»

2» 10» 18» 26» PD3 34 00 42» » STARDOM Safe Capsule Series User Manual... 2» STARDOM Safe Capsule Serie Bedienungsanleitung... 10» Série STARDOM Safe Capsule Manuel de l utilisateur... 18 26 PD3500 34» Manual de usuario de STARDOM

More information

UNICORN 7.0. Administration and Technical Manual

UNICORN 7.0. Administration and Technical Manual UNICORN 7.0 Administration and Technical Manual Page intentionally left blank Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts...

More information

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 Performance Study VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 VMware VirtualCenter uses a database to store metadata on the state of a VMware Infrastructure environment.

More information

Acronis Backup & Recovery 11

Acronis Backup & Recovery 11 Acronis Backup & Recovery 11 Update 0 Installation Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for

More information

Metadata Import Plugin User manual

Metadata Import Plugin User manual Metadata Import Plugin User manual User manual for Metadata Import Plugin 1.0 Windows, Mac OS X and Linux August 30, 2013 This software is for research purposes only. CLC bio Silkeborgvej 2 Prismet DK-8000

More information

Executive Summary. Table of Contents

Executive Summary. Table of Contents Executive Summary How to Create a Printed Circuit Board (PCB) Department of Electrical & Computer Engineering Michigan State University Prepared by: John Kelley Revision: 4/06/00 This application note

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2009, Parallels, Inc.

More information

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE

WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE WEBAPP PATTERN FOR APACHE TOMCAT - USER GUIDE Contents 1. Pattern Overview... 3 Features 3 Getting started with the Web Application Pattern... 3 Accepting the Web Application Pattern license agreement...

More information

Vine Server. v3.1. Manual

Vine Server. v3.1. Manual Vine Server v3.1 Manual Copyright 2009 TestPlant Inc. Vine Server Manual Trademarks Vine, Vine Viewer, Vine Server, the Vine logo, TestPlant, and the TestPlant logo are trademarks or registered trademarks

More information

Specific Information for installation and use of the database Report Tool used with FTSW100 software.

Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool This manual contains: Specific Information for installation and use of the database Report Tool used with FTSW100 software. Database Report Tool for use with FTSW100 versions 2.01

More information

WINDOWS PROCESSES AND SERVICES

WINDOWS PROCESSES AND SERVICES OBJECTIVES: Services o task manager o services.msc Process o task manager o process monitor Task Scheduler Event viewer Regedit Services: A Windows service is a computer program that operates in the background.

More information

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc. WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day [email protected] v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Agilent Automated Card Extraction Dried Blood Spot LC/MS System

Agilent Automated Card Extraction Dried Blood Spot LC/MS System Agilent Automated Card Extraction Dried Blood Spot LC/MS System SCAP DBS Software User Guide Notices Agilent Technologies, Inc. 2012 No part of this manual may be reproduced in any form or by any means

More information

Auditing manual. Archive Manager. Publication Date: November, 2015

Auditing manual. Archive Manager. Publication Date: November, 2015 Archive Manager Publication Date: November, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

More information

Capacitive Touch Sensor Project:

Capacitive Touch Sensor Project: NOTE: This project does not include a complete parts list. In particular, the IC described here does not come in a dual-inline-package (DIP), and so a gull-wing package has to be soldered to an adaptor

More information

Contents. Chapter 1 Introducing virtualized Microsoft Office 2010... 3. Chapter 2 Packaging Microsoft Office... 5

Contents. Chapter 1 Introducing virtualized Microsoft Office 2010... 3. Chapter 2 Packaging Microsoft Office... 5 Contents Chapter 1 Introducing virtualized Microsoft Office 2010... 3 About virtualized Microsoft Office... 3 Use cases... 3 Chapter 2 Packaging Microsoft Office... 5 About preparing a packaging system...

More information

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification: PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Intellicus Cluster and Load Balancer Installation and Configuration Manual Intellicus Enterprise Reporting and BI Platform Intellicus Technologies [email protected] www.intellicus.com Copyright 2012

More information

Jim2 ebusiness Framework Installation Notes

Jim2 ebusiness Framework Installation Notes Jim2 ebusiness Framework Installation Notes Summary These notes provide details on installing the Happen Business Jim2 ebusiness Framework. This includes ebusiness Service and emeter Reads. Jim2 ebusiness

More information

UNICORN 6.4. Administration and Technical Manual

UNICORN 6.4. Administration and Technical Manual UNICORN 6.4 Administration and Technical Manual Page intentionally left blank Table of Contents Table of Contents 1 Introduction... 1.1 Administrator functions overview... 1.2 Network terms and concepts...

More information

End User Guide The guide for email/ftp account owner

End User Guide The guide for email/ftp account owner End User Guide The guide for email/ftp account owner ServerDirector Version 3.7 Table Of Contents Introduction...1 Logging In...1 Logging Out...3 Installing SSL License...3 System Requirements...4 Navigating...4

More information

Inteset Secure Lockdown ver. 2.0

Inteset Secure Lockdown ver. 2.0 Inteset Secure Lockdown ver. 2.0 for Windows XP, 7, 8, 10 Administrator Guide Table of Contents Administrative Tools and Procedures... 3 Automatic Password Generation... 3 Application Installation Guard

More information

Auto Attendant or IVR Setup Guide DigiCloud IP PBX Solution

Auto Attendant or IVR Setup Guide DigiCloud IP PBX Solution Auto Attendant or IVR Setup Guide DigiCloud IP PBX Solution Auto Attendant DigiCloud Auto Attendant is a flexible utility designed to greet callers and transfer them either to an existing DigiCloudSwitch

More information

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com

Best Practises for LabVIEW FPGA Design Flow. uk.ni.com ireland.ni.com Best Practises for LabVIEW FPGA Design Flow 1 Agenda Overall Application Design Flow Host, Real-Time and FPGA LabVIEW FPGA Architecture Development FPGA Design Flow Common FPGA Architectures Testing and

More information