Index: AlarmDefs.h =================================================================== diff -u -r626998cba6848e7b7dfebdb85e5223e600c4cf80 -r670ade594d906f26befdb6a164dda8b8d9d4d38e --- AlarmDefs.h (.../AlarmDefs.h) (revision 626998cba6848e7b7dfebdb85e5223e600c4cf80) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 670ade594d906f26befdb6a164dda8b8d9d4d38e) @@ -122,6 +122,9 @@ ALARM_ID_ARTERIAL_PRESSURE_SENSOR_FAULT = 91, ///< FPGA reports failure reading arterial pressure sensor. ALARM_ID_VENOUS_PRESSURE_SENSOR_FAULT = 92, ///< FPGA reports failure reading venous pressure sensor. ALARM_ID_UV_REACTOR_NOT_HEALTHY = 93, ///< UV reactor not healthy (either inlet or outlet) + ALARM_ID_POST_ACID_CONDUCTIVITY_OUT_OF_RANGE = 94, ///< Post-acid concentrate conductivity out of range. + ALARM_ID_POST_BICARB_CONDUCTIVITY_OUT_OF_RANGE = 95, ///< Post-bicarb concentrate conductivity out of range. + ALARM_ID_RO_PUMP_FLOW_RATE_OUT_OF_RANGE = 96, ///< RO pump flow rate out of range. NUM_OF_ALARM_IDS ///< Total number of alarms }; typedef enum Alarm_List ALARM_ID_T; ///< Type for alarm list enumeration