![]() |
|
window opener - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Support (https://www.comfortforums.com/forum-2.html) +--- Forum: Questions on Programming Comfort (https://www.comfortforums.com/forum-83.html) +--- Thread: window opener (/thread-4310.html) Pages:
1
2
|
- Guest - 08-26-2015 anyone has experience programming such motor in the attachment ? i try to use blind function but not work as expected. the window only open 2 cm for 2000 ms, vice versa closing function. ? so i also try to use manual programming by putting pulse output 254 time but the window only open or close 80 % . Other alternative is using toggle output , but i dont know How to program toggle output for certain time ( by timer ) ? and if using blind function , could i program master command for 1 floor in order control all windows in same time` - Guest - 08-26-2015 master command like this - Guest - 08-26-2015 is the program attached right for \"toggle output 10 seconds\" - slychiu - 08-27-2015 The programming is wrong \"If secs > 10 \" is NOT a delay, it means if the seconds portion of the time is > 10 you need to use WAIT for a delay See topic on Timers http://www.comfortforums.com/forum92/4062.html Before we can advise how to program this, we need to know exactly what is it you are trying to control, and what is does A more detailed explanation is necessary or instructions for the device - Guest - 08-27-2015 devices : window opener AC motor type cables input : blue ( common/N ) , brown ( open ), black ( close ) to open : powering brown ( connect to L ) to close : powering black ( connect to L ) there is no stop function - slychiu - 08-27-2015 How long is required to open or close the window? Is there a limit switch that stops the motor when the window has fully opened or closed? - Guest - 08-27-2015 21 seconds ( 254 X 50 ms ) only 80% open, close vice versa. So I think need 30 seconds Yes there is automatic stop limit - tech07 - 08-27-2015 To turn on the outputxxx for 30 seconds Output OutputXXX On wait for30 seconds using timer 1 Output OutputXXX Off This shoould be enough time to open (or close) - Guest - 08-27-2015 Haa.. its more simple than my program ( by creating response inside response like in the attachment )and next question : 1. how to create master command for one floor ? 2. which command to protect that close command can not execute before open finish ? - slychiu - 08-28-2015 Create a response for each windoweg Window 1 OpenWindow 2 OpemWindow 3 Open Createa Respnse to open all windowsDo Window 1 OpenDo Window 2 OpenDo Window 3 Open etc |