Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -rc1c47e288cbb5c5966a6ba919fec6fab15efa253 -r00fc092615d0b6b518754cb4de6a8abfaf946b33 --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision c1c47e288cbb5c5966a6ba919fec6fab15efa253) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 00fc092615d0b6b518754cb4de6a8abfaf946b33) @@ -7,8 +7,8 @@ * * @file ModePreTreat.c * -* @author (last) Dara Navaei -* @date (last) 19-Sep-2022 +* @author (last) Michael Garthwaite +* @date (last) 19-Oct-2022 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -43,9 +43,9 @@ /// Wait time for ui to transition on completion of a sub-mode (ms/task time). #define SUBMODE_COMPLETE_UI_TRANSITION_TIME_COUNT ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) +/// TODO: Restore to 100 when DPi flow control is fixed. +#define DIP_PATIENT_CONNECTION_FLOW_RATE_ML_MIN 250 ///< Patient connection sub-mode dialysate inlet pump flow rate in mL/min. -#define DIP_PATIENT_CONNECTION_FLOW_RATE_ML_MIN 100 ///< Patient connection sub-mode dialysate inlet pump flow rate in mL/min. - #define PRE_TREATMENT_FLUSH_RESERVOIR_VOLUME_ML 500 ///< Fill reservoir to this volume (in mL) to flush filter and lines. #define PRE_TREATMENT_FILL_RESERVOIR_ONE_VOLUME_ML 1300 ///< Fill reservoir one to this volume (in mL) during pre-treatment mode. #define PRE_TREATMENT_FILL_RESERVOIR_TWO_VOLUME_ML 700 ///< Fill reservoir two to this volume (in mL) during pre-treatment mode.