Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rfd12aa494e60cc32852a32d1c3aa2b49eb013fdf -ra5b2f7f58ed39bd84d2ba6986850cae7feddfeb4 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision fd12aa494e60cc32852a32d1c3aa2b49eb013fdf) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision a5b2f7f58ed39bd84d2ba6986850cae7feddfeb4) @@ -228,6 +228,12 @@ // TODO - test code if ( TRUE == stop ) { + treatStartReqReceived = FALSE; + setValvePosition( VDI, VALVE_POSITION_C_CLOSE ); + setValvePosition( VDO, VALVE_POSITION_C_CLOSE ); + setValvePosition( VBA, VALVE_POSITION_C_CLOSE ); + setValvePosition( VBV, VALVE_POSITION_C_CLOSE ); + requestNewOperationMode( MODE_TPAR ); #ifdef EMC_TEST_BUILD if ( stop != button_state ) {