Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r1e22b6ff6f42ddc57ad6c17e56057ab8a3765680 -rab14e70c7bac24b0c3ebd02c6763285cdd3951ce --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 1e22b6ff6f42ddc57ad6c17e56057ab8a3765680) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision ab14e70c7bac24b0c3ebd02c6763285cdd3951ce) @@ -415,13 +415,15 @@ // Check whether the Duty cycle is out of range BOOL isDCOutOfRange = ( fabs( roPumpFeedbackDutyCyclePct - roPumpDutyCyclePctSet ) > ROP_DUTY_CYCLE_OUT_OF_RANGE_TOLERANCE ? TRUE : FALSE ); + /* TODO this is commented until the DVT boards are available checkPersistentAlarm( ALARM_ID_RO_PUMP_DUTY_CYCLE_OUT_OF_RANGE, isDCOutOfRange, roPumpFeedbackDutyCyclePct, roPumpDutyCyclePctSet ); // Check if it the alarm has timed out and if the pump is supposed to be off but it is still on, activate the safety shutdown + if ( ( TRUE == isAlarmActive( ALARM_ID_RO_PUMP_DUTY_CYCLE_OUT_OF_RANGE ) ) && ( FALSE == isROPumpOn ) ) { activateSafetyShutdown(); - } + }*/ } // Publish RO pump data on interval