I'm trying to set up a CAN keypad button to do manual control of two fans and I'm just stuck on one issue
I have a counter set up on the rising edge of the button to cycle through off, one fan on, both fans on and back to off
What I also want to do is be able to trigger a timed pulse of the fans when I hold the same button for a second and also be able to override the timed pulse if I hold the button for half a second.
Do I use the set/reset function for this and if so how can I set it up so that activating the timed pulse does not increment the manual control counter
Are there any limitations with the set/reset function such as not being able to use the same input e.g. button for set and reset or if you do the set period has to be shorter than the reset period?