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.
Section Node
Here is a sample configuration for the report <Section> node of the XML file:
<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>
See CygNet Alarm Manager Reports for an explanation of the required <Config> and <Jobs> nodes at the top of the report XML file.
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:
|
|
<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.


