Index: firmware/App/Modes/Prime.c =================================================================== diff -u -rd4c4881844398626062215e8974f9f9c02890dbf -rfa95951ccfc032581bd603881f2f76f17ac00b6b --- firmware/App/Modes/Prime.c (.../Prime.c) (revision d4c4881844398626062215e8974f9f9c02890dbf) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision fa95951ccfc032581bd603881f2f76f17ac00b6b) @@ -545,7 +545,7 @@ /*********************************************************************//** * @brief - * The handlePrimeSalineSetupState function checks user's request to start + * The handlePrimeWaitForUserStartState function checks user's request to start * priming. * @details Inputs: primeStartReqReceived * @details Outputs: control valves to purge air @@ -557,6 +557,8 @@ // Keep updating start time until the user requested priming primeStartTime = getMSTimerCount(); + signalAllowDGFillRes1(); + signalAllowDGFillRes2(); #ifndef _RELEASE_ if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) ) @@ -600,6 +602,7 @@ purgeAirValvesBloodPumpControl(); purgeAirTimeOutStartTime = getMSTimerCount(); primeSalineDialyzerBubbleClearStartTime = getMSTimerCount(); + if ( getTestConfigStatus( TEST_CONFIG_USE_WET_CARTRIDGE ) != TRUE ) { primeDialyzerBubbleClearState = PRIME_BUBBLE_CLEAR_READY_STATE;