TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...5. B.1 - Setup Dialog... 5 B.2 - Description... 6 B.3 - Controls...

Size: px
Start display at page:

Download "TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...5. B.1 - Setup Dialog... 5 B.2 - Description... 6 B.3 - Controls..."

Transcription

1 Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM Tel: Fax: Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...5 B.1 - Setup Dialog... 5 B.2 - Description... 6 B.3 - Controls... 6 C - EXECUTION, ARCHIVE RECALL AND EXPORTING...8 C - EXECUTION, ARCHIVE RECALL AND EXPORTING...8 C.1 - Execution... 8 C.2 - Archive Recall... 8 C.3 Admin Info C.4 Test Definition Graph C.5 Exporting C.6 - Controls C.7 - Discussion D USER VARIABLES...20 E - CHANGE AND VERSION RECORD...21 I

2 Table of Figures Figure A.1 - Branching on Multiple Logic Conditions Figure A.2 - Example Using the Automatic Branch Abort Figure B.1 - Automatic Branch Abort Task Configuration Dialog Figure C Recall the Task from the Archive Figure C Automatic Branch Abort Task Configuration Recalled from the DataSet Archive Figure C Automatic Branch Abort Task Execution Results Figure C Admin Info Subdialog Figure C Automatic Branch Abort Task Test Definition Graph Text Output Figure C Export Dialog Figure C Standard Windows File Browser Dialog Figure C Export Configuration Dialog - Printer Option Figure C Standard Windows Printer Configuration Dialog Figure C Sample Automatic Branch Abort Task Text Export File Figure C Sample Automatic Branch Abort Task Excel Export Output Figure C Sample Automatic Branch Abort Task Word Export Output II

3 Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM Tel: Fax: VII Tasks A. Program Control 1. Branch Tasks ii. Auto Branch Abort Task A - Discussion The Automatic Branch Abort Task is very similar to the Automatic Exit Task. There are two primary differences. The first is that the Automatic Branch Abort must be programmed into a Branch Loop. (The Task may be programmed outside a Branch Loop but will not serve any useful purpose.) The second difference is that the Task does not terminate the Test Definition, but may terminate the continued looping of the Branch Loop. When the Task executes, it performs a comparison between a User Variable and the Task's Branch Logic Condition in an inverse fashion to the Branch Task itself. (Inverse because the Branch Task uses a successful comparison to Branch and the Branch Abort uses the successful comparison to stop Branching.) If the proper condition is met, a flag is set to tell the Branch Task not to branch regardless of its Branch Logic Condition/User Variable comparison. Figure A.1 shows the cooperative operation of the Branch Abort Task and the Branch Task. 1

4 Figure A.1 - Branching on Multiple Logic Conditions. 1

5 It is important to note that multiple Auto Branch Abort Tasks may be programmed usefully into a single Branch Loop. If the abort condition is met, the Branch Abort flag will be set by any of the Tasks. However, if the abort condition is not met, the Task will not clear the abort flag. Thus any Auto Branch Abort Task can pass an abort signal through other Tasks to the Branch Task. This make the Auto Branch Abort Task a very useful tool since it allows the Branching to be dependent on any number of variables. Consider the following example: Figure A.2 - Example Using the Automatic Branch Abort. This example modifies the standard Fatigue example shown in the Tutorials. Task 1 - "Start Prompt" - This is a Pause Task that prompts the user to start the experiment. Task 2 - "Baseline PUND" - This is a PUND that executes once. It provides a baseline, pre-stress measurement of the sample. Task 3 - "Fatigue Stress" - This is a Waveform Task set to stress the sample and adjust its duration as the Test Definition loops. This is the Branch Target. Task 4 - "Fatigue Measurement PUND" - A PUND Task that repeatedly measures the progress of Fatigue after each stress period. Task 5 - "Fatigue Progress" - This is a Pass-Through Filter Task that records and displays P* and other PUND parameters during the Fatigue execution. It is set to Single-Point mode. Task 6 - "Check Overtemp" - The experimenter is concerned that the ambient laboratory temperature may exceed 35 ºC, which would taint the results. The 2

6 experiment itself does not introduce any heat but other equipment in the vicinity may do so. A thermal detection device has its detector placed in proximity to the sample and is connected to the Precision Tester through the GPIB interface. The device is set to 35 C. Below that temperature it will report the text "Normal" when queried. Over that temperature it will report "Overtemp". A Generic GPIB Task is placed in the Test Definition to query the thermal detector. Task 7 - "Overtemp Abort" - An Automatic Branch Abort Task is added that compares the User Variable "GPIB Response String" to the text string "Overtemp". If the strings are equal it sets the abort flag. Task 8 - P* < 20.0" - The sample normal shows P* of ~50.0 µc/cm 2 for the test voltage. A value that falls below 20.0 µc/cm 2 will be considered sufficient to characterize the Fatigue properties of the sample. A second Automatic Branch Abort Task is used to look for this condition and stop the experiment. Task 9 - "Fatigue Loop" - The Branch Task. This Task is set to terminate after 50 iterations if it does not see a Branch Abort flag. If P* remains above 20.0 µc/cm2 for that period, the sample can be presumed to be Fatigue free. Table A.1 shows a variety of conditions that are tested and the resulting response by the Branch Task. Note that Branch Looping continues only in the first entry of the table. Each of the subsequent entries represents one or more conditions that cause branching to terminate. Any of these entries may follow sequentially from the first entry, but they are independent of each other. The table does not represent a sequence of activity since any of the terminating conditions would cause execution to leave the table. The last four entries in the table represent normal Branch Loop termination at Loop Counter = 51, regardless of the state of the loop abort flag. Normal loop conditions are indicated in green. Loop terminating conditions are indicated in red. The presence of any loop terminating condition will cause the loop to terminate. In other words, conditions that do not cause the abort flag to be set will not reset the abort flag if it is set. Temperature C P* (µc/cm 2 ) Loop Condition Branches Count Temperature: Normal - Abort Not Set Yes P*: Normal - Abort Not Set Loop Count: Continue Temperature: Out of Range - Abort Set No P*: Normal - Abort Not Set Loop Count: Continue Temperature: Normal - Abort Not Set No P*: Out of Range - Abort Set Loop Count: Continue Temperature: Out of Range - Abort Set No 3

