This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

LM for big plans and big project!
#7
Standard approach is one LM per each KNX/TP line and one extra LM for visualization only (no KNX/TP). I don't see why you want several LMs on one TP line.
All LMs exchange data via multicast KNX/IP. Users need access only to one LM. You need to set correct KNX filtering table on each LM to pass only needed data to TP lines.
It is possible to add several IPs to one LM via init script:
Code:
os.execute('ifconfig eth0:1 192.168.2.2 netmask 255.255.255.0 up')
os.execute('ifconfig eth0:2 192.168.3.22 netmask 255.255.255.0 up')
Reply


Messages In This Thread
RE: LM for big plans and big project! - by admin - 22.04.2020, 10:59

Forum Jump: