Index: firmware/App/Modes/ModeTreatmentParams.c =================================================================== diff -u -r09e6cf9de34acf18f6e1138bf56ac0edb4821186 -r9a45dcbdfae33fc06479d99b8d52bada8f682194 --- firmware/App/Modes/ModeTreatmentParams.c (.../ModeTreatmentParams.c) (revision 09e6cf9de34acf18f6e1138bf56ac0edb4821186) +++ firmware/App/Modes/ModeTreatmentParams.c (.../ModeTreatmentParams.c) (revision 9a45dcbdfae33fc06479d99b8d52bada8f682194) @@ -139,6 +139,9 @@ setAlarmUserActionEnabled( ALARM_USER_ACTION_RINSEBACK, FALSE ); setAlarmUserActionEnabled( ALARM_USER_ACTION_END_TREATMENT, FALSE ); + // Request the concentrate pumps mixing ratios and the DG fill mode prepare time + cmdRequestDGMixingRatios(); + return currentTreatmentParamsState; }