Logic Machine Forum
Communication between different SL in the same network over IP - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: Communication between different SL in the same network over IP (/showthread.php?tid=2089)



Communication between different SL in the same network over IP - efredlund@gmail.com - 22.05.2019

Hello!


I have a question about communication between different SL in the same network over IP.


Is it possible to route virtual objects between different SL over IP?


I will have 15 modbus power meters in this system divided over 3 SL, I prefer to use virtual object instead of regular object so I don't get the communication load down at the knx tp-line. (600 KNX components connected) One SL as master for visualization


This is listed in the manual
<<If command gr.update() is used in LUA, then the group address is not written to TP, but is written to IP only. If this option is ticked, the listedgroups are filtered (=not written) from IP and thus virtual.
>>


I am new to bouth SL and Lua programming, hope someone can help my


Br
Endre


RE: Communication between different SL in the same network over IP - Daniel - 22.05.2019

Hi
Virtual objects are meant to be used only internally. To solve your problem simply while mapping registers to normal groups do not select 'write to bus' It will be written only to IP.
BR


RE: Communication between different SL in the same network over IP - efredlund@gmail.com - 22.05.2019

Thanks, that worked perfect
BR