How do RS NAND latches work with feedback?

  • Thread starter Thread starter springo
  • Start date Start date
AI Thread Summary
RS NAND latches operate using feedback between two NAND gates, where the output of one gate serves as an input to the other. The state of the latch is determined by the inputs, which can change the outputs based on previous states. When one input is activated, it can cause a transition in the output, influencing the state of the other gate. The truth table illustrates how changes in inputs lead to corresponding changes in outputs, demonstrating the feedback mechanism. Understanding this feedback loop is crucial for grasping how RS NAND latches function in digital circuits.
springo
Messages
125
Reaction score
0
Hi,
I'm trying to understand the basics of boolean logic gates and I'm stuck with latches. I think I don't really understand the concept of feedback or maybe it's something else but I haven't been able to understand how a basic RS NAND latch works.
Could somebody please explain it in simple words or give a link to an explanation?
Thank you very much in advance.
PS: http://www.play-hookey.com/digital/rs_nand_latch.html" is what I'm reading.
 
Last edited by a moderator:
Engineering news on Phys.org
Just draw out the truth table evolution
of the two cross linked gates and fill in the state changes
relative to the previous state affecting the subsequent
state affecting the new state of the gate with the initially
changed input and fill in the rest (the others that depend
on that output state transition) from there.

A NAND P = O
C NAND O = P
R = Rising
F = Falling

A has no control in this output state.
A P O C
H L H H
F L H H
L L H H

C has no control in this output state.
A P O C
H H L H
H H L F
H H L L

C = Active LOW SET of P
C = Active LOW RESET of O
A P O C
H L H H
H R F F
H H L L
H H L R
H H L H

A = ACTIVE LOW RESET OF P
A = ACTIVE LOW SET OF O
A P O C
H H L H
F F R H
L L H H

Just start with one gate's input transition,
transition that gate's output as apppopriate, take
that change and change any outputs that depend on it
as an input ... etc. and voila.

springo said:
Hi,
I'm trying to understand the basics of boolean logic gates and I'm stuck with latches. I think I don't really understand the concept of feedback or maybe it's something else but I haven't been able to understand how a basic RS NAND latch works.
Could somebody please explain it in simple words or give a link to an explanation?
Thank you very much in advance.
PS: http://www.play-hookey.com/digital/rs_nand_latch.html" is what I'm reading.
 
Last edited by a moderator:
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 'Electromagnet magnetic field issue'
Hi Guys We are a bunch a mechanical engineers trying to build a simple electromagnet. Our design is based on a very similar magnet. However, our version is about 10 times less magnetic and we are wondering why. Our coil has exactly same length, same number of layers and turns. What is possibly wrong? PIN and bracket are made of iron and are in electrical contact, exactly like the reference design. Any help will be appreciated. Thanks. edit: even same wire diameter and coil was wounded by a...
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