Introducing BioMA. Tutorial: Creating a component. Fumagalli D., Ferrari G.

Size: px
Start display at page:

Download "Introducing BioMA. Tutorial: Creating a component. Fumagalli D., Ferrari G."

Transcription

1 Introducing BioMA Tutorial: Creating a component Fumagalli D., Ferrari G. 2016

2 This publication is a Technical report by the Joint Research Centre (JRC), the European Commission s science and knowledge service. It aims to provide evidence-based scientific support to the European policymaking process. The scientific output expressed does not imply a policy position of the European Commission. Neither the European Commission nor any person acting on behalf of the Commission is responsible for the use that might be made of this publication. JRC Science Hub European Union, The reuse of the document is authorised, provided the source is acknowledged and the original meaning or message of the texts are not distorted. The European Commission shall not be held liable for any consequences stemming from the reuse. How to cite this report: D. Fumagalli, G. Ferrari, Introducing BioMA: Tutorial - Creating a component, rel. 2, EUR, June 2014 Printed in Italy 2 Tutorial - Creating a component

3 Contents 1 About this tutorial Web resources of interest What you will learn Contents of the tutorial package Tutorial s Steps Step 1 Prepare the environment Download and unzip the tutorial package Verify your system settings Download and install SharpDevelop Install the Domain Class Coder (DCC) Install Strategy Class Coder (SCC) Install Models Parameter Editor (MPE) Step 2 Create the project in SharpDevelop Creating the project Creating an empty Interface Defining a method for the strategy s logics Step 3 Create the Domain Classes in DCC Step 4 Build the project in SharpDevelop Adding the files to the project Adding the DLLs references to the project Building the project Step 5 Create the strategies in SCC Step 6 Build the projects in SharpDevelop Adding the SCC file to the project Adding the DLLs references Building the two projects Step 7 Enter the model code in SharpDevelop Step 8 Create the parameters class for the strategy Creating the parameters class in DCC Adding the parameters class to the project Step 9 Create the parameters file for the strategy What s Next? Tutorial - Creating a component 1

4 CONTENTS 2 Tutorial - Creating a component

5 About this tutorial 1 This document is targeted to the advanced users of the BioMA Software Framework who want to create their own components. For scientific information about the models used please refer to the documentation of the specific components. The topics are organized as follows: What you will learn on page 4 Tutorial s Steps on page 7 Web resources of interest Resource BioMA Framework User Guide BioMA Framework Portal Composition Layer documentation What you will find A comprehensive Web based help that provides a description of the BioMA framework, as well as an overview of its main components. The BioMA portal, which links to all components available documentation. A document addressed to advanced users who want to deepen their knowledge on how the composition layer of the BioMA framework is coded. Model Layer documentation It provides a description of the Model Layer of BioMA where fine granularity models are implemented as discrete units. Tutorial - Creating a component 3

6 1 ABOUT THIS TUTORIAL What you will learn The tutorial provides step by step instructions for you to create a new component. In this case, the new component we choose as example simulates the soil borne fungal pathogens growth; for this purpose, we will use the tools available in BioMA for interactive code creation, and other free source useful software. Contents of the tutorial package In the TrainingCreateComponent.zip package that we have provided in order to complete the tutorial you find: Installer/Folder What is it CodeOfMethodEstimated _tobecopiedinthestrateg y.txt Libraries DCC A text file containing the code for the strategy to be implemented. This is the code that you will use in procedure Step 7 Enter the model code in SharpDevelop on page 32. This folder contains the auxiliary files (.DLLs) that are used in the process of constructing the new component: CRA.Core.Preconditions EC.JRC.MARS.MetadataTypes EC.JRC.MARS.ModelLayer.Core EC.JRC.MARS.ModelLayer.Data EC.JRC.MARS.ModelLayer.Strategy EC.JRC.MARS.ModelLayer.StrategyConverted EC.JRC.MARS.ModelLayer.StrategyReflection.Explo rer EC.JRC.MARS.ModelLayer.VarInfoConverter EC.JRC.MARS.ParametersManagement JRC.IPSC.MARS.Cache nunit.framework The installer for the DCC application, which is used to create domain classes. 4 Tutorial - Creating a component

7 WHAT YOU WILL LEARN Installer/Folder MPE SCC What is it The installer for the MPE application, which can be used to view/edit the model s parameters. This tool will be used later, when creating a modelling solution. The installer for the SCC application, which is used for to create strategies. Tutorial - Creating a component 5

8 1 ABOUT THIS TUTORIAL 6 Tutorial - Creating a component

9 Tutorial s Steps 2 This tutorial is aimed to modelers and guide them through the steps for creating a component containing a strategy, from the very beginning. At the end of the tutorial, you will have a component called MY.EXAMPLE.SoilBorne containing a strategy called RGRYanHunt. The steps are organized as follows: Step 1 Prepare the environment on page 8 Step 2 Create the project in SharpDevelop on page 11 Step 3 Create the Domain Classes in DCC on page 17 Step 4 Build the project in SharpDevelop on page 21 Step 5 Create the strategies in SCC on page 25 Step 6 Build the projects in SharpDevelop on page 29 Step 7 Enter the model code in SharpDevelop on page 32 Step 8 Create the parameters class for the strategy on page 33 Step 9 Create the parameters file for the strategy on page 36 Tutorial - Creating a component 7

10 2 TUTORIAL S STEPS Step 1 - Prepare the environment This step involves: Download and unzip the tutorial package on page 8 Verify your system settings on page 8 Download and install SharpDevelop on page 9 Install the Domain Class Coder (DCC) on page 9 Install Strategy Class Coder (SCC) on page 10 Download and unzip the tutorial package The ZIP package you will download includes this PDF and all the files you need to complete the tutorial (see Contents of the tutorial package on page 4). To download it: 1 Go to the Agri4Cast Resources Portal ( agri4cast.jrc.ec.europa.eu/dataportal/index.aspx?o=s). Do the following: a. If you are not registered yet, click Register at the top right, then follow the instructions to register. b. In the Create BioMA Component Tutorial area, click the Download Resources button and download the TrainingCreateComponent.zip file. 2 Unzip the TrainingCreateComponent.zip package we have provided in a folder at your choice in your PC. Verify your system settings In order to complete the tutorial, you must have: Windows PC (at least 2/3 GB of RAM) Administrative rights on the machine Microsoft.NET 3.5 (or above) installed A developer IDE (Integrated Developer Environment) installed. This can either be: Visual Studio 2008/2010, or 8 Tutorial - Creating a component