7 P*: Out of Range - Abort Set Loop Count: Continue Temperature: Normal - Abort Not Set P*: Normal - Abort Not Set Loop Count: Terminate Temperature: Out of Range - Abort Set P*: Normal - Abort Not Set Loop Count: Terminate Temperature: Normal - Abort Not Set P*: Out of Range - Abort Set Loop Count: Terminate Temperature: Out of Range - Abort Set P*: Out of Range - Abort Set Loop Count: Terminate No No No No Changes for Version 4.1.x: Table A.1 - Branch Control Conditions. Comments field extended to 511 characters. Office/Word/Excel 2000 and later export was added. (Office '97 export was elminated.) Moved to Library->Program Control->Branching. 4

8 B - Configuration Task Name: Auto Branch Abort Version: Last Update: 26 February 2009 In QuikLook Menu: No Folder: Program Control Subfolder: Branching Subsubfolder: None Window Name: Automatic Branch Abort Setup Change and Version Record Known Bugs: None User Variables Added: User Variables B.1 - Setup Dialog Figure B.1 - Automatic Branch Abort Task Configuration Dialog. 5

9 B.2 - Description The setup of the Automatic Branch Abort Task is identical to the setup of the Branch Task itself. It must be remembered that the logic assigned to the Branch Abort is used to cause the Branch Task to stop Branching, while the Branch Task configuration set the logic to continue Branching. Here a User Variable is selected, a comparison type assigned and a limit value specified. A disabled text control shows the logic as it is assigned. Changes for Version 4.1.x: Comments field extended to 511 characters. B.3 - Controls Name Type Default Description Task Name Text BA2:# This serves as a root identifier for this instance of the Automatic Branch Abort Task. The Task will be identified with this value in the Editor and the Current Test Definition (CTD). Executed Tasks will be displayed and stored with this name with a. and an execution number appended to it. Each new instance of the Task within the Editor should have a unique Task Name assigned. 30-character limit Abort on True/False Parameter to Compare Comparison Radio Button List Box List Box Abort on True Toggling logic buttons. One and only one of these choices may be selected. Under normal and default conditions Abort on True is selected telling the Task to set the Abort flag if the specified condition is met. The logic may be inverted by selecting Abort on False so that the Abort flag will be set if the condition is NOT met. Adjusting this selection will be reflected in the logic text of the disabled text control. Variable This box lists all available User Variables. The list is variable showing only User Variables that have been added by Tasks that have been accessed at some time since the program has been started. One variable must be selected. Each User Variable has a type. Depending on the type of the selected variable. One of Integer, Text, Real or Boolean will be enabled while the others are disabled. Adjusting this selection will be reflected in the logic text of the disabled text control. "=" Selects one of several comparison types to be made between the selected User Variable and the assigned parameter limit. Adjusting this selection will be reflected in the logic text of the disabled text control. Integer Integer 0 If the User Variable selected in Parameter to Compare is an integer, this control is enabled. Otherwise it is disabled. Enter a limit to which the selected User Variable is compared. Adjusting this selection will be reflected in the logic text of the disabled text control. Text Text "" If the User Variable selected in Parameter to Compare is a text string, this control is enabled. Otherwise it is disabled. Enter a limit to which the selected User Variable is compared. Adjusting this selection will be reflected in the logic text of the disabled text control. Real Real 0.0 If the User Variable selected in Parameter to Compare is a real value, this control is enabled. Otherwise it is disabled. Enter a limit to which the selected User Variable is compared. Adjusting this selection will be reflected in the logic text of the disabled text control. 6

10 Boolean List Box true If the User Variable selected in Parameter to Compare is a Boolean value, this control is enabled. Otherwise it is disabled. Enter a state to which the selected User Variable is compared. Normally the value in Comparison should be set to "=" or "NOT =" when the User Variable is a Boolean (unlabeled) Text Variable Read-Only. This control gives a plain-english description of the condition that will cause the Task to set the Branch Abort flag. The text is adjusted by changes to the Abort on True/False, Parameter to Compare, Comparison, Integer, Text, Real and Boolean controls. Comments Text A string of up to 511 characters to be written at the user s discretion. Intended to allow a detailed description of the design decision to include the Automatic Branch Abort Task. Export Help OK Cancel Button Unpressed Disabled during normal configuration. Enabled only on Archive Recall. This button is used to configure and enable the exporting of Task information. Button Unpressed Read this Help page. Button Unpressed Close the configuration dialog. Accept the configured Task values and add the Task to the Test Definition Button Unpressed Close the configuration dialog. Do not add the Task to the list in the Editor. 7

11 C - Execution, Archive Recall and Exporting C.1 - Execution The execution of this Task is visible to the user only as a text message in the status bar (at the lower left of the Vision main window) indicating if the Task aborted or not. This indication will normally be quickly overwritten by the next Task. C.2 - Archive Recall As with all Tasks, the Automatic Branch Abort Task can be recalled from the DataSet Archive to review the Task configuration and the outcome of its execution. To recall, open the desired DataSet and its Archive. Open the appropriate Executed Test Definition (ETD) and its "Data Folder". Finally, double-click on the desired copy of the Automatic Branch Abort Task. 8

12 Figure C Recall the Task from the Archive. First the original configuration dialog appears. The controls show the values as they were configured for the Task execution. Most controls are disabled. The Export control is active and may be used as described below. Help is also available. Admin Info opens a subdialog that provides Vision version and compilation date and Task compilation and execution date information. Cancel will close the dialog. 9

13 Figure C Automatic Branch Abort Task Configuration Recalled from the DataSet Archive. Once the configuration dialog is closed a message box will appear to indicate if the Task allowed Branching to continue or if it was aborted. 10

14 Figure C Automatic Branch Abort Task Execution Results. C.3 Admin Info The Admin Info button shown in Figure C.2.2 has been added to all Tasks as of Version 4.2.x. The button opens one of two subdialogs. Program Tasks, such as the Automatic Branch Abort Task present the dialog of Figure C.3.1. Here, the Vision Version and compilation date along with the Task configuration and execution date and time are presented. This information is of minor value to the user. However, Measurement Tasks also present Tester Type, Tester Serial Number and Driver Version. This information can be useful to RTI in helping the customer troubleshoot problems with Vision and/or the tester. Note that the exporting of this information has also been added to the export target applications as described below. Figure C Admin Info Subdialog. 11

15 C.4 Test Definition Graph Figure C.4.1 shows an example of the Automatic Branch Abort Task text output to a Test Definition Graph in "Standard" text mode. Test Definition Graphing is available by right-clicking in the Editor or DataSet Tab window. Information about the configuration of the Tasks that make up the Test Definition is presented graphically. See the discussion in the main Vision help pages under Tutorial IX or the Main Manual Section XIII. Figure C Automatic Branch Abort Task Test Definition Graph Text Output. C.5 Exporting In order to allow data to be exported from the Task when the Task is recalled from the DataSet Archive, an Export button appears on the recalled configuration dialog. This button is normally disabled, but it is enabled in Archive Regraph as in Figure C.2.2, above. Clicking the button produces the new dialog that appears below. Figure C.5.1 shows the Export configuration dialog in which the "Export Text" option is selected and the browser button enable. Figure C.5.2 shows the browser dialog that opens when the Browse for File Name button is clicked. 12

16 Figure C Export Dialog. Figure C Standard Windows File Browser Dialog. 13

17 C.6 - Controls Name Type Default Description Select List "Print" Select between the "Print", "Export Text", "Export Word" and "Export Option Box Excel" options. This control enables the Browse for File Name button for Line Spacing Left Margin Tab Spacing Browse for File Name File Name all selections except the "Print" option. Integer 100 This control appears when Select Option is set to "Print". Otherwise it is hidden. Increasing or decreasing this value will increase or decrease the vertical spacing of lines on the printed page. Experimentation will fix the value for any given printer. Integer 100 This control appears when Select Option is set to "Print". Otherwise it is hidden. Increasing or decreasing this value will increase or decrease the left start point of text on the printed page. Experimentation will fix the value for any given printer. Integer 200 This control appears when Select Option is set to "Print". Otherwise it is hidden. Increasing or decreasing this value will increase or decrease the horizontal spacing of tabbed sections of text on the printed page. Experimentation will fix the value for any given printer. Button Unpressed This control is enabled for all export options except "Print". For the remaining options, this control must be selected. The browser dialog will appear where a path and file name must be specified for the export output. Text This control is always disabled and cannot be used to specify the file name or path for Text, Word or Excel export. Once the browser is used to select a path and file name, those will be displayed in this control for review. Note that a path and file name MUST be specified for the "Text" and "Vision" export options and may be specified for "Excel" or "Word". Help Button Unpressed Open this help document for review. OK Button Unpressed Accept the configured export and close the dialog. Exporting will occur when the main data regraph dialog is closed. Cancel Button Unpressed Close the export dialog. Do not export. C.7 - Discussion Data can be exported to one of four targets: Printer - Pre-formatted text is sent to the printer when the configuration dialog is closed. Before printing a printer setup dialog will appear (Figure C.7.2), allowing printer options to be adjusted. (The appearance of the dialog will vary from user to user.) With the release of Version 4.1.x, printer text can be formatted from within Vision by adjusting the Line Spacing, Left Margin and Tab Spacing integer values (Figure C.7.1). Experimentation will show the proper settings for all exporting to the attached printer. These controls are hidden unless the printer is specified as the target. 14

18 Figure C Export Configuration Dialog - Printer Option. 15

19 Figure C Standard Windows Printer Configuration Dialog. Text File - Selecting this option enables the Browse for File Name button. Clicking this button will open a standard browser dialog in which a file name and path must be selected. If the file already exists, the output will be appended to existing text. An output file name must be specified for this export. Figure C.7.3 shows a sample of the Automatic Branch Abort Task text export. The information shown in the Admin Info subdialog of Figure C.3.1 has been added to the Text Export output. 16

20 Figure C Sample Automatic Branch Abort Task Text Export File. Excel - Selecting this option enables the Browse for File Name button. Clicking this button will open a standard browser dialog in which a file name and path may be selected. Specifying a file name is optional. However, if specified, a unique file name/file path must be created or an overwrite situation will occur. Data are not appended to existing files. When the recalled configuration dialog is closed, the Excel program will be started and a spread sheet created. When Excel is closed, the data will be written to the specified file name, or the user will be prompted to save if the file is not specified. Office/Excel 2000 or later must be loaded for this option. Office/Excel is not provided with the tester or Vision software. Figure C.7.4 shows a sample of the Automatic Branch Abort Task Excel export. The information shown in the Admin Info subdialog of Figure C.3.1 has been added to the Excel Export output. 17

21 Figure C Sample Automatic Branch Abort Task Excel Export Output. Word - Selecting this option enables the Browse for File Name button. Clicking this button will open a standard browser dialog in which a file name and path may be selected. Specifying a file name is optional. The Word program will be opened and written when the recalled configuration dialog is closed. If a new file name is specified, the document will be saved immediately. If no file name is specified, the user will be prompted to save the documents when closed. Office/Word 2000 or later must be loaded for this option. Office/Word is not provided with the tester or Vision software. The information shown in the Admin Info subdialog 18

22 of Figure C.3.1 has been added to the Text Export output. Figure C Sample Automatic Branch Abort Task Word Export Output. 19

23 Auto B.A.: Branch Aborted Boolean D User Variables True if the Branch Abort Logic Condition was met, otherwise set to False. 20

24 E - Change and Version Record This page specifically lists changes that are visible to the user. Often the software is changed in ways that are not directly apparent to the user. These changes may adjust the version number, in which case they are listed simply as "Internal Changes". Such changes may be indirectly evident in speed and performance improvements or the change of the Task file size. Version November 2001 Corrected an error that caused the Task to fail when it used a real User Variable type for comparison. Version December 2001 Moved the Branch Abort flag from the User Variable list to a system list to reduce clutter. Version March Set to Version for release - 14 March Installed initial Word file export - 26 March SPC. Version October Removed "Eye" icon from all dialogs - 4 October SPC. 2. Added Tool Tips - 11 November SPC. 3. Office 2000 Exporting - 2 February SPC. 4. User Variable Update - 8 April SPC. 5. Added print export characters position control variables for vertical line position, left margin and tab length. 31 July SPC. 6. Caused the Word program to shut down after Office '97 exporting from the Print/Export Task. This allows the file to be moved or renamed. 5 November 2004 Version May Set to Version for release. 21 May Moved to the "Branching" subfolder. 2 July Added Branch and Filter Target Task icons that show the association with the Branch Task by including a blue dot at the icon lower-left corner, or a Filter Task by including a brown rectangle at the lower-right corner. 2 May Internal Changes. 25 November

25 Version January Set to Version for release. 16 January Removed all references to Office/Word/Excel ' January Eliminated "Excel 2000" and "Word 2000" text from export output. 13 August Version December Set to Version to reflect changes. 9 December Added debug logging calls to facilitate troubleshooting. 9 December Version February Set to Version to match Vision framework version update. 26 February Added Admin Info button and subdialog. 20 July Write Vision Version and compile date to all export targets. 20 July Version November Set to Version to match Vision framework. 5 November Version January Set to Version to match Vision framework. 11 January Version June Set to Version to match Vision framework. 8 June

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...7. B.1 - Setup Dialog... 7 B.2 - Description... 7 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...7. B.1 - Setup Dialog... 7 B.2 - Description... 7 B.3 - Controls... Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...4. B.1 - Setup Dialog... 4 B.2 - Description... 5 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...4. B.1 - Setup Dialog... 4 B.2 - Description... 5 B.3 - Controls... Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...3. B.1 - Setup Dialog... 3 B.2 - Description... 4 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...3. B.1 - Setup Dialog... 3 B.2 - Description... 4 B.3 - Controls... Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

TABLE OF FIGURES... II A - DISCUSSION...1 B MAIN CONFIGURATION...4

TABLE OF FIGURES... II A - DISCUSSION...1 B MAIN CONFIGURATION...4 Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

TABLE OF FIGURES... II A - DISCUSSION...1

TABLE OF FIGURES... II A - DISCUSSION...1 Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

Table of Contents TABLE OF CONTENTS...I TABLE OF FIGURES... II D - DATA PLOTTING, REGRAPH AND EXPORT...16 E - CHANGE AND VERSION RECORD...

Table of Contents TABLE OF CONTENTS...I TABLE OF FIGURES... II D - DATA PLOTTING, REGRAPH AND EXPORT...16 E - CHANGE AND VERSION RECORD... Table of Contents TABLE OF CONTENTS...I TABLE OF FIGURES... II A - DISCUSSION...1 B - MAIN SETUP...6 B.1 - Setup Dialog...7 B.2 - Description...8 B.3 - Controls...10 C - PLOT SETUP...12 C.1 - Setup Dialog...13

More information

Table of Contents TABLE OF CONTENTS...I TABLE OF TABLES... II D - DATA PRESENTATION, REGRAPH AND EXPORTING...22 E - CHANGE AND VERSION RECORD...

Table of Contents TABLE OF CONTENTS...I TABLE OF TABLES... II D - DATA PRESENTATION, REGRAPH AND EXPORTING...22 E - CHANGE AND VERSION RECORD... Table of Contents TABLE OF CONTENTS...I TABLE OF TABLES... II A - DISCUSSION...1 A.1 - Cautions...3 A.2 - Behavior in a Branch Loop...8 A.3 - Sensor Data...10 B - MAIN SETUP...12 B.1 - Setup Dialog...13

More information

Table of Contents. Table of Contents... I. Table of Figures... III. Tutorial VIII-A Nesting Branch General Example...4

Table of Contents. Table of Contents... I. Table of Figures... III. Tutorial VIII-A Nesting Branch General Example...4 Table of Contents Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents... I Table of Figures...

More information

Subj: Tester Interface Configuration and Software Installation

Subj: Tester Interface Configuration and Software Installation Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com 9 November, 2010 From: Scott P. Chapman Radiant Technologies,

More information

I - Configuring High-Voltage Measurements and Measuring the Commercial PZT Piezoelectric Disk Sample.

I - Configuring High-Voltage Measurements and Measuring the Commercial PZT Piezoelectric Disk Sample. Radiant Technologies, Inc. 2835C Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Monday, October 29, 2018 From: Scott P. Chapman Radiant

More information

COMPUTER TRAINING CENTER

COMPUTER TRAINING CENTER Excel 2007 Introduction to Spreadsheets COMPUTER TRAINING CENTER 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Excel 2007 Introduction 1 Office button Quick Access

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS WORKFLOW BUILDER TM FOR MICROSOFT ACCESS Application Guide Version 06.05.2008 This document is copyright 2007-2008 OpenGate Software. The information contained in this document is subject to change without

More information

Funasset Limited Foundry House Foundry Road Taunton Somerset TA1 1JJ. Tel: +44 (0) Fax: +44 (0) mailmarkup.com funasset.

Funasset Limited Foundry House Foundry Road Taunton Somerset TA1 1JJ. Tel: +44 (0) Fax: +44 (0) mailmarkup.com funasset. Funasset Limited Foundry House Foundry Road Taunton Somerset TA1 1JJ Tel: +44 (0)1823 365864 Fax: +44 (0)1823 277266 mailmarkup.com funasset.com Copyright 2012 Funasset Limited. All rights reserved. Products

More information

CATIA Teamcenter Interface RII

CATIA Teamcenter Interface RII CATIA Teamcenter Interface RII CMI RII Release 3.1 User Manual Copyright 1999, 2011 T-Systems International GmbH. All rights reserved. Printed in Germany. Contact T-Systems International GmbH PDC PLM Fasanenweg

More information

Highline Excel 2016 Class 09: Date Functions

Highline Excel 2016 Class 09: Date Functions Highline Excel 2016 Class 09: Date Functions Table of Contents Date Functions... 2 Examples of EOMONTH, EDATE and DATE functions:... 2 Fiscal Year... 3 Example of Data Set with Date Helper Columns, including

More information

dscope Series III Applications Manual - Auto Sequence by Ian Heaton

dscope Series III Applications Manual - Auto Sequence by Ian Heaton dscope Series III by Ian Heaton This manual is also available as 'on-line help' from the dscope software. You can access the on-line help from the 'Help' menu. The on-line version is context-sensitive:

More information

HP Records Manager. Kofax Capture Template. Software Version: 8.1. Document Release Date: August 2014

HP Records Manager. Kofax Capture Template. Software Version: 8.1. Document Release Date: August 2014 HP Records Manager Software Version: 8.1 Kofax Capture Template Document Release Date: August 2014 Software Release Date: August 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Sherlock Tutorial Project Overview

Sherlock Tutorial Project Overview Sherlock Tutorial Project Overview Background Sherlock organizes design files, inputs and analysis results as project folders that can be managed inside of the Sherlock application and shared between Sherlock

More information

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

Quick-Start Guide To get ready to use Fixture offset Calculator: For each job (all done on Sheet1):

Quick-Start Guide To get ready to use Fixture offset Calculator: For each job (all done on Sheet1): Quick-Start Guide To get ready to use Fixture offset Calculator: 1) Set the security of Microsoft Excel to enable macros a. From the Tools Menu, select options. Then click the tab for Security and click

