Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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 Import Status Tab
  • The bulletin board

Configuration

importStatus

The Import Status Tab shows the last time a data type has been imported and can be colour coded based on the amount of time since the last import. An example file is attached.

description

Optional description

tabName

Required element that defines the name of the tab in the user interface.

tabMnemonic

Optional Mnemomic for the tab.

defaultTimeThreshold

Default color coding for all datafeeds. The next element (extraTimeThreshold) can override these settings per datafeed.

Each timeThreshold element (see figure above) indicates a minimum age needed to switch to a certain colour.

extraTimeThreshold

This element is similar to the defaultTimeThreshold element. However, in this case the colours are defined separately for each datafeedId.

Note

The datafeedId is defined in the import module. If no datafeedId is configured in the Import module the directory from which the files have been imported is used.

bulletinBoard

The bulletinBoard tab allows users to manually add log messages to the system. In order to use this the following should be added to the configuration file:

Code Block
xml
xml
	<bulletinBoard>
		<tabName>Bulletin Board</tabName>
		<tabMnemonic>B</tabMnemonic>
	</bulletinBoard>

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