Index: firmware/App/Modes/FlushConcentrate.c =================================================================== diff -u -rf79d3737907fd08293d56f60f9f439ac68c81855 -r6dd382e3988fac2f9ee041b4738d67305e17a6a2 --- firmware/App/Modes/FlushConcentrate.c (.../FlushConcentrate.c) (revision f79d3737907fd08293d56f60f9f439ac68c81855) +++ firmware/App/Modes/FlushConcentrate.c (.../FlushConcentrate.c) (revision 6dd382e3988fac2f9ee041b4738d67305e17a6a2) @@ -22,6 +22,7 @@ #include "FPOperationModes.h" #include "MessageSupport.h" #include "Messaging.h" +#include "PermeateTank.h" #include "Pressure.h" #include "ROPump.h" #include "TaskGeneral.h" @@ -139,10 +140,10 @@ FP_CONC_FLUSH_STATE_T state = CONC_FLUSH_IN_PROGRESS; BOOL isVolumeOutOfRange = FALSE; - if ( TRUE == 1 ) // Alarm Change - { - state = CONC_FLUSH_PAUSED; - } +// if ( TRUE == 1 ) )// TODO Alarm and Stop State Rework +// { +// state = CONC_FLUSH_PAUSED; +// } cumulativeConcentrateVolume_mL = getFlowRate( P7_FLOW ) * CONCENTRATE_FLOW_INTEGRATOR; @@ -211,7 +212,7 @@ setValveState( P39_VALV, VALVE_STATE_OPEN ); setValveState( P20_VALV, VALVE_STATE_CLOSED ); setValveState( P43_VALV, VALVE_STATE_CLOSED ); - + startPermeateTankControl(); if ( TRUE == isBoostPumpInstalled() ) { setBoostPumpTargetPressure( CONCENTRATE_FLUSH_BOOST_PUMP_TGT_PSI );