More information

Thermal Transient Test Installation and Operating Manual

Thermal Transient Test Installation and Operating Manual Thermal Transient Test Installation and Operating Manual 2705A De La Vina Street Santa Barbara, California 93105 Telephone (805) 682-0900 descon@silcom.com www. santabarbaraautomation.com Installation

More information

PracticeMaster Report Writer Guide

PracticeMaster Report Writer Guide Copyright 2014-2015 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 Tabs3.com Tabs3, PracticeMaster, and the "pinwheel" symbol ( ) are registered trademarks of Software Technology,

More information

MULTIPROG QUICK START GUIDE

MULTIPROG QUICK START GUIDE MULTIPROG QUICK START GUIDE Manual issue date: April 2002 Windows is a trademark of Microsoft Corporation. Copyright 2002 by KW-Software GmbH All rights reserved. KW-Software GmbH Lagesche Straße 32 32657

More information

CIS

CIS USER MANUAL Table of Contents Section Topic Page Welcome to Data Link Pro2 A 3 Quick Start 4 Shortcut Keys 5 Data Link Pro2 Main Window 6 Create a New Sin2 Survey 7 Load Survey 7 Adding a Site to an Existing

More information

VBAcodePrint 2016 Release History Copyright STARPRINT LIMITED All Rights Reserved

