Index: firmware/App/Modes/Rinseback.c =================================================================== diff -u -r8b73263b38f449dacc0795c67a7cf6240cb79026 -rb20421d84b9049977c04f4752f4fc5697425f25c --- firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision 8b73263b38f449dacc0795c67a7cf6240cb79026) +++ firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision b20421d84b9049977c04f4752f4fc5697425f25c) @@ -8,7 +8,7 @@ * @file Rinseback.c * * @author (last) Dara Navaei -* @date (last) 15-Jul-2022 +* @date (last) 04-Aug-2022 * * @author (original) Sean Nash * @date (original) 20-Jan-2021 @@ -210,8 +210,8 @@ static void setupForRinsebackDelivery( U32 rate ) { // Open VBA and VBV valves to allow flow from saline bag and to patient venous line - setValvePosition( VBA, VALVE_POSITION_C_CLOSE ); // draw from saline back instead of patient - setValvePosition( VBV, VALVE_POSITION_B_OPEN ); // return to patient + setValvePosition( VBA, VALVE_POSITION_B_OPEN ); // patient will have removed arterial line from fistula and connected it to RB port to saline - so we will get saline from arterial line by opening + setValvePosition( VBV, VALVE_POSITION_B_OPEN ); // return to patient // Start blood pump at rinseback flow rate setBloodPumpTargetFlowRate( rate, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); // Start air trap leveling control