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.
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
Hi David,
You can use the query attribute of the ma-point-list element and some RQL to filter down the results. What you're looking for is probably,
query="'like(name,*Temp*)'"