devices_runtime_configuration

This is an old revision of the document!


The root-node of the TransSECS tree allows you to set the default configuration for your host or tool. For example, here's the default screen from the TransSECS “GEMTool” example project.

When you first run your tool or host, an XML configuration file matching the name you gave in your project will be created. For example, for the “GEMTool” the file will be called “GEMToolProperties.xml”

This file is not created until you first run the application. After that, the values in the file will be used to run the application. Redploying the project from TransSECS, even if the defaults in the root nod have been changed, will not change these project properties. If the project should restart with the default properties from TransSECS, simply delete this configuration file.

You may edit this file in any text editor. We recommend the Notepad++ editor but any editor with the ability to edit plain text will work.

Make a backup of the file, just in case. When you open it you will see a header followed by a number of properties:

  <void method="put">
    <string>activeConnectionRetryInterval</string>
    <double>-1.0</double>
  </void>
  • devices_runtime_configuration.1601839821.txt.gz
  • Last modified: 2020/10/04 14:30
  • by wikiadmin