AdamVStephen / gem-water-level-gauge

Building a water level gauge using MPX5010DP sensor and arduino.
GNU General Public License v2.0
0 stars 1 forks source link

Provide configuration options to enable/disable alarms and govern display behaviour. #4

Closed AdamVStephen closed 6 years ago

AdamVStephen commented 6 years ago

The design as of release 1.0.0 implements EPICS style alarms with very low (lolo), low (lo), high (hi) and very high (hihi) limits and behaviours.

  1. In deployment, neither high alarm is required, since the only mechanism that would trigger it is during filling, and this would only be beneficial if the display could be seen synchronously with the filling operation which for user1 is not a requirement.
  2. Low alarms are useful, but it would be preferable to select whether an asserted alarm applies flashing behaviour or not. Configuration of the trigger level is required.
AdamVStephen commented 6 years ago

Provided in release 1.2.0