Versions Compared

Key

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

...

What

SystemMonitorDisplay.xml

Required

no

Description

Definitions of optional elements of the system monitor

schema location

http://fews.wldelft.nl/schemas/version1.0/systemMonitorDisplay.xsd

Entry in DisplayDescriptors

<displayDescriptor id="SystemMonitorDisplay">
<description>SystemMonitorDisplay</description>
<className>nl.wldelft.fews.gui.plugin.systemmonitor.SystemMonitorDialog</className>
</displayDescriptor>

Table of Contents

Description

Configuration file for the optional elements of the System Monitor display. These are:

...

The tabname and Mnemonic can be configured. A complete example is attached.

Running Forecast

In the running tasks tab of the System monitor the task details can be displayed. To enable this, two config settings are necessary.

1. In the Workflow file the option ‘<completed>’ should be configured after each module instance

Code Block
<activity>
   <runIndependent>true</runIndependent>
   <moduleInstanceId>CanadaMeteo</moduleInstanceId>
</activity>
<completed>
   <moduleInstanceId>CanadaMeteo</moduleInstanceId>
</completed>


2. In the module instance descriptors ‘updateModuleRunTimesOnCompletion’ needs to be enabled.

Code Block
<moduleInstanceDescriptor id="CanadaMeteo">
   <updateModuleRunTimesOnCompletion>true</updateModuleRunTimesOnCompletion>
</moduleInstanceDescriptor>