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 | "}, Index: MsgDefs.h =================================================================== diff -u -r6fd86b7ce10f09889221a130e8f69c38e38b5285 -r353abe5b405d1f9fb542c4095d9f72c5cb37c616 --- MsgDefs.h (.../MsgDefs.h) (revision 6fd86b7ce10f09889221a130e8f69c38e38b5285) +++ MsgDefs.h (.../MsgDefs.h) (revision 353abe5b405d1f9fb542c4095d9f72c5cb37c616) @@ -273,7 +273,7 @@ MSG_ID_TD_DD_REQUEST_SERVICE_RECORD_FROM_TD = 0x129, ///< TD request for DD service record information. MSG_ID_TD_DD_USAGE_INFO_REQUEST = 0x12A, ///< TD request for DD usage information. MSG_ID_TD_DD_COMMAND_REQUEST = 0x12B, ///< TD command request to DD. - MSG_ID_TD_POST_TREATMENT_STATES_DATA = 0x12C, ///< TD Post-Treatment state data message. + MSG_ID_TD_POST_TREATMENT_STATES_DATA = 0xDA, ///< TD Post-Treatment state data message. // service/test CAN messages MSG_ID_FIRST_TD_TESTER_MESSAGE = 0x8000, ///< First TD test message ID Index: TDDefs.h =================================================================== diff -u -r44bc11da85e9b4c04d846690ffabf0fe61bb07ef -r353abe5b405d1f9fb542c4095d9f72c5cb37c616 --- TDDefs.h (.../TDDefs.h) (revision 44bc11da85e9b4c04d846690ffabf0fe61bb07ef) +++ TDDefs.h (.../TDDefs.h) (revision 353abe5b405d1f9fb542c4095d9f72c5cb37c616) @@ -104,7 +104,6 @@ STANDBY_WAIT_FOR_TREATMENT_STATE, ///< Wait for treatment. STANDBY_WAIT_FOR_DISINFECT_STATE, ///< Wait for UI to send disinfect option. STANDBY_WAIT_FOR_DD_CLEANING_MODE_CMD_RESPONSE_STATE, ///< Wait for DD cleaning mode command response state. - STANDBY_WAIT_FOR_DD_CLEANING_MODE_TO_START_STATE, ///< Wait for DD cleaning mode to start state. STANDBY_CLEANING_MODE_IN_PROGRESS_STATE, ///< Cleaning mode in progress state. NUM_OF_STANDBY_STATES ///< Number of standby states (sub-modes). };