08.03.2024, 09:12
Another solution is to use a virtual object with AND gate via an event script:
Code:
value = event.getvalue()
gate = '1/1/1'
output = '1/1/2'
if grp.getvalue(gate) then
grp.write(output, value)
end