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

Size: px
Start display at page:

Download "TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...3. B.1 - Setup Dialog... 3 B.2 - Description... 4 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...3 B.1 - Setup Dialog... 3 B.2 - Description... 4 B.3 - Controls... 4 C - EXECUTION, ARCHIVE REGRAPH AND EXPORTING...7 C - EXECUTION, ARCHIVE REGRAPH AND EXPORTING...7 C.1 - Execution... 7 C.2 - Controls... 8 C.3 - Archive Regraph... 8 C.4 Admin Info C.5 Test Definition Graphing C.6 - Exporting C.7 - Controls C.8 - Discussion D USER VARIABLES...20 E - CHANGE AND VERSION RECORD...21 I

2 Table of Figures Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM Tel: Fax: Figure B Delay Task Configuration Dialog Figure C Delay Execution Progress Dialog Figure C Access the Delay Task in the DataSet Archive Figure C Delay Task Configuration Dialog Recalled from the DataSet Archive.. 10 Figure C Admin Info Subdialog Figure C Delay Task Test Definition Graph Text Output Figure C.6.1: Export Dialog Figure C.6.2: Standard Windows File Browser Dialog Figure C Export Configuration Dialog - Printer Option Figure C Standard Windows Printer Configuration Dialog Figure C.8.3: Delay Text Export Sample Figure C Sample Delay Task Excel Export Output Figure C.8.5: Sample Delay Task Word Export Output II

3 Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM Tel: Fax: A - Discussion The Delay Task is a Program Control Task that pauses Test Definition execution for a specified period of time. During the pause, a progress dialog appears indicating the remaining time for the delay. Once the delay time has expired, the progress dialog is closed and the Test Definition continues. While the progress dialog appears the user may program a prompt to him or herself as a message. The prompt may have a single User Variable appended to it. The delay might be used to view the progress of some parameter during Test Definition execution or may be used to allow time for some action to be taken that is external to the Test Definition. Note that the progress dialog may be disabled for short-term delay periods. There are a number of options available that may be configured into the Delay Task or applied during the Delay execution. If the Delay is programmed into a Branch Loop, its duration can be adjusted from loop iteration-to-iteration. In this case, the normal programmed delay time is taken as the delay to be applied during the first iteration. Subsequent iterations then alter the time by either scaling the previous iteration delay by a constant scale factor or incrementing it by a constant number of seconds. Note that the scale factor may be a positive value less than 1.0 or the increment may be negative so that the delay time can be shortened as the looping continues. In this case, care must be taken that the combination of initial delay time, scale factor or increment and number of iterations do not combine to produce a delay of less than 1 second. Note that the delay time is always an integer number of seconds. Scaling the delay between loop iterations can produce a real-valued delay time that is then truncated to the integer number of seconds. This can produce unexpected results. For example, with an initial delay time of 1 second and a scale factor of 1.5, the second delay time will be 1.0 x 1.5 = 1.5, truncated to 1 second. The delay has not actually been adjusted at all. Indeed all delays in this configuration will be 1 second. Adjusting the initial delay to 2 seconds, however produces the partial sequence shown in Table A.1. The second column in the table shows the delay computed from the previous iteration. The third column is the actual applied delay. The fourth column shows the delay that would be applied if the delay time were real-valued and never truncated. Note that the fourth column diverges from the third, but in relatively slow way. Were the initial delay 1 second, the Actual Delay of iteration 9 would be 1 second, while the Delay if not Truncated would be