11 STEP 1 - PREPARE THE ENVIRONMENT SharpDevelop 5.0 Beta 1 (free and open source, downloadable from See below for instructions.) Drivers to use a SQL Server Compact Edition database. You can download the drivers here: us/ download/details.aspx?displaylang=en&id=5783 In the settings of the PC, the dot ('.') must be set as the decimal separator. To check this setting: Access the Windows Control Panel (click the Start button, then select Control Panel > Clock, Language, and Region > Region and Language). In the Region and Language window, click Additional settings. Be sure that the Decimal symbol is set to point (.). Download and install SharpDevelop Note: If you have Microsoft Visual Studio 2008 or above installed in your PC, you can use it rather than using SharpDevelop. The procedure for creating and editing a project is very similar. SharpDevelop is the free and open source IDE (Integrated Developer Environment) that allows writing applications in languages including C#, VB.NET and Boo projects on Microsoft's.NET platform. To install SharpDevelop: 1 Download the latest version here: 2 Follow the instructions to install the application. As a result, a shortcut will be created on the desktop. 3 Double click the shortcut to launch the application. Install the Domain Class Coder (DCC) DCC is a Windows application that allows generating C# code to be used as domain classes. These latter contain the values and the attributes for each variable used to model a given domain. Tutorial - Creating a component 9

12 2 TUTORIAL S STEPS To install DCC: 1 Copy the DCC folder that you find in the TrainingCreateComponent.zip package in any location in your computer. Suggested folder: C:\Program Files (x86)\jrc\dcc. 2 Since no installation is required, open DCC by launching the.exe file that you will find in the same folder. Install Strategy Class Coder (SCC) SCC is a Microsoft Windows application which facilitates implementing a model class (a strategy) according to the specifications of the ModelLayer used in the BioMA platform. The relevant code is provided by SCC by generating a C# code class. To install and launch SCC: 1 Run the setup.exe file that is located within the SCC folder of the TrainingCreateComponent.zip package. 2 The software will be installed in folder C:\Program Files (x86)\jrc\scc. The installation process will install a shortcut on the desktop. 3 Double click the shortcut to launch SCC. Install Models Parameter Editor (MPE) MPE is and application that dynamically creates a graphical user interface to manage model parameters. 1 Run the setup.exe file that is located within the MPE folder of the TrainingCreateComponent.zip package. 2 The software will be installed in folder C:\Program Files (x86)\jrc\mpe. The installation process will install a shortcut on the desktop. 3 Double click the shortcut to launch MPE. Go to the next step: Step 2 Create the project in SharpDevelop on page Tutorial - Creating a component

13 STEP 2 - CREATE THE PROJECT IN SHARPDEVELOP Step 2 - Create the project in SharpDevelop Note: If you have Microsoft Visual Studio 2008 or above installed in your PC, you can use it rather than using SharpDevelop. The procedure for creating and editing a project is very similar. In this tutorial, we will use SharpDevelop to create a component able to simulate soil borne fungal pathogens growth. We will call this component MY.EXAMPLE.SoilBorne, and we will assign it a strategy (mathematical function) called RGRYanHunt, as it follows the algorithm proposed by Yan and Hunt (year) for fungal soil borne pathogens growth. In this case, we only use one strategy to build the component, but usually a component includes more than one strategy. In this step, you will complete the following tasks: Creating the project on page 11 Creating an empty Interface on page 13 Defining a method for the strategy s logics on page 14 Creating the project To create the project in SharpDevelop: 1 Launch SharpDevelop by double clicking the shortcut that has been created on the desktop after the installation process (see Download and install SharpDevelop on page 9). 2 From the SharpDevelop menu bar, select File > New > Solution. The New Project window will be displayed: Tutorial - Creating a component 11

14 2 TUTORIAL S STEPS 3 Be sure that, in the Categories frame, the C# is selected in order to see the options corresponding to this programming language on the Templates frame. 4 In the Templates frame, click Class Library. 5 In the Name text box, enter MY.EXAMPLE.SoilBorne, then click Create. By default, the project will be saved under the SharpDevelop Projects folder, but you can chose any folder location. 6 In the Projects left pane, expand the newly created solution: 12 Tutorial - Creating a component

15 STEP 2 - CREATE THE PROJECT IN SHARPDEVELOP 7 Right click the class that has been automatically created (namely, My.Class.cs) as shown above, and select Delete. Creating an empty Interface To create a new empty interface: 1 Select the MY.EXAMPLE.SoilBorne project on the Projects frame. 2 From the SharpDevelop menu bar, select File > New > File. 3 In the New File window that is displayed, click Interface. Tutorial - Creating a component 13

16 2 TUTORIAL S STEPS 4 In the popup that is displayed, select the Create a file inside project option. 5 Click Create and, in the File Name text box, enter ISoilBorneStrategy. Defining a method for the strategy s logics Since the new interface is empty, we must define a method that will contain the strategy's main logics and whose arguments will be the domain classes. We did not yet created the domain classes. However, at this point, we assume that the modeler knows which inputs/outputs the component needs. For example, in our SoilBorne component we will use the following domain classes as arguments for our method: Some weather data (Exogenous domain class) Some model states (States domain class) Some daily rates (Rates domain class) Moreover, we know that it could be useful to store and use both the current and previous states of the model. That is why we will introduce in the method s signature two instances of the States domain class. Note: Again, this was our choice. It is not mandatory. If you think that in your model you will need only the current state, you can insert just one instance of States. 14 Tutorial - Creating a component

17 STEP 2 - CREATE THE PROJECT IN SHARPDEVELOP For the sake of this tutorial, we will create the Update method, but you can name it at your choice. To define the method, do the following: 1 In the Projects pane of SharpDevelop, select the empty Interface you created in the previous step (see Creating an empty Interface on page 13), that is ISoilBorneStrategy. The following is displayed: 2 Define the method by adding the required lines in the code: Under the using System; statement add using EC.JRC.MARS.ModelLayer.Strategy; In the line for the public interface specification need to add the :IStrategy Finally, add the method specification line in parenthesis: void Update(States s, Rates r, States s1, Exogenous ex); The result must be as follows: Tutorial - Creating a component 15

18 2 TUTORIAL S STEPS In our convention s represents the previous step state, s1 the current step state. Again, you can change those names as you prefer. 3 At this point, the project will not build because the domain classes are not yet defined. To create the domain classes you have to use DCC. Go to the next step: 1 Step 3 Create the Domain Classes in DCC on page Tutorial - Creating a component

19 STEP 3 - CREATE THE DOMAIN CLASSES IN DCC Step 3 - Create the Domain Classes in DCC To model a domain, we define data types called domain classes, following the approach by Rizzoli et al. (1998). Domain classes are characterized by a set of data attributes, the value properties, and a set of methods to set and get the value, and to get the attributes. A domain class implements the interface IDomainClass (defined in library EC.JRC.MARS.ModelLayer.Core.dll). In our example, we will use DCC to generate the States, Rates, and Exogenous domain classes of the pathogen component. DCC allows editing directly the classes properties, as well as loading an existing XML definition file. Tip: For further information on how to use DCC, refer to the embedded Help. To reach it, click the About button, then click Help. In our example, we will manually create three domain classes/properties: Exogenous/ SoilTemperatureLayer1, SoilTemperatureLayer2 States/ RelativeGrowth Rates/ RelativeGrowthRate To define the domain classes: 1 Launch DCC: double click the.exe file that you find in the installation folder, which usually is C:\Program Files (x86)\jrc\dcc. (If needed, see Install the Domain Class Coder (DCC) on page 9). 2 The following is displayed: Tutorial - Creating a component 17

