Index: firmware/App/Modes/FPModes/ModePreGenPermeate.c =================================================================== diff -u -r0718166cde46a427c8b063d93faa6d3f8e2aff1f -rded97a5b204a0b752f1c90fa39dc28639bc129ed --- firmware/App/Modes/FPModes/ModePreGenPermeate.c (.../ModePreGenPermeate.c) (revision 0718166cde46a427c8b063d93faa6d3f8e2aff1f) +++ firmware/App/Modes/FPModes/ModePreGenPermeate.c (.../ModePreGenPermeate.c) (revision ded97a5b204a0b752f1c90fa39dc28639bc129ed) @@ -347,20 +347,19 @@ //Stay in this state for 25 seconds to stablize flow control if( TRUE == didTimeout( verifyWaterTimer, FLOW_CONTROL_STABLIZED_TIMEOUT_MS ) ) { - isFlowControlStabilized = TRUE; + isFlowControlStabilized = TRUE; } // check next 5 seconds for water quality if( TRUE == isFlowControlStabilized ) { // check permeate high flow rate is within range checkPermeateFlow(); - // check low flow rate is within range - checkPermeateLowFlowRate(); + // check low flow rate is within range + checkPermeateLowFlowRate(); // check conductivity is within range checkOutletConductivity(); } - shdshd // if ( TRUE == 1 ))// TODO Alarm and Stop State Rework // { @@ -369,7 +368,7 @@ // wait 30 second before moving to water generation mode if( TRUE == didTimeout( verifyWaterTimer, VERIFY_WATER_TIMEOUT_MS ) ) { - isFlowControlStabilized = FALSE; + isFlowControlStabilized = FALSE; transitionToGenPermeateMode(); requestGenWaterStart(); // transition function will clear start flag isPreGenComplete = TRUE;