4 Iteration Computed Delay Actual Delay Delay if not Truncated 1 N/A Table A.1 - Error Introduced in Scaling Delays. A second capability of the Delay Task, when it is programmed into a Branch Loop, is to abort that loop prematurely. Since a dialog appears during Delay execution, interaction with the Task and the program is available. For example, clicking Cancel will immediately abbreviate the Delay. Test Definition execution will proceed normally. Note that if the Delay Task is programmed into a Branch Loop and the duration is being adjusted, the next delay time will be based on the abbreviated delay time of the abbreviated Task. Clicking Loop Abort will behave in much the same way, immediately stopping the Delay Task. The Test Definition will then proceed normally until it reaches a Branch Task. At that time, the Branch Task will read the set Abort flag and will fail to branch regardless of the state of its Branch Logic Condition. A final option is to allow the Delay Task progress dialog to be hidden when it is of short duration. Often quick delays present a dialog that flashes without allowing the user time to review it. This is distracting, unnecessary and slows the execution of Vision. Furthermore, screen updates can be of low priority to the operating system, so the dialog may remain partially displayed resulting in a confusing program image. Delays of up to 30 seconds can be programmed to disable the progress dialog. The user simply enables this feature during configuration and sets a delay limit of between 1 and 30 seconds. Any delay duration that is less that this limit will hide the progress dialog. Note that the Delay Task may appear as a sub-task in other Tasks. In that case, the hidden dialog feature may be disabled. The Branch Abort feature will continue to operate. Adjustment of the delay time will be a function of the parent Task. Changes for Version 4.1.x: Comments field extended to 511 characters. Office/Word/Excel 2000 and later export was added. (Office '97 export was elminated.) 1

5 Administrative Information output was added to the dialog and to the export functions. User-selectable option to reset delay time to the original value when programmed into a Nesting Branch Loop. Added Test Definition Graphing output. 2

6 Task Name: Delay Version: Last Update: 8 June 2010 In QuikLook Menu No Folder: Program Control Subfolder: None Subsubfolder: None Window Name: Delay Task Setup Change Record: Go to Change Record Known Bugs: None User Variables Added: B.1 - Setup Dialog User Variables B - Configuration Figure B Delay Task Configuration Dialog. 3

7 B.2 - Description Test Definition execution stops at this Task for a period of time defined by the user in seconds. During the period the Task normally presents a progress (countdown) dialog. The experimenter may provide a self-prompt to remind him or herself the reason for the delay. The prompt string may have appended to it a single User Variable. A delay might be used to allow a sample to stabilize, to perform a retention measurement, or for any reason the experiment requires. A delay may be interrupted early by clicking Cancel. If the Delay Task is programmed into a Branch Loop, the duration of the delay may be automatically adjusted to a new value for each loop iteration by selecting the Perform Adjustment option. Adjustments may be made by scaling the previous delay time by a fixed factor or by incrementing the previous delay time by a fixed value. The Current Delay Time User Variable may be used to control the loop. The delay may be programmed to occur without the appearance of the Progress Dialog if the duration of the delay is below a programmed value. This feature can be used to eliminate a distracting Progress Dialog when the delay is very short. In this case the delay will still occur for the specified time period, but the execution will only be reflected in the main program window status bar. Delays of up to 30 seconds may have their Progress Dialog disabled. Notice that in a Branch Loop, with Perform Adjustment enabled, the delay may show a Progress Dialog for some iterations and hide it for others. If checked, the Respond to Nesting Branch Reset will cause the Task to reset it Duration to the original programmed value if the "Nesting Branch: Reset" User Variable is set to TRUE. If the control is not checked, the Task will continue to adjust the Duration, if programmed to do so, regardless of the state of "Nesting Branch: Reset". See the detailed discussion in Tutorial VIII and/or the Main Manual Chapter XII of the main Vision help pages. Changes for Version 4.x.x Comments control extended to 511 characters. Add Respond to Nesting Branch Reset. B.3 - Controls Name Type Default Description Task Name Text D1 This serves as a root identifier for this instance of the Delay 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 a 4

8 Delay Task within the Editor should have a unique Task Name assigned. 30-character limit. Duration Integer 100 The length of the delay in integer seconds. Up to 100,000. This will be the initial delay time if the delay is to be adjusted in a Branch Loop. Values of greater than 30 in this control disable the Disable Short Term Progress Dialog checkbox. Disable Short Term Progress Dialog No Progress for delays less than... Check Box Unchecked Checking this box enables the No Progress for delays less than... control. With this option enabled, any execution of the delay that is shorter than the period specified in No Progress for delays less than... will occur without a Progress Dialog appearing. Longer duration delays will still show the Progress Dialog. This control is disabled if Duration is greater than 30. Integer 5 In integer seconds. 30 seconds maximum. This control is enabled if Disable Short Term Progress Dialog is checked. Otherwise it is disabled. If the control is enabled, a value in seconds is entered. If the delay is less than this value no Progress Dialog will appear. For longer delays, the Progress Dialog will appear. User Self Prompt Text A message from the user to him or herself. Displayed on the Delay dialog during the execution of the Task to remind the user why the execution is being delayed. Parameter to Append to Prompt Variabl e None Use this control to select one of the User Variables to display at the end of the prompt. Perform Adjustment Boolean True Enables or disables the adjustment of the current delay time, from the previous delay time, when the delay occurs within a Branch Loop. The state of this control combines with the state of Adjust by Scaling and Adjust by Incrementing to enable or disable Scale Factor and Increment (s). Adjust by Scaling Boolean True If the delay adjustment in a loop is selected, this button selects the scaling option. As a radio button, selecting this option deselects the Adjust by Incrementing option. Selecting this option enables the Scale Factor control provided Perform Adjustment is checked. Scale Factor Real 1.0 If the delay adjustment in a loop is selected and scaling is enabled, this factor will be applied to the previous delay time to obtain the current delay time. This control is enabled when Adjust by Scaling is selected and Perform Adjustment is checked, otherwise it is disabled. Adjust by Incrementing Boolean False If the delay adjustment in a loop is selected, this button selects the increment option. As a radio button, selecting this option deselects the Adjust by Scaling option. Selecting this option enables the Increment control provided Perform Adjustment is checked. Increment (s) Integer 0 If the delay adjustment in a loop is selected and incrementing is enabled, this value will be added to the previous delay time to obtain the current delay time. This control is enabled when Adjust by Incrementing is selected and Perform Adjustment is checked., otherwise it is disabled. Respond to Nesting Check Checked If checked, the Task will reset the current execution duration 5

9 Branch Reset Box to the value in Duration, regardless of the previous Task duration if the "Nesting Branch: Reset" User Variable is set to TRUE. This is the case if the Nesting Branch Task has executed with no subsequent execution by a Branch Task. If this control is not checked, the current duration will be the previous duration adjusted as programmed. 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 Delay Task. Help Button Unpressed Read this Help page. OK Button Unpressed Accept the configured Delay values Cancel Export Button Unpressed Do not add the Delay Task to the list in the Editor Button Unpressed This button is normally disabled. It is enabled when the dialog appears as the result of an Archive Regraph. Operating this button during Archive Regraph will open the Export dialog and allow the user to select and configure the exporting of the Task configuration data to a file or the printer. 6

10 C - Execution, Archive Regraph and Exporting C.1 - Execution During the execution of the Delay Task a dialog will normally appear, as in Figure C.1.1, to show the progress of the delay period. The dialog includes a progress bar and a countdown in days, hours, minutes and seconds as appropriate. A fixed prompt may also be displayed and have a single User Variable appended to it. With a displayed dialog, the user may interact with the Test Definition during the Task execution. Help can be accessed. Cancel will immediately abbreviate the Delay Task, but all execution will proceed normally except that, if the delay is being adjusted during Branch Looping, the next iteration will depend on the abbreviated time. Loop Abort will also immediately abbreviate the Delay Task and will also be followed by normal Test Definition execution except that when a Branch Task is encountered it will not branch, regardless of the state of the Branch Logic Condition. Under conditions of short delays (limit 30 seconds maximum) the progress dialog may not be displayed if so programmed by the user. Figure C Delay Execution Progress Dialog. 7

11 C.2 - Controls Name Type Default Description Prompt String (Unlabeled) Countdown String (Unlabeled) Text This is text that the designer provided to remind the user of the reason that the Delay Task was programmed into the experiment. This text value may have appended to it one of the User Variables. Text Delay: The remaining delay in Days, Hours, Minutes and Seconds. + time Progress Help Cancel Loop Abort Progress Bar remaining N/A A graphical indication of the percentage of the programmed delay all ready passed. This control is labeled with the percentage of the total delay currently achieved. Button Unpressed Read this Help page. Button Unpressed Abbreviate the delay Button Unpressed If the Delay Task is part of a Branch Loop and this box is pressed, the delay execution terminates immediately (as with the Cancel button ). The remaining of the Branch loop will execute normally, but the Branch Task will not Branch back to the Branch Target regardless of the result of the Branch Logic Condition. C.3 - Archive Regraph The Delay Task may be recalled from a DataSet Archive in order to review the Task configuration. To do so, open the DataSet, open the Archive folder, open the desired Executed Test Definition (ETD), open the "Experiment Data" folder and double-click on the desired Delay Task. 8

12 Figure C Access the Delay Task in the DataSet Archive. The Delay Task configuration dialog will reopen. The dialog will have most controls 9

13 disabled and presented for review only. Help is available and Cancel closes the dialog. The Export button, disabled during configuration, is now enabled to allow exporting of the Delay Task as discussed below. Admin Info, new to version 4.x.x, is hidden during configuration, but displayed on Archive Recall. It is discussed in the next section. Figure C Delay Task Configuration Dialog Recalled from the DataSet Archive. C.4 Admin Info The Admin Info button shown in Figure C.4.1 has been added to all Tasks as of Version 4.2.x. The button opens one of two subdialogs. Program Tasks, such as the Delay Task present the dialog of Figure C.4.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, 10

14 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. C.5 Test Definition Graphing Figure C Admin Info Subdialog. Figure C.5.1 shows an example of the Delay 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 Delay Task Test Definition Graph Text Output. 11

15 C.6 - 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.3.2, above. Clicking the button produces the new dialog that appears below. Figure 6 shows the Export configuration dialog in which the "Export Text" option is selected and the browser button enable. Figure C.6.2 shows the browser dialog that opens when the Browse for File Name button is clicked. Figure C.6.1: Export Dialog. 12

16 Figure C.6.2: Standard Windows File Browser Dialog. C.7 - Controls Name Type Default Description Select List "Print" Select between the "Print", "Export Text", "Export Word" and Option Box "Export Excel" options. This control enables the Browse for File Line Spacing Name button for 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. Left Margin 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. Tab Spacing 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. Browse for Button Unpressed This control is enabled for all export options except "Print". For the 13

17 File Name 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. File Name 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" export option 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.8 - 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.8.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.8.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.8.3 shows a sample of the Delay Task text export. The information shown in the Admin Info subdialog of Figure C.4.1 has been added to the Text Export output. 16

20 Figure C.8.3: Delay Text Export Sample. 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 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.8.4 shows a sample of the Delay Task Excel export. The information shown in the Admin Info subdialog of Figure C.4.1 has been added to the Excel Export output. 17

21 Figure C Sample Delay Task Excel Export Output. Word - Selecting this option enables the Browse for File Name button. Clicking 18

22 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 regraph dialogs have been 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 of Figure C.4.1 has been added to the Word Export output. Figure C.8.5: Sample Delay Task Word Export Output. 19

23 D User Variables Value Type Description Delay: Current Delay Time Integer Time in seconds of the delay of the current execution. (May differ from the initial delay time in a Branch Loop.) Delay: Cumulative Delay Time Integer Total time in seconds that a Delay Task, throughout its repeated executions in a Branch Loop, has delayed Test Definition execution. Note that this value is accurate even if the Delay Task was abbreviated with the Cancel button one more times during branching. Delay: Actual Delay Time Integer Time in seconds that the Delay Task actually delayed Test Definition execution in the current iteration. This value may differ from Delay: Current Delay Time if the Delay Task was abbreviated with the Cancel button during branching. 20

24 E - Change and Version Record Version New Version December SPC. 2. Delay Time, Delay Adjust Scale Factor, Delay Adjust Increment, Delay Adjust Type, Delay Adjust Enable and Branch Abort moved from the User Variable list to a hidden system list. This reduces clutter. Functionality is preserved - 10 December SPC. Version Set to Version for release. SPC - 14 March Installed initial Word file export - 26 March SPC. Version Set to Version SPC - 4 October Eliminated the "Eye" icon from all dialogs. SPC - 4 October Added Tool Tips. SPC - 3 December Added Office 2000 exporting. SPC - 12 February Added custom printer export text positioning. SPC - 31 July Updated Exporting to include loop adjustment parameters. SPC - 20 August Version Set to Version SPC - 21 May Made Branch Loop adjustment of delay depend on the actual previous duration instead of the programmed duration. Help pages specify actual delay adjustment. SPC - 29 June Made Branch Loop adjustment of delay depend on the actual previous duration instead of the programmed duration. Help pages specify actual delay adjustment. SPC - 29 June Adjusted the configuration dialog so that control labels are not disabled in Archive regraph and are disabled when governing controls are unchecked. SPC - 29 June Added error checking to the m_duration adjustment to ensure that the duration does not fall below 1 second. SPC - 29 June Version Set to Version for release. SPC - 16 January Removed all references to Office '97 - SPC - 24 January

25 Version Set to Version for to match major Vision version. SPC - 26 February Added the Admin Info button and handler. SPC - 21 July Added Vision Version and Vision compile date to all exporting. SPC - 21 July Set to Version to reflect changes. SPC - 21 July Added the Respond to Nesting Branch Reset control. SPC - 3 August Set to Version to reflect changes. SPC - 3 August Added Test Definition Graphing output. SPC - 28 October Set to Version to reflect changes. SPC - 28 October Version Set to Version for to match major Vision version. SPC - 5 November Version Set to Version for to match major Vision version. SPC - 11 January Version Set to Version for to match major Vision version. SPC - 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...5. B.1 - Setup Dialog... 5 B.2 - Description... 6 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...5. B.1 - Setup Dialog... 5 B.2 - Description... 6 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 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

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

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

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

ArtfulBits Web Part

ArtfulBits  Web Part ArtfulBits Email Web Part for Microsoft SharePoint User Guide Overview... 2 Feature List... 3 Why ArtfulBits Email Web Part?... 3 How to Use... 3 How to Use Email Web Part... 3 Enabling to Send E-mail

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

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

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

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases.

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. BRIEFCASES & TASKS ZIMBRA BRIEFCASES Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. Options Briefcase New Briefcase To create briefcases,

More information

See Types of Data Supported for information about the types of files that you can import into Datameer.

See Types of Data Supported for information about the types of files that you can import into Datameer. Importing Data When you import data, you import it into a connection which is a collection of data from different sources such as various types of files and databases. See Configuring a Connection to learn

More information

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 10 Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Monitor, manage, and troubleshoot access to files and folders. Configure, manage, and troubleshoot file compression

More information

My Publications Quick Start Guide

My Publications Quick Start Guide IHS > Decision Support Tool My Publications Quick Start Guide January 28, 2011 Version 2.0 2011 IHS, All Rights Reserved. All trademarks belong to IHS or its affiliated and subsidiary companies, all rights

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

SmartJCForms User Guide

SmartJCForms User Guide SmartJCForms User Guide 6/18/2015 C O N T E N T S Part 1: Introduction and Getting Started... 4 Chapter 1 - Introduction SmartJCForms Overview... 5 System Requirements... 6 Installation... 6 Licensing...

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

Script Step Reference Information

Script Step Reference Information Script Step Reference Information This chapter lists all the steps available for use in creating scripts. These steps are accessed using the palette pane (see Using the Palette Pane, page 8). This chapter

More information

Creating a Check Register by Vendor Name

Creating a Check Register by Vendor Name SAN MATEO COUNTY OFFICE OF EDUCATION CECC Financial System Procedures There are three components to creating a check register by vendor name. 1) You need to run an HP 3000 VEO300 Vendor History Report

