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

Thread: HWQS Keypad as Combination Lock

  1. #1
    Authorized Lutron Contributor
    Join Date
    May 2013
    Posts
    513

    HWQS Keypad as Combination Lock

    A customer asked us if a HomeWorks QS keypad could be used as a combination lock. We thought this programming sample would be useful for the forum community.

    Attached is a sample project file where the buttons need to be pressed in the order of 1/4/2/3 for the output on the QSE-IO to pulse. If any other combination is used the CCO will not pulse when button 3 is pressed.

    To accomplish this programming there is a state variable called "combination lock". This variable has a reset state and a state for buttons 1, 2 and 4. There is also an automatic sequence for buttons 1, 2 and 4. These sequences set the variable to the corresponding button on preset 1 and have a 5 second dwell time. On step 2 the variable gets set back to the reset state. This is so if a button is not pressed after 5 seconds the order in which the buttons need to be pressed will need to be started over.

    On the keypad buttons they are conditionals. The correct press order on buttons 1, 2, and 4 stop the previous sequence and start the sequence for the button that was pressed. A press out of order stops all sequences and sets the variable back to the reset state. On button 3, a correct order press pulses the CCO and sets the variable back to the reset state and an incorrect press stops all sequences and sets the variable back to the reset state. On the press tab of all the buttons there is an If Else statement. If the variable is in the proper state, the correct press action is executed else the incorrect press action is executed. For example on button 4 if the variable is in the "button 1" state then the correct press action is executed else the incorrect order press action is executed.
    Attached Files Attached Files

  2. Thanks Danish thanked for this post
    Likes domino, Danish liked this post
  3. #2
    Junior Member
    Join Date
    Jan 2020
    Posts
    2
    Great Work

  4. Thanks jeffw thanked for this post
    Likes jeffw liked this post

Similar Threads

  1. Using a keypad as a comdination lock
    By Craig W. in forum Programming - Legacy HW
    Replies: 0
    Last Post: 11-18-2013, 01:10 PM

Posting Permissions

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