31.08.2021, 16:27
(31.08.2021, 16:22)admin Wrote: Resident cannot have a delay larger than 60 seconds. Use a scheduled script instead. If you want to send a read request periodically just set poll interval in object properties.
Sorry, I didn't know.
What about a resident script like this:
value = grp.getvalue('2/3/11')
grp.write('2/3/11', value)
os.sleep(600)
?