More information

How to: Use the new Print to Fax and Print to Inbox printers

How to: Use the new Print to Fax and Print to Inbox printers How to: Use the new Print to Fax and Print to Inbox printers What are the new Updox print drivers? Outbound document management just got easier with the new Print to Fax and Print to Inbox printers. New

More information

FileLoader for SharePoint

FileLoader for SharePoint Administrator s Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 Contents Preface 3 FileLoader Users... 3 Getting Started with FileLoader 4 Configuring Connections to SharePoint 8

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

Administering isupport

Administering isupport Administering isupport Tracking and Monitoring isupport Usage Agents perform tasks in the background that are an integral part of isupport functionality. See Enabling and Scheduling Agents on page 2 for

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions Contents 1 INTRODUCTION... 2 1.1 LANGUAGES... 2 1.2 REQUIREMENTS... 2 2 THE SHAREPOINT SITE... 3 2.1 PERMISSIONS... 3 3 CONVERTED E-MAILS AND SHAREPOINT TICKETS... 4 3.1 THE CONVERTED E-MAIL... 4 3.2 THE

More information

Version 3.0 Quick Reference Guide

Version 3.0 Quick Reference Guide Version.0 Quick Reference Guide Topics TRILUTION LH Software TRILUTION LH Software is software for controlling automated liquid handling instruments. Its innovative features include: simple drag-and-drop

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

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

