Comfort Automation/ Security System Forums > Support > Questions on Programming Comfort > window opener |
Moderated by: slychiu |
Author | Post | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
bagushandhoko Member
|
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` Attachment: PhotoGrid_1440598967915.jpg (Downloaded 35 times) Last edited on Thursday Aug 27th, 2015 08:27 pm by bagushandhoko |
|||||||||
bagushandhoko Member
|
master command like this Attachment: Untitled.jpg (Downloaded 36 times) |
|||||||||
bagushandhoko Member
|
is the program attached right for "toggle output 10 seconds" Attachment: Untitled.jpg (Downloaded 36 times) |
|||||||||
slychiu Administrator
|
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 |
|||||||||
bagushandhoko Member
|
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 Last edited on Thursday Aug 27th, 2015 01:48 pm by bagushandhoko |
|||||||||
slychiu Administrator
|
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? |
|||||||||
bagushandhoko Member
|
21 seconds ( 254 X 50 ms ) only 80% open, close vice versa. So I think need 30 seconds Yes there is automatic stop limit Last edited on Thursday Aug 27th, 2015 06:45 pm by bagushandhoko |
|||||||||
tech07 Administrator
|
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) |
|||||||||
bagushandhoko Member
|
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 ? Attachment: Untitled.jpg (Downloaded 27 times) Last edited on Thursday Aug 27th, 2015 07:21 pm by bagushandhoko |
|||||||||
slychiu Administrator
|
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 |
|||||||||
bagushandhoko Member
|
I see.... this response can be associated to icon master command at KT03 ? Last question ... command for waiting open process finish before able to activate closing ? |
|||||||||
bagushandhoko Member
|
I see.... this response can be associated to icon master command at KT03 ? Last question ... command for waiting open process finish before able to activate closing ? |
|||||||||
slychiu Administrator
|
answer to both questions is yes |
|||||||||
bagushandhoko Member
|
the 2nd question ...how ... BTW i just upload the program with " set output On " command...rly01h become not respond ... it respond with "active pulse active" command ... Am i missing something ? my program same as : Output OutputXXX On wait for30 seconds using timer 1O utput OutputXXX Off please see the acttachment Attachment: Untitled.jpg (Downloaded 21 times) Last edited on Friday Aug 28th, 2015 04:31 pm by bagushandhoko |
|||||||||
slychiu Administrator
|
The command are correct, but there is something wrong with the slave 2. It may not be connectedCheck the connections and modules |