Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rdbdd97d883c75351fb316ac61911e189986f911e -r098272da7396d05816a266142e7a34b40f4d93d3 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision dbdd97d883c75351fb316ac61911e189986f911e) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 098272da7396d05816a266142e7a34b40f4d93d3) @@ -218,12 +218,6 @@ *************************************************************************/ void execDGInterfaceMonitor( void ) { - // Trigger alarm if not receiving new load cell data message in timely manner - checkDGDataFreshness( ALARM_ID_HD_NEW_LOAD_CELL_DATA_MESSAGE_NOT_RECEIVE, &dgLoadCellDataFreshFlag ); -/* =========== DN-28AUG2022 for debug only. Will re-install this line. - // 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 ); -============== */ // Trigger alarm if not receiving new reservoirs data message in timely manner checkDGDataFreshness( ALARM_ID_HD_NEW_RESERVOIRS_DATA_MESSAGE_NOT_RECEIVE, &dgReservoirsDataFreshFlag );