08.07.2017, 23:12
(This post was last modified: 08.07.2017, 23:16 by Erwin van der Zwart.)
Hi,
You don't need to set a address when using event.getvalue() as this command (function) is used only inside a event based script and already knows the address that triggers the script. When a event based script is triggered by a tag group it also knows the event.dst.
You can't use event.getvalue() inside a resident script, here you need to use grp.getvalue('1/1/1').
BR,
Erwin
You don't need to set a address when using event.getvalue() as this command (function) is used only inside a event based script and already knows the address that triggers the script. When a event based script is triggered by a tag group it also knows the event.dst.
You can't use event.getvalue() inside a resident script, here you need to use grp.getvalue('1/1/1').
BR,
Erwin