Index: firmware/App/Modes/Rinseback.c =================================================================== diff -u -rd28280f1054fc9ddf9304a11373dc9ee963425e3 -rd4bc221d9817b488c2dcd00868386d7036a5c9a1 --- firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision d28280f1054fc9ddf9304a11373dc9ee963425e3) +++ firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision d4bc221d9817b488c2dcd00868386d7036a5c9a1) @@ -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