DS-5 ARM. Using Eclipse. Version Copyright ARM. All rights reserved. ARM DUI 0480L (ID100912)

DS-5 ARM. Using Eclipse. Version Copyright ARM. All rights reserved. ARM DUI 0480L (ID100912) ARM DS-5 Version 5.12 Using Eclipse Copyright 2010-2012 ARM. All rights reserved. ARM DUI 0480L () ARM DS-5 Using Eclipse Copyright 2010-2012 ARM. All rights reserved. Release Information The following

More information

Chapter 11 Running the Model

Chapter 11 Running the Model CHAPTER CONTENTS Simulation Menu 568 Section 1 Simulation Options...569 General Options & Settings 570 Output Reporting Options 572 Running a Specific Replication 574 Customized Reporting 574 Section 2

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

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management Account Management Administrator User Guide July 2016 1 Copyright 2016 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T

More information

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar.

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar. 1. Survey Authoring Section 1 of this User Guide provides step-by-step instructions on how to author your survey. Surveys can be created using questions and response choices you develop; copying content

More information

Select2Perform Custom Assessment Builder (CAB )

Select2Perform Custom Assessment Builder (CAB ) Select2Perform Custom Assessment Builder (CAB ) Table of Contents THE SELECT2PERFORM CUSTOMER ASSESSMENT BUILDER... 2 Getting Started... 2 Uploading and Using Audio and Image Files in a Test Question...

