RickL66 Posted December 28, 2009 Posted December 28, 2009 The answer is probably no, but is it possible to have half a second wait time? I'm trying to program flashing notification lights, and I think the 1 second delay is a little long for what I'm trying to do. Thanks, Rick Quote
Sub-Routine Posted December 28, 2009 Posted December 28, 2009 Hello Rick, I have a program to flash lights. I did not use any Wait commands. About the quickest it works is 1/2 second between commands. If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat Every 1 second Set Scene '~New Year Lights' Fast On Set Scene '~New Year Lights' Fast Off Set Scene '~New Year Lights' Fast On Set Scene '~New Year Lights' Fast Off Else - No Actions - (To add one, press 'Action') Rand Quote
RickL66 Posted December 29, 2009 Author Posted December 29, 2009 Ah! That works pretty good. Thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.