20 2 TUTORIAL S STEPS 3 Define the Exogenous domain class: a. In the domain class description text box enter Exogenous variables of CRA.Diseases.SoilBorne. b. In the domain class name text box, enter Exogenous. c. In the name space text box, enter MY.EXAMPLE.SoilBorne. d. In the table, enter the following values: 4 Be sure that the Domain class option button is selected, then click the save XML button. 18 Tutorial - Creating a component

21 STEP 3 - CREATE THE DOMAIN CLASSES IN DCC 5 In the Save As window that is displayed, browse to select the same directory of the ISoilBorneStrategy project that we created in SharpDevelop (see Creating the project on page 11). Alternatively, you might choose a subdirectory of the same project. 6 Click the generate code button. 7 Repeat the same steps (3 to 6) to create the other domain classes. Use the following as a reference to create the Rates domain class: Use the following as a reference to create the States domain class: Tutorial - Creating a component 19

22 2 TUTORIAL S STEPS 8 When you are finished, go back to SharpDevelop to include the generated files into the project. Go to the next step: Step 4 Build the project in SharpDevelop on page Tutorial - Creating a component

23 STEP 4 - BUILD THE PROJECT IN SHARPDEVELOP Step 4 - Build the project in SharpDevelop After creating the domain classes in DCC, we must include complete three steps in SharpDevelop in order to build the project. The three steps are: Adding the files to the project on page 21 Adding the DLLs references to the project on page 22 Building the project on page 22 Adding the files to the project This step involves adding the six files that were generated when creating the domain classes in DCC, both domain and VarInfo files. To add the domain classes files: 1 Go back to SharpDevelop or launch it from the desktop shortcut. 2 In the Projects pane, right click the project name (MY.EXAMPLE.SoilBorne), then select Add > Existing Item from the popup menu. 3 In the Add existing files window that is displayed, select C# Files (.cs) as the file type, then browse to the project folder where you saved the domain classes. (See To define the domain classes: on page 17). 4 Add the six.cs files (domain and VariInfo classes) you generated with DCC: select all the files and click Open. 5 At this point, if you saved the.cs files in a folder other than the project folder, a prompt window is displayed asking "Do you want to copy the files to target directory or do you want to create links to the current location". Select the copy the files option. At the end, the result must be as follows: Tutorial - Creating a component 21

24 2 TUTORIAL S STEPS Adding the DLLs references to the project This step involves referencing the model layer s DLLs, which you can find within the tutorial package. To add the DLLs references: 1 In the Projects pane, right click the References folder under MY.EXAMPLE.SoilBorne, then select Add Reference. 2 In the Add References window that is displayed, select the.net Assembly Browser tab. 3 Browse to the TrainingCreateComponent folder, then open the Libraries subfolder and select the following DLLs: EC.JRC.MARS.MetadataTypes.dll EC.JRC.MARS.ModelLayer.Core.dll EC.JRC.MARS.ModelLayer.Strategy.dll EC.JRC.MARS.ParametersManagement.dll 4 Click OK in the lower right corner of the Add reference window. Building the project In this step you will build the model and change the default settings of SharpDevelop. 22 Tutorial - Creating a component

25 STEP 4 - BUILD THE PROJECT IN SHARPDEVELOP To build the project: 1 In the Projects pane, right click the project name (MY.EXAMPLE.SoilBorne) and select Build. The project should build successfully. However, by default SharpDevelop will create a project targeting.net Framework 4. You must change this setting as everything in Bioma is compiled versus the.net framework Right click the project name again, then select Properties. 3 Select the Compiling tab, then click the Change button next to the Target Framework setting: 4 In the Project Upgrade tab that is displayed set the following: a. From the Convert selected projects to dropdown list, select C# 3.0. b. From the Change target framework dropdown list, select.net Framework Click Convert. 6 In the left Projects pane, right click again the project name and select Rebuild. Tutorial - Creating a component 23

26 2 TUTORIAL S STEPS 7 Do not close the SharpDevelop project since we will switch back to it later. Go to the next step: Step 5 Create the strategies in SCC on page Tutorial - Creating a component

27 STEP 5 - CREATE THE STRATEGIES IN SCC Step 5 - Create the strategies in SCC Once the DLL containing domain classes and interfaces is built, the application SCC can be used to generate the skeleton and the code according with the adopted architecture. This allows the modeler to focus in the implementation of the model algorithm. It is recommended to place the domain classes and strategies in different projects. Thus, before launching SCC, we will create in SharpDevelop a new project to host the strategies. To create in SharpDevelop a new project to host the strategies: Repeat the step Creating the project on page 11, but give the project a new name, that is, add Strategies at the end to indicate that it is the strategies container. In our case, the new project s name will be: MY.EXAMPLE.SoilBorne.Strategies. Important note: Please, remember to convert to.net 3.5 Framework the newly created project, as you have done for the MY.EXAMPLE.SoilBorne project. For detailed instructions, see Building the project on page 22. To create the strategies in SCC 1 Launch SCC from the desktop shortcut. Tip: For further information on how to use SCC, refer to the embedded Help. To reach it, click the About button, then click Help. 2 Load the domain classes already created and compiled: a. Click the Data Interfaces DLL button. b. Browse to the folder MY.EXAMPLE.SoilBorne\MY.EXAMPLE.SoilBorne\bin\Debug\ and select MY.EXAMPLE.SoilBorne.dll: Tutorial - Creating a component 25

28 2 TUTORIAL S STEPS 3 In the General tab, be sure that you set the following parameters: Domain and Model Type The dropdown boxes includes a number of options (e.g., Soil/Plant or Create a new domain). Select an option at your choice in both cases. Namespace Enter MY.EXAMPLE.SoilBorne.Strategies This is the same name of the project that was created above. (See To create in SharpDevelop a new project to host the strategies: on page 25). Strategy name Enter RGRTRYanHunt 4 Set the other general settings at your choice. 5 Select the Inputs Outputs tab to define the inputs and the outputs of the strategy. 6 From the Domain class dropdown list, select the first domain class, e.g. states MY.EXAMPLE.SoilBorne.States: 26 Tutorial - Creating a component

29 STEP 5 - CREATE THE STRATEGIES IN SCC After making your selection, a list of variables is displayed underneath: 7 Select a variable from the list. 8 Select the Input or the Output option button, as required. In this case, use the following as a reference: For the states domain class, the available RelativeGrowth is an Output. For the states1 and rates domain classes the variables are Outputs. For the exogenous domain class the variables are Inputs. 9 Click the Select Variable button to move the item either to the Inputs or the Outputs right frame. Tutorial - Creating a component 27

