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.

Disable A Schedule with a Script / Group Address
#6
Hi,

Then you need to do it like we did in the past (before the option was added)

Create a scheduler to a virtual object and add this script to it:
Code:
blocking = '1/1/1'
output = '1/1/2'

if grp.getvalue(blocking) == false then
   grp.write(output, event.getvalue())
end
This creates a AND port on the scheduler and blocking object

BR,

Erwin
Reply


Messages In This Thread
RE: Disable A Schedule with a Script / Group Address - by Erwin van der Zwart - 11.06.2020, 14:55

Forum Jump: