Comfort Automation/ Security System Forums
Timer question - Printable Version

+- Comfort Automation/ Security System Forums (https://www.comfortforums.com)
+-- Forum: Products (https://www.comfortforums.com/forum-3.html)
+--- Forum: Questions on Using Comfort (https://www.comfortforums.com/forum-159.html)
+--- Thread: Timer question (/thread-3639.html)



- Guest - 12-09-2013

I am using Comfort to control my curtains, which means I need to bypass the PIRs which \'see\' them. The code I have used has a timer wait line in it, am I right in thinking that the wait only applies to the lines 5 & 6, and not to lines 7 & 8?
1 Bypass Dining_Room
2 Bypass Lounge
3 Do CurtainsLoungeON
4 Do CurtainsDiningON
5 Do CurtainsDiningOF After 15 Seconds Using Curtains1
6 Do CurtainsLoungOFF After 15 Seconds Using Curtains2
7 Unbypass Dining_Room
8 Unbypass Lounge


- mikegriff - 12-09-2013

In a word YES


- ident - 12-10-2013

The action \"Do Response After Timer expires\" starts a timer with  the target response in its memory, and comes back to do the next line

The Response will not wait for the timer to complete



- Guest - 12-10-2013

Many thanks.