Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added UseThresholdWarningLevelSymbol option

...

Optional. If specified, then the data for the specified variable within the specified relative view period is used to determine threshold crossings. For crossed thresholds, warningLevels are activated. The color of the most severe activated warningLevel is used as the fill and/or stroke color for the component, as specified.

...

useThresholdWarningLevelSymbols

Optional. If specified, then a toolTip with the specified text is displayed for this component.

replaceTags

If specified, then the tags in the text of this component are replaced using data from the specified variable. See #tags.

Left Single Click Action and Left Double Click Action Configuration Options

Image Removed

...

the data for the specified variable within the specified relative view period is used to determine threshold crossings. For crossed thresholds, warningLevels are activated. The symbolId property of the most severe activated warningLevel is used to load a graphic from the <defs/> section of a SVG document. This is very similar to how the ThresholdWarningLevelColors works, but can be applied only to <use/> elements in an SVG file as these elements support embedding an elemen from the <defs/> section of the SVG document using a xlink:href attribute.

toolTip

Optional. If specified, then a toolTip with the specified text is displayed for this component.

replaceTags

If specified, then the tags in the text of this component are replaced using data from the specified variable. See #tags.

Left Single Click Action and Left Double Click Action Configuration Options

Image Added


Click action configuration elements

switchToScadaPanel

Within this schematic status display the view will switch to the specified panel, specified by scadaPanelId. To specify a panel in a different scadaDisplay, also specify the scadaDisplayInstanceDescriptor.

scadaPanelId

The id of the scadaPanel to switch to. The scadaPanel to switch to must be present in this config file.

openDisplay

Open another Delft-FEWS display.

spatialDisplay

Opens the Spatial Display with specified title and gridPlotId. The slider in the Spatial Display is set to the slider time that was active in the Schematic Status Display.

timeSeriesDisplay

Open the timeSeriesDisplay using the specified options. The period that is shown

switchToScadaPanel

Within this schematic status display the view will switch to the specified panel, specified by scadaPanelId. To specify a panel in a different scadaDisplay, also specify the scadaDisplayInstanceDescriptor.

scadaPanelId

The id of the scadaPanel to switch to. The scadaPanel to switch to must be present in this config file.

openDisplay

Open another Delft-FEWS display.

spatialDisplay

Opens the Spatial Display with specified title and gridPlotId. The slider in the Spatial Display is set to the slider time that was active in the Schematic Status Display.

timeSeriesDisplay

Open the timeSeriesDisplay using the specified options. The period that is shown in the display is the smallest period that completely includes the relative view periods of all shown variables. The option to directly open a display from the DisplayGroups is available from version 2012.01.

timeSeriesEditor

Open the timeSeriesEditor using the specified options. The data of the specified variables can be edited in the display. The period that is shown in the display is the smallest period that completely includes the relative view periods of all shown variables.

taskRunDialog

The option to directly open a display from the DisplayGroups is available from version 2012.01.

timeSeriesEditor

Open the timeSeriesEditor using the specified options. The data of the specified variables can be edited in the display. The period that is shown in the display is the smallest period that completely includes the relative view periods of all shown variables.

taskRunDialog

Opens the TaskRunDialog Opens the TaskRunDialog from the DisplayConfigurations with the specified config filename.

...

Specify which color type (fill and/or stroke) should be changed to use warningLevel colors. Color types that are not specified here are not changed. Can be "fill", "stroke" or "fill_and_stroke".

Use Threshold Warning Level Symbols Configuration Options

Image Added

The fields in this xml configuration are the same as for the threshold warning level colors described above, except that the fews:colortype field is not applicable here.

In the warninglevels.xml configuration, both a color and a symbold can be specified (optionally), the symbolId can be applied only to <use/> elements in a SVG document where the setup is as follows:

<svg ...>
  <defs>
  <path id="..." d="..." />
    <polyon id="..." points="..." />
  </defs>
...
<use xlink:href="#id" ....?
</svg>

The xlink:href attribute will lookup any graphic in the defs section with the given id and embed this in the <use/> element, which can contain transforms, fill and stroke definitions that can be manipulated in other ways at the same time. So by putting the "fill" attributes in the <use/> element, it should be possible to apply both a color and symboId from a ThresholdWarningLevel at the same time.


Tooltip Configuration Options

...