Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
window opener
#1
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`


Attached Files Thumbnail(s)
   
Reply

#2
master command like this


Attached Files Thumbnail(s)
   
Reply

#3
is the program attached right for \"toggle output 10 seconds\"


Attached Files Thumbnail(s)
   
Reply

#4
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


Reply

#5
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

Reply

#6
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?
Reply

#7
21 seconds ( 254 X 50 ms ) only 80% open, close vice versa. So I think need 30 seconds
Yes there is automatic stop limit 
Reply

#8
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)
Reply

#9
Haa.. its more simple than my program Big Grin ( 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 ?



Attached Files Thumbnail(s)
   
Reply

#10
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
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2026 Melroy van den Berg.