30 2 TUTORIAL S STEPS 10 To delete a Inputs or Outputs row, select the row and press Delete on your keyboard. 11 Repeat steps 6 to 9 for each Domain classes. 12 Select the Parameters tab, then set the following values: 13 Click the Generate code button at the bottom of the window to generate the class code. 14 In the Save As window that is displayed, save the code in the directory of the project MY.EXAMPLE.SoilBorne.Strategies with the name RGRTRYanHunt.cs. 15 In the popup that displays, click Yes if you want to see the generated code at this point. Otherwise, click No. 16 To save the current configuration for future reuse, click the Save definition button at the top left of window. Go to the next step: Step 6 Build the projects in SharpDevelop on page Tutorial - Creating a component

31 STEP 6 - BUILD THE PROJECTS IN SHARPDEVELOP Step 6 - Build the projects in SharpDevelop In this step we will complete three tasks: Adding the SCC file to the project on page 29 Adding the DLLs references on page 30 Building the two projects on page 31 Adding the SCC file to the project This task involves adding the strategies file that we have generated with SCC in Step 5 to the ad hoc project that we have created in SharpDevelop. (See To create in SharpDevelop a new project to host the strategies: on page 25). To add the SCC file: 1 Go back to SharpDevelop. 2 In the Projects left pane, right click the MY.EXAMPLE.SoilBorne.Strategies ad hoc project. 3 From the popup menu, select Add > Existing item. 4 In the window that is displayed, select C# Files (*.cs) as the file type, then browse to select the RGRTRYanHunt.cs file you. As a result, the SharpDevelop solution in the Projects pane will look as follows: Tutorial - Creating a component 29

32 2 TUTORIAL S STEPS Adding the DLLs references This task involves adding the required DLLs references to the project. To add the references: 1 In the Projects left pane, right click References under the MY.EXAMPLE.SoilBorne.Strategies project. 2 From the popup menu, select Add Reference. 3 In the Add Reference window that is displayed, select the.net Assembly Browser tab. 4 Click the Browse button, then go to the folder where you unzipped the TrainingCreateComponent package we provided. 5 In the Libraries subfolder, select the following DLLs: EC.JRC.MARS.MetadataTypes.dll EC.JRC.MARS.ModelLayer.Core.dll EC.JRC.MARS.ModelLayer.Strategy.dll 30 Tutorial - Creating a component

33 STEP 6 - BUILD THE PROJECTS IN SHARPDEVELOP EC.JRC.MARS.ParametersManagement.dll To select a DLL click it, click Open and then OK. 6 Now select the Projects tab and select the MY.EXAMPLE.SoilBorne project containing the domain classes. 7 Click the OK button. As a result, the SharpDevelop solution in the Projects pane will now look as follows: Building the two projects In this step you will change the default settings of SharpDevelop and then you will build the two projects. To change the settings and build the projects: 1 Change the default settings of SharpDevelop to.net Framework 3.5 by repeating the procedure that is described in step Building the project on page In the Projects pane, right click the MY.EXAMPLE.SoilBorne project name and then select Build. 3 Repeat the same operation for the MY.EXAMPLE.SoilBorne.Strategies project. Both projects should build without errors. Go to the next step: Step 7 Enter the model code in SharpDevelop on page 32 Tutorial - Creating a component 31

34 2 TUTORIAL S STEPS Step 7 - Enter the model code in SharpDevelop The modeler has to write the model algorithm inside the placeholder in the code just generated, that is, to implement the method Estimate of the RGRTRYanHunt class. To enter the model code: 1 In the Projects pane of SharpDevelop, select the RGRTRYanHunt class. 2 In the code pane of the RGRTRYanHunt class, locate the Estimate method: 3 Open the CodeOfMethodEstimate_toBeCopiedInTheStrategy.txt file that we have provided in the training package, then copy and paste the code below the comment (green) lines. 4 When finished, rebuild both projects: in the Projects pane, right click each project, and then select Rebuild. Go to the next step: Step 8 Create the parameters class for the strategy on page Tutorial - Creating a component

35 STEP 8 - CREATE THE PARAMETERS CLASS FOR THE STRATEGY Step 8 - Create the parameters class for the strategy This step involves completing two tasks: Creating the parameters class in DCC on page 33 Adding the parameters class to the project on page 34 Creating the parameters class in DCC To create the parameters class: 1 Launch DCC by double clicking the.exe file in the installation folder. 2 In the lower part of the DCC window, select the Parameters class option button. 3 Click the Load parameters class from strategy button. Note: If a Warning message is displayed, check that you have converted the two projects to.net 3.5 Framework. If you have not, follow the instructions in Building the project on page 22 before proceeding. 4 In the window that is displayed, browse to the project folder (...\MY.EXAMPLE.SoilBorne.Strategies\bin\debug), then select the MY.EXAMPLE.SoilBorne.Strategies.dll file. 5 In the Strategy class loader popup that is displayed, from the dropdown list select MY.EXAMPLE.SoilBorne.Strategies.RGRTRYanHunt. As a result, the parameters of the strategy will be displayed in DCC. Note: Leave the Strategy class loader popup open. Tutorial - Creating a component 33

36 2 TUTORIAL S STEPS 6 Click the Generate code button, then browse to the MY.EXAMPLE.SoilBorne.Strategies folder. This way, the class will be generated within the project s folder. The class file name will be automatically saved with the name RGRTRYanHunt_Parameters.cs. 7 Finally, we will save the parameters class in XML format: to do this, click the Save XML button. 8 In the popup that opens, browse to the MY.EXAMPLE.SoilBorne.Strategies folder, name the file RGRYanHunt_ParametersDCC.xml and click Save. Adding the parameters class to the project To add the class to the project in SharpDevelop: 1 Go back to SharpDevelop. 2 In the Projects left pane, right click the MY.EXAMPLE.SoilBorne.Strategies project, then select Add > Existing item. 3 Set C# Files (*.cs) as the file type, then select the RGRTRYanHunt_Parameters.cs you previously created with DCC. As a result, the Projects pane will now look as follows: 34 Tutorial - Creating a component

37 STEP 8 - CREATE THE PARAMETERS CLASS FOR THE STRATEGY 4 To complete the procedure, rebuild both projects: in the Projects pane, right click each project (MY.EXAMPLE.SoilBorne and MY.EXAMPLE.SoilBorne.Strategies) and select Rebuild. 5 Wait for the build to complete successfully. Go to the next step: Step 9 Create the parameters file for the strategy on page 36 Tutorial - Creating a component 35

38 2 TUTORIAL S STEPS Step 9 - Create the parameters file for the strategy In this last step, we will create a parameters file that contains the strategy s parameters values. This is required because, when running the model, the parameter class we created in the previous Step 8 (RGRTRYanHunt_Parameters) reads these values. In the parameters files the user defines the values sets for the parameters by using the Model Parameter Editor (MPE). To define the values and create the parameters file using MPE: 1 Launch MPE by double clicking the shortcut that was created during the installation process (If needed, see Install Models Parameter Editor (MPE) on page 10). 2 From the MPE menu bar, select File > Import types > XML DataSet. 3 Browse to select the RGRYanHunt_ParametersDCC.xml file you created in the previous step (see step 8). 4 To add a new key, click the button in the upper part of MPE. 5 In the Add new key value popup that is displayed, enter a Name a Description for the new key, at your choice and click OK. As a result, the three parameters of the strategy will be displayed in the grid. 6 Double click the first parameter s row to display the VarInfo viewer popup that shows the allowed range of values: 36 Tutorial - Creating a component

