Index: AlarmDefs.h =================================================================== diff -u -rbde981a8f2b8f95742c28447b8c6d517fa341a74 -r0cdea5a597bef86adc6846cddc008be973c3412f --- AlarmDefs.h (.../AlarmDefs.h) (revision bde981a8f2b8f95742c28447b8c6d517fa341a74) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 0cdea5a597bef86adc6846cddc008be973c3412f) @@ -56,8 +56,8 @@ ALARM_ID_DD_VALVE_CONTROL_FAILURE = 25, ///< DD FPGA not accepting commanded valve states ALARM_ID_TD_ARTERIAL_SENSOR_TIMEOUT_FAULT = 26, ///< TD arterial pressure sensor freshness/error timeout fault ALARM_ID_TD_VENOUS_SENSOR_TIMEOUT_FAULT = 27, ///< TD venous pressure sensor freshness/error timeout fault - ALARM_ID_TD_TMP_PRESSURE_LOW = 28, ///< TD TMP low - ALARM_ID_TD_TMP_PRESSURE_HIGH = 29, ///< TD TMP high + ALARM_ID_TD_TMP_PRESSURE_LOW = 28, ///< TD TMP pressure low + ALARM_ID_TD_TMP_PRESSURE_HIGH = 29, ///< TD TMP pressure high ALARM_ID_AVAILABLE_30 = 30, ///< Available alarms ALARM_ID_AVAILABLE_31 = 31, ///< Available alarms ALARM_ID_AVAILABLE_32 = 32, ///< Available alarms @@ -724,8 +724,8 @@ // Num Alarm ID Device Display Title Instructions Alarm List Title Description Trigger Condition { 26 , ALARM_ID_TD_ARTERIAL_SENSOR_TIMEOUT_FAULT , "TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | TD Arterial Pressure Sensor Error | TD arterial pressure sensor reporting error or not being read successfully | Arterial pressure sensor is reporting an error or FPGA is failing to read sensor. | "}, { 27 , ALARM_ID_TD_VENOUS_SENSOR_TIMEOUT_FAULT , "TD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n- Locate the ID code found in the bottom left corner\nof the alarm screen.\n- Call service to report the issue and schedule a repair. | TD Venous Pressure Sensor Error | TD venous pressure sensor reporting error or not being read successfully | Venous pressure sensor is reporting an error or FPGA is failing to read sensor. | "}, - { 28 , ALARM_ID_AVAILABLE_28 , " | | | | | | "}, - { 29 , ALARM_ID_AVAILABLE_29 , " | | | | | | "}, + { 28 , ALARM_ID_TD_TMP_PRESSURE_LOW , "TD | Low TMP Pressure | TMP pressure is low | | | | "}, + { 29 , ALARM_ID_TD_TMP_PRESSURE_HIGH , "TD | High TMP Pressure | TMP pressure is high | | | | "}, { 30 , ALARM_ID_AVAILABLE_30 , " | | | | | | "}, { 31 , ALARM_ID_AVAILABLE_31 , " | | | | | | "}, { 32 , ALARM_ID_AVAILABLE_32 , " | | | | | | "},