Versions Compared

Key

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

...

This display provides users with a system wide overview of all upcoming threshold crossing events. This display does not require any additional configuration files. It makes use of the already existing threshold configuration in the 'thresholdValueSets.xsd' and the 'thresholdDisplayConfig' that is available in the 'timeSeriesDisplayConfig.xsd'.

Image Added

 

Activate Display

The thresholds display can be activated by adding the following explorer task in the Explorer.xml file:

Code Block
        <explorerTask name="Events">
            <iconFile>table.png</iconFile>
            <mnemonic>T</mnemonic>
            <taskClass>nl.wldelft.fews.gui.plugin.thresholdeventsviewer.ThresholdEventsTableViewer</taskClass>
            <toolbarTask>true</toolbarTask>
            <menubarTask>true</menubarTask>
            <allowMultipleInstances>false</allowMultipleInstances>
            <accelerator>ctrl T</accelerator>
            <loadAtStartup>false</loadAtStartup>
        </explorerTask>

Configuration Options

The thresholds display does not require a display configurations file. It obtains all information for thresholds configuration that is already available in the ThresholdsValueSets.xml file.