Index: firmware/App/Modes/ModeTreatmentParams.c =================================================================== diff -u -r83d46d8b27ff7e2452d3f20b423289d03df5757d -r2a3ba39c59b81f8c2da365b0d1997a2e7f0dfba9 --- firmware/App/Modes/ModeTreatmentParams.c (.../ModeTreatmentParams.c) (revision 83d46d8b27ff7e2452d3f20b423289d03df5757d) +++ firmware/App/Modes/ModeTreatmentParams.c (.../ModeTreatmentParams.c) (revision 2a3ba39c59b81f8c2da365b0d1997a2e7f0dfba9) @@ -140,6 +140,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; }