39 STEP 9 - CREATE THE PARAMETERS FILE FOR THE STRATEGY 7 In the Values pane on the right, enter the value you want to define for the parameter key. 8 Repeat steps 6 and 7 for the three parameters. (Please, note that, once you entered a parameter value on the Values right pane, the value disappears after clicking another row on the list. However, the value you specified has been correctly assigned to the parameter and you can enter the following value). 9 Finally, save the file in XML format: From the MPE menu bar, select File > Write values > XML. 10 Browse to a folder of your choice and click OK. A confirm popup will be displayed. The file name has been automatically assigned, based on the strategy s name, e.g.: MY.EXAMPLE.SoilBorne.Strategies_RGRTRYanHunt.xml, which is the full name of the strategy and it is the output of this step. Tip: In this step we have added a new key. However, users can add more keys, at their choice. For information on how to do it please refer to the embedded User Guide, which you can access by clicking the Help button in the menu bar: Tutorial - Creating a component 37

40 2 TUTORIAL S STEPS What s Next? In this tutorial we have created a new component including one strategy. However, to build a modelling solution for a specific purpose, you must connect more model components to each other and define the order of execution in the model. Each component includes specific inputs, outputs, parameters, and so forth. For this purpose, you can follow the instructions that are provided in the Tutorial Creating a modeling solution, which is tailored to advanced users (such as modelers) who want to create their own modelling solutions. 38 Tutorial - Creating a component

CLIC. Composition Layer Interactive Code. User Guide

CLIC. Composition Layer Interactive Code. User Guide CLIC Composition Layer Interactive Code User Guide Release Issue Date 1 3 June 2014 Copyright European Union, 1995 2014 Reproduction is authorised, provided the source is acknowledged, save where otherwise

More information

DCC. Domain Classes Coder. User Guide

DCC. Domain Classes Coder. User Guide DCC Domain Classes Coder User Guide Release Issue Date 1 2 June 2014 Copyright European Union, 1995 2014 Reproduction is authorised, provided the source is acknowledged, save where otherwise stated. Where

More information

GDD. Graphic Data Display. User Guide

GDD. Graphic Data Display. User Guide GDD Graphic Data Display User Guide Release Issue Date 1 3 June 2014 Copyright European Union, 1995 2014 Reproduction is authorised, provided the source is acknowledged, save where otherwise stated. Where

More information

Composition Layer. Reference documentation

Composition Layer. Reference documentation Composition Layer Reference documentation Release Issue Date 1 1 May 2013 Copyright European Union, 1995 2013 Reproduction is authorised, provided the source is acknowledged, save where otherwise stated.

More information

GFEC Version 3.0 Installation Guide MATTHEW WARD SALVESON

GFEC Version 3.0 Installation Guide MATTHEW WARD SALVESON GFEC Version 3.0 Installation Guide MATTHEW WARD SALVESON August 2010 Contents 1 Unpacking the Zip File 3 2 External Software Installation 4 2.1 GMSH............................... 4 2.2 Gnuplot..............................

More information

MYOB Advanced Business

MYOB Advanced Business MYOB Advanced Business On-Premise Installation Last Updated: 24 November 2014 Contents Introduction 1 Pre-Requisites 1 Web Browsers... 1 Server Hardware and Software... 1 Database Hardware and Software...

More information

Document Management Upgrade Guide

Document Management Upgrade Guide Document Management Upgrade Guide March 2014, Version 8.9 Minimum Requirements Ensure that your Document Management environment conforms to the following requirements. Document Management Image Server

More information

Connectivity Pack for Microsoft Guide

Connectivity Pack for Microsoft Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/2/2018 Legal Notices Warranty The only warranties for Micro Focus products and services are set forth in the express warranty

More information

Toolkit Activity Installation and Registration

Toolkit Activity Installation and Registration Toolkit Activity Installation and Registration Installing the Toolkit activity on the Workflow Server Install the Qfiche Toolkit workflow activity by running the appropriate SETUP.EXE and stepping through

More information

Model Layer. Reference Documentation

Model Layer. Reference Documentation Model Layer Reference Documentation Release Issue Date 1 1 March 2015 Copyright European Union, 1995 2015 Reproduction is authorised, provided the source is acknowledged, save where otherwise stated. Where

More information

Manage and Generate Reports

Manage and Generate Reports Report Manager, page 1 Generate Reports, page 3 Trust Self-Signed Certificate for Live Data Reports, page 4 Report Viewer, page 4 Save an Existing Stock Report, page 7 Import Reports, page 7 Export Reports,

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Enterprise Deployment Microsoft SQL Server

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Enterprise Deployment Microsoft SQL Server EventMaster PLUS! Version 4 Installation and Upgrade Guide Deployment Microsoft SQL Server EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! Please send any comments regarding

More information

CITO2 Installation & User Instructions

CITO2 Installation & User Instructions CITO2 Installation & User Instructions DD 56107 Stoneridge Electronics Ltd 1. Installation...4 1.1. System Requirements...4 1.2. Installing CITO2...4 1.3. Uninstalling CITO2...4 2. Starting and closing

More information

Doc. Version 1.0 Updated:

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

More information

Preparatory steps before you begin

Preparatory steps before you begin Preparatory steps before you begin If the course comes on a CD-ROM / DVD-ROM If your course is on a CD-ROM, it might be easiest to copy its entire content, i.e., the folder containing the course, to your

More information

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+

SSRS 2016 for WITS. Web Portal User Guide. Applies to: WITS Version 18.0+ SSRS 2016 for WITS Web Portal User Guide Applies to: WITS Version 18.0+ Microsoft SQL Server Reporting Services (SSRS) 2016 Last Updated June 1, 2017 Microsoft SQL Server 2016 Report Builder 3.0 Version

More information

INSIGHT Installation Instructions

INSIGHT Installation Instructions This is the New Icon that will appear on your computer screen after the INSIGHT v8.1 software is installed. IMPORTANT: These instructions pertain to version 8.1.29. INSIGHT v8.1.29 requires Windows 8,

More information

Tip 002: Configuring EDRMS Content Manager

Tip 002: Configuring EDRMS Content Manager Tip 002: Configuring EDRMS Content Manager Primary Audience: Information Workers Purpose: EDRMS Content Manager needs to be configured the first time you use it, or if you change your desktop computer

More information

TREX Set-Up Guide: Creating a TREX Executable File for Windows

TREX Set-Up Guide: Creating a TREX Executable File for Windows TREX Set-Up Guide: Creating a TREX Executable File for Windows Prepared By: HDR 1 International Boulevard, 10 th Floor, Suite 1000 Mahwah, NJ 07495 May 13, 2013 Creating a TREX Executable File for Windows

