Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -r736cc5b56cc9c784ab1d8fc8687a73d190c35759 -r72f56aa9eebfb142741f5589d5c600c88ecb2d06 --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 736cc5b56cc9c784ab1d8fc8687a73d190c35759) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 72f56aa9eebfb142741f5589d5c600c88ecb2d06) @@ -1412,14 +1412,6 @@ // do not clear this alarm if condition not cleared first (unless treatment is over) result = FALSE; } - else if ( ( ( ALARM_ID_DG_FILL_CONDUCTIVITY_OUT_OF_RANGE == a ) || - ( ALARM_ID_DG_ACID_BOTTLE_LOW_VOLUME == a ) || - ( ALARM_ID_DG_BICARB_BOTTLE_LOW_VOLUME == a ) ) && - ( alarmStatus.alarmTop != a ) ) - { - // do not clear this alarm unless it is top (user is specifically clearing this alarm) - result = FALSE; - } else { // clear this alarm