Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r9f3943dcab5881216ef0119e7de3a36668dea3bc -r5c967dc311b485769e50e5e4f122be21079b5ae9 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 9f3943dcab5881216ef0119e7de3a36668dea3bc) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 5c967dc311b485769e50e5e4f122be21079b5ae9) @@ -474,15 +474,6 @@ F32 flowRateDeviation = fabs( targetFlowRate - actualFlowRate ) / targetFlowRate; BOOL isFlowOutOfRange = flowRateDeviation > ROP_FLOW_TARGET_TOLERANCE; - // If the ramp up persistent alarm is active, turn off the pump and go to off state - /*if ( TRUE == isPersistentAlarmTriggered( ALARM_ID_RO_PUMP_RAMP_UP_TO_FLOW_TIMEOUT, isFlowOutOfRange ) ) - { - stopROPump(); - result = RO_PUMP_OFF_STATE; - SET_ALARM_WITH_2_F32_DATA( ALARM_ID_RO_PUMP_RAMP_UP_TO_FLOW_TIMEOUT, actualFlowRate, MAX_ALLOWED_RAMP_UP_TIME ); - }*/ - // Control at set interval - //else if ( ++roControlTimerCounter >= ROP_RAMP_UP_CONTROL_INTERVAL ) if ( ++roControlTimerCounter >= ROP_RAMP_UP_CONTROL_INTERVAL ) { F32 targetPressure = getTargetROPumpPressure();