Index: firmware/App/Modes/TreatmentRecirc.c =================================================================== diff -u -r47d58f4762e487f2aa13affba3deccc6d2ae324f -rccfd15568f1e3d304320c2babb2fd4bcf0413304 --- firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision 47d58f4762e487f2aa13affba3deccc6d2ae324f) +++ firmware/App/Modes/TreatmentRecirc.c (.../TreatmentRecirc.c) (revision ccfd15568f1e3d304320c2babb2fd4bcf0413304) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * -* @file TreatmentRecirc.c +* @file TreatmentRecirc.c * -* @author (last) Sean Nash -* @date (last) 14-Jan-2021 +* @author (last) Sean Nash +* @date (last) 18-Aug-2021 * -* @author (original) Sean -* @date (original) 14-Jan-2021 +* @author (original) Sean Nash +* @date (original) 20-Jan-2021 * ***************************************************************************/ @@ -121,6 +121,8 @@ // Start blood pump at re-circulate flow rate setBloodPumpTargetFlowRate( RECIRC_BP_FLOW_RATE_ML_MIN, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); + // Ensure syringe pump is stopped + stopSyringePump(); // Start air trap control startAirTrapControl(); // *Note - Dialysate pump should already be re-circulating from rinseback sub-mode @@ -324,7 +326,7 @@ } // Respond to user action request - sendRinsebackCmdResponse( accepted, (U32)rejReason ); + sendTreatmentRecircCmdResponse( accepted, (U32)rejReason ); } /*********************************************************************//**