TemperatureSensors.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
set the RO pump rate to setROPumpTargetFlowRateLPM( getTargetFillFlowRateLPM(), TARGET_RO_PRESSURE_PSI );

set the RO pump rate to
setROPumpTargetFlowRateLPM( getTargetFillFlowRateLPM(), TARGET_RO_PRESSURE_PSI );

Updated code to check for the difference in percent of conductivity between CD1 and CD2 and make sure it is < 5% otherwise alarm.

Updated code to check for the difference in percent of conductivity between CD1 and CD2 and make sure it is < 5% otherwise alarm.

Updated code to check for the difference in percent of conductivity between CD1 and CD2 and make sure it is < 5% otherwise alarm.

Updated code to check for the difference in percent of conductivity between CD1 and CD2 and make sure it is < 5% otherwise alarm.

Uncommented and recompiled without errors

Uncommented and recompiled without errors

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Alarm is recoverable. Should go to fill paused state. Paused state should go back to this test inlet water quality state when alarm acknowledged.

Alarm is recoverable. Should go to fill paused state. Paused state should go back to this test inlet water quality state when alarm acknowledged.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Added ALARM_ID_INLET_WATER_HIGH_CONDUCTIVITY to AlarmDefs.h Uncommented initPersistentAlarm(ALARM_ID_INLET_WATER_HIGH_CONDUCTIVITY

Added ALARM_ID_INLET_WATER_HIGH_CONDUCTIVITY to AlarmDefs.h
Uncommented initPersistentAlarm(ALARM_ID_INLET_WATER_HIGH_CONDUCTIVITY

Let's review requirement - may be obsolete.

Let's review requirement - may be obsolete.

Let's review that requirement - may be obsolete.

Let's review that requirement - may be obsolete.

But is it set to correct rate for product/delivery? Check with Dara. Produce/delivery rate should be set by HD I think, so may not be same as set in previous state.

But is it set to correct rate for product/delivery? Check with Dara. Produce/delivery rate should be set by HD I think, so may not be same as set in previous state.

Is ACID_TEST_CD2_TCD the right reference value for this check? Should we even be using the isValueWithinPercentRange function here? I think averageConductivity is already a percentage so you can ju...

Is ACID_TEST_CD2_TCD the right reference value for this check? Should we even be using the isValueWithinPercentRange function here?
I think averageConductivity is already a percentage so you can just see if it's less than 5%.

Ok, I see that. I don't think averageConductivity is the right name for this. Looks more like a pctDifferenceInConductivity or something like that.

Ok, I see that. I don't think averageConductivity is the right name for this. Looks more like a pctDifferenceInConductivity or something like that.