Index: AlarmDefs.h =================================================================== diff -u -r2e3225031d03e8987bdf1696064306c64af3379d -r9a8124221a968e11a2592531d58bff35f3fba5b2 --- AlarmDefs.h (.../AlarmDefs.h) (revision 2e3225031d03e8987bdf1696064306c64af3379d) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 9a8124221a968e11a2592531d58bff35f3fba5b2) @@ -284,7 +284,7 @@ ALARM_ID_FW_RESERVED_252 = 252, ///< FW reserved for use ALARM_ID_FW_RESERVED_253 = 253, ///< FW reserved for use ALARM_ID_FW_RESERVED_254 = 254, ///< FW reserved for use - ALARM_ID_FW_RESERVED_255 = 255, ///< FW reserved for use + ALARM_ID_TD_CARTRIDGE_REMOVAL_FAILURE = 255, ///< TD cartridge removal failure alarm ALARM_ID_FW_RESERVED_256 = 256, ///< FW reserved for use ALARM_ID_FW_RESERVED_257 = 257, ///< FW reserved for use ALARM_ID_FW_RESERVED_258 = 258, ///< FW reserved for use @@ -762,7 +762,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_252 }, { 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_253 }, { 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_254 }, - { 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_255 }, + { ALARM_PRIORITY_LOW, 999, ALM_SRC_TD, FALSE, FALSE, TRUE , FALSE, FALSE, TRUE , TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, ALARM_ID_TD_CARTRIDGE_REMOVAL_FAILURE }, { 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_256 }, { 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_257 }, { 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_258 }, @@ -1068,7 +1068,7 @@ { 999, ALARM_ID_FW_RESERVED_252 }, { 999, ALARM_ID_FW_RESERVED_253 }, { 999, ALARM_ID_FW_RESERVED_254 }, - { 999, ALARM_ID_FW_RESERVED_255 }, + { 999, ALARM_ID_TD_CARTRIDGE_REMOVAL_FAILURE }, { 999, ALARM_ID_FW_RESERVED_256 }, { 999, ALARM_ID_FW_RESERVED_257 }, { 999, ALARM_ID_FW_RESERVED_258 }, @@ -1402,7 +1402,7 @@ { 252 , ALARM_ID_FW_RESERVED_252 , "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 | "}, { 253 , ALARM_ID_FW_RESERVED_253 , "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 | "}, { 254 , ALARM_ID_FW_RESERVED_254 , "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 | "}, - { 255 , ALARM_ID_FW_RESERVED_255 , "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 | "}, + { 255 , ALARM_ID_TD_CARTRIDGE_REMOVAL_FAILURE, , "TD | Cartridge Still Detected | A problem has been detected during post-treatment. \n- Cartridge is still present or was unloaded incorrectly.\n- Confirm the cartridge has been fully removed. | Process: Post- Tx Remove Cartridge | TD cartridge removal failure alarm | In Post-Treatment: Verify Disposable Removal, if the cartridge is still detected after the user confirms disposable removal. | "}, { 256 , ALARM_ID_FW_RESERVED_256 , "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 | "}, { 257 , ALARM_ID_FW_RESERVED_257 , "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 | "}, { 258 , ALARM_ID_FW_RESERVED_258 , "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 | "},