Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -rb27384196996d4d9cc7ece6ef2f76f8abdc0cc4a -rdeb183bbf691b07ae717e3e5e255df62b1bfa0f8 --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision b27384196996d4d9cc7ece6ef2f76f8abdc0cc4a) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision deb183bbf691b07ae717e3e5e255df62b1bfa0f8) @@ -925,8 +925,7 @@ F32 avgCPo = sumFillCPoConductivity / (F32)fillCPoConductivitySampleCnt; // sample count incremented above w/o condition so no need for divide by zero checks F32 avgRR = sumFillRejRatio / (F32)fillCPoConductivitySampleCnt; // The rejection ratio = 1 - (institutional RR value in percent) / 100 - // If the instit RR value is 0% the converted RR becomes 1. But If the instit RR value is 0, the RR alarm is not checked. - // The institutional values are stored in HD and requested by DG + // If the instit RR value is 0% the converted RR becomes 1. But If the instit RR value is 0, the RR alarm is not checked F32 convRR = 1.0F - ( ( (F32)minRORejectionRatioPCTFromHD ) / FRACTION_TO_PERCENT_FACTOR ); SEND_EVENT_WITH_2_F32_DATA( DG_EVENT_CALC_RO_REJECTION_RATIO, convRR, avgRR )