Versions Compared

Key

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

...

Code Block
    <thresholdDisplayConfig>
        <thresholdDisplayOptions id="Alarm">
            <color>orange</color>
        </thresholdDisplayOptions>
        <thresholdDisplayOptions id="AlarmFase1">
            <color>orange red</color>
        </thresholdDisplayOptions>
        <thresholdDisplayOptions id="AlarmFase2">
            <color>red</color>
        </thresholdDisplayOptions>
        <thresholdDisplayOptions id="AlarmFase3">
            <color>indian red</color>
        </thresholdDisplayOptions>
    </thresholdDisplayConfig>

Filtering

The functionality of the Thresholds Display closely resembles that of the 'Database Viewer'. By clicking on a value in one of the columns the table will be filtered for that value. By clicking again on the same column the filter is removed. The Thresholds Display offers two special filter options; Event Time and Event Value

Event Time

When filtering the Event Time column a pop-up display appears allowing the user the overrule and extend the default view period that is controlled by the EventTimeViewPeriod. In the pop-up the user can explicitly select a start and end time for displaying event times.

Image Added