Index: firmware/App/Modes/ModePostTreat.c =================================================================== diff -u -r8457e008319c5f6b20085918dd1799a7bfe841ca -r95ff25f5260bbd86127eb2d93877fe322e1f0d90 --- firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision 8457e008319c5f6b20085918dd1799a7bfe841ca) +++ firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision 95ff25f5260bbd86127eb2d93877fe322e1f0d90) @@ -461,7 +461,12 @@ if ( TRUE == isSyringeDetected() ) { - activateAlarmNoData( ALARM_ID_HD_SYRINGE_DETECTED ); +#ifndef _RELEASE_ + if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_SYRINGE_PUMP ) != SW_CONFIG_ENABLE_VALUE ) +#endif + { + activateAlarmNoData( ALARM_ID_HD_SYRINGE_DETECTED ); + } } // Wait for cartridge and syringe to be removed and for DG to finish any drains/fills. if ( ( TRUE == isCartridgeRemoved ) && ( FALSE == isSyringeDetected() ) )