![]() |
|
responses linked to knx - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Third Party (interfacing to Comfort) (https://www.comfortforums.com/forum-5.html) +--- Forum: KNX (EIB) (https://www.comfortforums.com/forum-12.html) +--- Thread: responses linked to knx (/thread-3995.html) |
- steven-noodles - 10-07-2014 Hi all, I want to get a response from a zone input to send cyclically, the response is linked to a 1 bit on / off knx group address. Please help ![]() - slychiu - 10-07-2014 Use a Timer to repeatedly do a Response after a delay eg Zone Response = Response X Response X Do Response X after 10 seconds using Timer Y This will cause Response X to repeat every 10 seconds (Change the value of the delay as required) Assigning the Response X to the Zone Response means that the response is triggered by the zone activation You will also need a way to stop this repetition from happening Use action Stop Timer Y in a Response to stop this sequence. Stopoing the timer means that the target response will not get activated |