Jump to content
C4 Forums | Control4

Someone tell me how to integrate this?


Recommended Posts

We have the attached diagram that we would like to integrate into C4. It is a motorized door that opens and closes, this is the provided controller. What would be the best way to have this operate from a keypad, maybe a dedicated button that if pressed once it opens and if pressed again it closes?

9DA39D0D-7936-4049-A6D4-B938F576B0C2.png

Link to comment
Share on other sites


wire to 2 relays on a controller, if possible use a contact or tilt sensor to monitor status

numeric variable

button press sets the variable +1

if variable = 1
trigger the open relay

if variable = 2
trigger the close relay
set variable = 0


Sent from my iPhone using Tapatalk

Link to comment
Share on other sites

You would wire the low voltage side into a relay.

You can test it yourself by shorting the contacts too

The relay

NC - close
NO - open
COM - COM


So when the relay is closed the door is closed when the relay is open the door is open

That should work for you

Or you can get the rs232 codes and make a quick driver

Thanks
Muj


Sent from my iPhone using Tapatalk

Link to comment
Share on other sites

3 minutes ago, brekfastb said:

looks like rs232 might be an option, if you can get strings you can write a driver


Sent from my iPhone using Tapatalk

What do you mean by get strings? I haven’t written any drivers before...

Link to comment
Share on other sites

There are drivers for 1, 2, and 3 relay gate / doors that do all the logic for setting up control of something like this.

Have your installer search for 'door' type 'experience button', should be 'Relay Door Controller (OS2.9+).

RyanE

 

Link to comment
Share on other sites

i would also wire it up to be interlocking as well just in case for some reason you have both directions going at the same time.

This logic is built onto the drivers below.
There are drivers for 1, 2, and 3 relay gate / doors that do all the logic for setting up control of something like this.

Have your installer search for 'door' type 'experience button', should be 'Relay Door Controller (OS2.9+).

RyanE

 

This, or the relay blind driver. In this case 2 relay up/down. Not up/down/stop. Bind two relays in your project to the up and down. Bind them to the driver. The drivers take a time measurement from top to bottom as an input and also a max time either relay should be opening, an emergency cut off.

 

That can then bind to a button. Once of up or down. Twice for stop and three for set to 80% for example. Or two buttons for up and down.

 

Or as others have said, write a serial driver but if you have the spare relays the above gets you over the integration line quick.

 

And if you want the lockout feature. That's a third relay. And a different button programming.

 

Link to comment
Share on other sites

1 hour ago, SMHarman said:

This logic is built onto the drivers below. This, or the relay blind driver. In this case 2 relay up/down. Not up/down/stop. Bind two relays in your project to the up and down. Bind them to the driver. The drivers take a time measurement from top to bottom as an input and also a max time either relay should be opening, an emergency cut off.

 

That can then bind to a button. Once of up or down. Twice for stop and three for set to 80% for example. Or two buttons for up and down.

 

Or as others have said, write a serial driver but if you have the spare relays the above gets you over the integration line quick.

 

And if you want the lockout feature. That's a third relay. And a different button programming.

 

Ok, so please tell me what we need to do for pre wire. This is a cabinet that will have a motorized door to display a TV. The module pictured above will be in the cabinet with the TV. The C4 controller will be in another room. if I want this just be a button on on of the keypad dimmers, what would I run back to the control room for wire from the module/TV location?

Link to comment
Share on other sites

Ok, so please tell me what we need to do for pre wire. This is a cabinet that will have a motorized door to display a TV. The module pictured above will be in the cabinet with the TV. The C4 controller will be in another room. if I want this just be a button on on of the keypad dimmers, what would I run back to the control room for wire from the module/TV location?

A spare CAT cable will give you enough wires.

Or a three or 5 core low voltage alarm type wire 3 for the relays or 5 if you want the interlock wired.

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.