More information

XenaL47Server: 3.2 VulcanManager: Common Tools XenaChassisUpgrader:

XenaL47Server: 3.2 VulcanManager: Common Tools XenaChassisUpgrader: WHAT S NEW Xena Networks L47 Release Note Release 80.1 Release Date: October, 2018 XenaL47Server: 3.2 VulcanManager: 2.0.6.0 3.5 Patch release of ChassisUpgrader. Fixed Chassisupgrader not being able to

More information

MA FINANCIAL DATA REPORTING APPLICATION (MAFDRA) Company User s Guide Effective January 2014

MA FINANCIAL DATA REPORTING APPLICATION (MAFDRA) Company User s Guide Effective January 2014 MA FINANCIAL DATA REPORTING APPLICATION (MAFDRA) Company User s Guide Effective January 2014 THE WORKERS COMPENSATION RATING & INSPECTION BUREAU OF MASSACHUSETTS 101 ARCH STREET 5 TH FLOOR, BOSTON, MASSACHUSETTS

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

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT USAGE TRACKING ADMINISTRATION & REPORTING RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17383-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights

More information

Lesson Builder & Unit Builder

Lesson Builder & Unit Builder Lesson Builder & Unit Builder 71 WEST 23RD STREET, NEW YORK, NY 10010 T 1.800.311.5656 e help@taskstream.com Table of Contents Lesson Builder... 3 About the Lesson Builder... 3 Create a New Lesson... 4