VBAcodePrint 2016 Release History Copyright STARPRINT LIMITED All Rights Reserved VBAcodePrint 2016 Release History Copyright 1990-2018 STARPRINT LIMITED All Rights Reserved www.starprinttools.com Version Description Release Date 16.1.18 REV 18021 Fixed the following error: An Exception

More information

WLAN MIERUZZO BASIC SOFTWARE

WLAN MIERUZZO BASIC SOFTWARE DK-5000 Series WLAN MIERUZZO BASIC SOFTWARE USER S MANUAL DK-5005A, DK-5010A, DK-5030A DK-5005B, DK-5010B, DK-5030B DK-5005C, DK-5010C, DK-5030C DK-5005D, DK-5010D, DK-5030D This manual was last revised

More information

AquaScan Win version 1.9

AquaScan Win version 1.9 AquaScan Win version 1.9 Page 1 of 13 11.08.03 AquaScan Win version 1.9 AquaScan Win should be used together with a control unit using program CS20 version 58, CS30 version 07, or later. The LOG parameter

More information

wgmlst typing in the Brucella demonstration database

wgmlst typing in the Brucella demonstration database BioNumerics Tutorial: wgmlst typing in the Brucella demonstration database 1 Introduction This guide is designed for users to explore the wgmlst functionality present in BioNumerics without having to create

