Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r7325348a8b5fce9101d0f68d89c791d48e1a3575 -r5016cb7de01291976a89a43b03ab755b534f0889 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 7325348a8b5fce9101d0f68d89c791d48e1a3575) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 5016cb7de01291976a89a43b03ab755b534f0889) @@ -110,6 +110,11 @@ U32 dgSubMode = getDGSubMode(); #ifndef RUN_WITHOUT_DG + if ( TRUE == stop ) + { + activateAlarmNoData( ALARM_ID_TREATMENT_STOPPED_BY_USER ); + } + // state machine to get DG to prep a reservoir so we can start a treatment switch ( currentStandbyState ) {