Hello everyone,
I have a few questions about how to implement a few functions:
-
I would like to trigger an alarm or script when the tag exceeds a value of e.g. 10 but only if this value persists for some time e.g. one minute.
-
For certain tags in some protocols it happens that when the action is performed based on a rising edge. So when I set something to True I would like the tag to go back to False automatically, because the next time I enter true there is no action (it's just a strange device that requires it).
-
I'm implementing a wind sensor reading, the value of which I historize once a minute to the DB. However, I would like the historicized value to be the largest of the range of that one minute read.
-
If this wind sensor does not change its value for, say, 24 hours, which could mean that it is not working I would like an alarm to be triggered, which would give information about the need for verification. I assume that the device has no Quality signal for the tag
Does anyone have a way to do this?
Best regards,
Michał