Index: AlarmDefs.h =================================================================== diff -u -r233843cd5ff63543aaed6c2d5204705d0b0afafa -r439b3c6730f73a0f26a5ea8ce82e3e9326e7060f --- AlarmDefs.h (.../AlarmDefs.h) (revision 233843cd5ff63543aaed6c2d5204705d0b0afafa) +++ AlarmDefs.h (.../AlarmDefs.h) (revision 439b3c6730f73a0f26a5ea8ce82e3e9326e7060f) @@ -195,6 +195,11 @@ ALARM_ID_FP_PERMEATE_FLOW_OUT_LOW_RANGE = 163, ///< FP permeate flow low fault ALARM_ID_FP_INLET_PRESSURE_LOW_RANGE = 164, ///< FP inlet pressure low fault ALARM_ID_TD_AIR_TRAP_LOWER_TIMEOUT = 165, ///< TD air trap lower timeout + ALARM_ID_DD_NVM_INVALID_SYSTEM_RECORD_CRC = 166, ///< DD invalid NVM System record + ALARM_ID_DD_NVM_INVALID_SERVICE_RECORD_CRC = 167, ///< DD invalid NVM Service record + ALARM_ID_DD_NVM_INVALID_CALIBRATION_RECORD_CRC = 168, ///< DD invalid NVM calibration record + ALARM_ID_DD_NVM_INVALID_USAGE_RECORD_CRC = 169, ///< DD invalid NVM Usage Info record + ALARM_ID_DD_NVM_INVALID_SERIAL_NUMBER = 170, ///< DD invalid serial number NUM_OF_ALARM_IDS ///< Number of alarms }; typedef enum Alarm_List ALARM_ID_T; ///< Type for alarm list enumeration @@ -505,6 +510,11 @@ { ALARM_PRIORITY_HIGH, 10, ALM_SRC_FP, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_FP_PERMEATE_FLOW_OUT_LOW_RANGE }, { ALARM_PRIORITY_HIGH, 10, ALM_SRC_FP, TRUE , FALSE, TRUE , TRUE , TRUE , TRUE , TRUE , TRUE , FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, ALARM_ID_FP_INLET_PRESSURE_LOW_RANGE }, { ALARM_PRIORITY_HIGH, 13, ALM_SRC_TD, FALSE, FALSE, TRUE , TRUE , FALSE, TRUE , TRUE , FALSE, FALSE, FALSE, TRUE , TRUE , FALSE, FALSE, TRUE , ALARM_ID_TD_AIR_TRAP_LOWER_TIMEOUT }, + { ALARM_PRIORITY_HIGH, 2, ALM_SRC_DD, FALSE, TRUE , TRUE , TRUE , FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, ALARM_ID_DD_NVM_INVALID_SYSTEM_RECORD_CRC }, + { ALARM_PRIORITY_HIGH, 2, ALM_SRC_DD, FALSE, TRUE , TRUE , TRUE , FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, ALARM_ID_DD_NVM_INVALID_SERVICE_RECORD_CRC }, + { ALARM_PRIORITY_HIGH, 2, ALM_SRC_DD, FALSE, TRUE , TRUE , TRUE , FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, ALARM_ID_DD_NVM_INVALID_CALIBRATION_RECORD_CRC }, + { ALARM_PRIORITY_HIGH, 2, ALM_SRC_DD, FALSE, TRUE , TRUE , TRUE , FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, ALARM_ID_DD_NVM_INVALID_USAGE_RECORD_CRC }, + { ALARM_PRIORITY_HIGH, 2, ALM_SRC_DD, FALSE, TRUE , TRUE , TRUE , FALSE, TRUE , FALSE, FALSE, FALSE, FALSE, FALSE, TRUE , FALSE, FALSE, FALSE, ALARM_ID_DD_NVM_INVALID_SERIAL_NUMBER }, }; // Priority Rank Source Fault DDFault Stops ClrIm NoClr NoRes NoRin NoEnd BlkRB BlkET NoBRcr NoDRcr AutoRes ClrOnly TxLog ID /// Table of alarms and their rank. @@ -534,6 +544,11 @@ { 1, ALARM_ID_DD_BLOOD_LEAK_INVALID_CAL_RECORD }, { 1, ALARM_ID_DD_BLOOD_LEAK_SENSOR_EMBEDDED_MODE_FAILURE }, { 1, ALARM_ID_DD_BLOOD_LEAK_SENSOR_SET_POINT_SET_FAILURE }, + { 2, ALARM_ID_DD_NVM_INVALID_SYSTEM_RECORD_CRC }, + { 2, ALARM_ID_DD_NVM_INVALID_SERVICE_RECORD_CRC }, + { 2, ALARM_ID_DD_NVM_INVALID_CALIBRATION_RECORD_CRC }, + { 2, ALARM_ID_DD_NVM_INVALID_USAGE_RECORD_CRC }, + { 2, ALARM_ID_DD_NVM_INVALID_SERIAL_NUMBER }, { 10, ALARM_ID_TD_SOFTWARE_FAULT }, { 10, ALARM_ID_TD_UI_COMM_TIMEOUT }, { 10, ALARM_ID_TD_COMM_TOO_MANY_BAD_CRCS }, @@ -870,6 +885,11 @@ { 163 , ALARM_ID_FP_PERMEATE_FLOW_OUT_LOW_RANGE , "FP | low Permeate flow | Permeate flow is too low. \n- Treatment must be terminated.\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. | FP Fault: Permeate flow Low | Permeate flow is too low from set target flow rate | If the permeate flow is above 25% of set target flow rate for a certain period of time. | "}, { 164 , ALARM_ID_FP_INLET_PRESSURE_LOW_RANGE , "FP | low inlet pressure | Inlet pressure is too low. \n- Treatment must be terminated.\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. | FP Fault: Inlet pressure Low | Inlet pressure is too low | If P8 is < 1 PSI | "}, { 165 , ALARM_ID_TD_AIR_TRAP_LOWER_TIMEOUT , "TD | Blood Pump Stopped: Venous Air Detector | A problem was detected with the venous air detector.\n- Confirm arterial access placement and ensure\nconnections are secure.\n- Treatment must be terminated without rinseback. | Blood Stop: Air Trap Lowering | Air trap lowering timeout during treatment | If the air trap lowering timeout during treatment. | "}, + { 166 , ALARM_ID_DD_NVM_INVALID_SYSTEM_RECORD_CRC , "DD | Service Required: Dialysate Device | A problem was detected with the dialysate 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. | DD POST: Sys Rec NVRAM CRC | DD invalid system record | If the calculated CRC of the DD system record image does not match the expected CRC. | "}, + { 167 , ALARM_ID_DD_NVM_INVALID_SERVICE_RECORD_CRC , "DD | Service Required: Dialysate Device | A problem was detected with the dialysate 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. | DD POST: Serv Rec NVRAM CRC | DD invalid service record | If the calculated CRC of the DD service record image does not match the expected CRC. | "}, + { 168 , ALARM_ID_DD_NVM_INVALID_CALIBRATION_RECORD_CRC , "DD | Service Required: Dialysate Device | A problem was detected with the dialysate 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. | DD POST: Cal NVRAM CRC | DD non-volatile system group invalid record CRC | If the DD NVDATAMGMT CAL group calculated CRC does not matched the expected CRC. | "}, + { 169 , ALARM_ID_DD_NVM_INVALID_USAGE_RECORD_CRC , "DD | Service Required: Dialysate Device | A problem was detected with the dialysate 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. | DD POST: Usage Rec NVRAM CRC | DD non-volatile usage information group invalid record CRC | If the DD usage information record's CRC does not match the calculated CRC in POST. | "}, + { 170 , ALARM_ID_DD_NVM_INVALID_SERIAL_NUMBER , "DD | Service Required: Dialysate Device | A problem was detected with the dialysate 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. | DD POST: Serial Number Check | DD invalid serial number | If the DD serial number is empty and does not have any characters. | "}, }; #endif // manual alarms Index: MsgDefs.h =================================================================== diff -u -r9955e1f773a55c4546e665c98a0205abf898d1f3 -r439b3c6730f73a0f26a5ea8ce82e3e9326e7060f --- MsgDefs.h (.../MsgDefs.h) (revision 9955e1f773a55c4546e665c98a0205abf898d1f3) +++ MsgDefs.h (.../MsgDefs.h) (revision 439b3c6730f73a0f26a5ea8ce82e3e9326e7060f) @@ -364,18 +364,17 @@ MSG_ID_DD_BICARB_CHAMBER_FILL_REQUEST_OVERRIDE_REQUEST = 0xA059, ///< DD bicarb chamber fill request overrride request MSG_ID_DD_BICART_DRAIN_REQUEST_OVERRIDE_REQUEST = 0xA05A, ///< DD bicarb drain request overrride request MSG_ID_DD_BICART_CARTRIDGE_SELECT_OVERRIDE_REQUEST = 0xA05B, ///< DD bicarb cartridge select(small-0, large-1) overrride request - MSG_ID_DD_NVM_GET_RECORD = 0xA05C, ///< DD Non volatile Memory Calibration send to UI - MSG_ID_DD_NVM_SEND_CALIBRATION_RECORD = 0xA05D, ///< DD Non volatile Memory Calibration receive from UI - MSG_ID_DD_NVM_SET_CALIBRATION_RECORD = 0xA05D, ///< DD Non volatile Memory Calibration receive from UI - MSG_ID_DD_NVM_SEND_SYSTEM_RECORD = 0xA05E, ///< DD Non volatile Memory System Record send to UI - MSG_ID_DD_NVM_SET_SYSTEM_RECORD = 0xA05F, ///< DD Non volatile Memory System Record receive from UI - MSG_ID_DD_NVM_SEND_SERVICE_RECORD = 0xA060, ///< DD Non volatile Memory Service Record send to UI - MSG_ID_DD_NVM_SET_SERVICE_RECORD = 0xA061, ///< DD Non volatile Memory Service Record receive from UI - MSG_ID_DD_NVM_SEND_INSTITUTIONAL_RECORD = 0xA062, ///< DD Non volatile Memory Institutional Record send to UI - MSG_ID_DD_NVM_SET_INSTITUTIONAL_RECORD = 0xA063, ///< DD Non volatile Memory Institutional Record receive from UI - MSG_ID_DD_NVM_SEND_USAGE_INFO_RECORD = 0xA064, ///< DD Non volatile Memory Usage Info Record send to UI - MSG_ID_DD_NVM_SET_USAGE_INFO_RECORD = 0xA065, ///< DD Non volatile Memory Usage Info Record receive from UI + MSG_ID_DD_NVM_SEND_SYSTEM_RECORD = 0xA05D, ///< DD Non volatile Memory System Record send to UI + MSG_ID_DD_NVM_SET_SYSTEM_RECORD = 0xA05E, ///< DD Non volatile Memory System Record receive from UI + MSG_ID_DD_NVM_SEND_SERVICE_RECORD = 0xA05F, ///< DD Non volatile Memory Service Record send to UI + MSG_ID_DD_NVM_SET_SERVICE_RECORD = 0xA060, ///< DD Non volatile Memory Service Record receive from UI + MSG_ID_DD_NVM_SEND_CALIBRATION_RECORD = 0xA061, ///< DD Non volatile Memory Calibration receive from UI + MSG_ID_DD_NVM_SET_CALIBRATION_RECORD = 0xA062, ///< DD Non volatile Memory Calibration receive from UI + MSG_ID_DD_NVM_SEND_INSTITUTIONAL_RECORD = 0xA063, ///< DD Non volatile Memory Institutional Record send to UI + MSG_ID_DD_NVM_SET_INSTITUTIONAL_RECORD = 0xA064, ///< DD Non volatile Memory Institutional Record receive from UI + MSG_ID_DD_NVM_SEND_USAGE_INFO_RECORD = 0xA065, ///< DD Non volatile Memory Usage Info Record send to UI + MSG_ID_DD_NVM_SET_USAGE_INFO_RECORD = 0xA066, ///< DD Non volatile Memory Usage Info Record receive from UI #ifdef __TEENSY_CONDUCTIVITY_DRIVER__ MSG_ID_DD_SET_CONDUCTIVITY_MODEL_REQUEST = 0xA100, ///< DD set conductivity model to conductivity sensors ( also applies to FP conductivity sensors )