Defines a TINE Alarm Watch Threshold object. More...
#include <almlib.h>
Data Fields | |
| int | cnt |
| float | hi |
| int | hisev |
| float | hiwarn |
| int | hiwarnsev |
| float | lo |
| int | losev |
| float | lowarn |
| int | lowarnsev |
| UINT32 | mask |
| UINT32 | normal |
| int | normalIsAlarm |
Defines a TINE Alarm Watch Threshold object.
number successive threshold exceeded before applying alarm
Referenced by AppendAlarmWatchTable().
| float ALM_THRESHOLDS::hi |
high threshold
Referenced by AppendAlarmWatchTable().
high severity
Referenced by AppendAlarmWatchTable().
| float ALM_THRESHOLDS::hiwarn |
high threshold warning (approaching high threshold)
Referenced by AppendAlarmWatchTable().
high warning severity
Referenced by AppendAlarmWatchTable().
| float ALM_THRESHOLDS::lo |
low threshold
Referenced by AppendAlarmWatchTable().
low severity
Referenced by AppendAlarmWatchTable().
| float ALM_THRESHOLDS::lowarn |
low threshold warning (approaching low threshold)
Referenced by AppendAlarmWatchTable().
low warning severity
Referenced by AppendAlarmWatchTable().
| UINT32 ALM_THRESHOLDS::mask |
if non-zero -> apply mask and check vs. normal value
Referenced by AppendAlarmWatchTable().
| UINT32 ALM_THRESHOLDS::normal |
normal valid data value
Referenced by AppendAlarmWatchTable().
apply a NOT to the 'normal value'
Referenced by AppendAlarmWatchTable().
1.5.8