Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Monitoring water flow with alarm point
-
Attached is a water flow point that I would like to add an alarm value too. I know I could set an high/low value, but the flow changes constantly. See the photo of a history snapshot. Should I go with a high/low value or maybe have an accumulated value over time to trigger an alarm? If so, I guess I need to build a point add the sum of an hour or something like that?
-
@oru_david
i think you can setup an event based on Delta value. -
I think you should set up an alarm on a datapoint based upon if it exceeds an upper limit for 'n' minutes then use that to fire an event or whatever is necessary.
However if it's a moving difference/average you require, utilise a meta datapoint with the value that calculates those differences over the last so many minutes and returns it. Attach the event handler to the meta point and you'll be away.Fox