Posts: 51
Threads: 15
Joined: Jul 2017
Reputation:
0
After changing from LM4 to LM5 I've got such error:
Script name "system": KNX/TP: Transmitter Error (send 0 receive 1)
HW: LM5 Lite + Ext (i.MX6)
SW: 20251204
What does that mean and what should I do?
thanks
Posts: 5633
Threads: 30
Joined: Aug 2017
Reputation:
252
This can show when many telegrams are sent at once or bus is very busy. This is just direct report from KNX chip. Check if some scripts/schedulers do not activate something at the same time. If it just happened once you can ignore this.
------------------------------
Ctrl+F5
Posts: 51
Threads: 15
Joined: Jul 2017
Reputation:
0
Thanks!
is there any way to get LM CPU Temperature?
Posts: 8722
Threads: 48
Joined: Jun 2015
Reputation:
498
You have a very low number of repeats so it's not a problem. Most likely the warning appears when LM is sending many telegrams at once.
You can install Group monitor app in LM and see all telegrams in real-time. It highlights a different kind of repeats - when the same value is sent multiple times.
The same advice applies:
You should either use virtual group addresses or disable "write to bus" option where applicable. In scripts use grp.update/grp.checkupdate for such group addresses. Use grp.checkwrite where possible to lower the bus traffic. Adjust send delta for Modbus devices if any.
Posts: 51
Threads: 15
Joined: Jul 2017
Reputation:
0
In forum I've read that there is no option to export from LM group objects, is that right?
And thanks, I really appreciate your quick and informative replies!