04.11.2018, 22:47
Hi,
You can’t cancel telegrams, but what you can do is create a logic gate, if the virtual object is true then input -> output.
In script it would like this:
if grp.getvalue(‘32/1/1’) == true then
grp.write(‘1/1/2’, event.getvalue())
end
Put this as event on your input object, 1/1/2 is the output.
BR,
Erwin
You can’t cancel telegrams, but what you can do is create a logic gate, if the virtual object is true then input -> output.
In script it would like this:
if grp.getvalue(‘32/1/1’) == true then
grp.write(‘1/1/2’, event.getvalue())
end
Put this as event on your input object, 1/1/2 is the output.
BR,
Erwin