More information

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Calendar 365... 1 Pre-requisites... 2 Installation... 2 Installation Steps... 2 Configuration Steps... 5 Calendar Management... 19 Calendar Activities...

More information

Topaz Workbench Data Visualizer User Guide

Topaz Workbench Data Visualizer User Guide Topaz Workbench Data Visualizer User Guide Table of Contents Displaying Properties... 1 Entering Java Regular Expressions in Filter Fields... 3 Related Topics... 3 Exporting the Extract Trace Events View...

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

User Guide. Master Covers. Version Revision 1

User Guide. Master Covers. Version Revision 1 User Guide Master Covers Version 2.2.2 Revision 1 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 4 Guide... 4 MANAGING MASTER COVERS... 5 Guide... 5 Creating

More information

Teamcenter Getting Started with Workflow. Publication Number PLM00194 C

Teamcenter Getting Started with Workflow. Publication Number PLM00194 C Teamcenter 10.1 Getting Started with Workflow Publication Number PLM00194 C Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

Installing Intellicus DotNet Client on Windows. Version: 16.0

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

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Programming Logic and Design Sixth Edition

Programming Logic and Design Sixth Edition Objectives Programming Logic and Design Sixth Edition Chapter 6 Arrays In this chapter, you will learn about: Arrays and how they occupy computer memory Manipulating an array to replace nested decisions

More information

Embedded for Sharp OSA Setup Guide

Embedded for Sharp OSA Setup Guide Embedded for Sharp OSA Setup Guide Version 1.4 2016 SHP-20160315 Equitrac Embedded for Sharp OSA Setup Guide Revision Date Revision List March 15, 2016 Updated for Equitrac Office/Express 5.6 September,

More information

barge In option 127 bigdecimal variables 16 biginteger variables 16 boolean variables 15 business hours step 100

barge In option 127 bigdecimal variables 16 biginteger variables 16 boolean variables 15 business hours step 100 A aa_sample1.aef file 25 aa script 1 acceptable digits, specifying 137 accept step 67 annotate step 99 attach to fax step 95 auto attendant sample script 1 B barge In option 127 bigdecimal variables 16

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

Equitrac Embedded for Sharp OSA. Setup Guide Equitrac Corporation

Equitrac Embedded for Sharp OSA. Setup Guide Equitrac Corporation Equitrac Embedded for Sharp OSA 1.4 Setup Guide 2012 Equitrac Corporation Equitrac Embedded for Sharp OSA Setup Guide Revision Date Revision List November 1, 2012 Updated for Equitrac Office/Express 4.2.5

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

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

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

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013 Page i Contact: Systems Alliance, Inc. Executive Plaza III 11350 McCormick Road, Suite 1203 Hunt Valley, Maryland 21031

