WaterQualityMonitor.c

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-DD-FIRMWARE-LDT-3514_Dialin config request to disable IOFP current monitoring
LEAHI-DD-FIRMWARE-LDT-3514_Dialin config request to disable IOFP current monitoring
resolved

resolved

SPENT_CHAMBER_H_FILL

SPENT_CHAMBER_H_FILL

LEAHI-DD-FIRMWARE-LDT-3160_Beta Dialin Test Configs Needed
LEAHI-DD-FIRMWARE-LDT-3160_Beta Dialin Test Configs Needed
Updated

Updated

Added

Added

Updated

Updated

Fixed

Fixed

TRUE if low flow alarm is exempt, FALSE if not.

TRUE if low flow alarm is exempt, FALSE if not.

timeSinceP12Started?

timeSinceP12Started?

Should we have a comment for this one too?

Should we have a comment for this one too?

Should we rename this function to "isROPumpLowflowAlarmExempt"? The current name makes me think it will set the alarm to be exempt.

Should we rename this function to "isROPumpLowflowAlarmExempt"? The current name makes me think it will set the alarm to be exempt.

Updated to use isPersistentAlarmTriggered

Updated to use isPersistentAlarmTriggered

Fixed

Fixed

Updated

Updated

Updated

Updated

Changed the implementation

Changed the implementation

Fixed

Fixed

Why are we setting timer for pressure and PWM controls? Isn't it only applicable in flow control? And why aren't we resetting exempt flag in same place as timer?

Why are we setting timer for pressure and PWM controls? Isn't it only applicable in flow control?
And why aren't we resetting exempt flag in same place as timer?

I think this function should return TRUE if exempt (we are in first 10 seconds of flow control from off state). All criteria checked here in this function.

I think this function should return TRUE if exempt (we are in first 10 seconds of flow control from off state). All criteria checked here in this function.

I think timer should be internal (private) to this unit.

I think timer should be internal (private) to this unit.

We need to be calling the isPersistentAlarm function regardless of exemption, but only triggering the alarm if persistent alarm function returns TRUE and exemption is FALSE.

We need to be calling the isPersistentAlarm function regardless of exemption, but only triggering the alarm if persistent alarm function returns TRUE and exemption is FALSE.