Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Take some time to understand what files are stored where and why in the configuration
  • Understand the way how the configurations of different files are related to each other
  • Practice Practise the file relations and the navigation to the related files (e.g. workflows & workflow descriptor etc.)
  • Create a (visual) overview containing the different functions of the files (e.g. explorer.xml, filters.xml, topology.xml etc.)
  • Create a (visual) overview of relations between configured elements and time lengths
  • The clientConfig.xml that is used to create a shortcut is placed under “RootConfigFiles”
  • If you create a short cut for an Operator Client or Config Manager place each of those in separate folder, not in your region home.

Understanding the project structure and task

  • Follow the conventions used in a project
  • Make a list of every step that is required to get to the desired solution in advance
  • Create a (visual) overview of the problem implementation
  • Take into account how the configured element will be used by the end user
  • If available have a look at an example for your first configuration tasks.

Good to know in the FEWS GUI

...

                In every display when the curser cursor is e.g. in the logs window

    • F12 is like a Swiss-Army-Knife: provides several lots of options (e.g. open database viewer, make ids visible, etc.)
    • F5: reload configuration

...

    • F10: shows time series graphically (selecting a time series)
    • Right-click on a timeseries time series provides additional options

...

  • Always reload the configuration in FEWS with F5 after making changes to the configuration.
  • When importing always check that the data is still available in the import folder.
  • Use a version tracking system like subversion for managing changes.
  • If not configured differently data from the import folder is deleted after the import → make a safety copy of the data in this case
  • To avoid that the data is deleted from the import folder in a testing phase it is possible to use “deleteImportedFiles = false” in the configuration
  • In case of mistakes or during debugging it might be useful to have a clear database viewer. First make a safety copy of the local data store (region home) to a separate folder.

...

  • Making copies of the local data store is also a good way to safe the current data status of the system in case you would lake like to go back to that state later
  • Keep in mind that whether the data is shown in your data viewer, also depends on your current system time. Only data existing at the system time is shown.
  • Keep in mind that since the data is often first imported, then processed and then put into a model, there can be different timeseries time series for all this data
  • Use the database lister to see whether and how timeseries time series are written by a workflow 

...

  • Keep in mind to start with the export activity in the general adaptor adapter module, because:
    • Export: fews > model,
    • Import: model > fews
  • The modules folder (region home) is constantly overwritten by the ModuleDataSetFiles→ it doesn’t make sense to change anything in the modules folder

...