Index: firmware/App/Modes/TreatmentEnd.c =================================================================== diff -u -r124b3745d056ac667280cfa0ae1fab8610d44ed2 -rcbb126cfd3a02c08436a66ffecb2bdf926263705 --- firmware/App/Modes/TreatmentEnd.c (.../TreatmentEnd.c) (revision 124b3745d056ac667280cfa0ae1fab8610d44ed2) +++ firmware/App/Modes/TreatmentEnd.c (.../TreatmentEnd.c) (revision cbb126cfd3a02c08436a66ffecb2bdf926263705) @@ -147,6 +147,8 @@ *************************************************************************/ static void setupForTxEndWait4RinsebackState( void ) { + // No resume alarm action allowed + setAlarmUserActionEnabled( ALARM_USER_ACTION_RESUME, FALSE ); // Open VBA and VBV valves to allow flow from saline bag and to patient venous line setValvePosition( VBA, VALVE_POSITION_B_OPEN ); setValvePosition( VBV, VALVE_POSITION_B_OPEN ); @@ -168,6 +170,8 @@ *************************************************************************/ static void setupForTxEndPausedState( void ) { + // Resume alarm action will take us back to TxEndWait4RinsebackState + setAlarmUserActionEnabled( ALARM_USER_ACTION_RESUME, TRUE ); // Stop blood pump signalBloodPumpHardStop(); // Close arterial and venous lines