Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r587d23c7ba96d1938658908ceb67850e4e4e08c8 -rf4a444de1b2b78922a911448a65cfcc8677f86cb --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 587d23c7ba96d1938658908ceb67850e4e4e08c8) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision f4a444de1b2b78922a911448a65cfcc8677f86cb) @@ -414,13 +414,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 out 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