Index: firmware/App/Controllers/DryBiCart.c =================================================================== diff -u -rab0f35ac8202c2ebb22039c4d8d50f1f1b15556c -rd9abd635c7ca0e2f3d393f9568125df23b4d43bc --- firmware/App/Controllers/DryBiCart.c (.../DryBiCart.c) (revision ab0f35ac8202c2ebb22039c4d8d50f1f1b15556c) +++ firmware/App/Controllers/DryBiCart.c (.../DryBiCart.c) (revision d9abd635c7ca0e2f3d393f9568125df23b4d43bc) @@ -48,7 +48,6 @@ #define DRY_BICART_PERSISTENCE_DURATION_MS 200 ///< Fill persistence duration to overcome the pressure overshoot/ drop for beta 1.9 and above. // Dry Bicart Fill - #define DRY_BICART_FILL_COMPLETE_TIME_MS ( 1 * MS_PER_SECOND ) ///< Wait time to reset the request flag after fill complete #define DRY_BICART_WCID2_FILL_COMPLETE_PRESSURE_PSI ( 10.0F + WCDI2_PRESSURE_OFFSET_PSI ) ///< Maximum pressure reached to indicate the dry bicart fill being completed for WCID2 #define DRY_BICART_WCID1_FILL_COMPLETE_PRESSURE_PSI ( 10.0F + WCID1_PRESSURE_OFFSET_PSI ) ///< Maximum pressure reached to indicate the dry bicart fill being completed for WCID1 @@ -83,6 +82,10 @@ #define DRY_BICART_DRAIN_COND_ZERO_THRESH 0.05F ///< Zero conductivity threshold #define DRY_BICART_DRAIN_COND_STABLE_SAMPLES 10U ///< De-bounce samples (10*50ms=500ms) +#define STD_MIX_BC_VOLUME 30.0F ///< Standard balancing chamber volume +#define TARGET_ADJ_BICARB_SETTING 137.0F ///< User defined Bicarb setting +#define TARGET_ADJ_NA_SETTINGS 32.0F ///< User defined Na setting + /// Payload record structure for dry bicart fill request typedef struct {