Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -rdb291cc22fd8f10e6e47cad468e14ed5590a94f2 -r855483010695544c89dc3cc91d1264142b931fd8 --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision db291cc22fd8f10e6e47cad468e14ed5590a94f2) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 855483010695544c89dc3cc91d1264142b931fd8) @@ -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