This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Repeat value output
#1
I would like the value output from the "Greater than" block (1/2/5), shall be repeatet every 30min, how do I do that?
Reply
#2
Create scheduled script and set minutes to */30  everything else should be * and use this script
Code:
value = grp.getvalue('1/2/5')

grp.write('1/2/5', value)
------------------------------
Ctrl+F5
Reply
#3
Thanks
Reply


Forum Jump: