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.

Saturate CPU
#3
I have a scrtip like this for each tag. Some addresses have up to 3 labels.

x = grp.getvalue('2/3/2')
y = grp.getvalue('2/3/4')
z = grp.getvalue('2/3/6')


if x == true or y == true or z == true  then
    grp.write('2/3/100', true)
else
    grp.write('2/3/100', false)
end


I have verified the knx traffic with the ets and when I give a general off/on it executes all the actions only once, it does not stay in a loop with any address
Reply


Messages In This Thread
Saturate CPU - by mai - 28.05.2024, 07:03
RE: Saturate CPU - by Daniel - 28.05.2024, 07:28
RE: Saturate CPU - by mai - 28.05.2024, 07:43
RE: Saturate CPU - by admin - 28.05.2024, 08:17

Forum Jump: