Index: AlarmDefs.h =================================================================== diff -u -rb7bb426cd0eeb950ba02e584f5d46e91ac9e520c -r353abe5b405d1f9fb542c4095d9f72c5cb37c616 --- AlarmDefs.h (.../AlarmDefs.h) (revision b7bb426cd0eeb950ba02e584f5d46e91ac9e520c) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 353abe5b405d1f9fb542c4095d9f72c5cb37c616) @@ -309,7 +309,7 @@ ALARM_ID_FW_RESERVED_277 = 277, ///< FW reserved for use ALARM_ID_FW_RESERVED_278 = 278, ///< FW reserved for use ALARM_ID_FW_RESERVED_279 = 279, ///< FW reserved for use - ALARM_ID_FW_RESERVED_280 = 280, ///< FW reserved for use + ALARM_ID_TD_HEAT_DISINFECTION_IN_PROGRESS = 280, ///< TD Heat Disinfection in progress ALARM_ID_FW_RESERVED_281 = 281, ///< FW reserved for use ALARM_ID_FW_RESERVED_282 = 282, ///< FW reserved for use ALARM_ID_FW_RESERVED_283 = 283, ///< FW reserved for use @@ -786,7 +786,7 @@ { ALARM_PRIORITY_LOW, 999, ALM_SRC_TD, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_FW_RESERVED_277 }, { ALARM_PRIORITY_LOW, 999, ALM_SRC_TD, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_FW_RESERVED_278 }, { ALARM_PRIORITY_LOW, 999, ALM_SRC_TD, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_FW_RESERVED_279 }, - { ALARM_PRIORITY_LOW, 999, ALM_SRC_TD, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_FW_RESERVED_280 }, + { ALARM_PRIORITY_LOW, 999, ALM_SRC_TD, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_TD_HEAT_DISINFECTION_IN_PROGRESS }, { ALARM_PRIORITY_LOW, 999, ALM_SRC_TD, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_FW_RESERVED_281 }, { ALARM_PRIORITY_LOW, 999, ALM_SRC_TD, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_FW_RESERVED_282 }, { ALARM_PRIORITY_LOW, 999, ALM_SRC_TD, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_FW_RESERVED_283 }, @@ -1022,6 +1022,7 @@ { 746, ALARM_ID_TD_RECIRC_TIMEOUT_WARNING }, { 850, ALARM_ID_BATTERY_LOW }, { 852, ALARM_ID_TD_AC_POWER_LOST }, + { 999, ALARM_ID_TD_HEAT_DISINFECTION_IN_PROGRESS }, { 999, ALARM_ID_DD_AVAILABLE_1 }, { 999, ALARM_ID_DD_AVAILABLE_2 }, { 999, ALARM_ID_UI_RESERVED_116 }, @@ -1091,7 +1092,6 @@ { 999, ALARM_ID_FW_RESERVED_277 }, { 999, ALARM_ID_FW_RESERVED_278 }, { 999, ALARM_ID_FW_RESERVED_279 }, - { 999, ALARM_ID_FW_RESERVED_280 }, { 999, ALARM_ID_FW_RESERVED_281 }, { 999, ALARM_ID_FW_RESERVED_282 }, { 999, ALARM_ID_FW_RESERVED_283 }, @@ -1426,7 +1426,7 @@ { 277 , ALARM_ID_FW_RESERVED_277 , "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 Fault: RESERVED | RESERVED | RESERVED | "}, { 278 , ALARM_ID_FW_RESERVED_278 , "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 Fault: RESERVED | RESERVED | RESERVED | "}, { 279 , ALARM_ID_FW_RESERVED_279 , "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 Fault: RESERVED | RESERVED | RESERVED | "}, - { 280 , ALARM_ID_FW_RESERVED_280 , "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 Fault: RESERVED | RESERVED | RESERVED | "}, + { 280 , ALARM_ID_TD_HEAT_DISINFECTION_IN_PROGRESS , "TD | Heat Disinfection In Progress | Heat Disinfection is in progress.\n- Please wait until the disinfection process is complete. | Heat Disinfection In Progress | TD Heat Disinfection is in progress. | After DD accepts the Heat Disinfection start command. | "}, { 281 , ALARM_ID_FW_RESERVED_281 , "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 Fault: RESERVED | RESERVED | RESERVED | "}, { 282 , ALARM_ID_FW_RESERVED_282 , "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 Fault: RESERVED | RESERVED | RESERVED | "}, { 283 , ALARM_ID_FW_RESERVED_283 , "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 Fault: RESERVED | RESERVED | RESERVED | "},