Index: firmware/App/Controllers/ROPump.h =================================================================== diff -u -r669f36cf32c3b500aa2fd5b08c58ee5e6b2e7f08 -r256d5cb05f1ef09e19e2f2733a111f600c73a7ee --- firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision 669f36cf32c3b500aa2fd5b08c58ee5e6b2e7f08) +++ firmware/App/Controllers/ROPump.h (.../ROPump.h) (revision 256d5cb05f1ef09e19e2f2733a111f600c73a7ee) @@ -8,7 +8,7 @@ * @file ROPump.h * * @author (last) Dara Navaei -* @date (last) 25-Apr-2022 +* @date (last) 26-Aug-2022 * * @author (original) Sean * @date (original) 04-Apr-2020 @@ -22,7 +22,7 @@ /** * @defgroup ROPump ROPump - * @brief RO Pump monitor and controller module. Controls and monitors the RO pump and the flow meter. + * @brief RO Pump monitor and controller module. Controls and monitors the RO pump. * The flow meter is manufactured by SwissFlow, PN: 82015311. * The diaphragm (RO) pump is manufactured by Aquatec, PN: 5889-2MM1-V724DY. * @@ -32,7 +32,7 @@ // ********** public definitions ********** #define MAX_RO_FLOWRATE_LPM 1.8F ///< Maximum target RO flow rate in L/min. -#define MIN_RO_FLOWRATE_LPM 0.2F ///< Minimum target RO flow rate in L/min. +#define MIN_RO_FLOWRATE_LPM 0.0F ///< Minimum target RO flow rate in L/min. /// RO pump data struct. typedef struct @@ -68,6 +68,7 @@ F32 getTargetROPumpPressure( void ); F32 getROGeneratedVolumeL( void ); +void resetROGenerateVolumeL( void ); BOOL testSetROPumpDataPublishIntervalOverride( U32 value ); BOOL testResetROPumpDataPublishIntervalOverride( void );