Stale Report

The Stale report is used to display points that have not been updated in the configured amount of time. The format of this report is fixed.

Here is a sample configuration:

<Section>

<Title>Stale Points</Title>

<QueryType>STALE</QueryType>

<StaleThreshold>120</StaleThreshold>

<FacilityFilter>

<condition attr="facility_is_active" value="Y"/>

</FacilityFilter>

<LowerPriority>75</LowerPriority>

<UpperPriority>99</UpperPriority>

</Section>

Elements

The following table describes each configuration element.

Element Description

<Title>

The name of the Worksheet tab in Excel for XLSX and PDF formatted reports or the name of the file for CSV and XML formatted reports.

<QueryType>

The query type is STALE for this report.

<StaleThreshold>

The point must be no longer than this threshold (specified in minutes).

<FacilityFilter>

A list of <condition> nodes to filter for certain facilities. Multiple conditions can be added. The attributes of the condition node are:

  • attr — Any facility attribute
  • value — condition value

<LowerPriority>

The lowest priority value of any configured alarm threshold to include in the report.

<UpperPriority>

The highest priority value of any configured alarm threshold to include in the report.

Summary calculations are not available for this report.

Back to top