More information

Contents. A April 2017 i

Contents. A April 2017 i Contents 1 Introduction................................................................1 Scanner support... 1 Supporting documentation... 2 Virus scanning applications... 3 Installing the software... 4

More information

CCH Client Axcess Portal User Guide

CCH Client Axcess Portal User Guide CCH Client Axcess Portal User Guide Last Updated: October 2017 Client Portal Access or paste the below link into your web browser https://www.clientaxcess.com/#/login Please call our office at 212.245.5900

More information

2 Getting Started. Getting Started (v1.8.6) 3/5/2007

2 Getting Started. Getting Started (v1.8.6) 3/5/2007 2 Getting Started Java will be used in the examples in this section; however, the information applies to all supported languages for which you have installed a compiler (e.g., Ada, C, C++, Java) unless

More information

PediGait IP. Users Manual

PediGait IP. Users Manual PediGait IP Users Manual April 2012 Table of Contents Clients Tab... 2 Open a Client file... 2 Delete Client file(s)... 2 Edit a Client... 3 Add a new client... 3 Add Comments to client files... 4 Profiles

More information

IMPROVING Sepsis SURVIVAL. Data Portal User Manual version 2.0

IMPROVING Sepsis SURVIVAL. Data Portal User Manual version 2.0 IMPROVING Sepsis SURVIVAL Data Portal User Manual version 2.0 1 Table of Contents Data Portal User Accounts... 3 Logging into the Data Portal... 4 Outcome Data Entry... 5 Outcome Data Due Dates... 5 View

More information

User Guide Ahmad Bilal [Type the company name] 1/1/2009

User Guide Ahmad Bilal [Type the company name] 1/1/2009 User Guide Ahmad Bilal [Type the company name] 1/1/2009 Contents 1 LOGGING IN... 1 1.1 REMEMBER ME... 1 1.2 FORGOT PASSWORD... 2 2 HOME PAGE... 3 2.1 CABINETS... 4 2.2 SEARCH HISTORY... 5 2.2.1 Recent

More information

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder.

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder. Performer to DP2 Hot Folder Reference Manual Rev. 07.11.05 Install Files: There is only one file involved with installing the Performer to DP2 Hot Folder. The installer file is named PP2DP2_1.x.x.EXE.

More information

ProSystem fx Portal Client User Guide

ProSystem fx Portal Client User Guide ProSystem fx Portal Client User Guide For Seventh-day Adventist Organizations November 2010 Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and

More information

Embedded for Xerox EPA-EIP Setup Guide

Embedded for Xerox EPA-EIP Setup Guide Embedded for Xerox EPA-EIP Setup Guide 2016 XRX-EPA-EIP-20160315 Equitrac Embedded for Xerox EPA-EIP Setup Guide Document History Date Description of Revision Changes March 15, 2016 Updated for Equitrac

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

