ELA Posted January 6, 2011 Posted January 6, 2011 I am using an ISY99I program to detect a key push in order to active the program sequence. The program uses "if control = ON" to activate. I works fine for me but is failing to operate for others in the household. What I have found is that the others often hold the key too long and it sends a "%On" that is then less than 100% and the program then does not detect it. I have told others not to hold the key, instead only push it briefly. I would still like to make the program more robust. Can anyone suggest a method to have it detect regardless of the on percentage (how long the button is held).? I do not need the "dim feature" for this key. I understand that the "if status is <> %" can be used but I do not want the program to be re-entrant. Anyone have a proven method for this?
Sub-Routine Posted January 6, 2011 Posted January 6, 2011 Hi ELA, Something like this should work: If Control 'Basement / Basement Lights Indicator' is switched On Or Control 'Basement / Basement Lights Indicator' is switched Fast On Or Control 'Basement / Basement Lights Indicator' is switched Fade Up Then ... Rand
ELA Posted January 6, 2011 Author Posted January 6, 2011 Thanks for your response Sub-Routine, I will try adding the check for the "fade up". That makes perfect sense. I appreciate your help
Recommended Posts
Archived
This topic is now archived and is closed to further replies.