nsev not sevr must be checked

This commit is contained in:
Marty Kraimer
2002-04-08 14:55:13 +00:00
parent 4434ba4d6e
commit cd6f33ef27

View File

@@ -602,7 +602,7 @@ static void execOutput(pcalc)
}
/* Check to see what to do if INVALID */
if (pcalc->sevr < INVALID_ALARM ) {
if (pcalc->nsev < INVALID_ALARM ) {
/* Output the value */
status=dbPutLink(&(pcalc->out), DBR_DOUBLE,&(pcalc->oval),1);
/* post event if output event != 0 */