Index: AlarmDefs.h =================================================================== diff -u -rc07652d19161a23be0b2c189cad94edf337b7310 -r4d50bc7f3680fe80d1e22c7edb7cc8b429b58b7d --- AlarmDefs.h (.../AlarmDefs.h) (revision c07652d19161a23be0b2c189cad94edf337b7310) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 4d50bc7f3680fe80d1e22c7edb7cc8b429b58b7d) @@ -297,7 +297,7 @@ ALARM_ID_HD_TEMPERATURES_OUT_OF_RANGE = 259, ///< HD temperatures out of range ALARM_ID_HD_UI_POST_FAILURE_SHASUM = 260, ///< HD UI POST Application Integrity (Sha256Sum) failure ALARM_ID_HD_UI_POST_FAILURE_CANBUS = 261, ///< HD UI POST CANBus failure - ALARM_ID_AVAILABLE_18 = 262, ///< Alarm Id available + ALARM_ID_HD_UI_POST_FAILURE_DISPLAY = 262, ///< Alarm Id available TODO remove ALARM_ID_HD_UI_POST_FAILURE_TOUCH = 263, ///< HD UI POST Touch failure ALARM_ID_HD_UI_POST_FAILURE_SDCARD = 264, ///< HD UI POST SD-Card failure ALARM_ID_HD_UI_POST_FAILURE_RTC = 265, ///< HD UI POST RTC failure @@ -747,7 +747,7 @@ { ALARM_PRIORITY_HIGH, 10, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_HD_TEMPERATURES_OUT_OF_RANGE }, { ALARM_PRIORITY_HIGH, 1, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_HD_UI_POST_FAILURE_SHASUM }, { ALARM_PRIORITY_HIGH, 1, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_HD_UI_POST_FAILURE_CANBUS }, - { ALARM_PRIORITY_LOW, 999, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_AVAILABLE_18 }, + { ALARM_PRIORITY_LOW, 999, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_HD_UI_POST_FAILURE_DISPLAY }, { ALARM_PRIORITY_HIGH, 1, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_HD_UI_POST_FAILURE_TOUCH }, { ALARM_PRIORITY_HIGH, 1, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_HD_UI_POST_FAILURE_SDCARD }, { ALARM_PRIORITY_HIGH, 1, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, ALARM_ID_HD_UI_POST_FAILURE_RTC }, @@ -1132,7 +1132,7 @@ { 999, ALARM_ID_AVAILABLE_15 }, { 999, ALARM_ID_AVAILABLE_16 }, { 999, ALARM_ID_AVAILABLE_17 }, - { 999, ALARM_ID_AVAILABLE_18 }, + { 999, ALARM_ID_HD_UI_POST_FAILURE_DISPLAY }, { 999, ALARM_ID_AVAILABLE_30 }, { 999, ALARM_ID_AVAILABLE_31 }, { 999, ALARM_ID_AVAILABLE_32 }, @@ -1420,7 +1420,7 @@ { 259 , ALARM_ID_HD_TEMPERATURES_OUT_OF_RANGE , "HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device. \n-Treatment must be terminated.\n-Locate the ID code found in the bottom left corner of the alarm screen.\n-Call service to report the issue and schedule a repair.\n\nHD Fault: Temp Sensors Error | HD temperatures out of range | If thermistor reports temperature > 80.0 C or < 0.0 C for a certain period of time. | "}, { 260 , ALARM_ID_HD_UI_POST_FAILURE_SHASUM , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n-Locate the ID code found in the bottom left corner of the alarm screen.\n-Call service to report the issue and schedule a repair. \n\nHD POST: UI Image | UI POST Application Integrity (Sha256Sum) failure | If the UI POST reports a shasum faillure. | "}, { 261 , ALARM_ID_HD_UI_POST_FAILURE_CANBUS , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n-Locate the ID code found in the bottom left corner of the alarm screen.\n-Call service to report the issue and schedule a repair. \n\nHD POST: UI CAN Driver | UI POST CANBus failure | If the UI POST reports a can bus failure. | "}, - { 262 , ALARM_ID_AVAILABLE_18 , " | | \n\n | UI POST Display failure | If the UI POST reports a display failure. | "}, + { 262 , ALARM_ID_HD_UI_POST_FAILURE_DISPLAY , " | | \n\n | UI POST Display failure | If the UI POST reports a display failure. | "}, { 263 , ALARM_ID_HD_UI_POST_FAILURE_TOUCH , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n-Locate the ID code found in the bottom left corner of the alarm screen.\n-Call service to report the issue and schedule a repair. \n\nHD POST: UI Touch Driver | UI POST Touch failure | If the UI POST reports a touch failure. | "}, { 264 , ALARM_ID_HD_UI_POST_FAILURE_SDCARD , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n-Locate the ID code found in the bottom left corner of the alarm screen.\n-Call service to report the issue and schedule a repair. \n\nHD POST: UI SD-Card | UI POST SD-Card failure | If the UI POST reports SD card failure. | "}, { 265 , ALARM_ID_HD_UI_POST_FAILURE_RTC , "UI HD | Service Required: Hemodialysis Device | A problem was detected with the hemodialysis device.\n-Locate the ID code found in the bottom left corner of the alarm screen.\n-Call service to report the issue and schedule a repair. \n\nHD POST: UI RTC | UI POST RTC failure | If the UI POST reports RTC failure. | "},