More information

Time Machine Web Console Installation Guide

Time Machine Web Console Installation Guide 1 Time Machine Web Console Installation Guide The following is a quick guide to setting up and deploying Solution-Soft s Time Machine Web Console under Microsoft IIS Web Server 8. This paper will walk

More information

Smart Tachograph. Instructions for using the Test Service for MSCA ERCA interactions. David Bakker (UL) Luigi Sportiello (JRC)

Smart Tachograph. Instructions for using the Test Service for MSCA ERCA interactions. David Bakker (UL) Luigi Sportiello (JRC) Smart Tachograph Instructions for using the Test Service for MSCA ERCA interactions David Bakker (UL) Luigi Sportiello (JRC) Version 1.0 April 2018 This publication is a Technical report by the Joint Research

More information

Infor LN Studio Application Development Guide

Infor LN Studio Application Development Guide Infor LN Studio Application Development Guide Copyright 2016 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

remember where it is, My Documents or to the Desktop are good locations. If you do not have an extract option, you can usually just COPY and PASTE the

remember where it is, My Documents or to the Desktop are good locations. If you do not have an extract option, you can usually just COPY and PASTE the How do I install USB drivers? This FAQ topic covers how to install your USB drivers. Step 1: Unzipping the Drivers When you download the drivers they are in a zip file. This is a type of file which allows

More information

Service Optimization Version 8.1. Service Optimization Localization Guide

Service Optimization Version 8.1. Service Optimization Localization Guide Service Optimization Version 8.1 Service Optimization Localization Guide Legal Notice The software with this guide is furnished under a license agreement and may be used only according to the terms of

More information

Sage Fixed Assets. Network Installation Guide for Administrators. for Depreciation, Tracking, Planning, and Reporting

Sage Fixed Assets. Network Installation Guide for Administrators. for Depreciation, Tracking, Planning, and Reporting for Depreciation, Tracking, Planning, and Reporting Network Installation 2014.1 Guide for Administrators Network Installation Guide Version 2014.1 Contents Chapter 1. Introduction Supported Operating Environments..........................................................

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 2.8 Table

More information

x10data Application Platform v7.1 Installation Guide

x10data Application Platform v7.1 Installation Guide Copyright Copyright 2010 Automated Data Capture (ADC) Technologies, Incorporated. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

More information

Inmagic DB/Text WebPublisher PRO Installation and Upgrade Notes

Inmagic DB/Text WebPublisher PRO Installation and Upgrade Notes Inmagic DB/Text WebPublisher PRO 11.00 Installation and Upgrade Notes Thank you for purchasing Inmagic DB/Text WebPublisher PRO. This document is for new WebPublisher PRO installations and for sites that

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

ODM 1.1. An application Hydrologic. June Prepared by: Jeffery S. Horsburgh Justin Berger Utah Water

ODM 1.1. An application Hydrologic. June Prepared by: Jeffery S. Horsburgh Justin Berger Utah Water ODM M STREAMING VERSION DATAA LOADER 1.1 An application for loading streaming sensor data into the CUAHSI Hydrologic Information System Observations Data Model June 2008 Prepared by: Jeffery S. Horsburgh

More information

Don t jump ahead, there is more you need to do first in order for this to work properly.

Don t jump ahead, there is more you need to do first in order for this to work properly. With the release of our new PD 502 & PD 602 portable terminals, you are required to use CPS v5.06.01.009 programming software. To maintain compatibility between the different DMR model radios, you will

More information

ImageNow Interact for Microsoft Office Installation and Setup Guide

ImageNow Interact for Microsoft Office Installation and Setup Guide ImageNow Interact for Microsoft Office Installation and Setup Guide Version: 6.6.x Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

Installing CaseMap Server User Guide

Installing CaseMap Server User Guide Installing CaseMap Server User Guide CaseMap Server, Version 2.3 System Requirements Installing CaseMap Server Installing the CaseMap Admin Console Installing the CaseMap SQL Import Utility Testing Installation

More information

Getting Started with the JNBridgePro Plug-ins for Visual Studio and Eclipse

Getting Started with the JNBridgePro Plug-ins for Visual Studio and Eclipse for Visual Studio and Eclipse Version 8.2 www.jnbridge.com JNBridge, LLC www.jnbridge.com COPYRIGHT 2002 2017 JNBridge, LLC. All rights reserved. JNBridge is a registered trademark and JNBridgePro and

More information

QTD and Supporting Files Installation Instructions

QTD and Supporting Files Installation Instructions QTD and Supporting Files Installation Instructions April 2017 Quality Training Systems www.qualitytrainingsystems.com support@qualitytrainingsystems.com 2017, Quality Training Systems Contents Introduction...

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 3.2 Table

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

GRASP. Installation Manual Step-By-Step v1.3 for GRASP Installer version

GRASP. Installation Manual Step-By-Step v1.3 for GRASP Installer version Fighting Hunger Worldwide GRASP Installation Manual Step-By-Step v1.3 for GRASP Installer version 1.0.12 Manual version 1.3 GRASP Reporting version 1.3.0 GRASP Designer version 1.2.0 GRASP Mobile version

More information

enicq 5 Installation Guide

enicq 5 Installation Guide Vermont Oxford Network enicq 5 Documentation enicq 5 Installation Guide Release 2.2 Published August 2016 2016 Vermont Oxford Network. All Rights Reserved. enicq 5 Installation Guide Introduction Welcome

More information

Office Adapters for Quark Publishing Platform

Office Adapters for Quark Publishing Platform Office Adapters for Quark Publishing Platform Contents Getting started... 1 About Quark Publishing Platform...1 System requirements... 3 Installing the Office Adapters for Quark Publishing Platform...

More information

Installation Guide. Sage Intelligence Reporting

Installation Guide. Sage Intelligence Reporting Installation Guide Sage 300 2016 Intelligence Reporting 07.2016 Table of Contents 1.0 Introduction 3 1.1 How to use this Guide 3 1.2 Topic summary 3 1.3 Network configurations 4 1.3.1 Typical network configurations

More information

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint.

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Version 2.7 Table of Content PREFACE... I INTENDED AUDIENCE...

More information

Desktop Deployment Guide

Desktop Deployment Guide ARGUS Enterprise 11.7.0 12/13/2017 ARGUS Enterprise 11.7.0 12/13/2017 Published by: ARGUS Software, Inc. 750 Town and Country Blvd Suite 800 Houston, TX 77024 Telephone (713) 621-4343 Facsimile (713) 621-2787

More information

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Workgroup Deployment Microsoft MSDE 2000

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Workgroup Deployment Microsoft MSDE 2000 EventMaster PLUS! Version 4 Installation and Upgrade Guide Deployment Microsoft MSDE 2000 EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! Please send any comments regarding

More information

Engr 123 Spring 2018 Notes on Visual Studio

