Index: firmware/App/Modes/BalancingChamber.c =================================================================== diff -u -r9102c5da21a15bdaf4bb3bc38795ceb064e3c443 -r742dfbbe3f91706a00b37c04ca97a5015e09bae3 --- firmware/App/Modes/BalancingChamber.c (.../BalancingChamber.c) (revision 9102c5da21a15bdaf4bb3bc38795ceb064e3c443) +++ firmware/App/Modes/BalancingChamber.c (.../BalancingChamber.c) (revision 742dfbbe3f91706a00b37c04ca97a5015e09bae3) @@ -333,6 +333,9 @@ //Valve control for state 1 fill valveControlForBCState1FillStart(); + //Increment counter + currentBalChamberSwitchingCounter++; + // Update fill status flag to true isBalChamberFillInProgress = TRUE; @@ -448,6 +451,9 @@ // Valve control for state 2 fill valveControlForBCState2FillStart(); + //Increment counter + currentBalChamberSwitchingCounter++; + // Update fill status flag to true isBalChamberFillInProgress = TRUE;