VANGUARD LOAD TAP CHANGER ANALYZER (LTCA) VERSION 2.xx SOFTWARE MANUAL. LTCA-10, LTCA-40, WRM-10P, WRM-40, TRM-20, TRM-40, TRM-203, and TRM-403

VANGUARD LOAD TAP CHANGER ANALYZER (LTCA) VERSION 2.xx SOFTWARE MANUAL. LTCA-10, LTCA-40, WRM-10P, WRM-40, TRM-20, TRM-40, TRM-203, and TRM-403 VANGUARD LOAD TAP CHANGER ANALYZER (LTCA) VERSION 2.xx SOFTWARE MANUAL For Use with Vanguard s LTCA-10, LTCA-40, WRM-10P, WRM-40, TRM-20, TRM-40, TRM-203, and TRM-403 Load Tap Changer Analyzers and Winding

More information

USING the IEDATA add-in FROM THE SPREADSHEET MENU

USING the IEDATA add-in FROM THE SPREADSHEET MENU The IEDATA add-in The IEDATA add-in is designed to allow access to the data stored in the Informa Economics database from within a Microsoft Excel spreadsheet. With this add-in, you have access to thousands

More information

Cobra Navigation Release 2011

Cobra Navigation Release 2011 Cobra Navigation Release 2011 Cobra Navigation - Rev.0.2 Date: November 27 2012 jmaas@flowserve.com Page 1 of 34 Contents Contents 1 Revision History... 5 2 Introduction.... 6 3 Cobra Login... 7 3.1 Initial

More information

Software Release Notes

Software Release Notes Software Release Notes Version 2.01.02.01 December 2017 A. Software Description KellyDown Survey Analysis is designed for use by directional survey analysts to help them easily determine whether MWD survey

More information

TIDY LABELS. User Guide

TIDY LABELS. User Guide TIDY LABELS User Guide TIDY LABELS User Guide Contents 1. Overview...3 2. Installation...3 3. Navigating through the application...3 4. Databases...4 4.1 Creating a new database manually...5 4.2 Importing

More information

Importing non-numerical character data

Importing non-numerical character data BioNumerics Tutorial: Importing non-numerical character data 1 Aims This tutorial shows how to import non-numerical data in a BioNumerics database and link the data to a character type experiment. It illustrates

More information

XIV. XV. XVI. XVII. Manufacturer reserves the right to change the contents of this manual without notice.

XIV. XV. XVI. XVII. Manufacturer reserves the right to change the contents of this manual without notice. Content Pages I. Software Overview 1 o What is Digitorq?...1 II. Software Requirement and Initial Information 1 III. Reminders 2 IV. Set up Procedures.2 o How to Install the software..3 o Why do we need

More information

Acrobat X Professional

Acrobat X Professional Acrobat X Professional Toolbar Well Page Navigations/Page Indicator Buttons for paging through document Scroll Bar/box page indicator appears when using the scroll button to navigate. When you release

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Marking Exams and Releasing Marks in MyDispense

Marking Exams and Releasing Marks in MyDispense Marking Exams and Releasing Marks in MyDispense Workbook 2 for Monday 15 th July 13.00 session Learn how to use MyDispense for assessment Table of Contents Important... 2 Marking Exams - The Exam Manager...

More information

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey:

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey: Overview of Survey Administration The first thing you see when you open up your browser to the Ultimate Survey Software is the Login Page. You will find that you see three icons at the top of the page,

More information

Getting Started (1.8.7) 9/2/2009

Getting Started (1.8.7) 9/2/2009 2 Getting Started For the examples in this section, Microsoft Windows and Java will be used. However, much of the information applies to other operating systems and supported languages for which you have

More information

VSM Manager. The VSM Manager is a Windows GUI that can be installed to serially control Genesis Matrixes with a firmware of version 2.5 or later.

VSM Manager. The VSM Manager is a Windows GUI that can be installed to serially control Genesis Matrixes with a firmware of version 2.5 or later. VSM Manager Table of Contents Overview...1 Getting Started...1 Toolbar... 2 Serial Connection... 2 Refresh... 3 Help... 3 Tab Pages... 4 General... 4 Control...5 Schedule... 6 Command... 6 Communications...

More information

P6 Professional Reporting Guide Version 18

P6 Professional Reporting Guide Version 18 P6 Professional Reporting Guide Version 18 August 2018 Contents About the P6 Professional Reporting Guide... 7 Producing Reports and Graphics... 9 Report Basics... 9 Reporting features... 9 Report Wizard...

More information

7-1. This chapter explains how to set and use Event Log Overview Event Log Management Creating a New Event Log...

7-1. This chapter explains how to set and use Event Log Overview Event Log Management Creating a New Event Log... 7-1 7. Event Log This chapter explains how to set and use Event Log. 7.1. Overview... 7-2 7.2. Event Log Management... 7-2 7.3. Creating a New Event Log... 7-8 7-2 7.1. Overview The following are the basic

More information

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013]

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013] Bombardier Business Aircraft Customer Services Technical Publications SmartPubs Viewer 3.0 User Guide Updated January 2013 [2013] Table of Contents Application Views... 5 Collection View... 5 Manual View...

More information

Secure Web Appliance. Basic Usage Guide

Secure Web Appliance. Basic Usage Guide Secure Web Appliance Basic Usage Guide Table of Contents 1. Introduction... 1 1.1. About CYAN Secure Web Appliance... 1 1.2. About this Manual... 1 1.2.1. Document Conventions... 1 2. Description of the

More information

Thermo Scientific. GRAMS Envision. Version 2.1. User Guide

Thermo Scientific. GRAMS Envision. Version 2.1. User Guide Thermo Scientific GRAMS Envision Version 2.1 User Guide 2013 Thermo Fisher Scientific Inc. All rights reserved. Thermo Fisher Scientific Inc. provides this document to its customers with a product purchase

More information

Global Model Workstation Release Log

Global Model Workstation Release Log Global Model Workstation Release Log 2018 OXFORD ECONOMICS LTD ALL RIGHTS RESERVED Reproduction or disclosure to third parties of this document, or any part thereof, is only permitted with the prior and

More information

SpyLite User s Guide for BTW

SpyLite User s Guide for BTW for BTW General Release April 18, 2003 Document Number: 110300-1048 Version: 2.5 for BTW LICENSED SOFTWARE Copyright 1999-2003, WIDCOMM, Inc. ("WIDCOMM"). All rights reserved. WARNING: copyright law and

