Logic Machine Forum
grp.update sends to KNX? - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: grp.update sends to KNX? (/showthread.php?tid=432)



grp.update sends to KNX? - Thomas - 20.10.2016

Hi,
according to documentation  grp.update(alias,var) should write directly into memory. "but does not send new value to TP bus"

But I see these writes in ETS diagnostics like they were send to KNX bus. Is this behavior intentional? 
It looks like grp.write and gro.update do the identical thing.
I don't want these datagrams. How to disable sending?

LM 4 
firmware from 2016/07/14


RE: grp.update sends to KNX? - Erwin van der Zwart - 20.10.2016

Hi,

There is a KNX telegram send over IP so ETS will show messages. However there is none on the twisted pair (TP).

TP is more critical for keeping clean as it can handle restricted amount of data, IP has not that restriction so makes no sense to reduce trafic on IP.

If you don't want the IP telegram send you can / should block it in the filter table.

BR,

Erwin


RE: grp.update sends to KNX? - Thomas - 20.10.2016

I don't know if it's relevant but my LM is in TPUART mode and the KNX is programmed and debugged in ETS5 via LM

(20.10.2016, 22:23)Erwin van der Zwart Wrote: Hi,

There is a KNX telegram send over IP so ETS will show messages. However there is none on the twisted pair (TP).

TP is more critical for keeping clean as it can handle restricted amount of data, IP has not that restriction so makes no sense to reduce trafic on IP.

If you don't want the IP telegram send you can / should block it in the filter table.

BR,

Erwin

Thank you. 
In case these datagrams are not routed to TP in any way then it's OK.