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 FEWS Game to 1 minute, while it is set to 1 hour in the FEWS configuration (although this will not cause any problems in 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.
  • 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.
    Code Block
    xml
    xml
    <piServicePortRange start="8100" end="8200"/>
  • Aanpassing in config zodat duidelijk is dat je met een kopie werkt.

Example

Code Block
xml
xml
titleExample of application configuration
   <?xml version="1.0" encoding="UTF-8"?>
   <Config xmlns="http://localhost" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://localhost ../../../../../xml-schemas/application_config.xsd">
   <Name>Example of application configuration</Name>
   <Locale>EN</Locale>
   <HideYear>true</HideYear>
   <FewsExecutable>FEWS\bin\FewsNoordzee_SA.exe</FewsExecutable>
   <FewsRegionDir>FEWS\FewsNoordzee_SA</FewsRegionDir>
   <FewsSystemTimeUpdateInMinutes>1</FewsSystemTimeUpdateInMinutes>
   <ScenarioDatabasePath>ScenarioDatabase</ScenarioDatabasePath>
   <FileAssociation extension="pdf">C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe</FileAssociation>
   <FewsPiPortNumber>8100</FewsPiPortNumber>