If I have 700 1-bit GA, when they switch state I need it to happen 3 times, with 1 sec delay, what is the easiest way of doing this?
We have some KNX relays that is partially defective, and this is a quick workaround to get this working before the manufacture and the customer finds out if all the relays needs to be exchanged.
Try this, Tag all your bit objects with a TAG and then create event based script triggered by your TAG.
As execution mode select Last instance and use this script
I'm working with Simon on the project.
We've come to the solution that we want to make a script for each switch to make a script to check, whether the feedback is updated or not.
To use a global script on many objects you need some sort of repetitive relation between this group of objects, it can be by group address or by group name. In other word by knowing the input object (address or name) we need to create output object
What is the event object and what is the output.
In the case of:
- There is sent 1 to the switch.
- The feedback doesn't change from off to on
- I want to send 0 to the switch, then 1 to the switch, since that makes the feedback follow ( usually ).