Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -ra2ebc68ef586c213fd6e5e56c61e4b1e8cbb749c -rdc883aab56e769b2dec294e084f1378a178ba089 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision a2ebc68ef586c213fd6e5e56c61e4b1e8cbb749c) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision dc883aab56e769b2dec294e084f1378a178ba089) @@ -29,6 +29,7 @@ #include "TaskGeneral.h" #include "Timers.h" #include "Utilities.h" +#include "Valves.h" /** * @addtogroup ROPump @@ -48,6 +49,10 @@ #define ROP_FLOW_TO_PWM_SLOPE_PERM_FLUSH 117.63F ///< Slope of flow to PWM line equation for permeate flush. #define ROP_FLOW_TO_PWM_INTERCEPT_PERM_FLUSH -648.05F ///< Intercept of flow to PWM line equation for permeate flush. +#define ROP_FLOW_TO_PWM_SLOPE_NO_RECOVERY 000.00F ///< Slope of flow to PWM line equation for permeate flush. +#define ROP_FLOW_TO_PWM_INTERCEPT_NO_RECOVERY 000.00F ///< Intercept of flow to PWM line equation for permeate flush. +#define ROP_FLOW_TO_PWM_SLOPE_MED_RECOVERY 000.00F ///< Slope of flow to PWM line equation for permeate flush. +#define ROP_FLOW_TO_PWM_INTERCEPT_MED_RECOVERY 000.00F ///< Intercept of flow to PWM line equation for permeate flush. #define ROP_FLOW_TO_PWM_SLOPE_MAX_RECOVER 155.31F ///< Slope of flow to PWM line equation for max RO recovery. #define ROP_FLOW_TO_PWM_INTERCEPT_MAX_RECOVER -699.99F ///< Intercept of flow to PWM line equation for max RO recovery. #define ROP_PRESSURE_TO_PWM_SLOPE 0.5F ///< Slope of pressure to PWM line equation.