More information

Security Explorer 9.1. User Guide

Security Explorer 9.1. User Guide Security Explorer 9.1 User Guide Security Explorer 9.1 User Guide Explorer 8 Installation Guide ii 2013 by Quest Software All rights reserved. This guide contains proprietary information protected by copyright.

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

Filing Electronically With the IRS FIRE System and Pro1099

Filing Electronically With the IRS FIRE System and Pro1099 Filing Electronically With the IRS FIRE System and Pro1099 SoftPro Select 4.0 Tax Year 2015 January 20, 2016 4800 Falls of Neuse Road, Suite 400 Raleigh, NC 27609 p (800) 848-0143 f (919) 755-8350 www.softprocorp.com

More information

Visual Dialogue User Guide. Version 6.0

Visual Dialogue User Guide. Version 6.0 Visual Dialogue User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its

More information

Delegating Access & Managing Another Person s Mail/Calendar with Outlook. Information Technology

Delegating Access & Managing Another Person s Mail/Calendar with Outlook. Information Technology Delegating Access & Managing Another Person s Mail/Calendar with Outlook Information Technology 1. Click the File tab 2. Click Account Settings, and then click Delegate Access 3. Click Add 4. Type the

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

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

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Designer/Player 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols

More information

VBA Final Project: xlbooster Dan Patten

VBA Final Project: xlbooster Dan Patten VBA Final Project: xlbooster Dan Patten Table of Contents Executive Summary... 2 Implementation Documentation... 3 Basic Structure... 3 Code Structure... 3 Ribbon... 4 Group Sheet Manager... 4 Treeview...

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 11.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

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

Zimbra Connector for Microsoft Outlook User Guide. Zimbra Collaboration

Zimbra Connector for Microsoft Outlook User Guide. Zimbra Collaboration Zimbra Connector for Microsoft Outlook User Guide Zimbra Collaboration 8.8.11 Table of Contents Legal Notices............................................................................... 1 1. Introduction..............................................................................

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

Global Standard for the Paper and Forest Products

Global Standard for the Paper and Forest Products Global Standard for the Paper and Forest Products papinet ISS tool user guide V2R20 February 2010 Table of Contents Table of Contents...1 Introduction...2 Background... 2 Overview of papinet ISS... 2 papinet

More information

Solution Composer. User's Guide

Solution Composer. User's Guide Solution Composer User's Guide January 2014 www.lexmark.com Contents 2 Contents Overview...4 Understanding the basics...4 System recommendations...5 Building custom solutions...6 Getting started...6 Step

More information

Equitrac Integrated for Konica Minolta. Setup Guide Equitrac Corporation

Equitrac Integrated for Konica Minolta. Setup Guide Equitrac Corporation Equitrac Integrated for Konica Minolta 1.2 Setup Guide 2012 Equitrac Corporation Equitrac Integrated for Konica Minolta Setup Guide Document Revision History Revision Date Revision List November 1, 2012

More information

HOW TO CHECK AM5200-A SOFTWARE VERSION: Navigate to the System Info menu. Menu >> [Scroll Down]

HOW TO CHECK AM5200-A SOFTWARE VERSION: Navigate to the System Info menu. Menu >> [Scroll Down] SERVICE DATE HAS BEEN REACHED REMINDER AND MAY 1 2017 UPDATE: When necessary, new UGMA moisture meter calibration updates will be released May 1st and August 1st depending on the grain type. The Service

More information

Equitrac Integrated for Konica Minolta

Equitrac Integrated for Konica Minolta Equitrac Integrated for Konica Minolta 1.2 Setup Guide 2014 Equitrac Integrated for Konica Minolta Setup Guide Document Revision History Revision Date Revision List August 9, 2013 Updated for Equitrac

More information

ArtfulBits Link to Document Column

ArtfulBits Link to Document Column User Guide ArtfulBits Link to Document Column for Microsoft SharePoint Overview... 1 Feature List... 2 Why ArtfulBits Link to Document Column?... 2 How to Use... 3 Link to Document settings:... 3 How to

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. 15 Power User Tips for Tabs in Firefox 57 Quantum Written by Lori Kaufman Published March 2018. Read the original article here: https://www.makeuseof.com/tag/firefox-tabs-tips/ This ebook is the intellectual

More information

Device Quotas. Administrator's Guide

