Index: firmware/App/Services/SystemCommTD.c =================================================================== diff -u -r8345f0415ce34f2f47afcbf613a00216769f51c6 -re0060cd79d971c0ed94b8aed6949d2754480fe92 --- firmware/App/Services/SystemCommTD.c (.../SystemCommTD.c) (revision 8345f0415ce34f2f47afcbf613a00216769f51c6) +++ firmware/App/Services/SystemCommTD.c (.../SystemCommTD.c) (revision e0060cd79d971c0ed94b8aed6949d2754480fe92) @@ -267,7 +267,7 @@ // Only alarm on DG comm loss while in the treatment workflow if ( MODE_PRET == opMode || MODE_TREA == opMode || MODE_POST == opMode ) { - activateAlarmNoData( ALARM_ID_TD_DD_COMM_TIMEOUT ); + //activateAlarmNoData( ALARM_ID_TD_DD_COMM_TIMEOUT ); // we don't want to keep thinking DG is in a useful mode - set it to fault mode until DG is able to report its' true mode status // setDGOpMode( DG_MODE_FAUL, 0 ); }