Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 1 of 1

Thread: Occupancy Sensor Programming

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    22

    Occupancy Sensor Programming

    I haven't worked too much with Advanced Occ Sensor programming in Designer 8.1 but would like to do the following:

    From 4AM to 5PM:
    An LRF2 occupancy sensor in a hallway will turn the lights on to 100% when sensing motion, dim to 50% after 15 minutes of inactivity, dim to 10% after an additional 45 minutes of inactivity and OFF only after 5PM.
    At any time if the sensor senses motion, the "sequence" will stop and the lights will go to 100%.
    The sensor will never turn off the lights in the unoccupied state during this time.
    At 5:01 PM, a timeclock event will turn off the lights and put the occ sensor in an "unoccupied" state so the lights turn off.

    After 5PM and before 4AM:
    The LRF2 will turn the lights on to 100% when sensing motion and turning off the lights after 5 - 8 minutes of inactivity.

    Currently, this is my Occupancy program in Designer 8.1:

    OCCUPIED TAB:
    -(Condition:Occupancy) - IF Occ Sensor IS Occupied AND
    -(Variables:Timeclock State) Timeclock State IS Occupied (4AM-5PM)
    -(Action) RUN Lights On (Lights to 100%)
    -(Action) RUN Sequence Stop
    -END IF

    -(Condition:Occupancy) - IF Occ Sensor IS Occupied AND
    -(Variables:Timeclock State) Timeclock State IS Unoccupied (5PM-4AM)
    -(Action) RUN Sequence Stop
    -END IF

    UNOCCUPIED TAB:
    -(Condition:Occupancy) - IF Occ Sensor IS Unoccupied AND
    -(Variables:Timeclock State) Timeclock State IS Occupied (4AM-5PM)
    -(Action) RUN Sequence Start
    -END IF

    -(Condition:Occupancy) - IF Occ Sensor IS Unoccupied AND
    -(Variables:Timeclock State) Timeclock State IS Unoccupied (5PM-4AM)
    -(Action) RUN Lights Off (Lights to 0%)
    -END IF

    My Sequence has been programmed as such:

    AUTOMATIC SEQUENCE:
    -(001) Lights to 50%, Automatic next step after :45 minutes
    -(002) Lights to 10%, No automatic next step
    -(STOP) No programming

    Does this look correct? I need to replicate this for 10 areas and want to make sure I don't need to tweak it in 10 different areas later.

    Thank you in advance for any assistance or suggestions on simpler programming, etc.
    Attached Thumbnails Attached Thumbnails Capture.PNG   Capture2.PNG   Capture3.PNG   Capture4.PNG   Capture5.PNG  


Similar Threads

  1. Override Occupancy program.
    By ErionK in forum Programming - HWQS
    Replies: 5
    Last Post: 02-20-2015, 03:26 PM
  2. Passive infrared Occupancy/Vacancy sensor switch
    By tbone in forum General Discussion - Controls
    Replies: 1
    Last Post: 01-08-2015, 08:39 AM
  3. Turning Staircase & Occupancy Sensor(s)?
    By schalliol in forum Design Assistance - RA2
    Replies: 5
    Last Post: 10-12-2014, 10:01 AM
  4. maestro occupancy sensor
    By Christiann in forum General Discussion - Controls
    Replies: 0
    Last Post: 07-05-2014, 04:14 PM
  5. Execute Double Tap Programming without the Press programming
    By Armando B. in forum Programming - Legacy HW
    Replies: 0
    Last Post: 11-12-2013, 11:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •