Daily alarm at same time

Hi All,

Im trying to set up a daily alarm at exact time everyday however i can latch the alarm for greater than one second.
Im using an expression of dateFormat(now(),“h:mm:ss”)=“13:00:00” however i can only get it to toggle for onesecond and its not long enough to latch the alarm, value updates to true and set up auto acknowledge. Does anyone have any ideas? ideally when the time reaches 13:00 i would like the value to equal true for 60 seconds. thanks in advance.

Just compare minutes and not seconds :

dateFormat(now(),'HH:mm') = '13:00'
2 Likes