Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r39380a41287b1420a9f0fb2c6a37e7487f04ff28 -r8f440049c55a8cef5b482ea319bb3a539d489b14 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 39380a41287b1420a9f0fb2c6a37e7487f04ff28) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 8f440049c55a8cef5b482ea319bb3a539d489b14) @@ -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 );