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`
is the program attached right for \"toggle output 10 seconds\"
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
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
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?
21 seconds ( 254 X 50 ms ) only 80% open, close vice versa. So I think need 30 seconds
Yes there is automatic stop limit
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)
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 ?
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