Home AMX User Forum AMX General Discussion

Garage door control

Hello everyone,

I searched the forums, search the InConcert db but did not find anything - could you share how you would implement on the hardware side, the control of a garage door ?
I'd like to try it at my house which has a 'Genie ProMax' garage door opener (house built in 2000 in California).
I guess I would use the relays on AMX side - now, what do I need to make the link to the 'Genie'?
Or do I have to change it and get anything special?

Thanks!

Comments

  • viningvining Posts: 4,368
    All you need is an isolated relay. Use the Master's relay to open and close the isolation relay which in turn makes or break the garage door control wires on the unit or at the wall control station. The garage door just needs the 2 OHD control wires to be shorted (closed) for a second or two. You should also get commercial alarm contacts http://www.grisk.com/surface_mount/4400.htm to determine the open or closed status of the doors. Contect the contacts to the security system if that's connected to AMX otherwise connect to an I/O.
  • Pep_SDPep_SD Posts: 106
    Could you please detail a bit on the relay side for the opener? What type of relay do I need? Latching relay or some other? And what about voltage specs?
  • viningvining Posts: 4,368
    any relay that maintains while control voltage is applied. The GDOs are most likely 24VAC and very low current so the load side of the relay just has to parrallel the push button either at the push button or on the GDO it self. Just make a switch on/off or open/close. Just use the master's 12vdc through a relay port. Find a relay that requires low control current. You should be able to find some as low as 15ma.
  • Pep_SDPep_SD Posts: 106
    Thank you for the extra info - now there's still something I don't get.
    I just did a quick test with a NI3100: I manually turned ON channel 1 of port 8 (which is the first relay) with nothing connected to the output of the NI's relay (using Control a device through Netlinx Studio).
    Is it normal that I don't get any voltage when I measure it between A and B for channel 1??
    I tried to setup my voltmeter to AC or DC, nothing, just gets 0 volt ... Am I missing something?
  • mcottonmcotton Posts: 38
    I'm pretty sure that relays don't add any voltage and simply close the connection. If you need power you'll need to add a power supply somewhere in the circuit. What may be confusing is that relays are rated for how much power they can safely pass-through and sometimes they are rated at what voltage is needed across the coil to active it (ie SPDT)

    I would try manual touching the two wires at the garage door opener together to see if it moves. If it does, I don't know any reason a simple really wouldn't work exactly the same.
  • Jimweir192Jimweir192 Posts: 502
    This is normal Netlinx relay operation, think of a relay as a switch, it is purely closing a gap - just like touching 2 wires together... you can check it with a meter set to either Diode or Ohms and you'll get a short / 0ohm reading.
  • viningvining Posts: 4,368
    PeP_SD wrote:
    Is it normal that I don't get any voltage when I measure it between A and B for channel 1??
    Yes. If you had voltage I'd start to worry. The relay is a normally open dry contact which means that there is no power and if you put an ohm meter across the A & B terminals you will get infinite resistance. This is the OFF state. When you do a ON command from control devices you should get a short or 0 ressitance between the A & B terminals of the relay port being controlled.

    This basically acts as a switch. Open or closed which will either impede current flow through a circuit or allow it.
    Each relay can switch up to 24 VDC or 28 VAC @ 1 A
    If you find the specs on your GDO I'm sure you'll find the control voltage that runs to the GDO button is 24Volt AC or just put a tester across the button and see what it is. I can't imagine the current being 1 A or more so if you wanted it's quite possible you could hook up two wires to A & B of a relay port and connect it to the wires on the back of the GDO button or unit. A parrellel connection.

    Should the voltage or current be higher than that specified for the relay port or somehow the OHD guys while servicing the unit does something stupid you may cooked your port so when doing this sort of connection I will normally add a relay for isolation purposes. See attached picture.

    The picture shows the OFF state of the relay port and the normally open state of the isolation relay!!
  • Pep_SDPep_SD Posts: 106
    Hello Vining,
    I can't say Thank You enough!! You just made me understand the whole thing...
    One more great lesson!
    Thank you for the explanations, thank you for the attachment, thank you for the time you took for all this.

    I wish I knew more to be able to help others in return...

    PEP
  • Pep_SDPep_SD Posts: 106
    I forgot to thank also Mcotton and Jimweir192 for their valuable inputs!
Sign In or Register to comment.