Create a Programmable Timed Circuit for Electric Locks | Step-by-Step Guide

  • Thread starter Thread starter shahmeer
  • Start date Start date
  • Tags Tags
    Circuit
AI Thread Summary
The discussion focuses on creating a programmable timed circuit for electric locks that involves three switches, each opening after a specified delay following a button press. The user seeks advice on suitable components for these switches, aiming for programmability to adjust timing. A microcontroller, such as a PIC, is suggested as an effective solution to manage the timing and control the relays. The user confirms their programming experience with Java, indicating readiness to learn microcontroller programming. The conversation emphasizes the need for detailed circuitry guidance, including potential components like capacitors and resistors.
shahmeer
Messages
6
Reaction score
0
Hi,

First I'd like to say that I'm a complete noob so please excuse my ignorance.

What I'm trying to achieve is essentially a switch that opens after a certain time. In my circuit, I want to have three of these "switches", the first switch set to open after 5 mins of a button press, the second switch 5 minutes after the first switch, and a third switch 5 mins after the second switch. To achieve this I was thinking that, at the initial button press, the "timer" for each switch would be set to 5 mins, 10 mins, and 15 mins respectively. At the push of another button, the "switches" would be reset to "listen" for the push of the start button (the first button press).

My question is what can do I use for this "switch"?

http://syntaxdonors.org/circuit.PNG

Here is a really simple diagram to help illustrate what I want (Sorry for the weird symbols). The empty rectangles represent the "switch", ideally they would be programmable so that the times can be changed. The dotted square with the triangle (similar to play symbol) is the push button that initiates the timers. The dotted square with the circle is the reset push button, the button that resets the timer. the rectangle with the zigzag lines represents a load, in this case and electric lock (fail-safe). When the time is up, the switch opens causing the electric lock to open.

Again sorry for my lack of knowledge. Thanks
 
Last edited by a moderator:
Engineering news on Phys.org
shahmeer said:
Hi,

First I'd like to say that I'm a complete noob so please excuse my ignorance.

What I'm trying to achieve is essentially a switch that opens after a certain time. In my circuit, I want to have three of these "switches", the first switch set to open after 5 mins of a button press, the second switch 5 minutes after the first switch, and a third switch 5 mins after the second switch. To achieve this I was thinking that, at the initial button press, the "timer" for each switch would be set to 5 mins, 10 mins, and 15 mins respectively. At the push of another button, the "switches" would be reset to "listen" for the push of the start button (the first button press).

My question is what can do I use for this "switch"?

http://syntaxdonors.org/circuit.PNG

Here is a really simple diagram to help illustrate what I want (Sorry for the weird symbols). The empty rectangles represent the "switch", ideally they would be programmable so that the times can be changed. The dotted square with the triangle (similar to play symbol) is the push button that initiates the timers. The dotted square with the circle is the reset push button, the button that resets the timer. the rectangle with the zigzag lines represents a load, in this case and electric lock (fail-safe). When the time is up, the switch opens causing the electric lock to open.

Again sorry for my lack of knowledge. Thanks

One of the simplest and most flexible ways to do this would be with a small microcontroller like a PIC:

http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2519&param=en025315&page=wwwPICmicroDemo

You would write a simple program to sense the switches, do the timings, and drive the relays. Do you have any programming experience? The PICs can generally be programmed in simple BASIC or C languages...
 
Last edited by a moderator:
Ya I have lots of experience with Java and learning how to program the chip shouldn't be a problem. Would you mind detailed the circuitry of this implementation? (would I need any capacitors and resistors, etc)

The locks I plan to use are fairly similar to these: http://www.sdcsecurity.com/docs/DBDocs/MicroCabinetLock_Datasheet.pdf

Thanks a lot.
 
Last edited by a moderator:
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top