More information

IHS Enerdeq Desktop International Training Guide

IHS Enerdeq Desktop International Training Guide IHS > Decision Support Tool IHS Enerdeq Desktop International Training Guide May 2009 Version 1.5.2 2009 IHS, All Rights Reserved. All trademarks belong to IHS or its affiliated and subsidiary companies,

More information

User s Guide

User s Guide User s Guide 03.28.2017 Accessing Pathfinder Edge Pathfinder Edge can be accessed from anywhere you have an internet connection and a web browser. To ensure the best performance, we recommend using Pathfinder

More information

Perceptive Nolij Web. Release Notes. Version: 6.8.x

Perceptive Nolij Web. Release Notes. Version: 6.8.x Perceptive Nolij Web Release Notes Version: 6.8.x Written by: Product Knowledge, R&D Date: June 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates. Table of Contents Perceptive Nolij Web

More information

Temperature-Humidity Sensor Configuration Tool Rev. A 1/25/

Temperature-Humidity Sensor Configuration Tool Rev. A 1/25/ Rev. A 1/25/213 172 Contents Contents Temperature-Humidity Sensor Configuration Tool... 3 Read Sensor Screen... 3 Manual Calibration Screen... 4 Register View Screen... 5 Modbus Registers... 6 Reprogram

More information

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes

v SMS 12.2 Tutorial Observation Prerequisites Requirements Time minutes v. 12.2 SMS 12.2 Tutorial Observation Objectives This tutorial will give an overview of using the observation coverage in SMS. Observation points will be created to measure the numerical analysis with

More information

CCH Client Axcess User Guide

CCH Client Axcess User Guide CCH Client Axcess User Guide Green Hasson Janks Tips Best practice tips and shortcuts Icon Legend Notes Warning Informational notes about functions Important warnings about a function CCH Client Axcess

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

VERUS Navigation Guide

VERUS Navigation Guide VERUS Navigation Guide diagnostics.snapon.com Contents Chapter 1: Getting Started... 3 Powering Up... 3 Module Buttons... 4 VERUS Toolbar... 5 Powering Down... 5 Emergency Shutdown... 5 Chapter 2: Scanner...

More information

Ariel Dynamics, Inc. TRIM MODULE. Revision 1.0. Ariel Dynamics, Inc. C3D TRANSFORM MODULE

Ariel Dynamics, Inc. TRIM MODULE. Revision 1.0. Ariel Dynamics, Inc. C3D TRANSFORM MODULE Ariel Dynamics, Inc. TRIM MODULE Revision 1.0 Ariel Dynamics, Inc. C3D TRANSFORM MODULE Contents i Contents ARIEL TRIM PROGRAM 1 INTRODUCTION...1 WHAT S NEW IN TRIM 1.0...1 SYSTEM REQUIREMENTS...2 TO START

More information

Operation Manual Aqua M300. Version and higher

Operation Manual Aqua M300. Version and higher Operation Manual Aqua M300 Version 1.0.0.4 and higher Contents 1 Functionality of the Menu... 3 1.1 File... 3 1.1.1 Opening a File... 3 1.1.2 Saving a File... 4 1.1.3 Customer s address... 4 1.1.4 Printing...

More information

Use Active Directory To Simulate InfoPath User Roles

Use Active Directory To Simulate InfoPath User Roles Page 1 of 7 Use Active Directory To Simulate InfoPath User Roles You can leverage the information returned by the Active Directory web service to simulate InfoPath User Roles, which are disabled in browser

More information

Portal Client User Guide

Portal Client User Guide Portal Client User Guide Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes Best practice tips and shortcuts Informational notes about functions Warning Important warnings

More information

Contents. 1. Managing Seed Plan Spreadsheet

Contents. 1. Managing Seed Plan Spreadsheet By Peter K. Mulwa Contents 1. Managing Seed Plan Spreadsheet Seed Enterprise Management Institute (SEMIs) Managing Seed Plan Spreadsheet Using Microsoft Excel 2010 3 Definition of Terms Spreadsheet: A

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

7-1. This chapter explains how to set and use Event Log Overview Event Log Management Creating a New Event Log...

7-1. This chapter explains how to set and use Event Log Overview Event Log Management Creating a New Event Log... 7-1 7. This chapter explains how to set and use. 7.1. Overview... 7-2 7.2. Management... 7-2 7.3. Creating a New... 7-8 7-2 7.1. Overview The following are the basic steps to use : 1. Define event content

More information

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES GET TO KNOW FLEXPRO IN ONLY 15 MINUTES Data Analysis and Presentation Software GET TO KNOW FLEXPRO IN ONLY 15 MINUTES This tutorial provides you with a brief overview of the structure of FlexPro and the

More information

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A.

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A. CCRS Quick Start Guide for Program Administrators September 2017 www.citihandlowy.pl Bank Handlowy w Warszawie S.A. CitiManager Quick Start Guide for Program Administrators Table of Contents Table of Contents

More information

Table of Contents EXCEL ADD-IN CHANGE LOG VERSION (OCT )... 3 New Features... 3

Table of Contents EXCEL ADD-IN CHANGE LOG VERSION (OCT )... 3 New Features... 3 Table of Contents EXCEL ADD-IN CHANGE LOG... 3 VERSION 3.6.0.4 (OCT 10 2013)... 3... 3 Multiple account support... 3 Defining queries for multiple accounts... 4 Single sign on support... 4 Setting up SSO

More information

ENVI Classic Tutorial: A Quick Start to ENVI Classic

ENVI Classic Tutorial: A Quick Start to ENVI Classic ENVI Classic Tutorial: A Quick Start to ENVI Classic A Quick Start to ENVI Classic 2 Files Used in this Tutorial 2 Getting Started with ENVI Classic 3 Loading a Gray Scale Image 3 Familiarizing Yourself

More information

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide

Coveo Platform 7.0. Microsoft SharePoint Legacy Connector Guide Coveo Platform 7.0 Microsoft SharePoint Legacy Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds

More information

MESURgauge Software. User s Guide

