Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r46b0fc61730942f316c8bc967ff4dd61828ad562 -rfc8ce9d479040ba4472b152955745760460e47db --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 46b0fc61730942f316c8bc967ff4dd61828ad562) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision fc8ce9d479040ba4472b152955745760460e47db) @@ -74,6 +74,7 @@ /// Persist time (task intervals) for flow vs. motor speed error condition. static const U32 DIP_FLOW_VS_SPEED_PERSIST = ((5 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL); +//static const U32 DIP_FLOW_VS_SPEED_PERSIST = ((60 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL); //DN-03NOV2022 - Make it 1 minutes for testing /// Persist time (task intervals) for motor off error condition. static const U32 DIP_OFF_ERROR_PERSIST = ((5 * MS_PER_SECOND) / TASK_PRIORITY_INTERVAL); /// Persist time (task intervals) motor speed error condition. Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r5573c6987850f7c544584244343f437af929d134 -rfc8ce9d479040ba4472b152955745760460e47db --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 5573c6987850f7c544584244343f437af929d134) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision fc8ce9d479040ba4472b152955745760460e47db) @@ -354,7 +354,7 @@ } else { - SET_ALARM_WITH_1_U32_DATA( ALARM_ID_HD_NO_CART_SELF_TEST_TIMEOUT, currentNoCartSelfTestsState ); +// SET_ALARM_WITH_1_U32_DATA( ALARM_ID_HD_NO_CART_SELF_TEST_TIMEOUT, currentNoCartSelfTestsState ); } } } @@ -1312,8 +1312,8 @@ { if ( TRUE == isSyringePumpPrimed() ) { + syringeOcclusionDelayStartTime = getMSTimerCount(); // Get the current time to check for occlusion after 1 second has elapsed state = DRY_SELF_TESTS_SYRINGE_PUMP_OCCLUSION_DETECTION_STATE; - syringeOcclusionDelayStartTime = getMSTimerCount(); // Get the current time to check for occlusion after 3 seconds has elapsed } else {