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.
Point last change timestamp
-
Is it possible to get a point value's last change time and display it on custom page?
-
On a custom view you can use a scriptPoint tag to access the current timestamp of a point.
-
Thanks for your answer, Matthew.
But time in scriptPoint is not what I need. It is the time of last point update (at least for MODBUS points), but I need the time when point value changed. -
Ah. There isn't a way to get that via an AJAX update, but there should be a way to it if you draw it in JSP. I've never had to do it, so i'm not sure.