MESURgauge Software. User s Guide MESURgauge Software User s Guide Thank you Thank you for purchasing MESURgauge software, a data collection and analysis program developed to: Measure Collect data from digital force gauges, torque gauges,

More information

CALPADS Fall 1 Certification Survival Guide

CALPADS Fall 1 Certification Survival Guide CALPADS Fall 1 Certification Survival Guide FIRST EDITION Revised: October 21 st 2012 Table of Contents CALPADS Fall 1 Introduction... 2 When is the Fall 1 deadline?... 2 Where to Start? (Creating Mr/Ms

More information

Basic Dicom Module Options

Basic Dicom Module Options Basic Dicom Module Options Updated October 2, 2013 There are several methods for getting Dicom images into a patient s chart. The first option involves using the Image Capture Importer module which allows

More information

GE Fanuc Automation CIMPLICITY HMI. Historical Data Analyzer. CIMPLICITY Monitoring and Control Products. Operation Manual

GE Fanuc Automation CIMPLICITY HMI. Historical Data Analyzer. CIMPLICITY Monitoring and Control Products. Operation Manual GE Fanuc Automation CIMPLICITY Monitoring and Control Products CIMPLICITY HMI Historical Data Analyzer Operation Manual GFK-1379C December 2000 Following is a list of documentation icons: GFL-005 Warning

More information

Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved.

Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. Tabular Room Data User Guide IES Virtual Environment Copyright 2015 Integrated Environmental Solutions Limited. All rights reserved. No part of the manual is to be copied or reproduced in any form without

More information

ACTIVE Net Insights user guide. (v5.4)

ACTIVE Net Insights user guide. (v5.4) ACTIVE Net Insights user guide (v5.4) Version Date 5.4 January 23, 2018 5.3 November 28, 2017 5.2 October 24, 2017 5.1 September 26, 2017 ACTIVE Network, LLC 2017 Active Network, LLC, and/or its affiliates

More information

REPORTS 4 YOU for VTIGER CRM 6.x

REPORTS 4 YOU for VTIGER CRM 6.x REPORTS 4 YOU for VTIGER CRM 6.x Introduction Reports 4 You is the most powerful runtime and design environment for your custom reports integrated into vtiger CRM Open Source. Main Features: Easy installation

More information

JNIOR. A Network I/O Resource Utilizing the JAVA Platform. JNIOR Support Tool Manual. Release 6.0

JNIOR. A Network I/O Resource Utilizing the JAVA Platform. JNIOR Support Tool Manual. Release 6.0 JNIOR A Network I/O Resource Utilizing the JAVA Platform Release 6.0 Supports JNIOR Series 3 and 4 JNIOR OS 3.4 or greater required INTEG Process Group, Inc. 2919 East Hardies Rd, First Floor Gibsonia,

More information

PRM Synchronization Tool

PRM Synchronization Tool User s Manual PRM Synchronization Tool 10th Edition Toc-1 PRM Synchronization Tool 10th Edition CONTENTS A Symbol Marks in the User s Manual...A-1 1 Overview... 1-1 System Configuration... 1-1 PRM Synchronization

More information

Windows NT Server Printer Driver Upgrade Instructions

Windows NT Server Printer Driver Upgrade Instructions Windows NT Server Printer Driver Upgrade Instructions The steps detailed below describe the most reliable method to upgrade printer driver versions after v1.6.0227a on a Windows NT 4.0 Server that is shared

More information

Installation and Configuration Manual

Installation and Configuration Manual Installation and Configuration Manual IMPORTANT YOU MUST READ AND AGREE TO THE TERMS AND CONDITIONS OF THE LICENSE BEFORE CONTINUING WITH THIS PROGRAM INSTALL. CIRRUS SOFT LTD End-User License Agreement

More information

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

2 Frequently Asked... Questions. 4 How Do I... 1 Working within... Entries

2 Frequently Asked... Questions. 4 How Do I... 1 Working within... Entries Contents I Table of Contents Part I Welcome 6 1 Welcome... 6 2 Frequently Asked... Questions 6 Part II Getting Started 6 1 Getting Started... 6 2... 7 Create a New Database... 7 Open an Existing... Database

More information

Achievement Series Working with Scan Station

Achievement Series Working with Scan Station Achievement Series Working with Scan Station Information in this document is subject to change without notice and does not represent a commitment on the part of Scantron. The software described in this

More information

Verifying a Restore Repository

Verifying a Restore Repository Verifying a Restore Repository As a part of the Laserfiche backup verification process, you may be asked to verify the contents of a Laserfiche restore repository. Once a month, an archival copy of the

More information

Dealing with Event Viewer

Dealing with Event Viewer Dealing with Event Viewer Event Viewer is a troubleshooting tool in Microsoft Windows 2000.This how-to article will describe how to use Event Viewer. Event Viewer displays detailed information about system

More information

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron.

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron. Table of Contents Chapter 1 : Overview...1-1 Chapter 2 : Definitions...2-1 ChartFields...2-1 Accounting and Budget Periods...2-3 Budgetary Control...2-3 Chapter 3 : Sign In and Sign Out...3-1 Sign In to

More information

Doses Administered Reporting User Instructions

Doses Administered Reporting User Instructions Doses Administered Reporting User Instructions Doses Administered Reporting is an application that provides an online method for all Utah VFC providers to submit required vaccine doses administered data

More information

SSMS Changes All changes are listed below by release date.

SSMS Changes All changes are listed below by release date. SSMS Changes All changes are listed below by release date. Changes to July4 th, 2018 General Performance enhancements. Changes to April 25 th, 2018 General There was a script error when accessing SSMS

More information

TestOut Desktop Pro Plus English 4.1.x RELEASE NOTES. Modified

TestOut Desktop Pro Plus English 4.1.x RELEASE NOTES. Modified TestOut Desktop Pro Plus English 4.1.x RELEASE NOTES Modified 2018-06-18 Contents Overview... 2 Version 4.1.3 Release (June 2018)... 2... 2 Version 4.1.2 Release (April 2018)... 2... 2 Videos and Simulations...

More information

Portal User Guide. E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law

Portal User Guide. E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law Portal User Guide E. Martin Davidoff & Associates, CPAs E. Martin Davidoff, Attorney at Law As of February 17, 2011 Keys Quick reference to the key aspects of a particular function Icon Legend Tip Notes

More information