Index: firmware/App/Controllers/BalancingChamber.c =================================================================== diff -u -rcaa15db89a49c98671f0a87dc2242d0fc7f683b7 -rf566862925b5ae66ddce4f210b995dc59f4f3779 --- firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision caa15db89a49c98671f0a87dc2242d0fc7f683b7) +++ firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision f566862925b5ae66ddce4f210b995dc59f4f3779) @@ -369,7 +369,6 @@ setValveState( D22_VALV, VALVE_STATE_OPEN ); } - /*********************************************************************//** * @brief * The valveControlForBCFreshSideOnlyOpenState function opens the fresh side @@ -527,7 +526,6 @@ { // stabilized pressure indicating fill is complete isPressureStalbilizedDuringFill = TRUE; - isBalChamberFillInProgress = FALSE; } } } @@ -542,6 +540,7 @@ { // close the state 1 opened valves valveControlForBCState1FillEnd(); + isBalChamberFillInProgress = FALSE; //Transition to next state state = BAL_CHAMBER_STATE1_FILL_END; @@ -690,7 +689,6 @@ { // stabilized pressure indicating fill is complete isPressureStalbilizedDuringFill = TRUE; - isBalChamberFillInProgress = FALSE; } } } @@ -705,6 +703,7 @@ { // close the valves valveControlForBCState2FillEnd(); + isBalChamberFillInProgress = FALSE; //Transition to next state state = BAL_CHAMBER_STATE2_FILL_END;