Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r221f2d32da9044362aa7a30761e1fc9e7a218a86 -r393fa8c04b3d7fddd929080488bc2ee68042837e --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 221f2d32da9044362aa7a30761e1fc9e7a218a86) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 393fa8c04b3d7fddd929080488bc2ee68042837e) @@ -660,7 +660,7 @@ // Check for occlusion in Treatment modes where pumps are moving else if ( MODE_TREA == getCurrentOperationMode() ) { - if ( ( TRUE == isBloodPumpRunning() ) && TREATMENT_STOP_STATE != getTreatmentState() ) + if ( TRUE == isBloodPumpRunning() ) { // Check for occlusion if ( bpOccl > ( OCCLUSION_THRESHOLD_OFFSET + bloodPumpOcclusionAfterCartridgeInstall ) )