Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rcd9254008b61520e5c62059329f80a84efc0366d -rf7cecfd05b7fd84735ea35b1fa3782d29a786ee0 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision cd9254008b61520e5c62059329f80a84efc0366d) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision f7cecfd05b7fd84735ea35b1fa3782d29a786ee0) @@ -232,7 +232,7 @@ checkDGDataFreshness( ALARM_ID_HD_NEW_LOAD_CELL_DATA_MESSAGE_NOT_RECEIVE, &dgLoadCellDataFreshFlag ); // Trigger alarm if not receiving new dialysate temperature data message in timely manner - checkDGDataFreshness( ALARM_ID_HD_NEW_DIALYSATE_TEMPERATURE_DATA_MESSAGE_NOT_RECEIVE, &dgDialysateTemperatureDataFreshFlag ); + //checkDGDataFreshness( ALARM_ID_HD_NEW_DIALYSATE_TEMPERATURE_DATA_MESSAGE_NOT_RECEIVE, &dgDialysateTemperatureDataFreshFlag ); // TODO: Uncomment this after testing. DN-17OCT2022 // Trigger alarm if not receiving new reservoirs data message in timely manner checkDGDataFreshness( ALARM_ID_HD_NEW_RESERVOIRS_DATA_MESSAGE_NOT_RECEIVE, &dgReservoirsDataFreshFlag );