Posts: 21
Threads: 6
Joined: Dec 2015
Reputation:
0
Hello.
I somewhere have seen a solution for LM to answer read request but I'm not able to find it on the forum.
Can somebody please help?
Posts: 32
Threads: 9
Joined: May 2018
Reputation:
1
Just create a tag and tag the object you want to readresponse
Then create an event logic with this:
evento = event.type
if evento == 'groupread' then
grp.response(event.dst, grp.getvalue(event.dst) )
end
Posts: 21
Threads: 6
Joined: Dec 2015
Reputation:
0
Hello.
I don't get it to work.
I have created a event script for tag readresponse and tag my objekt with the same tag but nothing answer read request from ets.
Posts: 4635
Threads: 24
Joined: Aug 2017
Reputation:
207
Make sure to set event script to Execute on group read:
------------------------------
Ctrl+F5
Posts: 21
Threads: 6
Joined: Dec 2015
Reputation:
0
28.10.2024, 13:33
(This post was last modified: 28.10.2024, 13:33 by stonecroft.)
Of course, stupid mistake!
Now it works!
Thanks