Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -r539f3837b28f2c3998b559aae085eb8fd872e334 -rec17f9086547f77425601122ded579bbc0d785c5 --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 539f3837b28f2c3998b559aae085eb8fd872e334) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision ec17f9086547f77425601122ded579bbc0d785c5) @@ -397,13 +397,11 @@ pendingStopAirTrapController = FALSE; result = AIR_TRAP_MANUAL_CONTROL_STATE; } - // Skip fill and lower level events when no tubing set is installed else if ( TRUE == getTestConfigStatus( TEST_CONFIG_TESTING_WITHOUT_TUBING_SET ) ) { result = AIR_TRAP_CLOSED_STATE; } - // Lower air trap level if fluid reaches upper level. else if ( AIR_TRAP_LEVEL_FLUID == getLevelSensorState( H16_LEVL ) ) { @@ -419,7 +417,6 @@ result = AIR_TRAP_LOWER_LEVEL_STATE; } } - // Raise air trap level once at start of treatment (blood priming) or when air detected at lower level else if ( ( airTrapWasFilledAtStartOfTreatement != TRUE ) || ( AIR_TRAP_LEVEL_AIR == getLevelSensorState( H17_LEVL ) ) )