Index: firmware/App/Modes/StateTxBloodPrime.c =================================================================== diff -u -rce58760d9ec26a8ddc4d2462671d7f3db961f621 -rf55633617c3db584e715d55e88cfb77380d4a627 --- firmware/App/Modes/StateTxBloodPrime.c (.../StateTxBloodPrime.c) (revision ce58760d9ec26a8ddc4d2462671d7f3db961f621) +++ firmware/App/Modes/StateTxBloodPrime.c (.../StateTxBloodPrime.c) (revision f55633617c3db584e715d55e88cfb77380d4a627) @@ -150,7 +150,7 @@ setAlarmUserActionEnabled( ALARM_USER_ACTION_END_TREATMENT, TRUE ); // Require BP door to be closed during this state - doorClosedRequired( TRUE ); + doorClosedRequired( FALSE ); // Set pinch valves setValvePosition( H1_VALV, VALVE_POSITION_B_OPEN ); // set arterial valve to pump blood from patient @@ -161,7 +161,7 @@ set3WayValveState( H20_VALV, VALVE_3WAY_COMMON_TO_CLOSED_STATE ); // Start air trap control - startAirTrapControl(); +// startAirTrapControl(); // Ensure Heparin pump is stopped //stopSyringePump(); // TODO