Index: AlarmDefs.h =================================================================== diff -u -r2e8bc860b27ed24eb083868c523423a18dfe830c -reef92a98dcfe87a1f078c5af0ccd2935c87965d3 --- AlarmDefs.h (.../AlarmDefs.h) (revision 2e8bc860b27ed24eb083868c523423a18dfe830c) +++ AlarmDefs.h (.../AlarmDefs.h) (revision eef92a98dcfe87a1f078c5af0ccd2935c87965d3) @@ -279,7 +279,7 @@ ALARM_ID_TD_TREATMENT_MODALITY_CHANGE = 247, ///< TD treatment modality change alarm ( HD <-> HDF ) ALARM_ID_DD_REPLACE_BICARB_CARTRIDGE = 248, ///< DD replace bicart cartridge alarm ALARM_ID_DD_REPLACE_ACID_CONCENTRATE = 249, ///< DD replace acid concentrate alarm - ALARM_ID_FW_RESERVED_250 = 250, ///< FW reserved for use + ALARM_ID_TD_DIALYSATE_PROPORTIONING_IN_PROGRESS = 250, ///< FW reserved for use ALARM_ID_FW_RESERVED_251 = 251, ///< FW reserved for use ALARM_ID_FW_RESERVED_252 = 252, ///< FW reserved for use ALARM_ID_FW_RESERVED_253 = 253, ///< FW reserved for use @@ -756,7 +756,7 @@ { ALARM_PRIORITY_MEDIUM, 301, ALM_SRC_TD, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, ALARM_ID_TD_TREATMENT_MODALITY_CHANGE }, { ALARM_PRIORITY_MEDIUM, 301, ALM_SRC_DD, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_DD_REPLACE_BICARB_CARTRIDGE }, { ALARM_PRIORITY_MEDIUM, 301, ALM_SRC_DD, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_DD_REPLACE_ACID_CONCENTRATE }, - { 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_250 }, + { ALARM_PRIORITY_LOW, 900, ALM_SRC_TD, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_TD_DIALYSATE_PROPORTIONING_IN_PROGRESS }, // Priority Rank Source Fault DDFault Stops ClrIm NoClr NoRes NoRin NoEnd BlkRB BlkET NoBRcr NoDRcr AutoRes ClrOnly TxLog ID { 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_251 }, { 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 }, @@ -1002,6 +1002,7 @@ { 745, ALARM_ID_TD_SYRINGE_DETECTED }, { 850, ALARM_ID_BATTERY_LOW }, { 852, ALARM_ID_TD_AC_POWER_LOST }, + { 900, ALARM_ID_TD_DIALYSATE_PROPORTIONING_IN_PROGRESS }, { 999, ALARM_ID_DD_AVAILABLE_1 }, { 999, ALARM_ID_DD_AVAILABLE_2 }, { 999, ALARM_ID_UI_RESERVED_116 }, @@ -1063,7 +1064,6 @@ { 999, ALARM_ID_FW_RESERVED_242 }, { 999, ALARM_ID_FW_RESERVED_243 }, { 999, ALARM_ID_FW_RESERVED_245 }, - { 999, ALARM_ID_FW_RESERVED_250 }, { 999, ALARM_ID_FW_RESERVED_251 }, { 999, ALARM_ID_FW_RESERVED_252 }, { 999, ALARM_ID_FW_RESERVED_253 }, @@ -1396,7 +1396,7 @@ { 247 , ALARM_ID_TD_TREATMENT_MODALITY_CHANGE , "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 | "}, { 248 , ALARM_ID_DD_REPLACE_BICARB_CARTRIDGE , "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 | "}, { 249 , ALARM_ID_DD_REPLACE_ACID_CONCENTRATE , "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 | "}, - { 250 , ALARM_ID_FW_RESERVED_250 , "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 | "}, + { 250 , ALARM_ID_TD_DIALYSATE_PROPORTIONING_IN_PROGRESS , "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 | "}, // Num Alarm ID Device Display Title Instructions Alarm List Title Description Trigger Condition { 251 , ALARM_ID_FW_RESERVED_251 , "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 | "}, { 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 | "},