Engr 123 Spring 2018 Notes on Visual Studio Engr 123 Spring 2018 Notes on Visual Studio We will be using Microsoft Visual Studio 2017 for all of the programming assignments in this class. Visual Studio is available on the campus network. For your

More information

ImageNow Interact for ESRI ArcGIS Server Installation and Setup Guide

ImageNow Interact for ESRI ArcGIS Server Installation and Setup Guide ImageNow Interact for ESRI ArcGIS Server Installation and Setup Guide Microsoft Windows.NET Framework Version: 6.6.x Written by: Product Documentation, R&D Date: November 2011 ImageNow and CaptureNow are

More information

Junxure Code Upgrade Instructions

Junxure Code Upgrade Instructions Junxure Code Upgrade Instructions If at any time you run into an issue with the following process, call or email Junxure Support (866-586-9873, opt 1 or support@junxure.com) and we will assist you with

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

RTL Design and IP Generation Tutorial. PlanAhead Design Tool

RTL Design and IP Generation Tutorial. PlanAhead Design Tool RTL Design and IP Generation Tutorial PlanAhead Design Tool Notice of Disclaimer The information disclosed to you hereunder (the "Materials") is provided solely for the selection and use of Xilinx products.

More information

NovaBACKUP CMon v19.1

NovaBACKUP CMon v19.1 February 2018 NovaBACKUP CMon v19.1 User Manual Features and specifications are subject to change without notice. The information provided herein is provided for informational and planning purposes only.

More information

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 Reconfiguring VMware vsphere Update Manager 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

PlanAhead Software Tutorial

PlanAhead Software Tutorial PlanAhead Software Tutorial RTL Design and IP Generation The information disclosed to you hereunder (the Information ) is provided AS-IS with no warranty of any kind, express or implied. Xilinx does not

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2005

CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2005 CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2005 The process of creating a project with Microsoft Visual Studio 2005.Net is similar to the process in Visual

More information

Sherlock Tutorial Getting Started

Sherlock Tutorial Getting Started Sherlock Tutorial Getting Started Background Sherlock is a Java-based application that allows users to analyze the reliability of circuit card assemblies based on their design files. Sherlock has been

More information

Tutorial 3 - Performing a Change-Point Analysis in Excel

Tutorial 3 - Performing a Change-Point Analysis in Excel Tutorial 3 - Performing a Change-Point Analysis in Excel Introduction This tutorial teaches you how to perform a change-point analysis while using Microsoft Excel. The Change-Point Analyzer Add-In allows

More information

Tutorial: Using LiDAR Data for Power Line Corridor Management

Tutorial: Using LiDAR Data for Power Line Corridor Management Tutorial: Using LiDAR Data for Power Line Corridor Management Contents Introduction... 2 Software requirements... 2 Sample data... 2 Exercise 1: Power line corridor modeling... 3 Classifying power lines

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

NVU Web Authoring System

NVU Web Authoring System NVU Web Authoring System http://www.nvu.com/index.php Table of Contents Using Nvu as Your Web Page Authoring System: Getting Started Opening a page, saving, and previewing your work...3 Formatting the

More information

Volume CREATIVE DATA TECHNOLOGIES, INC. DATALAYER.NET. Getting Started Guide

Volume CREATIVE DATA TECHNOLOGIES, INC. DATALAYER.NET. Getting Started Guide Volume 1 CREATIVE DATA TECHNOLOGIES, INC. DATALAYER.NET Getting Started Guide TABLE OF CONTENTS Table of Contents Table of Contents... 1 Chapter 1 - Installation... 2 1.1 Installation Steps... 2 1.1 Creating

More information

Installation and Configuration Guide for CitectSCADA Reports V4.1

Installation and Configuration Guide for CitectSCADA Reports V4.1 Installation and Configuration Guide Tips & Hints April 2008 CitectSCADA Reports Manager Installation Guide V1.0 1 Issue History Doc Rev CVS Rev Status Date Modified by Summary of Amendments 1 Final 12/04/2008

More information

Kaspersky Administration Kit 8.0 GETTING STARTED

Kaspersky Administration Kit 8.0 GETTING STARTED Kaspersky Administration Kit 8.0 GETTING STARTED APPLICATION VERSION: 8.0 CRITICAL FIX 2 Dear User! Thank you for choosing our product. We hope that this document will help you in your work and will provide

More information

Introduction to Cognos

Introduction to Cognos Introduction to Cognos User Handbook 7800 E Orchard Road, Suite 280 Greenwood Village, CO 80111 Table of Contents... 3 Logging In To the Portal... 3 Understanding IBM Cognos Connection... 4 The IBM Cognos

More information

Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe

Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe Contents Quark XML Author 2015 ReadMe...1 System requirements...2 Quark XML Author Adapter for FileNet installation procedure..4

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Installing CaseMap Server User Guide

Installing CaseMap Server User Guide Installing CaseMap Server User Guide CaseMap Server, Version 2.2 System Requirements Installing CaseMap Server Installing the CaseMap Admin Console Installing the CaseMap SQL Import Utility Testing Installation

More information

SEP Evaluation Expert Quick Guide

SEP Evaluation Expert Quick Guide SEP Evaluation Expert Quick Guide SEP Evaluation September 7 th, 2018 Copyright Notice European Union, 1995-2018 Reproduction of this document and its content, in part or in whole, is authorized, provided

More information

Getting Started With Estimating Extended

Getting Started With Estimating Extended Getting Started With Estimating Extended NOTICE This document and the Sage Timberline Office software may be used only in accordance with the accompanying Sage Timberline End User License Agreement. You

More information

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client

Tutorial. Building Composite Applications for IBM Lotus Notes 8. For use with the IBM Lotus Notes 8 Beta 2 client Tutorial Building Composite Applications for IBM Lotus Notes 8 For use with the IBM Lotus Notes 8 Beta 2 client Building composite applications is a process that involves multiple procedures. This tutorial

More information

Colligo Contributor Pro 4.4 SP2. User Guide

Colligo Contributor Pro 4.4 SP2. User Guide 4.4 SP2 User Guide CONTENTS Introduction... 3 Benefits... 3 System Requirements... 3 Software Requirements... 3 Client Software Requirements... 3 Server Software Requirements... 3 Installing Colligo Contributor...

More information

AvePoint DocAve Quick User s Guide. DocAve Versions 2.5 and 3.1 for Microsoft Windows SharePoint Services

AvePoint DocAve Quick User s Guide. DocAve Versions 2.5 and 3.1 for Microsoft Windows SharePoint Services AvePoint DocAve Quick User s Guide DocAve Versions 2.5 and 3.1 for Microsoft Windows SharePoint Services AvePoint, Inc. January 2005 Copyright 2003-2005 AvePoint, inc. All rights reserved. No part of this

More information

goanalyze User s Guide Version: 2.0

goanalyze User s Guide Version: 2.0 goanalyze User s Guide Version: 2.0 18/02/2015 Table of Contents Table of Contents 1 Quick Start 3 2 Installation and Configuration 4 2.1 Installation 4 2.2 Licensing 4 2.3 TM Connections 5 2.4 Language