Device Quotas. Administrator's Guide Device Quotas Administrator's Guide March 2015 www.lexmark.com Contents 2 Contents Overview... 4 Default configuration...4 Before you begin... 4 Configuring the application from the control panel...6 Accessing

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

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Export Metadata Learning Objectives In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Last updated: July 8, 2013 Overview You can export content metadata

More information

Using MDC Manager to Manage Power Settings

Using MDC Manager to Manage Power Settings AddendumA Using MDC Manager to Manage Power Settings This addendum explains how to use the MDC Manager to configure and manage the power settings for the M7. It is organized into the following sections:

More information

RenameMan User Guide. ExtraBit Software

RenameMan User Guide. ExtraBit Software RenameMan User Guide ExtraBit Software http://www.extrabit.com Version 3.1 August, 2005 Contents Introduction... 5 What does RenameMan do?... 5 Features... 5 Quick tour of RenameMan... 5 Getting started...

More information

Use PrimoPDF To Print Jobs That Include Attached External Documents (PowerDB Version or later)

Use PrimoPDF To Print Jobs That Include Attached External Documents (PowerDB Version or later) Use PrimoPDF To Print Jobs That Include Attached External Documents (PowerDB Version 10.5.1 or later) Overview PrimoPDF software is a free download used for creating PDF documents from any other type of

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

TraceFinder Shortcut Menus Quick Reference Guide

TraceFinder Shortcut Menus Quick Reference Guide TraceFinder Shortcut Menus Quick Reference Guide This quick reference guide describes the right-click shortcut menus available in the Thermo TraceFinder application. Contents Acquisition Mode Analysis

More information

SAS Business Rules Manager 1.2

SAS Business Rules Manager 1.2 SAS Business Rules Manager 1.2 User s Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS Business Rules Manager 1.2. Cary,

More information

User Guide. Product Design. Version 2.2.2

User Guide. Product Design. Version 2.2.2 User Guide Product Design Version 2.2.2 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 4 Guide... 4 PRODUCTS... 5 Creating a New Product... 5 Viewing and

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

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

Web Browser Application Troubleshooting Guide. Table of Contents

Web Browser Application Troubleshooting Guide. Table of Contents Web Browser Application Troubleshooting Guide The following trouble shooting guide outlines tips for common problems which may resolve incorrect or unexpected behavior of NMFTA s web based applications.

More information

Technical Documentation Version 7.2 Multiple Run Management

Technical Documentation Version 7.2 Multiple Run Management Technical Documentation Version 7.2 Multiple Run Management These documents are copyrighted by the Regents of the University of Colorado. No part of this document may be reproduced, stored in a retrieval

More information

Using the Script Editor

Using the Script Editor Using the Script Editor This chapter describes how to use the Cisco Unity Express Script Editor in the following sections: Overview of the Cisco Unity Express Script Editor, page 17 Palette Pane, page

More information

Administration Guide - NetApp File Archiver

Administration Guide - NetApp File Archiver Page 1 of 100 Administration Guide - NetApp File Archiver TABLE OF CONTENTS OVERVIEW Introduction Key Features Terminology SYSTEM REQUIREMENTS DEPLOYMENT Installation Method 1: Interactive Install Method

More information

Finding Your Way Around Aspen IMS

Finding Your Way Around Aspen IMS Finding Your Way Around Aspen IMS 12181A 60 minutes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Description Knowing your way around Aspen IMS makes

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

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1 17 - Variables Contents 17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA... 1 Document Variables... 1 Code Variables... 1 The List of document variables and the List of code variables... 1 Managing

More information

Table of Contents EXCEL ADD-IN CHANGE LOG VERSION (APRIL 28, 2013)... 2 Changes... 2 VERSION (FEBRUARY 20, 2013)...

Table of Contents EXCEL ADD-IN CHANGE LOG VERSION (APRIL 28, 2013)... 2 Changes... 2 VERSION (FEBRUARY 20, 2013)... Table of Contents EXCEL ADD-IN CHANGE LOG... 2 VERSION 3.4.0.0 (APRIL 28, 2013)... 2 Changes... 2 VERSION 3.3.1.1 (FEBRUARY 20, 2013)... 2 Changes... 2 Maximum number of items per query was increased to

More information

IndustrialPro Routers (SN/RAM Series) Wireless Modems

IndustrialPro Routers (SN/RAM Series) Wireless Modems Wireless Modems Including SN/RAM-67xx LTE and RAM-9000 families Migration and Advanced Firmware Update Procedures Version 3.20/4.20 February 2015 CHANGE HISTORY Version Date Description 3.20 February 17,

More information