Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r6a348c6ca6ace52afa68d680422c2714251cf84e -r7fe065949ae95d4151a6075ff2522a707b42784c --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 6a348c6ca6ace52afa68d680422c2714251cf84e) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 7fe065949ae95d4151a6075ff2522a707b42784c) @@ -93,7 +93,7 @@ F32 minHeparinBolusVolumeML; ///< Min heparin bolus volume in mL. F32 maxHeparinBolusVolumeML; ///< Max heparin bolus volume in mL. U32 enableChemicalDisinfect; ///< Enable/disable chemical disinfect. - F32 maxRORejectionRatio; ///< Max RO rejection ratio. + U32 minRORejectionRatioPCT; ///< Min RO rejection ratio in percent. F32 minInletWaterCondAlarmLimitUSPCM; ///< Min inlet water conductivity alarm limit in uS/cm. } HD_INSTITUTIONAL_LOCAL_RECORD_T; @@ -3776,8 +3776,8 @@ MESSAGE_T msg; DG_INSTITUTIONAL_VALUES_T dgInstitValues; - dgInstitValues.maxRORejectionRatio = getMaxRORejectionRatioInInstitRecord(); - dgInstitValues.minInletWaterCondAlarmLimitUSPCM = getMinInletWaterConductivityLimitInstitRecord(); + dgInstitValues.minRORejectionRatioPCT = getMinRORejectionRatioInInstitRecordPCT(); + dgInstitValues.minInletWaterCondAlarmLimitUSPCM = getMinInletWaterConductivityLimitInstitRecordUSPCM(); // Create a message record blankMessage( &msg );