Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r75e1ae332d1446dddf9b8d4ce6e8317449c57d67 -rceeba51c01b896855eb03ab81281a2b0f48c75d2 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 75e1ae332d1446dddf9b8d4ce6e8317449c57d67) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision ceeba51c01b896855eb03ab81281a2b0f48c75d2) @@ -7,8 +7,8 @@ * * @file SelfTests.c * -* @author (last) Michael Garthwaite -* @date (last) 30-Jan-2023 +* @author (last) Sean Nash +* @date (last) 05-Feb-2023 * * @author (original) Quang Nguyen * @date (original) 28-Jan-2021 @@ -73,7 +73,7 @@ #define WET_SELF_TEST_FIRST_DISPLACEMENT_TARGET_VOLUME_ML 100.0F ///< Target of first displacement volume in ml. #define WET_SELF_TEST_SECOND_DISPLACEMENT_TARGET_VOLUME_ML 600.0F ///< Target of second displacement volume in ml. -#define WET_SELF_TEST_INTEGRATED_VOLUME_PCT_TOLERANCE 0.05F ///< Tolerance on integrated volume as a percentage (5%). +#define WET_SELF_TEST_INTEGRATED_VOLUME_PCT_TOLERANCE 0.10F ///< Tolerance on integrated volume as a percentage (10%). #define WET_SELF_TEST_INTEGRATED_VOLUME_TOLERANCE 20.0F ///< Tolerance on integrated volume in grams. #define WET_SELF_TEST_DISPLACEMENT_TOLERANCE_G 20.0F ///< Tolerance in the load cell readings of the displacement in grams. #define WET_SELF_TEST_DISPLACEMENT_TIME_MS ( SEC_PER_MIN * MS_PER_SECOND ) ///< Time to displace dialysate in wet self-test in ms.