Logging security codes
Armored Cars
Posts: 172
I am putting together the security system for an indoor storage place and we need a way to log the people who come in. I was planning on putting a phone pad outside then using the DTFM(?) tones to take the password and open the door by unlatching what is starting to look like an electronic latch salvaged from an armored truck. I was wondering if there was a way to log the passwords to a computer or something to tell who came in at what time.
Comments
The "swipe" of a tag would permit entry, log names, times and dates. You could restrict entry to certain days and times or disable entry alltogether, say if a tag got lost.
check it out at this link http://www.parallax.com/detail.asp?product_id=28140
Jeff T.
Let's see if I can help to clear up what appear to be some possible misconceptions here. First, the PBASIC DTMF command is an OUTPUT-only command. It can not "read" DTMF tones, only send them. Second, unless the keypad in question is actually from a telephone, it probably does not operate by producing DTMF tones. Check the data sheet which should be available from the supplier of the keypad for wiring instructions.
As far as keeping a record of who entered and when, it can be as simple as transmitting the data from the PBASIC Stamp to a PC as it is entered, and have the PC maintain the data, and verify it as well. If the PBASIC Stamp recieves a "verified" response back from the PC, then it can operate the lock and allow the user to enter the area. The time stamp data can come right from the PC, or from an external real time clock (RTC) attached to the PBASIC Stamp.
It could also be done as others have explained, with external storage on the PBASIC Stamp, but you must remember, unless there is only one single password for all users, you will need to match the unique USER-ID / PASSWORD combination which is entered on the keypad with the valid USER-ID / PASSWORD combinations as recorded when the user account is established.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
What is PLX-DAQ? I have an application that would be ideal for that.