From d9e066ac29a2b30809a3544a99f5e624aef419e0 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 9 Mar 2012 12:22:45 -0600 Subject: [PATCH] Documentation on alarm filtering (AFTC field) --- documentation/RELEASE_NOTES.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 100cf023c..1d9fd1f75 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -15,6 +15,23 @@ EPICS Base 3.15.0.x releases are not intended for use in production systems.

Changes between 3.14.x and 3.15.0.x

+

Alarm filtering added to input record types

+ +

The record types ai, calc, longin and mbbi have a new alarm filter added to +them. This provides a low-pass filter that can be used to delay the reporting of +alarms caused by the input level passing the HIGH, HIHI, LOW or LOLO values. The +filter is controlled with a new AFTC field that sets the filter's time constant. +The default value for this field is zero, which keeps the record's original +alarm behaviour.

+ +

The record must be scanned often enough for the filtering action to work +effectively and the alarm severity can only change when the record is processed, +but that processing does not have to be regular; the filter uses the time since +the record last processed in its calculation. Setting AFTC to a positive number +of seconds will delay the record going into or out of a minor alarm severity or +from minor to major severity until the input signal has been in that range for +that number of seconds.

+

Post events on Waveform record's NORD field

When the record type or soft device support modify the NORD field of a