04-01-2023, 12:15 PM
(This post was last modified: 04-01-2023, 01:03 PM by krzycholek.)
(04-01-2023, 11:52 AM)admin Wrote: do you means, want support INPUT trigger OUTPUT by traditional switch panel?
Actually, I'd like to have two (or more) traditional switches that will control one OUTPUT, and each state change on each switch will toggle the same output. I mean a kind of stairs switch, implemented with bi-stable switches. Correct me if I'm wrong, but I suppose I can't do that using the latest FW. I found out that when I set OUTPUT type to "jogging" it almost do that, but unfortunately not works as I expected...
Test:
INPUT 1 bound to "single click", "On" OUTPUT 1
INPUT 2 bound to "single click", "On" OUTPUT 1
OUTPUT 1 Type "jogging"
When I turn on INPUT 1, OUTPUT 1 is on, then
When I turn off INPUT 1, OUTPUT 1 is off, then
When I turn on INPUT 2, OUTPUT 1 is on, then
When I turn off INPUT 2, OUTPUT 1 is off, then
works fine till now:
When I turn on INPUT 1, OUTPUT 1 is on, then turn on INPUT 2, OUTPUT 1 remains on (I expect off)
So, the idea is to add a new input "function" that will trigger some action on input "state changed".
I'd like to have trigger on falling and also rising edge of input signal.
Is there any chance to add feature like this in a FW?