15.11.2018, 08:47
Hi,
I'm going crazy at moment. I use several SL with Fw 2.1.1 and I used this Code for read request from TP Bus:
But now I don't get any response if I try to read GA's from diagnostic monitor of ETS.
In my log I get only the output "zugriff" if I write a new value into the GA. But I didn't get any action if I try to read values.
I tried it in different installation, but nothing of them are working any more. One of them is on an old Fw (1.2.1).
Can you help me?
my TP Settings:
I'm going crazy at moment. I use several SL with Fw 2.1.1 and I used this Code for read request from TP Bus:
Code:
-- only reply to group read requests
log('zugriff') --only for testing
if event.type == 'groupread' then
log('if schleife') --only for testing
obj = grp.find(event.dst)
-- object found and has datatype set
if obj and obj.decoded then
grp.response(event.dst, obj.value, obj.datatype)
end
end
But now I don't get any response if I try to read GA's from diagnostic monitor of ETS.
In my log I get only the output "zugriff" if I write a new value into the GA. But I didn't get any action if I try to read values.
I tried it in different installation, but nothing of them are working any more. One of them is on an old Fw (1.2.1).
Can you help me?
my TP Settings: