How to design a simplest trigger circuit

I want to use a square pulse of 0-5 V for the driving a light source. The light source should be on at rising edge and it should be off at falling edge of square pulse (synchronized with square pulse). I thought of passing the square pulse via a differentiator. The output of differentiator is then passed through the full wave bridge rectifier. I need some comments on this concept. I will appreciate if some one guides me with better idea.

Reply to
deepak.mishra
Loading thread data ...

A new circuit might use a XOR gates.

D from BC

Reply to
D from BC

How about an AND gate ?

Rene

Reply to
Rene Tschaggelar

Think carefully about how a switch works. It generates a square pulse, 'low' when the switch is off, 'high' when its on. Controls a light perfectly. Just make sure your switch carries enough current to drive the light.

--
Regards,

Adrian Jansen           adrianjansen at internode dot on dot net
Design Engineer         J & K Micro Systems
Microcomputer solutions for industrial control
Note reply address is invalid, convert address above to machine form.
Reply to
Adrian Jansen

+V>---------+ | [LAMP] | D SQIN>-----G NCH S | GND>--------+
--
JF
Reply to
John Fields

Let me clarify little more about the logic I want to implement. The light source we have works on TTL logic thus we need one pulse for "TURN ON" he lamp and the next pulse for "TURN OFF". Using AND and XOR gates will not solve my problem. As I have only one square pulse and we have to use this for generating trigger pulses. Thus in principle we need two pulses one TTL pulse at rising edge and one at falling edge. I will appreciate your comments.

Reply to
deepak.mishra

Sure they will. An XOR with one input high acts as an inverter, so the other input can be tied to the AND's output. Voila, NAND gate. Now you can make *any* complete digital circuit.

Hint: sequential logic. You want a type T flip-flop.

Tim

-- Deep Fryer: A very philosophical monk. Website @

formatting link

Reply to
Tim Williams

Yes, most likely implemented with Qbar tied back to D on a D-ff Of course, this is a crappy control scheme since you can easily get out of sync. Now if someone observes the light, then there isn't an issue.

This certainly goes to show you that phrasing the question correctly is half the battle. I had worked with a guy that went to some seminar where he learned that you should ask same question three times in slightly different manners to be sure you are getting the right answer. It drove me nuts. For the longest time I answered twice, then on the third pass I stated I answered the question twice already. Eventually I learned about the stupid seminar "trick:" he learned. I suppose with some people the three times is the charm technique is required.

Reply to
miso

On a sunny day (Wed, 21 Nov 2007 14:34:05 -0800 (PST)) it happened snipped-for-privacy@sushi.com wrote in :

Some years ago I flew to Miami from Amsterdam, and they have these interviews now, before you check in, to see if you are a potential terrorist or something. Now I had zero hours sleep the night before (lots of travelling), so I was sort of short tempered. After the security guy asked me 3 times the same question 'if I thought somebody put a bomb in my luggage', I asked him for my money back. That really worked, some other more normal guy took over, looked at me, and let me pass.

Reply to
Jan Panteltje

Is this it?

+--------------+ | | IN | | | |

--------+ +-----------

+---+ +---+ OUT | | | | | | | |

--------+ +----------+ +--------

|triggers light to toggle |triggers light to toggle

(Now where have I seen this before??? :)

If so...there could be an XOR gate in the circuit..

D from BC

Reply to
D from BC

you need to use a Flip flip or flip flop relay..

--
"I\'m never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
Reply to
Jamie

--
View in Courier:

                           +------+
Vcc>--[--+--------|----A     |     _|     ___
       |        |  EXOR Y--|>    Q|--ON/OFF
       +-[R]-+--+----B     +------+
             |              DFLOP
            [C]
             |
            GND
Reply to
John Fields

Yes I want to implement this

+--------------+ | | | | | |

------+ +-----------

OUT +--+ +---+ | | | | | | | | ------+ +--------+ +--------

Reply to
deepak.mishra

See John Fields post.. It's the XOR&RC portion of the circuit that you're looking for..

I guess one way of understanding the XOR/RC circuit is like this: The XOR is a phase comparator and the RC makes lag. The XOR only stays high only while the RC is still catching up with the new state. Or..In other words... The XOR stays high for as long as there is an indifference between the signal and the RC.

D from BC

Reply to
D from BC

yes i get his Jhon's Idea, its wonderful :) thx

Reply to
deepak.mishra

I'm sorry, but this takes two ICs. RC determines the output pulse length. Use 74HC logic, 74hc04 and 74hc00 parts. You must have crisp edges without slow risetimes, or bounce, etc. ___ ___ ____ o----+---- INV ----------| \\o------, |________| in | ,-----|___/ NAND | _ _ +-- R --+-----+ | ___ __| |______| |___ | C | '---o| \\_______ out | | INV ,---o|___/ NAND | GND | ___ | | '-----| \\O------' '-------------------|___/ NAND

Reply to
Winfield

--
Oops...

No diode is needed:

                           +------+
                +----------|D     |
                |          |      |
SQIN>--+--------|----A     |     _|     ___
       |        |  EXOR Y--|>    Q|--ON/OFF
       +-[R]-+--+----B     +------+
             |              DFLOP
            [C]
             |
            GND
Reply to
John Fields

--
.                                         ___
.The De Morgan equivalent of a NAND is:  O\\  \\
.                                        O/__/

i.e., "Any zero makes a one."

What you\'ve shown on the output is "two zeros make a one", which is
a NOR.
Reply to
John Fields

Actually, he needs the dflop also in order to eliminate the ambiguity about whether the pulse was generated by the leading or trailing edge of the input signal.

--
JF
Reply to
John Fields

On Wed, 21 Nov 2007 17:41:00 -0800, D from BC wrote: [snip]

[snip]

That function already exists in my "AlternatingEdge" circuit I did for you... it's the trigger "blanking".

...Jim Thompson

--
|  James E.Thompson, P.E.                           |    mens     |
|  Analog Innovations, Inc.                         |     et      |
|  Analog/Mixed-Signal ASIC\'s and Discrete Systems  |    manus    |
|  Phoenix, Arizona            Voice:(480)460-2350  |             |
|  E-mail Address at Website     Fax:(480)460-2142  |  Brass Rat  |
|       http://www.analog-innovations.com           |    1962     |
             
         America: Land of the Free, Because of the Brave
Reply to
Jim Thompson

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.