I need a conventional relay action but with the added; output on first input but ignore the next for 5 mins (or adjustable time)
any ideas?
any ideas?
Low current 1A @ 230vWhat kind of relay? a small relay on a PCB or a industrial relay in a DIN carril??
For first, you will have to add some logic (a cheap microcontroller will do) for the latter, you can add a timer to avoid further connections. If you give more detail, we can tell you more precisely.
SpstYour question needs a *lot* more information.
What kind of relay? How many poles? How many throws?
What is the load that is being switched by the relay? AC, DC, how much current, is it a motor or some other kind of inductor, etc.
What is the voltage available for the control circuit and for the relay coil?
What controls the relay? A switch, a signal from a computer, a signal from a sensor? etc?
After the 5 minutes times out and the relay opens, how long before the next signal to close it again. The is important because some timer circuits need a long time to reset themselves before another cycle.
ak
5 minutes seems like an awfully long time for what you describe. AND, if turning off the light retriggers the camera immediately, why doesn't the camera retrigger when the light is turned off 5 minutes later?The actual scenario is my CCTV triggers lighting on detection of movement and brings on the light , but when the CCTV then times out and turns off the light the CCTV detects the light going off as movement and so brings it back on again! So using a time gap in the lighting it will not self trigger
Your right AK it would be in the order of 30secs.5 minutes seems like an awfully long time for what you describe. AND, if turning off the light retriggers the camera immediately, why doesn't the camera retrigger when the light is turned off 5 minutes later?
Separate from that, this can be done with a CMOS 555, although 5 minutes is pushing the envelope because it requires relatively large-value timing components.
For long time delays, I prefer a counter-based timer such as a CD4060. It has an internal oscillator and 14-bit divider, so for the same time period the timing components are 8000 (not a typo) times smaller. Adjusting one resistor varies the time period. Unlike the 555, a 4060 cannot drive even a small relay coil directly, so it requires one external transistor.
If you don't need tight repeatability, this can be done with one transistor, 1 R, 1 C, 1 diode.
ak
I love that guide! So helpful.This may help.
Max.
I'm not entirely sure, but I think you want single shot falling edge. You want your lighting state to change from on to off when the camera output turns off, so you need something that acts right at the falling edge.....