Posts: 25
Threads: 7
Joined: May 2019
Reputation:
0
Hello to all,
Into my KNX project I have many macros from other devices that generate many traffic with feedback telegrams.
Frequently in this case I lose some feedback real states.
Could it possible via script, control KNX traffic to managed a polling script?
Thanks
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
You can set poll interval for each object. Then a read telegram will be sent to it every X seconds.
Posts: 1764
Threads: 6
Joined: Jul 2015
Reputation:
117
Hi,
This is possible but i don’t think that is the best way to solve your issue, it’s a bandage..
In my opinion you should solve the root cause of the bus overload..
There are many options in the KNX applications to delay feedback telegrams, also check if every feedback is needed, i see often multiple feedback objects in grp addresses where one object is enough, remove them to avoid lots of unnecessary traffic on the TP bus.
BR,
Erwin
Posts: 25
Threads: 7
Joined: May 2019
Reputation:
0
Hi,
I have very big plant with about 1000 Dali address, eachone have 2 GA (fb on/off, fb dimmer), when we turn off or turn on all lights we have overload.
We have already entered some delays but this is not sufficient.
Posts: 335
Threads: 75
Joined: Jun 2017
Reputation:
6
Hi Dario,
I don't know your DALI configuration, but if you use Schneider DALI gateways, you can try to use broadcast command instead every ballast control. Also you can try to use groups for ballasts control. Could help to receive status of ballasts or lamps by request and divide it over time to less load on KNX line. Not sure 100% but some of gateways can send statuss back after change with some delays. Most of these settings are located in DALI gateways.
May be some helps. If you can - explain more in detail your topology.
BR,
Alex
Posts: 25
Threads: 7
Joined: May 2019
Reputation:
0
03.04.2020, 12:42
(This post was last modified: 03.04.2020, 12:44 by Dario.)
Hi Alex,
Thanks to you help but, believe me on device configurator I can't change nothing, there are many reasons. I need to have any singular telegram for my scada system, and the feedback can't be very slow.
The only way is poll KNX (1 telegram/sec.) when bus is not busy.
Posts: 335
Threads: 75
Joined: Jun 2017
Reputation:
6
What DALI GW do you use??
Posts: 25
Threads: 7
Joined: May 2019
Reputation:
0
Can I catch via script % traffic bus?
Posts: 4639
Threads: 24
Joined: Aug 2017
Reputation:
207
------------------------------
Ctrl+F5