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.

Stop execution of KNX secuence
#3
(31.08.2017, 11:29)admin Wrote: You can use an object or a storage variable as a status, then check this status after each sleep:
Code:
os.sleep(23)
if not grp.getvalue('1/1/1') then
 return
end

Thanks admin!!

It works! The inconvenience is that i have to copy that a lot of times in the code, but it works.

Ivan.
Reply


Messages In This Thread
RE: Stop execution of KNX secuence - by admin - 31.08.2017, 11:29
RE: Stop execution of KNX secuence - by ivanposada - 05.09.2017, 13:33

Forum Jump: