Comfort  Automation/ Security System Forums Home
Home Search search Menu menu Not logged in - Login | Register

window opener
 Moderated by: slychiu
 New Topic   Reply   Printer Friendly 
 Rate Topic 
AuthorPost
 Posted: Wednesday Aug 26th, 2015 06:41 pm
   PM  Quote  Reply 
1st Post
bagushandhoko
Member
 

Joined: Saturday Jul 25th, 2015
Location: Jakarta, Indonesia
Posts: 91
Status: 
Offline

  back to top

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 07:27 pm by bagushandhoko



 Posted: Wednesday Aug 26th, 2015 06:48 pm
   PM  Quote  Reply 
2nd Post
bagushandhoko
Member
 

Joined: Saturday Jul 25th, 2015
Location: Jakarta, Indonesia
Posts: 91
Status: 
Offline

  back to top

master command like this

Attachment: Untitled.jpg (Downloaded 36 times)



 Posted: Wednesday Aug 26th, 2015 07:15 pm
   PM  Quote  Reply 
3rd Post
bagushandhoko
Member
 

Joined: Saturday Jul 25th, 2015
Location: Jakarta, Indonesia
Posts: 91
Status: 
Offline

  back to top

is the program attached right for "toggle output 10 seconds"

Attachment: Untitled.jpg (Downloaded 36 times)



 Posted: Thursday Aug 27th, 2015 06:58 am
   PM  Quote  Reply 
4th Post
slychiu
Administrator


Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5493
Status: 
Offline

  back to top

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




 Posted: Thursday Aug 27th, 2015 12:47 pm
   PM  Quote  Reply 
5th Post
bagushandhoko
Member
 

Joined: Saturday Jul 25th, 2015
Location: Jakarta, Indonesia
Posts: 91
Status: 
Offline

  back to top

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 12:48 pm by bagushandhoko



 Posted: Thursday Aug 27th, 2015 01:19 pm
   PM  Quote  Reply 
6th Post
slychiu
Administrator


Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5493
Status: 
Offline

  back to top

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?



 Posted: Thursday Aug 27th, 2015 04:08 pm
   PM  Quote  Reply 
7th Post
bagushandhoko
Member
 

Joined: Saturday Jul 25th, 2015
Location: Jakarta, Indonesia
Posts: 91
Status: 
Offline

  back to top

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 05:45 pm by bagushandhoko



 Posted: Thursday Aug 27th, 2015 05:26 pm
   PM  Quote  Reply 
8th Post
tech07
Administrator
 

Joined: Thursday Jan 29th, 2009
Location: Singapore
Posts: 106
Status: 
Offline

  back to top

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)



 Posted: Thursday Aug 27th, 2015 05:59 pm
   PM  Quote  Reply 
9th Post
bagushandhoko
Member
 

Joined: Saturday Jul 25th, 2015
Location: Jakarta, Indonesia
Posts: 91
Status: 
Offline

  back to top

Haa.. its more simple than my program :D ( 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 06:21 pm by bagushandhoko



 Posted: Friday Aug 28th, 2015 05:59 am
   PM  Quote  Reply 
10th Post
slychiu
Administrator


Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5493
Status: 
Offline

  back to top

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



 Posted: Friday Aug 28th, 2015 06:39 am
   PM  Quote  Reply 
11th Post
bagushandhoko
Member
 

Joined: Saturday Jul 25th, 2015
Location: Jakarta, Indonesia
Posts: 91
Status: 
Offline

  back to top

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 ?



 Posted: Friday Aug 28th, 2015 06:39 am
   PM  Quote  Reply 
12th Post
bagushandhoko
Member
 

Joined: Saturday Jul 25th, 2015
Location: Jakarta, Indonesia
Posts: 91
Status: 
Offline

  back to top

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 ?



 Posted: Friday Aug 28th, 2015 11:49 am
   PM  Quote  Reply 
13th Post
slychiu
Administrator


Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5493
Status: 
Offline

  back to top

answer to both questions is yes



 Posted: Friday Aug 28th, 2015 03:27 pm
   PM  Quote  Reply 
14th Post
bagushandhoko
Member
 

Joined: Saturday Jul 25th, 2015
Location: Jakarta, Indonesia
Posts: 91
Status: 
Offline

  back to top

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 03:31 pm by bagushandhoko



 Posted: Friday Aug 28th, 2015 04:24 pm
   PM  Quote  Reply 
15th Post
slychiu
Administrator


Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5493
Status: 
Offline

  back to top

The command are correct, but there is something wrong with the slave 2. It may not be connectedCheck the connections and modules



 Current time is 01:27 pm
Top




UltraBB 1.172 Copyright © 2007-2014 Data 1 Systems