L5504AUX Auxiliary input

Discussion in 'C-Bus Wired Hardware' started by Mike Costello, Feb 12, 2017.

  1. Mike Costello

    Mike Costello

    Joined:
    Dec 9, 2013
    Messages:
    47
    Likes Received:
    0
    Location:
    UK
    Hi,

    I'm using the L5504AUX linked to GJD opal elite external sensors as the client was less then impressed when I showed him the CBus ones.

    They're working and will turn the circuit on but I can't get the timers to work properly.

    When I select timer it gives you 2 options. The 1st is toggle. What happens then is as you approach the sensor the circuit comes on but if you stop and move again the circuit turns off.

    If I select the other option as retrigger it instantly turns on then off as you approach.

    I've played around with the various options on keypresses but can't get it to work.

    Please help!!
     
    Mike Costello, Feb 12, 2017
    #1
  2. Mike Costello

    Wonkey

    Joined:
    Aug 3, 2004
    Messages:
    395
    Likes Received:
    37
    Location:
    Adelaide
    Hi Mike
    Can you see your timing interval in the sensor then select bell in the Aux input
    Colin
     
    Wonkey, Feb 12, 2017
    #2
  3. Mike Costello

    Wonkey

    Joined:
    Aug 3, 2004
    Messages:
    395
    Likes Received:
    37
    Location:
    Adelaide
    Whoops should have said Bell Press
     
    Wonkey, Feb 12, 2017
    #3
  4. Mike Costello

    Mike Costello

    Joined:
    Dec 9, 2013
    Messages:
    47
    Likes Received:
    0
    Location:
    UK
    Hi Colin,

    Thanks for the reply but unfortunately the sensors have a maximum of 1 min and the client wants them on for 5 mins.

    Are there any other options?

    Thanks
    Mike
     
    Mike Costello, Feb 20, 2017
    #4
  5. Mike Costello

    bmerrick

    Joined:
    Jun 13, 2007
    Messages:
    434
    Likes Received:
    34
    Location:
    Sydney
    Hi Mike,

    If there is any logic/scheduling unit in the network like a Colour Touch Screen, Wiser / Wiser 2, Spectrum Touchscreen with Logic, PAC etc., you can set up a trigger from the Aux Module to start an 'X' minute timer to keep on whatever group address you want.

    Alternatively, you can take a purely hardware route. Ness have a 101-281 Universal Timer Module that is great for extending on times of things. I have used these before to extend door strikes / exit buttons open times in standalone locations etc. They are about $50 I seem to remember.

    Good Luck,

    Brad
     

    Attached Files:

    Last edited by a moderator: Feb 21, 2017
    bmerrick, Feb 20, 2017
    #5
  6. Mike Costello

    Mike Costello

    Joined:
    Dec 9, 2013
    Messages:
    47
    Likes Received:
    0
    Location:
    UK
    Hi Brad,

    Thank you for your reply.

    There is a Wiser 2 on site but other than use it as a bridge to Control4 I've done nothing with them. How would I use it to set up a timer.

    Thanks again
    Mike
     
    Mike Costello, Feb 27, 2017
    #6
  7. Mike Costello

    Wonkey

    Joined:
    Aug 3, 2004
    Messages:
    395
    Likes Received:
    37
    Location:
    Adelaide
    Set the PIR timer to 1 sec Create a PICED project and using the logic engine write logic,
    This example I have taken group 0 as the input on the AUX unit
    and Group 1 as the output to the light from the relay

    {When group 0 goes on turn on Group 1 for 5 minutes}
    once (GetLightingState("Group 0") = ON) then
    begin
    PulseCBusLevel("Local", "Lighting", "Group 1", 100%, 0, "0:05:00", 0%);
    end;

    The logic in PICED has a wizard to help write the code and you can run it in
    PICED to see the results
    Each time the PIR is triggered and group 0 goes from OFF to ON the logic engine timer will reset to 5 minutes
    Do not do this for many PIRS on one installation as you could flood the bus with excessive messages 2 or 3 PIRs should be fine
     
    Wonkey, Mar 2, 2017
    #7
  8. Mike Costello

    Matthew

    Joined:
    Oct 26, 2007
    Messages:
    260
    Likes Received:
    1
    Location:
    Adelaide
    If you set the sensor timer to minimum, (use the sensor as a trigger only)
    you should be able to use the timer in the Aux input for up to 18hrs.
     
    Matthew, Mar 10, 2017
    #8
  9. Mike Costello

    Wonkey

    Joined:
    Aug 3, 2004
    Messages:
    395
    Likes Received:
    37
    Location:
    Adelaide
    Matts correct and this is the simplest option, what will need to be done is select a retrigger timer as you did originally set thetimer for 5minutes then modify the long press to read retrigger and long release to be idle.
     
    Wonkey, Mar 10, 2017
    #9
  10. Mike Costello

    Mike Costello

    Joined:
    Dec 9, 2013
    Messages:
    47
    Likes Received:
    0
    Location:
    UK
    That worked perfectly thank you all for your help
     
    Mike Costello, May 24, 2017
    #10
  11. Mike Costello

    Brumer

    Joined:
    May 20, 2017
    Messages:
    1
    Likes Received:
    0
    Location:
    Seattle
    Thanks Wonkey, that made sense and worked for me.
     
    Last edited by a moderator: Oct 27, 2017
    Brumer, May 27, 2017
    #11
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.