23.11.2017, 12:24
If possible, can you do this test and check that all telegrams are received by both devices:
1. Leave jut two LMs connected to KNX line
2. Create a test 1-byte scale object on one LM and enable logging on it
3. Run a script on another LM that sends telegrams to this object:
4. Repeat the test with another LM
1. Leave jut two LMs connected to KNX line
2. Create a test 1-byte scale object on one LM and enable logging on it
3. Run a script on another LM that sends telegrams to this object:
Code:
for i = 0, 100 do
grp.write('1/1/1', i, dt.scale)
os.sleep(0.05)
end