Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -ra70cb02cb99d80ea585e44824964857a372075f9 -rcfbf6ff43be0b19bfa25f0edb34300c0bcab96eb --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision a70cb02cb99d80ea585e44824964857a372075f9) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision cfbf6ff43be0b19bfa25f0edb34300c0bcab96eb) @@ -435,10 +435,10 @@ switch ( action ) { case ALARM_ACTION_STOP: -// if ( isAlarmActive( ALARM_ID_HD_VENOUS_BUBBLE_DETECTED ) != TRUE ) -// { -// // no stop action in standby mode -// } + if ( isAlarmActive( ALARM_ID_TD_VENOUS_BUBBLE_DETECTED ) != TRUE ) + { + signalBloodPumpHardStop(); + } // // if Dialin enabled bubble detection, stop on venous bubble detection alarm // else // { @@ -449,7 +449,7 @@ // // Set valves to safe positions // setValveAirTrap( STATE_CLOSED ); // setValvePosition( H1_VALV, VALVE_POSITION_C_CLOSE ); -// setValvePosition( H19, VALVE_POSITION_C_CLOSE ); +// setValvePosition( H19_VALV, VALVE_POSITION_C_CLOSE ); // } break;