There is a single block that allows you to detect a value change: it is the "Pulse by" block in "Comparisons": https://www.loxone.com/enen/kb/pulse-by/ (Loxone Config 15.05.29)
It takes a single text input and allows you to define 4 search patterns. However, if you set the search pattern to the wildcard *, it will trigger whenever the input changes (setting one search pattern is enough).
The input is a text input, so you can run your input via "status" block which outputs the value as a text field, but even that is not necessary: you can directly link an analog or digital output to the "Pulse by" block.
(I had the question a long time ago, and then the advice was to use an analog memory and set a time delay on it. I don't know if the Pulse By block is new, but I just came across it and wanted to share it.
)Just for completeness: if you want to detect a change of a digital output, the "edge detection" block in "Logic" allows you to gain triggers on switching on, off, or any toggle.
Jörg
Kommentar