More information

SilkTest 2010 R2. Installation Guide

SilkTest 2010 R2. Installation Guide SilkTest 2010 R2 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains

More information

Installing CaseMap Server User Guide

Installing CaseMap Server User Guide Installing CaseMap Server User Guide CaseMap Server, Version 1.9 System Requirements Installing CaseMap Server Installing the CaseMap Admin Console Installing the CaseMap SQL Import Utility Testing Installation

More information

Natural Health Products Online Solution: Electronic Submission Builder User Manual

Natural Health Products Online Solution: Electronic Submission Builder User Manual Natural Health Products Online Solution: Electronic Submission Builder User Manual Table of Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Quickstart to the esubmission Builder (esb)... 4 2 System

More information

Legacy Client Chart (LCC) Installation Guide for Purkinje System

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

More information

Apache Tomcat Installation guide step by step on windows

Apache Tomcat Installation guide step by step on windows 2012 Apache Tomcat Installation guide step by step on windows Apache tomcat installation guide step by step on windows. OraPedia Apache 12/14/2012 1 Tomcat installation guide Tomcat 6 installation guide

More information

Abila MIP DrillPoint Reports. Installation Guide

Abila MIP DrillPoint Reports. Installation Guide Abila MIP DrillPoint Reports This is a publication of Abila, Inc. Version 16.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service

More information

Microsoft Windows Servers 2012 & 2016 Families

Microsoft Windows Servers 2012 & 2016 Families Version 8 Installation Guide Microsoft Windows Servers 2012 & 2016 Families 2301 Armstrong St, Suite 2111, Livermore CA, 94551 Tel: 925.371.3000 Fax: 925.371.3001 http://www.imanami.com Installation Guide

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

DejaEdit. User manual. DejaEdit version 1.2 CAN Film 1

DejaEdit. User manual. DejaEdit version 1.2 CAN Film 1 DejaEdit User manual DejaEdit version 1.2 CAN Film 1 Table of Contents About DejaEdit... 3 Installation... 4 The DejaEdit menu... 4 The eye-icon... 4 Sync... 5 Information... 5 Force MediaSync... 5 Force

More information

Installation Guide Windows 8

Installation Guide Windows 8 Installation Guide Windows 8 DeMichele Group 2 PartnerPak Studio Install Guide Table of Contents TABLE OF CONTENTS 2 HOW TO REACH THE DEMICHELE GROUP 3 INSTALLING PARTNERPAK STUDIO 3 Starting the PartnerPak

More information

ProDoc Tech Tip. Downloading and Installing ProDoc, Step-by-Step

ProDoc Tech Tip. Downloading and Installing ProDoc, Step-by-Step ProDoc Tech Tip Downloading and The following instructions will show you step-by-step how to download and install the student version of ProDoc. These instructions were written for the Microsoft Internet

More information

Overview. Top. Welcome to SysTools MailXaminer

Overview. Top. Welcome to SysTools MailXaminer Table of Contents Overview... 2 System Requirements... 3 Installation of SysTools MailXaminer... 4 Uninstall Software... 6 Software Menu Option... 8 Software Navigation Option... 10 Complete Steps to Recover,

More information

Selecting An XML File. Boris Job Slate

Selecting An XML File. Boris Job Slate Boris Job Slate Boris Job Slate filter for Final Cut Pro is a special generator plug-in found under Video Generators in Final Cut Effect Browser window. Boris Job Slate is designed to automatically create

More information

TextPlus Release Module for Ascent Capture 3.0 Release Notes

TextPlus Release Module for Ascent Capture 3.0 Release Notes TextPlus Release Module for Ascent Capture 3.0 Release Notes v 3.00 Beta June 1999 Page 1 1. Introduction This document provides information on the TextPlus release script which is a sample script available

More information

Sage X3 Intelligence Financial Reporting. Installation and Upgrade Guide

Sage X3 Intelligence Financial Reporting. Installation and Upgrade Guide Financial Reporting Installation and Upgrade Guide The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license

More information

Quark XML Author Adapter for FileNet 2.8 ReadMe

Quark XML Author Adapter for FileNet 2.8 ReadMe Quark XML Author Adapter for FileNet 2.8 ReadMe Contents Quark XML Author Adapter for FileNet ReadMe...1 System requirements...2 Quark XML Author Adapter for FileNet installation procedure..4 Enabling.NET

More information

Vol. 1 Introduction. OMS-100 User Manual. Publishing version: V2.2. Publishing version: V2.2 1

Vol. 1 Introduction. OMS-100 User Manual. Publishing version: V2.2. Publishing version: V2.2 1 Vol. 1 Introduction OMS-100 User Manual Publishing version: V2.2 Publishing version: V2.2 1 OMS-100 User Manual Table of Contents I Vol. 1 Introduction 5 2 1 Foreword... 5 1.1 Typographical Conventions...

More information

Kona ALL ABOUT FILES

Kona ALL ABOUT FILES Kona ALL ABOUT FILES February 20, 2014 Contents Overview... 4 Add a File/Link... 5 Add a file via the Files tab... 5 Add a file via a conversation, task, or event... 6 Add a file via a comment... 7 Add

More information

CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2010

CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2010 CST8152 Compilers Creating a C Language Console Project with Microsoft Visual Studio.Net 2010 The process of creating a project with Microsoft Visual Studio 2010.Net is similar to the process in Visual

More information

User Documentation. Administrator Manual.

User Documentation. Administrator Manual. User Documentation Administrator Manual Proposal Software 1140 US Highway 287, Suite 400-102 Broomfield, CO 80020 USA Tel: 203.604.6597 www.proposalsoftware.com Table of Contents Open the WebPro Viewer...

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring

Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring HP StorageWorks Guidelines for using Internet Information Server with HP StorageWorks Storage Mirroring Application Note doc-number Part number: T2558-96338 First edition: June 2009 Legal and notice information

More information

INFORMATICS LABORATORY WORK #2

INFORMATICS LABORATORY WORK #2 KHARKIV NATIONAL UNIVERSITY OF RADIO ELECTRONICS INFORMATICS LABORATORY WORK #2 SIMPLE C# PROGRAMS Associate Professor A.S. Eremenko, Associate Professor A.V. Persikov 2 Simple C# programs Objective: writing

More information

MAX Workbench. Balance Point Technologies, Inc. MAX Workbench. User Guide. Certified MAX Integrator

MAX Workbench. Balance Point Technologies, Inc.  MAX Workbench. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com MAX Workbench User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this documentation

More information

The DATA-MAXX Daily Report data collection system manages data collection in remote and stationary environments.

The DATA-MAXX Daily Report data collection system manages data collection in remote and stationary environments. Welcome to the DATA-MAXX family of customers. With this manual and our available technical staff, you will learn how to fully implement your DATA-MAXX DAILY REPORT system. If you need additional technical

More information