Index: firmware/App/Modes/Prime.c =================================================================== diff -u -r85230672d9a3966a153503d8989bde191e8ee848 -r46b163d19c65e8c21db7b0247bbb1af0dba1ece5 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision 85230672d9a3966a153503d8989bde191e8ee848) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision 46b163d19c65e8c21db7b0247bbb1af0dba1ece5) @@ -7,8 +7,8 @@ * * @file Prime.c * -* @author (last) Sean Nash -* @date (last) 13-Jul-2022 +* @author (last) Dara Navaei +* @date (last) 31-Aug-2022 * * @author (original) Quang Nguyen * @date (original) 08-Dec-2020 @@ -52,7 +52,7 @@ #define DIALYZER_VOLUME_SCALE_FACTOR 0.5F ///< Half of the dialyzer total volume. #define NO_AIR_DETECTED_COUNT ( 20 * MS_PER_SECOND ) ///< No air detected time period count. -#define PURGE_AIR_TIME_OUT_COUNT ( 60 * MS_PER_SECOND ) ///< Time period count for purge air time out. +#define PURGE_AIR_TIME_OUT_COUNT ( 120 * MS_PER_SECOND ) ///< Time period count for purge air time out. #define LOAD_CELL_STEADY_VOLUME_SAMPLING_TIME ( 1 * MS_PER_SECOND ) ///< Time load cell reading steady state detection sampling time in seconds. #define PRIME_DIALYSATE_BYPASS_TIME_LIMIT ( 15 * MS_PER_SECOND ) ///< Time limit for priming dialysate bypass circuit. #define STEADY_VOLUME_COUNT_SEC ( 10000 / LOAD_CELL_STEADY_VOLUME_SAMPLING_TIME ) ///< Counter must be greater than 10 seconds before steady volume is true.