Versions Compared

Key

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

...

  • In order to hide the year within FEWS, the dateTimeFormat must be configured accordingly in the dateTime section of the FEWS configuration file Explorer.xml.
  • The cardinalTimeStep, as configured in the dateTime section of the FEWS configuration file Explorer.xml, should be consistent with fewsSystemTimeUpdateInMinutes. Indeed, it makes no sense to set it in the Water Coach to 1 minute, while it is set to 1 hour in the FEWS configuration (although this will not cause any problems in the game).
  • The element adjustSystemTimeAutomatically should be set to 'false', otherwise it will not be possible for the Water Coach to alter the systemTime during the game.
  • Since all data for a scenario is pre-loaded in the FEWS local data store, it is desirable to hide certain data after the current system time, e.g. measurement data. This can be accomplished by specifying hideExternalHistoricalAfterSystemTime=true in the file global.properties, which is located in the FEWS configuration directory. As the name of this key implies, only time series of the type "external historical" are hidden; time series of the types "external forecast", "simulated historical", and "simulated forecast" are completely visible. As of FEWS release 2012.02, this step is done automaticallyno longer required.
  • The port number fewsPiPortNumber for the FEWS PI service has to be in the range of port numbers that must be specified in the FEWS configuration file Explorer.xml in the directory SystemConfigFiles, e.g. Note: by specifying this range the PI service is started. This part of the configuration can be kept the same in the operational configuration.
    Code Block
    xml
    xml
    <piServicePortRange start="8100" end="8200"/>
  • To distinguish the FEWS configuration for the Water Coach, one could change the name and panel labels in Explorer.xml, which you will find in the directory SystemConfigFiles. The name of the Explorer window is configured with systemCaption and the name of the panels with panelHeaderLabels. For example, the term TRAINING or SERIOUS GAME could be added to the captions of these panels.
  • Depending on the set-up of the scenario and script database, an additional change could be required, see Scenario and Script database.

...