Hi Community,
looking for some advice: I would like to use 1 Can button to do 2 things. By simply pushing the button I wand to turn the windscreen wipers on change and their speed and stop them again (off-Speed1-Speed2-off). I have this logic already working.
I also want the same button to operate the windscreen washer by pushing and holding the button down.
Could someone point me in the right direction how to set this up?
Best regards
cool suit + helmet blower button sequence.pmu (4.1 KB)
This was tough to get working, and I feel like there’s a more elegant way out there.
Pulled from a car I did recently, one keypad button controls the helmet blower with a short press and a long press turns on the cool suit.
The switch function can handle short press vs long press functions BUT trying to do a long press will still trigger a short press, which I didn’t want. a Switch function is a lot easier if you can make that work.
For you’re application You probably want to make the sprayer a momentary function. Having the spray function also run the wipers may be beneficial, and there is a swipe input in the wiper module that should work for this.
I also have a few extra functions in there for using the keypad as an indicator, lights up differently if the button is pressed, cool suit on and cool suit off.