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.

Multiple Value true
#1
Hello,
I would like to make an event script on an alarm address. This script sent the status of the windows that would be open at this time. The problem in the script I could create is that as soon as the first window is open then the script stops.

alarm grp.getvalue = ( '...')
windows1 = grp.getvalue ( '...')
w2 =
w3 =
...
w50 =
if alarm == true and windows1 == true then
log (test)
elseif alarm == true and windows 2 == true then
log (test2) ..... etc
I would like to be able to send an email indicating the window 1, the window 2 and the window 32 are open.


Best regards.
Reply


Messages In This Thread
Multiple Value true - by Gadjoken - 24.01.2019, 14:20
RE: Multiple Value true - by demeur - 24.01.2019, 14:43
RE: Multiple Value true - by admin - 24.01.2019, 15:11
RE: Multiple Value true - by Daniel - 24.01.2019, 15:14
RE: Multiple Value true - by Gadjoken - 24.01.2019, 15:27
RE: Multiple Value true - by Gadjoken - 25.01.2019, 08:40
RE: Multiple Value true - by admin - 25.01.2019, 08:58
RE: Multiple Value true - by Gadjoken - 25.01.2019, 09:19

Forum Jump: